/*  
Theme Name: Performs
Theme URI: http://www.templatesquare.com/
Description: Performs is a simple, clean and modern WordPress Theme for corporate, business and portfolio sites. 
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/

/* TESTING CSS from RBEETS */



/* #Base 900 Grid
================================================== */

    .container					                { position: relative; width: 900px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container .one.column						{ width: 60px;  }
	.container .two.columns 					{ width: 140px; }
	.container .three.columns 					{ width: 220px; }
	.container .four.columns 					{ width: 300px; }
	.container .five.columns 					{ width: 380px; }
	.container .six.columns 					{ width: 460px; }
	.container .seven.columns 					{ width: 540px; }
	.container .eight.columns 					{ width: 620px; }
	.container .nine.columns 					{ width: 700px; }
	.container .ten.columns 					{ width: 780px; }
	.container .eleven.columns 					{ width: 860px; }
	.container .twelve.columns 					{ width: 940px; }

    /* Offsets */
	
	.container .offset-by-one                	{ padding-left: 80px;  }
    .container .offset-by-two                	{ padding-left: 160px; }
    .container .offset-by-three              	{ padding-left: 240px; }
    .container .offset-by-four               	{ padding-left: 320px; }
    .container .offset-by-five               	{ padding-left: 400px; }
    .container .offset-by-six                	{ padding-left: 480px; }
    .container .offset-by-seven              	{ padding-left: 560px; }
    .container .offset-by-eight              	{ padding-left: 640px; }
    .container .offset-by-nine               	{ padding-left: 720px; }
    .container .offset-by-ten                	{ padding-left: 800px; }
    .container .offset-by-eleven             	{ padding-left: 880px; }
	

	/* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	margin:0 auto;
	padding:0;
	color:#555555;
	background-color:#FFFFFF;
}

/* links */
a, a:visited, .colortext { text-decoration:none; color:#00acff;}
a:hover{ text-decoration:none; /*color:#00acff;*/ color: #0088cc;}
a img{ border:none}

/* img */
.frame{	border:1px solid #e5e5e5; background:#fff; padding:2px; }

/* heading */
h1, h2, h3{margin-bottom:15px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
 }
h4, h5, h6{margin-bottom:8px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400; }
h1, h2, h3, h4, h5, h6, .pagetitle a, .pagetitle a:visited{color:#303030;}


h1 {font-size:30px; line-height:30px;}
h2 {font-size:25px; line-height:26px;}
h3 {font-size:16px; line-height:24px;}
h4 {font-size:13px; line-height:22px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal}
.pagetitle{font-size:25px; line-height:27px; padding-bottom:0; margin-bottom:0; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
}
.boldtext{
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
	}


/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#f1f1f1;
	background:#f1f1f1;
}

p {
	margin-bottom:22px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: disc;
	margin: 0 0 0 0;
}
ol {
	list-style: decimal;
	margin: 50px 50px 50px 50px;
}

ol.waiver {
	list-style: lower-alpha;
	margin: 50px 50px 50px 50px;
}

ol.waiver li {
	margin: 20px;	
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

li {
	margin-left:2em;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:13px;
	line-height:22px;	}
	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* AM16-SPECIFIC STYLES
-------------------------------------------------------------- */
.videoBAV {position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; /*text-align: center;*/}
.videoBCplaylist {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 122px;
    position: relative;
}
.videoBCplaylist object {
    height: 100%;
    left: 0;
position: absolute;
top: 0;
width: 100%;
}
.videoBAV iframe, .videoBAV object, .videoBCplaylist iframe, .videoBCplaylist object {/*width: 90%; max-width: 640px;*/ /*text-align: center;*//* height: auto;*/ position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;}
/**:first-child+html .videoBAV iframe, * html .videoBAV iframe {width: 640px;} */

#plenary-bio-schaal-text, #plenary-bio-oreskes-text, #plenary-bio-berenbaum-text, #plenary-bio-gates-text {
display:none;
}

#topical-bio-charo-text, #topical-bio-nocera-text, #topical-bio-roedinger-text, #topical-bio-ramakrishnan-text, #topical-bio-takayama-text, #topical-bio-lindee-text, #topical-bio-desilva-text, #topical-bio-rickford-text, #topical-bio-stern-text  {
display:none;
}

#media-am16social-tweets-text, #media-fsdsocial-tweets-text, #media-am16logos-logos-text, #media-fsdlogos-logos-text, #media-am16language-language-text, #media-fsdlanguage-language-text {
display:none;
}
#fsd-exhibitor-2061-text, #fsd-exhibitor-sbf-text, #fsd-exhibitor-acs-text,#fsd-exhibitor-adea-text, #fsd-exhibitor-asbmb-text, #fsd-exhibitor-asm-text, #fsd-exhibitor-aspb-text, #fsd-exhibitor-asa-text, #fsd-exhibitor-aus-text, #fsd-exhibitor-bb-text, #fsd-exhibitor-cra-text, #fsd-exhibitor-dis-text, #fsd-exhibitor-dcap-text, #fsd-exhibitor-first-text, #fsd-exhibitor-fonz-text, #fsd-exhibitor-hhmi-text, #fsd-exhibitor-hu-text, #fsd-exhibitor-iris-text, #fsd-exhibitor-jqi-text, #fsd-exhibitor-lsa-text, #fsd-exhibitor-nist-text, #fsd-exhibitor-noaa-text, #fsd-exhibitor-sci-text, #fsd-exhibitor-qcrew-text, #fsd-exhibitor-sfn-text, #fsd-exhibitor-sot-text, #fsd-exhibitor-swrc-text, #fsd-exhibitor-usgcrp-text, #fsd-exhibitor-nps-text, #fsd-exhibitor-usbg-text{
display:none;
}


#secondary-navigation {
	width:800px;
	background-color:#fff;
	margin:50px auto;
	text-align:left;
	line-height:27px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:400;
	color:#777;
}
#secondary-navigation ul {
	list-style-type:none;
}
.secondary-nav-list {
	float:left;
	width:190px;
	margin:0px 10px 0px 0;
	padding:0;
}
.secondary-nav-wrap-bottom { display:none; }

#secondary-navigation ul li a { 
	color:#777;
	font-weight:400;
}
#secondary-navigation ul li a:hover { 
	/*color:#0088cc;*/
	color: #00acff;
}
#secondary-navigation ul li.current-page a { 
	/*color:#0088cc;*/
	color: #00acff;
}
#secondary-navigation .cta-omni {
	float:left;
	width:168px;
	margin:0px 0px 0px 0;
	padding:0 15px 0 15px;

}

#secondary-navigation .cta-omni .cta-link {
	display:block;
	color:#777;
	margin:0 0 8px 0;
}
#secondary-navigation .cta-omni p {
	font-size:13px;
	font-weight:300;
	line-height:20px;
	color:#999;
	text-transform:none;
}
#secondary-navigation a:hover .cta-omni .cta-link {
	/*color:#0088cc;*/
	color: #00acff;
}
#secondary-navigation a:hover .cta-omni p {
	/*color:#0088cc;*/
	color: #00acff;
}

#site-content {
	width:900px;
	margin:0px auto;
	background-color:#fff;
	text-align:center;
	padding-bottom:100px;
}


.cta {
}
.cta-bar, a .cta-bar {
	display:block;
	/*color: #494d55;*/
	margin: 50px 0;
	clear:both;
	font-size:19px;
	font-weight:400;
	line-height:28px;
	text-align:center;
	width:inherit;
	padding:50px;
	color:#fff;
	background-color:#7faa7c;
	border-radius: 3px;cta
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.cta-bar .cta-link {
	height:28px;
	*height:40px;
	width:200px;
	display:inline-block;
	*display:inline;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:19px;
	text-transform:uppercase;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 0px 0px 0px;
	border:none;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:600;
	margin-left:50px;
}

.cta-feature {
	display:block;
	color:#555;
	margin:90px auto;
	clear:both;
	font-size:18px;
	font-weight:300;
	line-height:28px;
	width:800px;
	text-align:left;

}
a .cta-feature h3, .cta-feature h3 {
	font-weight:400;
	margin-bottom:18px;
}
.cta-feature img {
	float:left;
	width:300px;
	height:150px;
	margin:0 50px 0 0;
}
a .cta-feature {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a .cta-feature .cta-link {
	display:block;
	margin-top:22px;
	/*color:#0088cc;*/
	color: #00acff;
	font-size:16px;
	font-weight:300;
}
a:hover .cta-feature .cta-link {
	/*color:#00acff;*/
	color: #0088cc;
}


.cta-twins {
	display:block;
	color:#555;
	margin-top:90px;
	margin-bottom:90px;
	clear:both;
	font-size:18px;
	font-weight:300;
	line-height:28px;
	width:inherit;
	padding:0 0 0 0;
}
a .cta-twin, .cta-twin {
	text-align:center;
	width:400px;
	color:#555;
}
a .cta-twin.lAlgn, .cta-twin.lAlgn {
	text-align:left;
}
a .cta-twin.rAlgn, .cta-twin.rAlgn {
	text-align:right;
}
a .cta-twin h3, .cta-twin h3 {
	font-size:20px;
	margin-bottom:8px;
}
a .cta-twin img, .cta-twin img {
	clear:both;
	float:center;
	width:300px;
	height:150px;
	margin:0 50px 8px 50px;
}
a .cta-twin .cta-link {
	display:block;
	/*color:#0088cc;*/
	color: #00acff;
	font-size:16px;
	font-weight:300;
	margin-top:14px;
}
a:hover .cta-twin .cta-link {
	/*color:#00acff;*/
	color: #0088cc;
}

.cta-row, a .cta-mat {
	display:block;
	color:#555;
	clear:both;
	font-size:18px;
	line-height:28px;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding:50px 0;
	color:#555;
	text-align:center;
	color:#fff;
	font-weight:300;
	background-color:#494d55;
}
.cta-row .cta-link {
	height:28px;
	*height:40px;
	width:200px;
	display:inline-block;
	*display:inline;
	text-align:center;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
	color:#494D55;
	background-color:#FFFFFF;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px 0px 0px 0px;
	border:none;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:600;
	margin-left:50px;
}

.cta-bar .cta-link.white, .white {
	background-color:#FFFFFF;
	color: #494d55;
}
.blue {
	background-color:#007db9;
}
.right {
	float:right;
}
.left {
	float:left;
}
.centered {
	margin:0 auto;
}


.content {
	width:800px;
}
.content p a:hover {
	text-decoration:underline;
}

.content-title {
	text-align:center;
	margin:90px auto 50px auto;
	width:800px;

}
.content-title h1 {
	font-weight:300;
	font-size:30px;
	line-height:38px;
}
.content-intro {
	width:700px;
	text-align:left;
	margin:50px auto 50px auto;
}
.content-intro p {
	font-weight:300;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.1px;
	color:#777;
	margin:40px auto;
}
.content-intro img {
	display:block;
	width:480px;
	height:270px;
	margin:40px auto;
}
.content-intro .cta-link, .content-intro a.cta-link {
	/*color:#0088cc;*/
	color: #00acff;
	font-size:16px;
	font-weight:300;
}
.content-intro .content-reg {
	margin:40px auto;
}
.content-intro .rule {
	width:300px;
	height:1px; 
	border-top:1px solid #ccc;
	margin:40px auto 0px auto;
}




.content-intro-center {
	width:700px;
	text-align:center;
	margin:50px auto 50px auto;
}
.content-intro-center p {
	font-weight:300;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.1px;
	color:#777;
	margin:40px auto;
}
.content-intro-center img {
	display:block;
	width:480px;
	height:270px;
	margin:40px auto;
}
.content-intro-center .cta-link, .content-intro-center a.cta-link {
	/*color:#0088cc;*/
	color: #00acff;
	font-size:16px;
	font-weight:300;
}
.content-intro-center .content-reg {
	margin:40px auto;
}
.content-intro-center .rule {
	width:300px;
	height:1px; 
	border-top:1px solid #ccc;
	margin:40px auto 0px auto;
}






.content-list {
	text-align:left;
	margin:90px auto;
}
.content-list h3 {
	font-weight:300;
	font-size:19px;
	float:left;
	width:220px;
	color:#555555;
}
.content-list p {
	padding:0 0 0 300px;
}

.preplist {
    padding: 0 0 0 315px;
}

.content-list .cta-link {
	/*color:#0088cc;*/
	color: #00acff;
	font-weight:400;
}

.content-roll {
	text-align:left;
	margin:90px auto;
}
.content-roll h3 {
font-weight:300;
font-size:20px;
color:#555;
margin-bottom:0px;
}
.content-roll p {
margin-top:22px;
margin-bottom:0px;
}
.content-roll p.byline {
font-weight:300;
font-size:15px;
letter-spacing:0px;
color:#777;
margin-top:0px;
margin-bottom:0px;
}
.content-roll p {
	padding:0 300px 0 0;
}
.content-roll img {
	float:right;
	width:150px;
	height:150px;
}
.content-block {
	margin:50px auto;
}

.list-table {
	padding:0 0 0 300px;
}
.list-table li {
	display:inline-block;
	*display:inline;
	list-style-type:none;
}
.list-table li.date {
	width:200px;	
}
.list-table li.time {
	width:200px;	
}
.list-table li.category {
	width:150px;
}
.list-table li.header {
	font-weight:600;
}
.list-table li.price {
	width:150px;
	text-align:center;	
}
.timeline {
	padding:0 0 0 300px;
}
.timeline li {
	display:inline-block;
	*display:inline;
	list-style-type:none;
	margin:0 0 10px 0;
	vertical-align:top;
}
.timeline li.milestone {
	width:300px;	
}
.timeline li.occurrence {
	width:190px;	
}
ul.block {
	padding:0 0 0 30px;
}

.pricing {
	width: 900px;
	margin:0px 0px 0px 50px;
}

#onsitereg {text-align: center;}
#onsitereg .pricing {width: 800px; margin: 0 auto;}
.pricing li {
	display:inline-block;
	*display:inline;
	list-style-type:none;
	margin-top:-1px;
	vertical-align:top;
}
.pricing li.category {
	width:170px;
	font-weight:300;
	font-size:15px;	
}

#onsitereg .pricing li.category {width: 120px;}
.pricing li.price {
	width:120px;
	padding:0px 15px 0px 15px;
	text-align:center;	
}

#onsitereg .pricing li.price {width: 120px;}
.pricing li.price-header {
	font-weight:300;
	font-size:15px;
	padding:15px;
}
.pricing li.price-header .rate-info {
	display:block;
	margin:10px 0 0 0;
	font-size:13px;
	font-weight:300;
	line-height:20px;
	color:#999;
	text-transform:none;
}
.pricing li.new-member {
	background-color:#e9f8ff;
}
.pricing li.bottom-new-member { 
	padding-bottom:15px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px; 
}
.pricing-onsite {
	padding:0 0 0 300px;
}
.pricing-onsite li {
	display:inline-block;
	*display:inline;
	list-style-type:none;
}
.pricing-onsite li.pricing-row {
	width:150px;	
}
.pricing-onsite li.price {
	width:150px;	
}
.columns-3 {
	text-align:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.columns-3 li {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	position:relative;
	width:240px; 
	margin:0px 40px 40px -4px;
	padding:0px;
}
.columns-3 li a.cta-link {
	display:block;
}
.columns-3 li.col-list-1, .columns-3 li.col-list-4 {
	margin-left:0px;
}
.columns-3 li.col-list-3, .columns-3 li.col-list-6 {
	margin-right:0px;
}
.columns-3 li h3 {
	font-size:;
	font-weight:;
}


.columns-4 {
	text-align:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.columns-4 li {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	position:relative;
	width:175px; 
	margin:0px 33px 40px -4px;
	padding:0px;
}
.columns-4 li.cta-link {
	display:block;
}
.columns-4 li.col-list-1, .columns-4 li.col-list-5 {
	margin-left:0px;
}
.columns-4 li.col-list-4, .columns-4 li.col-list-8 {
	margin-right:0px;
}

#footer-social-container {
	padding:43px 0px 35px 0px;
	text-align:center;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.footer-social {
}
.footer-social li {
	display:inline-block;
	margin:0px 25px 0px 25px;
	font-size:12px;
	font-weight:600;
}

a .footer-social-icon {
	height:36px;
	width:36px;
	border-radius:3px;
	/*border:1px solid #0088cc;*/
	border: 1px solid #00acff;
	margin:0px auto 12px auto;
}
a:hover .footer-social-icon {
	border:1px solid #005699;
}
a .social-icon-twitter {
	background:transparent url('/wp-content/uploads/AM15-social-icon-tw.png') center top no-repeat;
}
a:hover .social-icon-twitter {
	background:transparent url('/wp-content/uploads/AM15-social-icon-tw-hover.png') center top no-repeat;
}
a .social-icon-facebook {
	background:transparent url('/wp-content/uploads/AM15-social-icon-fb.png') center top no-repeat;
}
a:hover .social-icon-facebook {
	background:transparent url('/wp-content/uploads/AM15-social-icon-fb-hover.png') center top no-repeat;
}
a .social-icon-google {
	background:transparent url('/wp-content/uploads/AM15-social-icon-google.png') center top no-repeat;
}
a:hover .social-icon-google {
	background:transparent url('/wp-content/uploads/AM15-social-icon-google-hover.png') center top no-repeat;
}

#footer-admin-container {
	padding:43px 0px 35px 0px;
	text-align:center;
}
.footer-admin {
}
.footer-admin li {
	display:inline-block;
	margin:0px 13px 0px 13px;
	font-size:12px;
	font-weight:600;
	color:#666;
}
.footer-admin li a {
	color:#666;
}
.footer-admin li a:hover {
	color:#0088cc;
}
#footer-logo-container {
	background: #7faa7c;
	padding: 10px 0;
	text-align:center;
}

#footer-logo-container > p {
	margin-bottom: 0;
}

#footer-logo {
	height:62px; 
	width:206px; 
	margin:0px auto; 
	background-color:transparent;
}
#footer-fullname a {color: #fff; font-size: 1.0em; font-weight: 300; letter-spacing: 6px; font-family: Open Sans; sans-serif; text-transform: uppercase; /*color: #666;*/}
#footer-theme-container {/*width:100%;background-color:#000;height:20px;*/display:none;}
.footer-theme-img {float:left;width:25%;height:20px;}
	.footer-theme-brain {background:#e1e1e1 url('/wp-content/uploads/AM15-footer-theme-brain.jpg');background-size:cover;}
	.footer-theme-map {background:#d1d1d1 url('/wp-content/uploads/AM15-footer-theme-map.jpg');background-size:cover;}
	.footer-theme-space {background:#c1c1c1 url('/wp-content/uploads/AM15-footer-theme-space.jpg');background-size:cover;}
	.footer-theme-circuit {background:#b1b1b1 url('/wp-content/uploads/AM15-footer-theme-circuit.jpg');background-size:cover;}

/* CONTAINER
-------------------------------------------------------------- */
#wrapper-top{background-color:#005699; border-top:none; border-bottom:1px solid #ffffff;}
	.wrapper-top-image1 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}
	.wrapper-top-image2 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}
	.wrapper-top-image3 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}
	.wrapper-top-image4 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}
	.wrapper-top-image5 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}
	.wrapper-top-image6 {background:#005699 url('/wp-content/uploads/AM18-Proposal-Web-Banner-FINAL_bkgr-.jpg') center top no-repeat;}

#wrapper-header{background:#ffffff; border-bottom:none;}
#wrapper-content{ background:#ffffff;}
#wrapper-content-padding {margin:90px auto 0px auto;}
#wrapper-beforefooter{background:#ebebeb; border-top:none;}
#wrapper-footer {background:#f9f9f9;}




/* TOP AREA & MENU
-------------------------------------------------------------- */
#top{ padding:0 0 0 0;height:100px; }
#logo{height:100px; width:452px; margin:0px auto;}
#logo-tablet{ display:none; }
#logo-mobile { display:none; }
#logo h1{margin:0 0 5px 0;}
#nav{position:relative;text-align:justify;z-index:200;padding:0;}
#menu-link { display:none; }
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-size:13.5px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:600;
	letter-spacing:0px;
	text-transform:uppercase;
  }

#topnav a, .sf-menu a, .sf-menu a:visited {color:#555555;border-top:4px solid transparent;}
#topnav a:hover{color:#00acff;}
#topnav li a:hover,
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover, #topnav .current-page-ancestor > a,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover
{color:#00acff;border-top:3px solid #00acff;}

/* Drop down menu */
.sf-menu ul{ border:1px solid #eee; border-bottom:0px; text-transform:capitalize}
.sf-menu li li {background:	#fff; border-bottom:1px solid #eee;}

.sf-menu, .sf-menu * {
	margin:			20px 0 0 0;
	padding:		0;
	list-style:		none;
}
.sf-menu:after {
 	position: relative;
   	display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}
.sf-menu {
	line-height:	0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	display:		inline-block;
	position:		relative;
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display:inline-block;
	position:		relative;
}
.sf-menu a {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {}
.sf-menu a { padding: 7px 0 0 0; text-decoration:none;}


/*** arrows **/
.sf-menu .sf-sub-indicator { display:none;}


/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header{padding:29px 0; }
#header h2{ padding-bottom:14px;}

#slider-container{padding:0 0 20px 0; position:relative  }
#slider-container.no-navigation{padding-bottom:0;}
.box_skitter_large {width:940px; height:294px; background:#000}
.label_skitter{bottom:20px !important; left:30px !important; padding:15px 20px;
	color:#fff;
	background:#000; 
	opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
}
.label_skitter h3{margin-bottom:5px; color:#fff; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
}
.label_skitter h3 a, .label_skitter h3 a:visited{color:#fff;}



/* CONTENT
-------------------------------------------------------------- */
#main-content{ padding:0 0 0 0;}

#content{width:inherit;}
#content.positionleft{float:left;}
#content.positionright{float:right;}
.small{font-size:11px}
ul.small{margin-top:10px; margin-bottom:20px}



/* form & button */
form{margin:0; padding:0;}
input[type="text"], input[type="password"],
textarea, select {	padding:8px;  font-size:12px;  border:1px solid #e6e6e6; color:#555; }
textarea:focus{outline:0;}
.button, .button:visited, input[type="submit"]{
	padding:4px 15px 2px 15px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
	text-transform:uppercase;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
	color:#555;
	border:solid 1px #e5e5e5;
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: -moz-linear-gradient(top,  #ffffff,  #f4f4f4);
	background: -o-linear-gradient(top,  #ffffff,  #f4f4f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
}
.button:hover, input[type="submit"]:hover{
	text-decoration:none;
	color:#555;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff);
	background: -o-linear-gradient(top,  #f4f4f4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}
input[type="submit"]{padding:8px 15px 6px 15px; }


/* Separator */
.separator {
	display:block;
	padding:15px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:20px 0;
	margin:0 0 25px 0 !important;
}


.separator.line div{
 	height:1px;
	background:#f1f1f1;
}



/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth								{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 								{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 								{ width: 30.6666%;}

.three_fourth							{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols										{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase; border-bottom: 1px solid #f1f1f1;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 1px solid #f1f1f1;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

.tableServices {
    border-collapse: collapse;
    width: 60%;
}

.tableServices > th, .tableServices > td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tableLeft td {
text-align: left;
}

/* CONTACT */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	font-size:11px;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:90%
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #fff;
	border-top: 4px solid #e5e5e5;
	padding: 10px;
}
.post{margin-bottom:40px;  position:relative; padding-bottom:40px; border-bottom:1px solid #f1f1f1; }
.post .posttitle{ margin-bottom:0px; font-size:16px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
}
.post-date{
	display:inline-block;
	width: 47px;
	height: 40px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:right;
	font-size:12px;
	line-height:15px;
	text-align: center;
	margin:0px 0px 0 0;
	padding-top:7px;
	background-color:#555555; color:#fff;
}
.posttitle a:hover{text-decoration:none}
.entry-utility{font-size:11px; color:#999}
.entry-utility a, .entry-utility a:visited{color:#999;}
.entry-utility a:hover{text-decoration:underline;}

#postcontent.entry-content, #postattachment.entry-content{padding:20px 0 0 0;}
.postimg{margin-bottom:10px;}

#searchresult .hentry{padding:0 0 10px; margin:0 0 20px 0}
#searchresult .post{border:0px;}
#searchresult #postcontent.entry-content{padding:0;}
#searchresult h2{font-size:14px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
 margin-bottom:4px}

.entry-attachment{margin-bottom:20px;}

#share{float:right}
#share span{float:left;}
#share .st_twitter_hcount{width:100px;}
#share .st_facebook_hcount{width:100px;}
#share .st_plusone_hcount{width:70px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	padding:10px 10px 30px 10px;
	margin-bottom:30px;
	position:relative;
	border:solid 1px #f1f1f1;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:10px;
}
.avatar{padding:5px !important}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

img.responsive {max-width: 88vw; height: auto;}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {
	line-height: 20px;
	overflow: hidden;
}
.navigation .button{text-transform:capitalize;}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 10px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#303030;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0px;
	font-size:10px;
	 
}
.reply a.comment-reply-link{padding-right:12px; color:#555}
.edit-link{float:right;}
a.comment-edit-link {
	color:#555;
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; border-bottom:solid 1px #f1f1f1; padding-bottom:20px}
.commentlist .comment-body .time{display:block;}
.commenttext{overflow:hidden; margin:0}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{margin-bottom:11px; font-size:10px; font-style:italic }
.comment-body .time a, .comment-body .time a:visited{color:#555;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
}
#today{font-weight:bold}

/* SIDEBAR */
#sidebar{width:280px;}
#sidebar.positionleft{padding-right:40px; float:left}
#sidebar.positionright{padding-left:40px; float:right}

#sidebar .widget-title{font-size:16px;  
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
 }
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
 }

#sidebar ul li li{
	margin:0;
	padding:5px 0 5px 0px;
}
#sidebar .widget-container{margin-bottom:40px;}


#sidebar ul li a, #sidebar ul li a:visited{ color:#2d6191;}
#sidebar ul li li:hover, #sidebar ul li a:hover{color:#555}
#sidebar ul li li{ border-bottom:1px solid #f1f1f1;}
#sidebar ul li li {color:#2d6191; list-style-type:disc;list-style-position:inside; padding-left:1em; text-indent:-1em;}
#sidebar ul li li:first-child{ border-top:1px solid #f1f1f1;}

#sidebar ul.sub-menu, #sidebar ul.children{margin:0 0 0 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li{margin:0; padding:2px 0 0 0;}
#sidebar ul.sub-menu li:first-child, #sidebar ul.children li:first-child{border-bottom:0; border-top:0}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; border-bottom:0; border-top:0; }

/* ts recent post widget */
#sidebar ul li.widget_ts_recent_posts a, #sidebar ul li.widget_ts_recent_posts a:visited{color:#555;}
#sidebar ul li.widget_ts_recent_posts li a:hover, #sidebar ul li.widget_ts_recent_posts li:hover{color:#555;}


#sidebar .widget_text ul{list-style-type:none; margin:0; padding:0}
#sidebar .widget_text ul li{
list-style-type:none !important;
text-indent:0;
color:#555;
margin:0 0px 0px 0px !important;
padding:5px 5px 5px 0px !important;
}
#sidebar .widget_text ul li:hover{color:#555;}

/* search form widget */
#sidebar #searchform input[type="text"]{width:210px;}
#searchform input[type="text"]{padding:7px 5px; vertical-align:top; height:12px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	margin:0px

}
#searchform .button{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	padding:7px 15px;
	border-left: none;
	vertical-align:top; height:28px;
	margin:0 0 0 -3px
}

/* social network widget */
ul.sn{list-style-type:none; margin:0 0 0 0; padding:0;} 
ul.sn li{list-style-type:none; margin:0; padding:0 2px 0 0 !important; display:inline; background:transparent !important; border:0 !important} 
ul.sn li a{background:transparent !important; padding:0 !important}
ul.sn span{height:34px; width:34px; display:inline;display:inline-block}

/* latest post widget */
ul.latestpost li{list-style-type:none !important; text-indent:0 !important; margin:0px 0px 0 0px !important; padding:15px 5px 15px 0px !important; border-width:0 0 1px 0}
ul.lastestpost li:first-child{padding-top:0px !important;}
ul.latestpost .post-date{
	display: block;
	width: 47px;
	height: 40px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	font-size:12px;
	line-height:15px;
	text-align: center;
	margin:0 15px 0 0;
	padding-top:7px;
}

/* testimonial cycle widget */

.testi-quote{font-style:italic; font-size:13px; quotes: "\201C" "\201D"; background:transparent}
.testi-quote p{margin:0 0 10px 0; color:#888}
.testi-quote p:before {
	content: '"'; 
}
.testi-quote p:after {
	content: '"'; 
}
.testi-info{padding:10px 0 0 0; font-size:13px; font-style:italic; color:#2d6191;}

/* portfolio cycle widget */
.wdt-title{ position:absolute; top:91px; padding:5px 10px; width:93%;}
.wdt-title{ 
	background:#000; opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
 	color:#fff; 
}
.wdt-title a, .wdt-title a:visited{color:#fff !important;}

/* PLUGIN
-------------------------------------------------------------- */
#breadcrumbs{padding:0 0 20px 0;  margin:0 auto}
.widget_adrotate_widgets{border:solid 10px; display:block}

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:20px 0px 20px 0px;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	border:solid 1px #e5e5e5 !important;
	background:#f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
	background: -moz-linear-gradient(top,  #ffffff,  #f4f4f4);
	background: -o-linear-gradient(top,  #ffffff,  #f4f4f4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
}

.wp-pagenavi a:hover{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	border:solid 1px #e5e5e5 !important;
	text-decoration:none;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff);
	background: -o-linear-gradient(top,  #f4f4f4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}
.wp-pagenavi .current{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	color:#555 !important;
	border:solid 1px #e5e5e5 !important;
	text-decoration:none;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff);
	background: -o-linear-gradient(top,  #f4f4f4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff');
}
.wp-pagenavi .pages{
	padding:5px 8px !important;
	margin:0 5px 0 0 !important;
	background:transparent;
	border:0 !important
}
/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0 8px 3px 0px !important;
	padding:0px !important;
	width:69px;
	height:69px;
	border:0 !important;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}



/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #666;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:5px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	background-color:#555555; color:#fff;
}
.dropcap3{
	background-color:#555555; color:#fff;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{ background-color:#e6e8e8; color:#000; border:solid 1px #ccc ; padding:2px}	
.highlight2{ background-color:#666666; color:#fff; border:solid 1px #333; padding:2px}	

	

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:13px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	padding:10px 20px;
	width:50%;
	background-color:#eeefef;
	}
	
.pullquote-left{float:left; margin-left:2px; margin-right:20px;}

/* Tabs */
.tabcontainer{margin:20px 0px 0px 0px;}
ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 15px;
	padding: 0;
	line-height:31px;
	height:29px;
	overflow: hidden;
	position: relative;
	font-size:13px;
	
}
ul.tabs li:first-child{ margin-left:0px;}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}

.tab-content {padding: 30px 0px 0px 0px}

ul.tabs li:hover{border-bottom:3px solid #353535;}
ul.tabs li a {	color: #555;}
ul.tabs li a:hover {color:#2d6191}
ul.tabs li.active{ border-bottom:3px solid #353535;}
html ul.tabs li.active, html ul.tabs li.active a:hover  {color:#2d6191}
html ul.tabs li.active a{ color:#2d6191; }
#tab-body{	border-top:solid 1px #f1f1f1;}


/* jQuery Toggle */
h2.trigger {
	padding:5px 0px;
	margin: 0 0 1px 0;
	width:auto;
	font-size:13px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(images/plus.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:25px;
	cursor:pointer;
}

h2.active span{background: url(images/minus.png) no-repeat;background-position:0px 8px !important;}
h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 0;
	padding: 0 15px;
	overflow: hidden;
	width: auto;
	clear: both;
	border-width:0px 1px;
}

.toggle_container .block {
	padding: 10px;
}

.toggle_container .block p {
	padding:0;
	margin: 0 0 5px 0;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #f1f1f1}
.ts-testimonial blockquote{margin:0 0 10px 0; padding:0; line-height:28px; font-size:16px; quotes: "\201C" "\201D"; background:transparent}
.ts-testimonial blockquote p{margin:0;}
.ts-testimonial blockquote p:before {
	content: '"'; 
}
.ts-testimonial blockquote p:after {
	content: '"'; 
}
.testi-desc{margin:0; font-size:14px; color:#2a2a2a}
	
/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px; font-size:11px;}
.ts-display-pf-text h3{ font-size:11px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:400;
}
.ts-display-pf-text p{ margin-bottom:10px;}
.ts-display-pf-text .more{	text-align:left; display:block; padding:5px 0 0 0}
.ts-display-pf-text .more:hover{}
.ts-display-pf-text .nomargin{margin:0;}
.ts-display-separator {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:35px 0;
	margin:0 !important;
}

.ts-display-separator div{
 	height:1px;
	background:#f1f1f1;
}

.no-ts-display-separator {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:15px 0;
	margin:0 !important;
}


.no-ts-display-separator div{
 	height:1px;
	background:transparent;
}

.home .no-ts-display-separator{
	padding:0;
}


.ts-display-pf-img{
	overflow:hidden;
}
.ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-display-pf-img a .rollover{
	background:url(images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
	background:url(images/hover-link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
	background:url(images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

.ts-display-pf-img a.image{
	width:100%;
	height:100%;
}

.ts-display-pf-img a .rollover{
	width:100%;
	height:100%;
}

/*======= Portfolio 2 Column =======*/
.ts-display-pf-col-2{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-2 li{list-style-type:none; padding:0 0 0px 0; margin:0 20px 0px 0; width:300px;  float:left;}
.ts-display-pf-col-2 li.nomargin{margin-right:0;}
.ts-display-pf-col-2 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-2 .ts-display-pf-img{
	width:294px;
	height:105px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-2 .ts-display-pf-img a.image{
	width:294px;
	height:105px;
	display:block;
	position:relative;

}
.ts-display-pf-col-2 .ts-display-pf-text{padding:15px 0 0 0;}

/*======= Portfolio 3 Column =======*/
.ts-display-pf-col-3{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-3 li{list-style-type:none; padding:0 0 0px 0; margin:0 20px 0px 0; width:300px;  float:left;}
.ts-display-pf-col-3 li.nomargin{margin-right:0;}
.ts-display-pf-col-3 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-3 .ts-display-pf-img{
	width:294px;
	height:105px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:294px;
	height:105px;
	display:block;
	position:relative;

}
.ts-display-pf-col-3 .ts-display-pf-text{padding:15px 0 0 0;}


/*======= Portfolio 4 Column =======*/
.ts-display-pf-col-4{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-4 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 0 0; width:140px;  float:left;}
.ts-display-pf-col-4 li.nomargin{margin-right:0;}
.ts-display-pf-col-4 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-4 .ts-display-pf-img{
	width:134px;
	height:184px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-4 .ts-display-pf-img a.image{
	width:134px;
	height:184px;
	display:block;
	position:relative;

}
.ts-display-pf-col-4 .ts-display-pf-text{padding:15px 0 0 0;}


/*======= Portfolio 6 Column =======*/
.ts-display-pf-col-6{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-6 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 0 0; width:140px;  float:left;}
.ts-display-pf-col-6 li.nomargin{margin-right:0;}
.ts-display-pf-col-6 h3{margin:0;  font-size:11px; font-weight:normal}

.ts-display-pf-col-6 .ts-display-pf-img{
	width:134px;
	height:184px;
	border:solid 1px #e5e5e5;
	background:#fff;
	padding:2px;
}

.ts-display-pf-col-6 .ts-display-pf-img a.image{
	width:134px;
	height:184px;
	display:block;
	position:relative;

}
.ts-display-pf-col-6 .ts-display-pf-text{padding:15px 0 0 0;}


/* slideshow and client info in single portfolio */
.clienturl{margin-top:-15px;}
#portfolio-gallery #frame-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:20px;}
#portfolio-gallery #frame-slider-portfolio img{ width:604px;  border:solid 1px #e5e5e5; padding:2px}
#portfolio-gallery #frame-slider-portfolio #sliderportfolio{list-style-type:none; margin:0; padding:0; height:408px;}

#portfolio-gallery #frame-slider-portfolio #slide-nav{position:absolute;  bottom:-40px; z-index:30; width:608px; text-align:center;}
#portfolio-gallery #frame-slider-portfolio #pager{width:608px;}
#portfolio-gallery #slide-nav a{
	background: url(images/but-slide.png) no-repeat scroll 50% 50%;
	display:inline;
	display:inline-block;
	zoom:1;
	font-size:0px;
	width:11px;
	height:11px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	cursor:pointer;
}
#portfolio-gallery #slide-nav .activeSlide {background: url(images/but-slide-selected.png) no-repeat scroll 0% 50%;}


/* Taxonomy Portfolio */
.ts-portfolio-text-content{margin-bottom:20px}
.ts-portfolio-text-content .alignleft{margin-bottom:0;}


/* FOOTER */
.foot-col{ padding-top:35px; font-size:11px;}
.foot-col ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.foot-col .widget-title{font-size:16px; 
	font-family: 'Open Sans', sans-serif, Arial, Verdana;
	font-weight:700;
}
.foot-col .widget-container{color:#555; margin-bottom:40px}
.foot-col .widget-container li{ list-style-type:none; padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #ededed;  }
.foot-col .widget-container li a, .foot-col .widget-container li a:visited{ color:#555; text-decoration:none;}
.foot-col .widget-container li a:hover{ color:#2d6191;}

.foot-col ul.sub-menu, .foot-col ul.children{margin:0 0 0 10px; }
.foot-col ul.sub-menu li, .foot-col ul.children li{margin:0; padding:2px 0 0 0; border:0;}

.foot-col #searchform input[type="text"]{width:110px;}

.container.foot-col .three.columns{ width:172px;}
footer, #footer {
	clear:both;
	text-align:center;
	background-color:transparent;	
}
#footer a, #footer a:visited{color:#8f8f8f; }
#footer a:hover{text-decoration:underline;}
#copyright{padding:20px 0px 10px 0; float:left}
#sn{float:right; padding:10px 0 0 0}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0; float:right; height:22px;} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 4px; display:inline} 
.sn span{height:22px; width:22px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 0;}

.mobile-menu-registration, .mobile-menu-program, .mobile-menu-famscidays, .mobile-menu-travel, .mobile-menu-posters, .mobile-menu-exhibitors { display:none; }
.floatBox {display: block; /*width: 100%;*/ clear: both; overflow: auto; /*text-align: center;*/ margin: 3em}
.floatBox.two .boxOne, .floatBox.two .boxTwo {float: left; width: 47%; padding: 1%; margin: 1%; text-align: left;}
.floatBox.three .boxOne, .floatBox.three .boxTwo, .floatBox.three .boxThree {float: left; width: 30%; padding: 1%; margin: 1%; text-align: left;}
.floatBox.two div:first-child, .floatBox.three div:first-child {margin-left: 0;}
.floatBox.two div:last-child, .floatBox.three div:last-child {margin-right: 0}
.floatBox.two .boxOne {text-align: right;}
.floatBox.two .boxTwo {text-align: left;}
.floatBox.three .boxOne {text-align: right;}
.floatBox.three .boxTwo {text-align: center;}
.floatBox.three .boxThree {text-align: left;}
/* MEDIA QUERIES */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (max-width: 1023px) {
	#logo { display:none; }
	#logo-tablet { display:block;height:100px;width:400px;margin:0px auto;text-align:center; }
	#logo-mobile { display:none;text-align:center; }
	.wrapper-top-image1 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image2 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image3 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image4 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image5 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image6 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}

	.container { width:100%; }
	#nav { padding:0px 10px; }
	.secondary-nav-wrap-top { width:auto;padding:0px 50px;  }
	#secondary-navigation { width:auto;font-size:10px;line-height:22px; }
	.secondary-nav-list { width:20%;margin:0px 5% 0px 0px; }
	#secondary-navigation .cta-omni { width:120px;margin:0px 0px 0px 0px;padding:0px; }
	#secondary-navigation .cta-omni p { font-size:10px; }

	.content {  width:inherit;padding:0px 50px; }
	.cta-feature { width:auto;padding:0px 50px; }
	.content-title { width:auto;padding:0px 50px; }
	.content-intro { width:auto;padding:0px 50px; }
        .content-intro-center { width:auto;padding:0px 50px; }
	.right { float:none;margin:90px auto; }
	.left { float:none;margin:90px auto; }
	.cta-bar, a .cta-bar { margin:50px 50px; }
	.cta-bar .cta-link { display:block;clear:both;margin:25px auto 0px auto; }
	.cta-row .cta-link { display:block;clear:both;margin:25px auto 0px auto; }
	
	.timeline li { display:block; }
	.timeline li.milestone { width:inherit;margin-bottom:0px; }
	.timeline li.occurrence { color:#999999; }
	
	.pricing { width:600px; margin: 0 auto; }	
	.pricing li.category { width:120px; }
	.list-table { padding: 0 0 20px 300px; }
	.list-table-header { display:none; }
	.list-table li { display:block; }
	.list-table li.price { text-align:left; }
	.list-table li.header { display:none; }
	.list-table li.category { width:100px;font-weight:600; }
	.list-table li.member:before { content:'Members: '; }
	.list-table li.non-member:before { content:'Non-Members: '; }

	.secondary-nav-wrap-bottom { display:none; }
	.mobile-remove { display:none; }
	#menu-link { display:none; }
}

@media screen and (max-width: 640px) {
	#logo { display:none; }
	#logo-tablet { display:none; }
	#logo-mobile { display:block; height:100px; width:200px; margin:0px auto; }
	.wrapper-top-image1 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image2 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image3 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image4 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image5 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.wrapper-top-image6 {background:#d4f1ff url('/wp-content/uploads/background-and-lines.png') center top no-repeat;}
	.container { width:100%; }
	#nav { display:none; }
	#menu-link { 
		display:block;
		text-align:center;
		margin:0px;
		padding:10px;
		overflow:visible;
		position:relative;
		font-size:15px;
		font-family: 'Open Sans', sans-serif, Arial, Verdana;
		font-weight:400;
		letter-spacing:0px;
		text-transform:uppercase;
		border-bottom:1px solid #ebebeb; }
	a #menu-link { color:#777777; }
	#topnav { font-weight:400;text-align:center; }
	#topnav a, .sf-menu a, .sf-menu a:visited { color:#777777;padding:10px;border-bottom:1px solid #ebebeb; }
	#topnav li a:hover,#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
	#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
	#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover, #topnav .current-page-ancestor > a,
	#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover {
		color:#00acff;border-top:none;}
	.sf-menu li { display:block;line-height:20px; }
	.page-id-14 #wrapper #wrapper-header .mobile-menu-registration, .page-id-5 #wrapper #wrapper-header .mobile-menu-program, .page-id-17 #wrapper #wrapper-header .mobile-menu-famscidays, .page-id-21 #wrapper #wrapper-header .mobile-menu-posters, .page-id-23 #wrapper #wrapper-header .mobile-menu-travel, .page-id-19 #wrapper #wrapper-header .mobile-menu-exhibitors
		{ display:block; }
	.page-id-14 #wrapper #wrapper-header .mobile-menu-menu, .page-id-5 #wrapper #wrapper-header .mobile-menu-menu, .page-id-17 #wrapper #wrapper-header .mobile-menu-menu, .page-id-21 #wrapper #wrapper-header .mobile-menu-menu, .page-id-23 #wrapper #wrapper-header .mobile-menu-menu, .page-id-19 #wrapper #wrapper-header .mobile-menu-menu
		{ display:none; }

	.secondary-nav-wrap-top { display:none; }
	.secondary-nav-wrap-bottom { display:block;border-top:1px solid #ebebeb; }
	#secondary-navigation { width:auto;font-size:16px;line-height:32px;margin:25px auto; }
	.secondary-nav-list { float:none;display:block;width:auto;margin:0 10px 0px 25px; }
	#secondary-navigation .cta-omni { display:none; }
	#secondary-navigation .cta-omni p { font-size:10px; }

	.content {  width:auto;padding:0px 25px; }
	.cta-feature { width:auto;padding:0px 25px; }
	.content-title { width:auto;padding:0px 25px; }
	.content-intro { width:auto;padding:0px 25px; }
	.content-intro img { width:200px;height:100px; }
        .content-intro-center { width:auto;padding:0px 25px; }
	.content-intro-center img { width:200px;height:100px; }
	.cta-bar, a .cta-bar { margin: 50px 0px;padding:50px 25px; }
	.cta-bar .cta-link { display:block;clear:both;margin:25px auto 0px auto; }
	.cta-row .cta-link { display:block;clear:both;margin:25px auto 0px auto; }
	.cta-feature { text-align:center; }
	.cta-feature img { display:block;float:none;width:200px;height:100px;margin:0 auto 8px auto; }
	a .cta-twin, .cta-twin { width:auto;padding:0px 20px; }
	a .cta-twin img, .cta-twin img { display:block;width:200px;height:100px;margin:0px auto 8px auto; }
	.right { float:none;margin:90px auto; }
	.left { float:none;margin:90px auto; }
	.content-intro .rule { width:200px; }
        .content-intro-center .rule { width:200px; }
	.content-list h3 { display:block;float:none;width:auto; }
	.content-list p { padding:0px; }
	.content-roll p { padding:0 0 0 0; }
	.timeline { padding:0px; }
	.timeline li { display:block; }
	.timeline li.milestone { width:inherit;margin-bottom:0px; }
	.timeline li.occurrence { color:#999999; }
	#footer-social-container { width:auto;margin:0 auto; }
	.footer-social { text-align:left;width:200px;margin:0 auto; }
	.footer-social li { display:block;margin:0px auto 30px auto;line-height:40px; }
	a .footer-social-icon { margin:0 20px;float:left; }
	.footer-admin li { display:block;margin:0px auto 10px auto; }
	.pricing { width:auto; margin: 0 auto 30px auto; }
	.pricing li { display:block; }
	.pricing li.category { width:auto;text-align:center;margin-bottom:5px; }
	.pricing li.price { width:auto; padding:0; }
	.pricing-header { display:none; }
	.pricing li.price-header { display:none; }
	.pricing li.price header .rate-info { display:none; }
	.pricing li.new-member { background-color:#fff; }
	.pricing li.member:before { content:'Members: '; }
	.pricing li.new-member:before { content:'New Members: '; }
	.pricing li.non-member:before { content:'Non-Members: '; }
	.list-table { padding: 0 0 20px 0; }
	.list-table-header { display:none; }
	.list-table li { display:block; }
	.list-table li.price { text-align:left; }
	.list-table li.header { display:none; }
	.list-table li.category { width:100px;font-weight:600; }
	.list-table li.member:before { content:'Members: '; }
	.list-table li.non-member:before { content:'Non-Members: '; }
	.pricing li.bottom-new-member { padding-bottom:0px;border-bottom-left-radius:none;border-bottom-right-radius:none; }
	
	.video { display:none; }
	#footer-theme-container { display:none; }
	.mobile-remove { display:none !important; }
	.floatBox {width: auto;}
	.floatBox.two .boxOne, .floatBox.two .boxTwo, .floatBox.three .boxOne, .floatBox.three .boxTwo, .floatBox.three .boxThree {display: block; float: none; width: 96%; text-align: left;}
	.floatBox.two div:first-child, .floatBox.three div:first-child {margin-left: 1%;}
	.floatBox.two div:last-child, .floatBox.three div:last-child {margin-left: 1%}	


}