@charset "utf-8";
body {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #121A41;
	background-color: #7FB5D7;
	margin: 0;
	padding: 0;
}
#debug {
	z-index: 500;
	background-color: rgba(256,256,256,.5);
	border: 1px solid #FFF;
	padding: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
}
figure, figcaption {
	margin: 0;
}
.upper {
	text-transform: uppercase;
}
video {
	width: 100%;
	max-width: 640px;
	height: auto;
}
a, .submitbutton {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
}
a, a:link, a:visited{
	text-decoration: none;
	color: #FFF45E;
}
a:hover, a:visited:hover {
	color: #E1B822;
	cursor: pointer;
}
a.tel {
	color: #FFF;
}
h1, h2 {
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	text-shadow: 2px 2px 2px #EDE5BE;
	margin-bottom: 16px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
}
h2{
	font-size: 1.88em;
}
h3 {
	font-weight: 700;
	line-height: 100%;
}
h3 i {
	font-weight: 400;
	padding-right: .2em;
}
h4 {
	font-weight: 400;
	font-size: 1.55em;
	line-height: 100%;
}
h4 + p {
	margin-top: .5em;
}
h1 + p, h2 + p, h3 + p, h1 + h3 {
	margin-top: 1em;
}
h5 {
	font-size: 1.11em;
	font-weight: 400;
	padding: 0;
	margin: 8px 0;
}
p {
	padding-bottom: .8em;
}
hr {
	border: 1px solid #CCD1D0;
	margin: 1em 0;
	clear: both;
}
li {
	list-style-position: outside;
	padding: 0 0 4px;
	margin: 0 0 0 1em;
}
ul {
	margin: 2px 0 8px .5em;
	padding: 0;
}
ul.clean {
	list-style: none;
	margin: .5em 0 .5em 2em;
}
ul.clean li {
	margin-left: 0;
}
.listphoto {
	display: inline-block;
	vertical-align: bottom;
}
.listphoto img{
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
.shell, .news.page {
	display: table;
	box-sizing: border-box;
	max-width: 1140px;
	width: 100%;
	position: relative;
	margin: auto;
}
#fullwidth {
	background-color: #EDF5FA;
}
#header {
	line-height: 120%;
	text-align: center;
	border-bottom: 4px solid #FFF;
	padding: 22px 16px 8px;
	background-color: rgba(18,26,65,1);
}
#header a, #header a:link, #header a:visited {
	color: #FFF;
}
#header a:hover, #header a:visited:hover {
	color: #E1B822;
}

#header .shell > div {
	display: table-cell;
	vertical-align: bottom;
}
#header .logo {
	box-sizing: border-box;
	text-align: left;
	width: 50%;
	padding: 8px;
}
#header .tag {
	margin-top: 6px;
	border-top: 2px solid #FFF;
	padding-top: 6px;
}
#header .contact {
	text-align: right;
	font-size: 1.5em;
	line-height: 120%;
}
#header img {
	display: block;
	width: 100%;
	height: auto;
}
#header .text {
	color: #FFF;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 1rem;
}
#logoheader {
	box-sizing: border-box;
	max-width: 1140px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
	margin: 0 auto;
}
#logoheader img {
	padding: 1em;
	width: 100%;
	height: auto;
}
.stripe {
	background-image: url(https://iccbusiness.org/elements/Beautiful-Washington.jpg);
	background-position: center;
	background-size: cover;
	height: 380px;
	width: 100%;
}
.stripe h1 {
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
	padding-top: 280px;
}
.strip #navbar {
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	padding: 22px 32px;
}
.page a, .page a:link, .page a:visited {
	color: #A57C00;
}
.page a:hover, .page a:visited:hover {
	color: #D79729;
}
.page a.tel {
	color: #121A41;
}
#footer {
	padding: 22px 16px;
	font-size: .81em;
	line-height: 100%;
	text-align: center;
	color: #FFF;
	background-color: rgba(18,26,65,1);
}
#medialogos img{
	width: 100%;
	height: auto;
}
#medialogos {
	padding: 15px;
	text-align: center;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	margin: 22px auto;
}

.disclaimer {
	font-size: .875em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 1em 8.7em 0;
}
#navbar {
	font-size: .85em;
	line-height: 1em;
}
#navbar > ul {
	display: table;
	padding: 0 0 0 1em;
	margin: 0;
}
#navbar li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar > ul > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
#navbar > ul > li:not(:last-child) {
	border-right: 4px solid #FFF;
}
#navbar a{
	display: block;
	padding: .9em 1.4em;
	text-transform: uppercase;
}
#navbar a, #navbar a:link, #navbar a:visited {
	color: rgba(18,26,65,1);
	background-color: rgba(18,26,65,0);
}
#navbar a:hover, #navbar a:visited:hover {
	color: #FFFFFF;
	background-color: rgba(18,26,65,1);
}
#navbar ul ul {
	padding: 0;
	width: 100%;
	position: absolute;
	z-index: 500;
	display: none;
	text-align: center;
}
#navbar ul ul {
	font-size: .85em;
	line-height: 130%;
}
#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
	padding-top: .4em;
	padding-bottom: .2em;
	border-bottom: 1px solid #FFF;
	background-color: rgba(41,60,78,.8);
}
#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
	background-color: #3C5772;
}
#navbar .on a, #navbar .on a:link, #navbar .on a:visited {
	color: #000;
	background-color: rgba(18,26,65,.2);
}

div#navbar li:hover {
	cursor:pointer;
	z-index:100;
}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

#mobilenav {
	display: none;
	width: 100%;
	position: relative;
	background-color: #121A41;
	border-bottom: 4px solid #FFF;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 1px solid #FFF;
} 
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
}
#mobilenav .more {
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: table-cell;
}
#mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	display: block;
	line-height: 44px;
	height: 44px;
	color: #FFF;
}
#mobilenav .mobiletitle {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul {
	display:none;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center 0px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #FFF;
	background-color: #4E567D;
}
#mobilehide {
	display: none;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label {
	background-position: center -109px;
}

.container{
	position: relative;
	text-align: right;
	line-height: 0;
}
.socialmedia {
	padding: 16px 16px;
}
.socialmedia > div {
	display: inline-block;
	margin: 0 0 0 .5em;
}

.social, .social div.spacer { 
	background-repeat: no-repeat;
	background-size: 688px;
}
.social div.spacer {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	height: 40px;
	width: 40px;
	display: block;
}
.social div.spacer:hover {
	opacity: 0;
}
.linkedin  {
	background-position: -188px -63px;
}
.linkedin div.spacer {
	background-position: -188px 0px;
}
.avvo  {
	background-position: -313px -63px;
}
.avvo div.spacer {
	background-position: -313px 0px;
}

.articlelist {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1em 0;
}
.articlelist.withphoto {
	min-height: 194px;
}	
.articlelist > div{
	display: table-cell;
	vertical-align: top;
	padding-top: .5em;
}
.articlelist .content {
	font-size: .9em;
}
.articlelist .docside {
	padding-right: .5em;
}
.articlelist img {
	border: 1px solid;
}
.articlelist .more {
	margin-top: .4em;
}
.fullarticle {
	position: relative;
}
.fullarticle h3 {
	font-size: 1.12em;
	margin-top: .82em;
}	
.articlelist h3 {
	font-size: 1.3em;
}
.articlelist h3 a{
	padding: 0;
}
.articlelist h4, .fullarticle h4{
	color: #999;
	font-weight: 700;
	font-size: 1.2em;
}
.articlelist h5, .fullarticle h5, .fullarticle h6 {
	padding: .5em 0 0 .5em;
	margin: 0;
	font-size: .8em;
	color: #7E90A6;
}
.articlelist h5 + div, .fullarticle h5 + div, .fullarticle h6 + div {
	padding-top: .5em;
}
.fullarticle .date{
	padding: .8em 0;
}
.fullarticle .image {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 1em;
	width: 35%;
}	
.fullarticle img {
	width: 100%;
	height: auto;
}
.fullarticle .author {
	padding: 0 0 .4em;
	color: #7E90A6;
}
.filelink img {
	border: 1px solid;
}
.navigation {
	text-align: right;
	font-size: .9em;
}
.thumbphotos {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	padding: 1%;
	font-size: .9em;
	line-height: 1.1em;
}
.thumbphotos img {
	border: 1px solid;
	width: 100%;
	height: auto;
}
.fullphoto, .photodata, .thumbphotos h3 {
	padding: 6px;
	text-align: center;
}
.photodata hr {
	width: 200px;
	margin: .5em auto;
}
.fullphoto img {
	width: 100%;
	height: auto;
}
#media {
	margin: .4em auto;
	text-align: center;
}
#media img {
	border: 1px solid;
}
.blog .content .floatleft img, .blog .content .floatright img, .photoshell img{
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	padding: 2px;
	border: 1px solid #999;
}
.blog .center img {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 2px;
	border: 1px solid #999;

}
.blog .content .floatleft, .blog .content .floatright, .photoshell {
	box-sizing: border-box;
	width: 300px;
	font-size: .85em;
	line-height: 100%;
	text-align: center;
	color: #333;
}
.fullarticle table {
	box-sizing: border-box;
	margin: 1em .2em;
	width: 100%;
	font-size: .9em;
	line-height: 1.2em;
}
.fullarticle table td {
	padding: 4px;
	border: 1px solid #AAC4D2;
}
.fullarticle table th {
	padding: 4px;
	border: 1px solid #558AA9;
}
.fullarticle table tr:nth-child(odd){
	background-color: #FFF;
	background-color: rgba(255,255,255,.5);
}
.fullarticle table tr:nth-child(even){
	background-color: #AAC4D2;
	background-color: rgba(85,138,169,.2);
}

.photoshell {
	float: right;
	margin: 0 0 .5em .5em;
	width: 60%;
	max-width: 250px;
}
.photoshell img {
	width: 100%;
	height: auto;
}
.sharetable {
	display: table;
	border-collapse: separate;
	border-spacing: 6px;
}
.sharecell {
	display: table-cell;
	vertical-align: top;
	width: 58px;
	font-size: 10px;
}
.sharecell.space{
	padding-top: 4px;
}
.fb-share-button {
	position: relative;
	top: 4px;
}


.page {
	padding-bottom: 1.7em;
	line-height: 1.3em;
}
.littletable {
	width: 100%;
	box-sizing: border-box;
	font-size: .9em;
	line-height: 1em;
	margin: 1em .2em;
}
.littletable td, .littletable th {
	padding: .25em;
	border: 1px solid #999;
}
.dark2 {
	color: #0066FF;
}
.formtable, .forform {
	width: 500px;
	margin: 0 auto 1em;
}
.formtable.match {
	width: 40em;
}
table.formtable .bar1 {
	text-align: center;
	background-color: #EEE;
	padding: .5em;
}
.formtable {
	box-shadow: 2px 2px 4px #000;
	background-color: #DDD;
}
.formtable td {
	vertical-align: bottom;
}
.formtable td.top {
	vertical-align: top;
}
.formnorm {
	box-sizing: border-box;
	width: 100%;
	color: #0066FF;
}
.granted {
	display: none;
}
.check_human .errorborder {
	padding: 4px;
}
.submitbutton {
	font-weight: 700;
	color: #FFF45E;
	background-color: rgba(0,0,0,.4);
	border-radius: 6px;
	display: block;
	position: relative;
	z-index: 600;
	font-size: 20px;
	text-transform: uppercase;
	padding: .3em .6em;
	margin: 0 auto;
}
.submitbutton:hover, .submitbutton:active, .submitbutton:focus{
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
	color: #BBF1FF;
}
.checkboxgroup {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-flow: column nowrap;
}
.checkboxgroup > .labelbox {
	position: relative;
	padding: .5em 1em .5em 2em;
}
.checkboxgroup input[type=checkbox] {
	position: absolute;
	top: .6em;
	left: .2em;
}

.columnize {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-gap: 1em;
}
.columnize li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;
}
.powered {
	opacity: .4;
	position: fixed;
	text-align: right;
	font-size: 16px;
	line-height: 1em;
	bottom: .5em;
	right: 1em;
	color: #FFF;
}
.people.on {
	display: block;
	background-color: #FFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding: 1em;
	margin: 0 2em .5em;
	min-height: 280px;
}
.closer, .people {
	display: none;
}
.closer.on {
	display: block;
	text-align: right;
	padding: 2px;
	background-color: #FFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin: .5em 2em 0;
}
.closer a {
	display: inline-block;
	padding: 4px 8px;
	font-weight: 700;
	line-height: 1em;
}
.closer a, .closer a:link, .closer a:visited {
	color: #000;
}
.closer a:hover, .closer a:visited:hover {
	background-color: #000;
	color: #FFF;
}
.forcebreak:after {
	content: "\A";
	white-space: pre;
}
dl {
	width: 96%;
	margin: 0 auto;
}
dt {
	margin: .5em 0 0 -1em;
	padding: 0;
}
dd {
	margin: 0 0 .5em;
	opacity: .8;
	padding: .5em 0 0;
}
dt:not(:first-child) {
	padding-top: .5em;
	border-top: 1px solid rgba(0,0,0,.5);
}
dt:hover {
	opacity: 1;
}
dt, dd p {
	text-align: left;
}
dt {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.1em;
}
dl ul {
	margin: 0 auto;
	max-width: 92%;
}
dd.current {
	display: block;
}
dd iframe {
	height: 324px;
	width: 100%;
}
dt::before {
	position: absolute;
	font-weight: 600;
	font-size: 1.2em;
	left: .2em;
	top: -.1em;
	content: "+";
}
dt:not(:first-child)::before {
	top: .3em;
}

dt.current::before {
	content: "-";
}
.split {
	display: table;
	width: 100%;
}
.split > div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.split > div:first-child {
	padding-right: 1em;
}
ul.icongroup {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	padding: 0;
	margin: 1em 0;
}
.icongroup li {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 1em;
	margin: .5em;
	background-color: #FFF;
}
.icongroup img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1140px) {
	.powered {
		position: relative;
		bottom: 0;
		right: 0;
		padding: .5em;
	}

}
@media only screen and (max-width: 1030px) {
	dd iframe {
		height: 300px;
	}
}
@media only screen and (max-width: 962px) {
	#navbar a {
		padding: .9em .5em;
	}
	.thumbgroup {
		text-align: center;
	}
	.thumbphotos {
		width: auto;
	}
	.mobilehide {
		display: none;
	}
	dd iframe {
		height: 280px;
	}
}
@media only screen and (max-width: 800px) {
	dd iframe {
		height: 232px;
	}
}	
@media only screen and (max-width: 737px) {
	body {
		font-size: medium;
	}	
	.powered {
		position: relative;
		top:0;
		display: block;
	}
	#fullwidth {
		padding: 1px 1px;
	}
	#header {
		padding: 2%;
	}
	#navbar {
		display: none;
	}
	#mobilenav {
		display: block;
	}
	.mobilehide {
		display: initial;
	}
	video, audio {
		width: 100%;
		height: auto;
	}
	.stripe {
		height: 51vw;
	}
	.stripe h1 {
		padding-top: 9em;
		font-size: 4.6vw;
	}
	dd iframe {
		height: 210px;
	}
	.formtable.match {
		width: 100%;
	}
	.fordesktop {
		display: none;
	}
}
@media only screen and (max-width: 658px) {
	.split, .split > div, #header .shell > div {
		display: block;
	}
	.split > div:first-child {
		padding-right: 0;
	}
	.split > div {
		width: auto;
	}
	dd iframe {
		height: 42vh;
	}
	#header .logo {
		padding: 2%;
	}
	#header .contact, #header .logo {
		margin-top: 8px;
		text-align: center;
		width: 100%;
	}
	#logoheader {
		flex-flow: column nowrap;
	}
	.formtable, .forform {
		width: 94%;
	}
	.columnize {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

}
@media only screen and (max-width: 483px) {
	#main {
		padding: 1em 1em 0;
	}
	.articlelist > div {
		display: block;
	}
	.articlelist .docside {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.original {
		display: none;
	}
	.photoshell {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: .5em auto;
	}
	.floatleft, .floatright {
		float: none;
		text-align: center;
		margin: .5em auto;
	}
	.people.on {
		margin: .5em 0;
	}
	dd iframe {
		height: 28vh;
	}
	.littletable {
		font-size: .8em;
		margin: 1em 0;
	}
	.formtable td {
		display: block;
	}
	.formtable td.right {
		padding-top: 12px;
		border-top: 2px dashed #CCC;
	}
	.formtable td.right, .formtable td.left, .formtable td.right + td {
		text-align: center;
	}
	.formtable hr {
		display: none;
	}

}
@media only screen and (max-width: 380px) {
	.thumbphotos .original, .mobilehide {
		display: none;
	}
}