.breakout-area {
	background: rgba(103, 184, 203, 0.25);
	padding: 1em;
}

.breakout-area  a {
	color: #014579;
	border-bottom: 1px solid #014579;
	text-decoration: none;
	transition: all .5s ease;
}

.breakout-area  a:hover, .breakout-area a:focus, .breakout-area  a:visited {
	color: #004262;
	border-bottom: 1px solid #004262;
	transition: all .5s ease;
}

.breakout-area .icon.blue {
	color: #197AB3;
}

.breakout-area .dateblock {
	background: #197AB3;
	color: #fff;
	text-shadow: none;
}

.breakout-area button#search {
	margin-top: 0;
}

.breakout-bg .conform-unit{
	background: rgba(103, 184, 203, 0.25);
}

.breakout-area .container .thumbnail-block li:first-of-type,
.breakout-area .container .thumbnail-block li:nth-of-type(5n),
.breakout-area .container .thumbnail-block li:nth-of-type(9n){
	padding-left:0px;
}
.breakout-area .container .thumbnail-block li:last-of-type,
.breakout-area .container .thumbnail-block li:nth-of-type(4n){
	padding-right:0px;
}
.breakout-area .container .thumbnail-block li:last-of-type:not(:nth-of-type(4n)):not(:nth-of-type(3)){
	padding-right: 0.5em;
}
.breakout-area .container .thumbnail-block li{
	margin-bottom: 16px;
}

button.green:hover {
	background-color: #000033;
	color: #fff;
	border-color: #000033;
}

.hero-form {
	margin-top:1em; 
}

.hero-form label {
	font-size: 1.75rem;
	margin: .75em 0;
	line-height: 1.25em;
}

.hero-form input[type=text], .hero-form button.green {
	border: 1px solid #222;
	border-radius: 0;
}

.hero-form button.green {
	background-color: #197AB3;
	color: #fff;
	text-shadow: none;
}
.hero-form button.green:hover{
	background-color:#1775AB;
}
.hero-form .one-quarter.column.alpha, .hero-form .one-quarter.column.omega {
	padding: 0 0 0 0.5em;
}

.ibc-help-block {
	background: rgba(103, 184, 203, 0.25);
	margin-top: 1em;
	width: 100%;
	position: relative;
	padding: 1em 1em 1.5em 1em;
}

.ibc-help-block a {
	color: #014579;
	border-bottom: 1px solid #014579;
	text-decoration: none;
	transition: all .5s ease;
}

.ibc-help-block a:hover, .breakout-area a:focus, .breakout-area  a:visited {
	color: #004262;
	border-bottom: 1px solid #004262;
	transition: all .5s ease;
}


.ibc-help-block h3 {
	font-weight: bold;
}

#ibc-portal-bg{
	background-color: rgba(255,255,255,0.75);
}

.input-append li:first-child input, .input-append li:first-child button, .input-append li:first-child select {
	border-radius: 0 !important;
}
.input-append:not(.stay-inlined) li:last-child input, .input-append:not(.stay-inlined) li:last-child button, .input-append:not(.stay-inlined) li:last-child select {
	border-radius: 0 !important;
	margin-left: -1px;
}
@media only screen and (min-width: 37em) and (max-width: 60em){
	#mm-global-mmenu .extramenu li{
		float:none;
	}
}