@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* { box-sizing: border-box; }
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
svg {
	vertical-align: middle;
}

fieldset {
	border: none;
}
.small {
	font-size: .75em;
	color: #333;
	display: block;
}
.note {
	font-size: .85em;
	display: block;
	text-align: center;
}
h2 {
	margin: .5em 0;
	text-align: center;
}
.container {
	padding: 0;
}
.container, .clientNavigation {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.container, .clientNavigation {
		width: 95%;
	}
}
.support {
	color: #6BBA70;
}

.header.wrapper {
	background-color: rgba(148, 193, 30, 0.5);
	padding: 0;
	}
	body.people_search .header.wrapper, 
	body.people_searchresults .header.wrapper,
	body.people_person .header.wrapper, 
	body.people_savedMeeting .header.wrapper	 {
		display:none;
	}
.info.wrapper {
	background-color: rgba(0, 157, 224, 0.15);
	padding: 10px 0;
}

.banner.wrapper {
}
.content.wrapper {
}
.banner .logo {
	text-align: center;
	height: 120px;
	background: url('/img/isaconf/gmssi/gms-banner.png') 0 0;
	background-size: 100% auto;
	border-width: 0 1px;
    border-style: solid;
    border-color: #009EE2;
}
.logo img {
	max-width: 100%;
}
.banner .logo a {
	display: block;
	width:100%;
	height: 100%;
}
.banner .logo img {
	display: none;
}
@media only screen and (max-width: 780px) {
	.banner .logo {
        background-image: none;
        height: 50px;
        border: none;
        text-align: center;
    }
    .banner .logo img {
        display: block;
        height: 100%;
        width: auto;
    }
    .header.wrapper {
        background-color: #FFF;
    }
}
.nav.wrapper {
	padding: 0;
	background-color: #004b9a;
	max-height: 50px;
}
.nav.wrapper .container {
	margin: 0;
	width: 100%;
}

ul.mainnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

ul.mainnav li {
	flex: 1;
	text-align: center;
}
ul.mainnav li:first-child {
	text-align: left;
}
ul.mainnav li:last-child {
	text-align: right;
}
ul.mainnav li a {
	color: #FFF;
	line-height: 2.75em;
	text-decoration: none;
}
ul.mainnav li:last-child a {
	background-color: #FFF;
	color: #004B9A;
	padding: 0 .5em;
	line-height: 2.75em;
	text-decoration: none;
	display: inline-block;
	border-top: 2px solid #004B9A;
	border-bottom: 2px solid #004B9A;
}

.JoinGMSSI a {
	background-color: #0098E0;
	padding: .25em .5em;
	color: #FFF;
	border-radius: 4px;
	font-size: 1.2em;
}

.archives ul.mainnav li:first-child a{
	display: none;
}

#callforparticipants li:nth-child(2) a{
	display: none;
}

.missionStatement {
	width: 100%;
    border: 1px solid #DDD;
    background-color: #FAFAFA;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    margin: 0 auto 1em;
    line-height: 1.9em;
}
@media screen and (max-width: 640px) {
	.missionStatement {
		padding: .5em;
		width: 95%;
		font-size: 12px;
	}
}
.participationtop {
	padding: 10px 0;
}

.missionStatement p {
	margin: .25em 0;
}
.missionStatement span {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1em;
}

svg.icon {
	height: 26px;
    left: 7px;
    position: absolute;
    top: -25px;
    width: 28px;
}
svg.largeIcon {
	height: 65px;
	width: 45px;
	fill: rgb(0,75,154); /*#071689;*/
}

.groupedIcon {
	position: relative;

}


svg.iconTop {
	height: 65px;
    
    width: 65px;
} 
.iconWrapper {
	width: 55px;
	margin: 0 auto;
	display: block;
}

.pathway {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pathway > div {
	width: 30%;

}
.identify, .identifyList h2 {
	color: #009EE2;
}

.connect, .connectList h2 {
	color: #0457B4;
}
.collaborate, .collaborateList h2 {
	color: #071689;
}

@media screen and (max-width: 640px){
	.pathway {
		display: block;
	}
	.pathway > div {
		width: 100%;
		text-align: center;
	}
	.iconWrapper, h2 {
		display: inline-block;
		width: auto;
	}
	h2 {
		line-height: 50px;
    vertical-align: top;
	}
	.pathway > div > ul {
		text-align: left;
		margin: 0px 20px;
	}
}
.pathway > div > ul {
	font-size: 12px;
	list-style-type: circle;
	margin-left: 40px;
}

.pathway > div > ul > li {
		text-align: left;
		text-transform:none;
		padding: 0.5em;
		color: #555;
}

.content .content .pathway h2 {
	background-color: #FFF;
	color: #004B9A;
	font-weight: bold;
}

.join {
	text-align: center;
}

.join p {
	font-size: 1.3em;
}

a.button, input[type="button"], input[type="submit"], button, input[type="reset"] {
	background-color: #004b9a;
	border: none;
	padding: .5em .35em;
	color: #FFF;
	fill: #FFF;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: background-color 0.5s ease;
	cursor: pointer;
	display: inline-block;
	margin: 1em 0;
}
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #009ee2;
}

.disclaimer {
	margin-bottom: 25px;
}

.disclaimer p{
	text-align: center;
	margin: 0.25em 0;
	font-size: .95em;
}

.message {
    border-radius: 4px;
    padding: .25em .5em;
    margin: 1em 0;
    display: block;
border: 1px solid #000;
}
.message.error {
    background-color: #fcf3f3;
    border: 1px solid #dd0000;
    color: #dd0000;
}
.message.info {
 background-color: #BDE5F8;
color: #00529B;
border-color: #00529B;
}
.message.success {
 background-color: #DFF2BF;
color: #4F8A10;
border-color: #4F8A10;
}
section.participationintro, section.participationarea {
	padding: 0.5em;
	width: 50%;
	float:left;
}
section.participationarea {
	float:right;
}
.content .content h2 {
	text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.25em;
    font-size: 1.2em;
	background-color: rgba(148, 193, 30, 1.0);
	color:#fff;
	padding: 5px;
}
.content .content section.participationarea h2 {
	background-color: rgba(0, 136, 119, 1.0);
	color:#fff;
	padding: 5px;
	font-size: 0.9em;
}
.participationarea li a {
    display: block;
    background-color: rgba(0, 136, 119, 0.2);
    padding: 3px;
    margin: 5px 0;
    text-align: center;
    color: rgba(0, 136, 119, 1.0);
    text-decoration: none;
}
.participationarea li a:hover {
    background-color: rgba(0, 136, 119, 1.0);
	color: #fff;
    text-decoration: underline;
}
.success {
	color: #4F8A10;
}
.error {
	color: #dd0000;
}

#person-add-div { width: 100%; }

.profileImage, .holderImage {
    background-color:#009EE2;
    color: #fff;
    font-size: 1em;
    line-height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
    border-radius: 20px;
    vertical-align: middle;
    fill: #FFF;
}

.holderImage svg {
	height: 30px;
	width: 30px;
}

 body#list{
 	overflow: hidden;
 }

 body#list table#filetable {
 	width: 100%;
 	border-collapse: collapse;
 	border: none;

 }
 body#list table#filetable td {
 	border: none;
 }
  body#list table#filetable th { 
  border: none; }

 .preview {
	height: 60px;
	width: 60px;
	overflow: hidden;
	border-radius: 30px;
}
.preview img {
	vertical-align: top;
}
img#preview {
	width: 100%;
	height: auto;
}
 .display {
	height: 60px;
	width: 60px;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.display img {
	vertical-align: top;
}

ul.mainnav .display {
	height: 30px;
	width: 30px;
	border-radius: 15px;
}

.menuText .note {
	display: inline-block;
}
/*	Slide Show Styles	*/


#slider {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    max-height: 280px;
    height: 100%;
}

#slider img {
	max-height: 280px;
	height: 100%;
    width: 100%;
}

/* 
---this is for the full screen container ---
#slider {
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slider img {
    height: auto;
    position: absolute;
    top: -400px;
    vertical-align: top;
    width: 100%;
}
 */



.control_prev, .control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 2%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.control_prev:hover, .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
