/******************************
GENERAL & HOME PAGE
******************************/
* {
	font-family: 'Open Sans', sans-serif;
}

html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style-type: none;
}

#textul {
	list-style-type: disc;
	line-height: 1.5em;
	color: #565656;
	margin: 0 5%;
}

#textul a:hover {
	color: #54C0EB
}

h2 {
	color: #1B503D;
	font-weight: normal;
}

#h2 {
	padding-top: 30px;
	color: #2D9E6A;
	font-size: 1.75em;
}

h3 {
	color: #2D9E6A;
}

h4 {
	color: #565656
}

p {
	line-height: 1.75em;
	color: #565656;
}

em {
	font-size: .80em;
	color: #828282;
}

img {
	max-width: 100%;
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5%;
	clear: both;
}

.contentx {
    flex: 1 0 auto;
}
header, #footer_bg{
	flex-shrink: 0;
}

#padding {
	height: 50px;
}

.content_posts {
	font-family: arial;
	font-size: 24px;
	margin: 25px;
	max-width: 800px;	
}

.parent {
	margin: 25px;
	width: 1000px;
	
	/* Center child horizontally*/
	display: flex;
	justify-content: center;
  }
  
  .child {
	width: 800px;	
  }



/******************************
HEADING
******************************/

header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
}

#main-logo {
	max-width: 300px;
	margin: 30px auto 10px;
}




/******************************
NAVIGATION
******************************/

nav {
	text-align: right;
	font-size: 1.25em;
	padding: 10px 0;
	margin: 0;
	color: #2D9E6A;
	background-color: #1E1E1E;
	overflow: hidden;
}

nav ul {
	position: static;
	display: none;
}

nav li {
	padding: 5px 10px 0 0;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]:checked ~ #menu{
	display: block;
}

.show-menu {
	display: block;
	padding-right: 10px;
}



/******************************
SECTION/CONTENT - GENERAL
******************************/

.wrapper h2 {
	font-weight: normal;
	
}

#content_one, #content_two {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}



/************************************************************
SOLUTIONS PAGE - SECTION/CONTENT
************************************************************/

#content_one h3 {
	font-size: 0.95em;
	text-align: center;
}

#content_one li hr {
	width: 90%;
	margin: 0 auto;
	border-bottom-style: inset;
	color: #EEEEEE;
}

#content_one li p {
	text-align: center;
	font-size: 0.85em;
	line-height: 1.75em;
	margin: 0;
	padding: 15px 5%;
}

#content_one li {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}

#content_box {
	box-shadow: 7.25px 7.25px 10px #888888;
	padding: 15px 5px 5px 5px;
	margin: 2.5%;
	border: solid #F1F1F1;
	border-width: 1px;
}

.solutions {
	width: 80px;
	background-color: #367181;
	border-radius: 100%;
	max-width: 128px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

#content_box:hover .solutions {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale (1.2);
	-webkit-transition: .5s;
	transition: .5s;
	-moz-transition: .5s;
}



/************************************************************
HOMEPAGE - SECTION/CONTENT
************************************************************/

#content_two {
	clear: both;
}

#content_two li {
	min-width: 300px;
	padding: 5px;
	margin-bottom: 10px;
}

#content_nine li {
	min-width: 800px;
	padding: 5px;
	margin-bottom: 40px;
}

#content_two h3 {
	font-size: 0.95em;
	text-align: center;
}

#content_two li p {
	text-align: center;
	font-size: 0.85em;
	line-height: 1.75em;
	margin: 0;
	padding: 15px 5%;
}

#content_two li hr {
	width: 90%;
	margin: 0 auto;
}



/******************************
FOOTER
******************************/

#footer_bg {
	width: 100%;
	height: auto;
	background-color: #1E1E1E;
}

footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 5%;
}

footer h2 {
	color: #808080;
}

footer h2:hover {
	color: #55ACEE;
	transition: .5s;
	-webkit-transition: .5s;
	cursor: pointer;
}

footer p {
	line-height: 1.25em;
	color: #808080;
}

.social-icon {
	width: 1.25em;
	height: 1.25em;
	background-color: #007BB6;
	margin: 0 5px;
	padding: 5px;
}

.social-icon:hover {
	background-color: #55ACEE;
	transition: .5s;
	-webkit-transition: .5s;
}



/******************************************************************************************
CONTACT US PAGE
******************************************************************************************/

input[type=text],textarea {
	width: 100%;
	margin: 8px 0;
	padding: 10px 10px;
	background-color: #FBFBFB;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
}

textarea {
	max-width: 100%;
	max-height: 240px;
}

input[type=submit] {
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #2D9E6A;
	color: #FFF;
	width: 100%;
}

input[type=submit]:hover {
	background-color: #55ACEE;
	transition: .5s;
	-webkit-transition: .5s;
}

.g-recaptcha {
	margin: 8px 0;
}



/******************************************************************************************
ABSTRACT MANAGEMENT PAGE
******************************************************************************************/

#abshr {
	display: none;
}

.staffbio {
	margin-top: 30px;
	margin-left: 140px;
}

#left-text {
	float: left;
	text-align: justify;	
	padding-left: 20px;	
	max-width: 600px;
}

#right-text {
	float:right;
	text-align: justify;
	max-width: 600px;
}


#justify-text-right {
	float:right;
	text-align: justify;
	max-width: 600px;
	padding-right: 40px;
}

/******************************
COLLECT ABSTRACTS
******************************/

#colicon {
	display: none;
}

#colicon2 {
	display: inline-block;
	float: left;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#colbg {
	width: 100%;
	overflow: auto;
	padding: 15px 0px 25px;
}

/******************************
REVIEW ABSTRACTS
******************************/

#revicon {
	display: none;
}

#revicon2 {
	display: inline-block;
	float: right;
	background-color: #6ABD6C;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#revbg {
	width: 100%;
	overflow: auto;
	padding: 25px 0px;
}

/******************************
SESSIONIZING
******************************/

#sesicon {
	display: none;
}

#sesicon2 {
	display: inline-block;
	float: left;
	background-color: #F9CB3D;
	border-radius: 100%;
	max-width: 50px;
	margin: 20px 10px 0 0;
}	

#sesbg {
	width: 100%;
	overflow: auto;
	padding: 25px 0px;
}

/******************************
ABSTRACT REPORTS:
******************************/

#repicon {
	display: none;
}

#repicon2 {
	display: inline-block;
	float: right;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#repbg {
	width: 100%;
	overflow: auto;
	padding: 25px 0px;
}



/******************************************************************************************
SPEAKER MANAGEMENT PAGE PAGE
******************************************************************************************/

#timeicon {
	display: none;
}

#timeicon2 {
	display: inline-block;
	float: left;
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #A8AAAD;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#placeicon {
	display: none;
}

#placeicon2 {
	display: inline-block;
	float: right;
	background-color: #324A5E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#connecticon {
	display: none;
}

#connecticon2 {
	display: inline-block;
	float: left;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}






/******************************************************************************************
MOBILE APPLICATION PAGE
******************************************************************************************/

#webicon {
	display: none;
}

#webicon2 {
	display: inline-block;
	float: left;
	background-color: #F9CB3D;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#nativeicon {
	display: none;
}

#nativeicon2 {
	display: inline-block;
	float: right;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#coreappicon {
	display: none;
}

#coreappicon2 {
	display: inline-block;
	float: left;
	background-color: #FFF;
	border: 1px solid #A8AAAD;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#left-text a:hover {
	color: #54C0EB;
	transition: .5s;
	-webkit-transition: .3s;
}


/******************************************************************************************
EVALUATION PAGE
******************************************************************************************/

#createicon {
	display: none;
}

#createicon2 {
	display: inline-block;
	float: left;
	background-color: #7383BF;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#evalcolicon {
	display: none;
}

#evalcolicon2 {
	display: inline-block;
	float: right;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#evalrepicon {
	display: none;
}

#evalrepicon2 {
	display: inline-block;
	float: left;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}



/******************************************************************************************
CREDITS PAGE
******************************************************************************************/

#configicon {
	display: none;
}

#configicon2 {
	display: inline-block;
	float: left;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#useicon {
	display: none;
}

#useicon2 {
	display: inline-block;
	float: right;
	background-color: #FFF;
	border: 1px solid #A8AAAD;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#certicon {
	display: none;
}

#certicon2 {
	display: inline-block;
	float: left;
	background-color: #324A5E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#transfericon {
	display: none;
}

#transfericon2 {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}



/******************************************************************************************
DISCLOSURE PAGE
******************************************************************************************/

#autoicon {
	display: none;
}

#autoicon2 {
	display: inline-block;
	float: left;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#discicon {
	display: none;
}

#discicon2 {
	display: inline-block;
	float: right;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#transfericon {
	display: none;
}

#transfericon2 {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}







/******************************************************************************************
HANDOUTS PAGE
******************************************************************************************/

#approveicon {
	display: none;
}

#approveicon2 {
	display: inline-block;
	float: left;
	background-color: #79DF45;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}


#publishicon {
	display: none;
}

#publishicon2 {
	display: inline-block;
	float: right;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}



/******************************************************************************************
ITINERARY BUILDER PAGE
******************************************************************************************/

#marketicon {
	display: none;
}

#marketicon2 {
	display: inline-block;
	float: left;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#buildicon {
	display: none;
}

#buildicon2 {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#integrateicon {
	display: none;
}

#integrateicon2 {
	display: inline-block;
	float: left;
	background-color: #367181;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}





/******************************
MODAL IMAGE POP OUT CSS - GENERAL
******************************/

.modal {
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 2.5%;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	pointer-events: none;

/*** The transitions below causes the ease-in to happen on each page load ***/

	/***-webkit-transition: opacity .1s ease-in;
	-moz-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;***/
}

.modal:target {
	opacity: 1;
	pointer-events: auto;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	width: 50px;
}

.close:hover { 
	background: #00d9ff;
}



/******************************************************************************************
DISCLOSURE PAGE
******************************************************************************************/

#coisteps {
	margin: 20px 1.5% 0;
	padding: 0;
	box-shadow: 3px 4px 10px #1F212B;
	max-width: 980px;
}



/******************************************************************************************
404 PAGE - !!! CSS is shared with the ContactThankYou.html page !!!
******************************************************************************************/

#page404 {
	background-color: #FFFFFF;
	margin: 0;
	min-height: 100%;
}

#page404logo {
	max-width: 400px;
	margin: 5% auto 10px;
	padding: 0 10%;
}

#header404 {
	font-size: 2.5em;
	color: #565656;
}

#header404_2 {
	font-size: 2em;
	font-weight: bold;
	color: #2D9E6A;
}

#notfound {
	font-size: 2em;
	color: #2D9E6A;	
}

#txt404 {
	font-size: 1.50em;
}

.content404 {
	background-color: #FFFFFF;
	max-width: 80%;
	margin: 0 auto 0;
	padding: 25px 5%;
	text-align: center;
}

#nav404 {
	margin: 0 auto;
	padding: 0;
}

#nav404 li {
	font-size: 1.25em;
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	background-color: #2D9E6A;
}

#nav404 li:hover {
	background-color: #55ACEE;
	transition: .5s;
	-webkit-transition: .5s;
	cursor: pointer;
}



/******************************************************************************************
WEBREC "Client Meeting Web Recordings" PAGE
******************************************************************************************/

.webrec {
	text-align: center;
	margin: 0 0 50px;
	padding: 0;
}

/******************************************************************************************
INTEGRATION PAGE
******************************************************************************************/

#left {
	display: inline-block;
}

#right {
	display: inline-block;
	float: right;
}

#inttext {
	width: 700px;
	margin: auto;
}

#apiicon {
	display: none;
}

#apiicon2 {
	display: inline-block;
	float: left;
	background-color: #F9CB3D;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#membicon {
	display: none;
}

#membicon2 {
	display: inline-block;
	float: right;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#regicon {
	display: none;
}

#regicon2 {
	display: inline-block;
	float: left;
	background-color: #6ABD6C;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}

#avicon {
	display: none;
}

#avicon2 {
	display: inline-block;
	float: right;
	background-color: #367181;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 0 0 10px;
}

#mobileicon {
	display: none;
}

#mobileicon2 {
	display: inline-block;
	float: left;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 50px;
	margin: 10px 10px 0 0;
}