/*
Theme Name: AAAS Annual Meeting 2024 Theme
Theme URI: http://www.aaas.org/
Description: Modified theme based on the Performs theme from http://www.templatesquare.com. Performs is a simple, clean and modern WordPress Theme for corporate, business and portfolio sites.
Version: 1.0
Author: AAAS
Author URI: http://www.aaas.org/
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: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto;
  padding: 0;
  color: #555555;
  background-color: #FFFFFF;
  min-width: 320px;
}
/* links */
a, a:visited, .colortext {
  text-decoration: none;
  color: #0084e5;
}
a:hover {
  text-decoration: none; /*color:#00acff;*/ color: #006ab9;
}
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;
}
hr.invisible-hr {
  color: transparent;
  border-color: transparent;
  background: transparent;
}
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;
}
/* AM2023-SPECIFIC STYLES
-------------------------------------------------------------- */



ul {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  color: #777;
}
ul li {
  margin-bottom: .5em;
}
.row .percent50 {    max-width: 100%;
    min-width: 320px;}
.videoBAV {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; /*text-align: center;*/
}
.videoBAV, figure.videoBAV {
  margin-left: 0;
  margin-right: 0;
	    max-width: 100%;
    min-width: 320px;
}
.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 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	    max-width: 100%;
    min-width: 320px;
}
/**:first-child+html .videoBAV iframe, * html .videoBAV iframe {width: 640px;} */
#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: 25px 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;
  text-align: left;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.secondary-nav-list {
  float: left;
  width: 190px;
  margin: 0px 10px 0px 0;
  padding: 0;
}
.secondary-nav-wrap-top {
  clear: both;
}
.secondary-nav-wrap-bottom {
  display: none;
}
#secondary-navigation li {
  padding-left: 0;
  margin-left: 0;
  padding-right: 10px;
}
#secondary-navigation ul li a {
  color: #777;
  font-weight: 400;
}
#secondary-navigation ul li a:hover {
  /*color:#0088cc;*/
  color: #0084e5;
}
#secondary-navigation ul li.current-page a {
  /*color:#0088cc;*/
  color: #0084e5;
}
#secondary-navigation .cta-omni {
  float: left;
  width: 168px;
  margin: 0px 0px 0px 0;
  padding: 0;
}
#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 .cta-omni .cta-link a {
  color: #777777;
}
#secondary-navigation .cta-omni p a {
  color: #999999;
}
#secondary-navigation a:hover .cta-omni .cta-link {
  /*color:#0088cc;*/
  color: #0084e5;
}
#secondary-navigation a:hover .cta-omni p {
  /*color:#0088cc;*/
  color: #0084e5;
}
#secondary-navigation .cta-omni:hover p a, #secondary-navigation .cta-omni:active p a {
  color: #0084e5;
}
#secondary-navigation .cta-omni:hover .cta-link a, #secondary-navigation .cta-omni:active .cta-link a {
  color: #0084e5;
}
#site-content {
  width: 900px;
  margin: 0px auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 100px;
}
.cta {}
.cta-bar, a .cta-bar {
  display: block;
  margin: 50px 0;
  clear: both;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  width: inherit;
  padding: 50px;
  color: #2a3371;

	background-color: #3f8fc9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /*cta*/
}
.cta-bar-top, a .cta-bar-top, .cta-bar.cta-bar-top, a .cta-bar.cta-bar-top {
  float: left;
}
.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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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 a {
  color: #ffffff;
}
body > a > .cta-row, body > .cta-row, body > strong > a > .cta-row {
  display: none;
}
/* .entry-content .cta.cta-bar,  .entry-content .cta-bar {display:block;} */
body .widgetizedArea .cta-row, body .widgetizedArea a .cta-row {
  display: block;
}
.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;
}

.cta-feature img, div.cta-feature img {float:left; display:block;} */
.cta-feature img, div.cta-feature img {
  width: 200px;
  height: auto;
  display: block;
  float: none;
  margin: 0 auto 5px auto;
}
.cta-feature.scientific-milestone {
  margin: 0 0 60px 0;
}
.cta-feature.scientific-milestone img, div.cta-feature.scientific-milestone img {
  width: 200px;
  width: 100%;
  height: auto;
  display: block;
  float: none;
  margin: 0 auto 5px auto;
}
.scientific-milestone .wp-block-image figcaption {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.cta-feature .cta-text, div.cta-feature div.cta-text {
  float: none;
  display: block;
  clear: both;
}
a .cta-feature {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a .cta-feature .cta-link {
  display: block;
  margin-top: 22px;
  /*color:#0088cc;*/
  color: #0084e5;
  font-size: 16px;
  font-weight: 300;
}
a:hover .cta-feature .cta-link {
  /*color:#00acff;*/
  color: #006ab9;
}
.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, .cta-twin a {
  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; */
  height: auto;
  margin: 0 50px 8px 50px;
}
a .cta-twin .cta-link, .cta-twin a .cta-link, .cta-twin a.cta-link {
  display: block;
  /*color:#0088cc;*/
  color: #0084e5;
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
}
a:hover .cta-twin .cta-link, .cta-twin a:hover .cta-link {
  /*color:#00acff;*/
  color: #006ab9;
}
.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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
}
.entry-content > div, .entry-content > div.cta, .entry-content > div.cta-bar, .entry-content > a > div.cta-bar {width:100%;}
 .entry-content > figure, .entry-content > .wp-block-embed, .wp-block-embed iframe {width:98%;}

.content, .entry-content > .content  {
  width:100%; max-width: 800px;
}
.entry-content > p, .entry-content > .content-intro, .entry-content > .content-largetext, .entry-content > div.content-intro, .entry-content > div.content-largetext {width:100%; max-width:700px;}

.content p a:hover, .entry-content p a:hover {
  text-decoration: underline;
}
.content-title, h1.content-title, .entry-content > h1:first-child, .entry-content > div.content-title:first-child, .entry-content > h2:first-child, .entry-content > div:first-child h1, .entry-content > div:first-child h2 {
  text-align: center;
  margin: 50px auto 50px auto;
  width: 800px;
}
.content-title h1, h1.content-title, .entry-content > h1:first-child, .entry-content > div.content-title:first-child, .entry-content > h2:first-child, .entry-content > div:first-child h1, .entry-content > div:first-child h2 {
  /*font-weight:300;*/
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
}
.content-title h1 strong, h1.content-title strong, .entry-content > h1:first-child strong, .entry-content > h2:first-child strong, .entry-content > div:first-child h1 strong, .entry-content > div:first-child h2 strong {
  font-weight: bold;
  font-weight: 700;
}
.content-intro, .content-largetext {
  width: 700px;
  text-align: left;
  margin: 50px auto 50px auto;
}
.content-intro p, .content-largetext p  {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #777;
  margin: 0 auto 40px auto;
}
.content-intro p:first-child, .content-largetext p:first-child, .entry-content > p:first-child, .entry-content > div:first-child {
  margin-top: 40px;
}
.content-intro p.list-header, .content-largetext p.list-header {
  margin-bottom: 20px;
}
.content-intro img, .content-largetext img {
  display: block;
  width: 480px;
  /*height:270px;*/
  height: auto;
  margin: 40px auto;
}
.content-intro .cta-link, .content-intro a.cta-link, .content-largetext .cta-link, .content-largetext a.cta-link {
  /*color:#0088cc;*/
  color: #0084e5;
  font-size: 16px;
  font-weight: 300;
}
.content-intro .content-reg, .content-largetext .content-reg {
  margin: 40px auto;
}
.content-intro .rule, .content-largetext .rule {
  width: 300px;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 40px auto 0px auto;
}
.content-intro .height-auto img, .content-largetext .height-auto img, .content .height-auto img {
  height: auto;
}
.content-intro .meeting-app-screenshot img, .content-largetext .meeting-app-screenshot img {
  width: auto;
  height: auto;
  margin-top: 0;
}
.content-intro-center, .content-largetext-center {
  width: 700px;
  text-align: center;
  margin: 50px auto 50px auto;
}
.content-intro-center p, .content-largetext-center p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #777;
  margin: 40px auto;
}
.content-intro-center img, .content-largetext-center img {
  display: block;
  width: 480px;
  /*height:270px;*/
  height: auto;
  margin: 40px auto;
}
.content-intro-center .cta-link, .content-intro-center a.cta-link, .content-largetext-center .cta-link, .content-largetext-center a.cta-link {
  /*color:#0088cc;*/
  color: #0084e5;
  font-size: 16px;
  font-weight: 300;
}
.content-intro-center .content-reg, .content-largetext-center .content-reg {
  margin: 40px auto;
}
.content-intro-center .rule, .content-largetext-center .rule {
  width: 300px;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 40px auto 0px auto;
}
.content-intro ul, .content-largetext ul {
  margin-bottom: 40px;
}
.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: #0084e5;
  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.byline a {
  font-weight: bold;
  font-weight: 600;
}
.content-roll p {
  padding: 0 300px 0 0;
}
.content-roll img {
  float: right;
  width: 150px;
  height: auto;
  /* height:150px; */
}
.content-roll .plenary-logo img, .content-roll img.plenary-logo {
  height: auto !important;
}
.bio-trigger-wrap a {
  font-weight: bold;
  font-weight: 600;
}
.lecture-wrap, .content-roll.lecture-wrap {
  margin-top: 45px;
}
.lecture-wrap p.byline, .lecture-wrap.content-roll p.byline {
  margin-top: 5px;
}
.spacer-topical {
  height: 10px !important;
}
.content-block {
  margin: 50px auto;
}
.content-block ul {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
.list-table {
  padding: 0 0 0 300px;
}
ul.list-table {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-weight: 400;
  color: #555555;
}
.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, ul.timeline {
  padding: 0 0 0 300px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #555555;
}
.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;
  margin-left: .5em;
}
.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 {}
.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;
	   width: 136px;
    vertical-align: top;
}
a .footer-social-icon {
  height: 36px;
  max-height: 36px;
  width: 36px;
  max-width: 36px;
  border-radius: 3px;
  /*border:1px solid #0088cc;*/
  border: 1px solid #0084e5;
  margin: 0px auto 12px auto;
  opacity: .8;
}
a:hover .footer-social-icon {
  border: 1px solid #005699;
  opsacity: 1;
}
a .social-icon-twitter {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_tw_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
a:hover .social-icon-twitter {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_tw_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
a .social-icon-facebook {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_fb_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
a:hover .social-icon-facebook {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_fb_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
a .social-icon-youtube {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_yt_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
a:hover .social-icon-youtube {
  background: transparent url('/wp-content/themes/am2024theme/images/am2023_footer_icons_yt_36_hi-res.png') center center no-repeat;
  background-size: contain;
}
#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: #3f8fc9;
  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:#ffffff;
  font-size: 1.0em;
  font-weight: 300;
  letter-spacing: 6px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
}
#footer-theme-container {
  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 {
  min-width: 320px;
}
#wrapper:after, #wrapper::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#wrapper-top {

  background-color:#ffffff;
  background-repeat:no-repeat;
background-image: url('/wp-content/themes/am2024theme/images/left-emblem_2x_2.png');
background-image: url('/wp-content/themes/am2024theme/images/left-emblem_2.svg');
	background-size:170px 100px;
  border-top: 0;

  height: 100px;
  max-height: 100px;
	background-position-x:-40px;
	background-position-y:top;
	/* -webkit-box-shadow: 4px 3px 6px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 /* -moz-box-shadow:    4px 3px 6px 0px #ccc;  /* Firefox 3.5 - 3.6 */
/*  box-shadow:         4px 3px 6px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
/*	border-bottom: 1px solid #cccccc; */
}
#wrapper-header {
  background: #015694;
  border-bottom: none;
  clear: both;
	padding-bottom:0;
}
#wrapper-content {
  background: #ffffff;
}
#wrapper-content-padding {
  margin: 90px auto 0px auto;
}
#wrapper-beforefooter {
  background: #ebebeb;
  border-top: none;
}
#wrapper-footer {
  background: #f9f9f9;
}
body div.wrapper-top-container {
  width: 100%;
}
/* TOP AREA & MENU
-------------------------------------------------------------- */
#top {
  padding: 0 0 0 0;
  min-height: 80px;
}
#topbar-conf-title-wrap {
  float: left;
  display: block;
  width: 52%;
}
#topbar-aaas-logo-wrap {
  float: left;
  display: block;
  width: 25%;
}
#topbar-right {
    display: none;
    width: 0;
	float: right;
  }

#am-title-wrap {
  display: block;
  float: right;
  /*margin-left:18%; */
  /* width:50%; */
	width:100%;
}
#am-title-wrap img {
  max-width: 600px;
  height: 100%;
	width:auto;
  display: block;

	 margin:20px 0 0 auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;

	 max-width: 480px;
    width: 100%;

	  height:auto;
	 margin:20px 0 0 auto;
}
a.logo-link-home {
  height: auto;
}
/* @-moz-document url-prefix() {

  #am-title-wrap img {
    width: 300px;
	  height:auto;
  }
} */
#am-title {
  display: block;
  float: none;
  margin: 0 auto;
}
#logo {
  min-height: 60px;
  max-width: 452px;
  padding-top: 0;
  float: right;
  /*width: 27%;*/
}
#logo img {
  width: 100%;
  max-width: 295px;
  height: auto;
  /*padding-top:6px;*/
  margin-top: 30px;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic; /* IE (non-standard property) */
}
#logo-tablet {
  display: none;
}
#logo-tablet img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic; /* IE (non-standard property) */
}
#logo-mobile {

    height: 100px;
    width: 200px;
  display: block;
	margin:0 0 0 45%;

}
#logo-mobile img {
	 display: block;
    height: 90px;
    width: auto;
    margin: 0 auto 0 auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic; /* IE (non-standard property) */
}
#logo h1 {
  margin: 0 0 5px 0;
}
#topbar-right {
	 float: right;
  width: 0;
  margin-right: 0%;
  height: 98px;
  max-height: 98px;

 	background:url('/wp-content/themes/am2024theme/images/am23-right-side.png') no-repeat right top;


	background-size: contain;
}
/*#bg-right {
  float: right;
  width: 0;
  margin-right: 0%;
  height: 98px;
  max-height: 98px;

 	background:url('/wp-content/themes/am2024theme/images/bg_right_only.png') no-repeat right top;


	background-size: contain;
}*/
#bg-right {
	display:none;
}
#nav {
	display:none;
  position: relative;
  text-align: justify;
  z-index: 200;
  padding:0 10px 10px 10px;
}
  #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:#ffffff;
}
#topnav {
  margin: 0;
  padding: 0;
	padding-bottom:20px;
  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 {
	    padding: 10px;
    border-bottom: 1px solid #ebebeb;
  color: #e3e3e3;
  border-top: 4px solid transparent;
}
#topnav a:hover {
  color: #ffffff;
}
#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: #ffffff;
  border-top:none;
}


#topnav li:last-child a, .sf-menu li:last-child a, .sf-menu li:last-child a:visited {border-bottom:none;}




/* 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;
}
form div#mc_embed_signup_scroll div.clear, form#mc-embedded-subscribe-form div#mc_embed_signup_scroll div.clear {visibility:visible;     overflow: visible;
    width: auto;
    height: auto;}
form div#mc_embed_signup_scroll div.clear .button, form#mc-embedded-subscribe-form div#mc_embed_signup_scroll div.clear .button {background:#333333; font-weight:bold;}

.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;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  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;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0px
}
#searchform .button {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 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
}
/* Visual Link Preview Plugin  */
.vlp-link-container {
  margin-bottom: 25px;
}
.vlp-template-default .vlp-link-text-container .vlp-link-title {
  line-height: 1.4em;
  margin-bottom: .2em;
}
.vlp-template-default .vlp-link-summary {
  line-height: 1.6em;
}
/* Plug-in: Visual Link Preview styles */
.entry-content .vlp-template-default {
  border-color: #cccccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.entry-content .vlp-template-default:last-child {
  border: 0;
}
.entry-content .vlp-template-default a, .entry-content .vlp-template-default a.vlp-link {
  color: #555555;
}
.entry-content .vlp-template-default:hover .vlp-link-title, .entry-content .vlp-template-default:active .vlp-link-title {
  color: #0084e5;
}
/* 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;
  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;
}
/* THESE ARE STYLES FOR CAROUSEL */
.sponsorTitle {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: url("/wp-content/uploads/sponsors-bar.gif") repeat-x center center;
  width: 100%;
}
.sponsorTitle p {
  padding: 0 8px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  background: #fff;
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  font-size: 120%;
}
.carouselWrap {
  width: 100%;
  text-align: center;
}
.carouselImageWrap {
  padding: 0;
  display: inline-block;
}
.carouselImageWrap figure {
  margin: 0;
}
.carouselImageWrap img, div.carouselImageWrap img {
  width: 100%;
  max-width: inherit !important;
  margin: 0 auto !important;
}
/* THESE ARE STYLES FOR BOTTOM LOGOS SECTION */
.bottomSectionLogosWrap {
  width: 100%;
  text-align: center;
}
.bottomLogoWrap {
  padding: 0;
  display: inline-block;
}
.bottomLogoWrap img, div.bottomLogoWrap img {
  width: 100%;
  max-width: inherit !important;
  margin: 0 auto !important;
}
/* Twitter Feed Styles */
#ctf p.ctf-tweet-text {
  font-weight: normal;
}
#ctf p.ctf-tweet-text a {
  font-weight: bold;
}
/* 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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrapper-top {
    max-height: 108px;

    background-color: #ffffff;
	  background-repeat: no-repeat;

  }
}
@media screen and (-moz-images-in-menus:0) {
  #logo img {
    width: 248px;
  }
}
@media screen and (min--moz-device-pixel-ratio:0) {
  #logo img {
    width: 248px;
  }
}
@media only screen and (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
  .bottomLogoWrap {
    width: 48%;
    margin-right: 1%;
  }


}

@media only screen and (min-width:385px) {
	#wrapper-top {background-position-x: 0;}
}
@media only screen and (min-width:430px) {
	#logo-mobile {margin-left:46%;}
#wrapper-top {  /*  background-position-x: -102px; */}
}
@media only screen and (min-width:487px) {
	#wrapper-top {/* background-position-x:-34px; */ background-position-y:top;   }
	#logo-mobile {
    display: block;
    height: 100px;
    width: 200px;
    margin: 0 0 0 45%;
  }
  #logo-mobile img {
    display: block;
    height: 90px;
    width: auto;
    margin: 0 auto 0 auto;
  }
	#topbar-right {

  display: block;
 /* width: 8%;*/
}
}
@media only screen and (min-width:568px) {
  .bottomLogoWrap {
    width: 30%;
    margin-right: 1%;
  }
}
@media only screen and (min-width:600px) {
	 #wrapper-top {
  /*  background-position-x: 40px; */
    background-position-y: top;
  }
  .carouselImageWrap {
    width: 30%;
  }
  #logo-mobile {margin-left:45%;}
}
@media only screen and (min-width:641px) {
	#wrapper-top {/* background-position-x:-40px; */ background-position-y:top;}
	#logo-mobile {
  display: none;
}
	#secondary-navigation {
		margin:20px auto;
	}
  #secondary-navigation .left-column {
    display: block;
    float: left;
    width: 50%;
  }
  #secondary-navigation .left-column > ul, #secondary-navigation .left-column > div {
    width: 100%;
    margin: 0;
  }
  #secondary-navigation .right-column {
    display: block;
    float: left;
    width: 50%;
  }
  #secondary-navigation .right-column > ul, #secondary-navigation .right-column > div {
    width: 100%;
    margin: 0;
  }
  .content-title, h1.content-title, .entry-content > h1:first-child, .entry-content > div.content-title:first-child, .entry-content > h2:first-child, .entry-content > div:first-child h1, .entry-content > div:first-child h2 {
    clear: both;
    margin: 90px auto 50px auto;
  }
	#menu-link {display: none;}
	#wrapper-header {padding-bottom:16px;}
	#topnav {padding-bottom:0;}
	#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 {border-top: 4px solid #609dc7;}
	#nav {display:block;}
	#topnav a, .sf-menu a, .sf-menu a:visited {border-bottom:none;}
	.sf-menu, .sf-menu * {margin-top:23px;}
}
@media only screen and (min-width:700px) {
#wrapper-top {/* background-position-x:-10px; */}
}
@media only screen and (min-width:750px) {
#wrapper-top {/* background-position-x:10px; */}
}
@media only screen and (min-width:761px) {
	#wrapper-top {/* background-position-x:40px; */ background-position-y:top;}
}
@media only screen and (min-width: 769px) {
  .bottomLogoWrap {
    width: 23%;
    margin-right: 1%;
  }
}
@media screen and (min-width:781px) {
  .cta-feature img, div.cta-feature img {
    width: 300px;
    width: 30%;
    height: auto;
    float: left;
    display: block;
    margin: 0 50px 0 0;
  }
  .cta-feature .cta-text, div.cta-feature div.cta-text {
    float: left;
    display: block;
    width: 60%;
    clear: right;
  }
  .cta-feature .cta-text, div.cta-feature div.cta-text.wp-block-group {
    padding-top: 10px;
  }
  .cta-feature.scientific-milestone .wp-block-image, div.scientific-milestone .wp-block-image, .cta-feature.scientific-milestone .wp-block-image, div.cta-feature.scientific-milestone .wp-block-image {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .cta-feature.scientific-milestone img, div.scientific-milestone img, .cta-feature.scientific-milestone img, div.cta-feature.scientific-milestone img {
    width: 90%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto 5px auto;
    max-width: 500px;
  }
  .scientific-milestone .wp-block-image figcaption {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .cta-feature.scientific-milestone .cta-text, div.cta-feature.scientific-milestone div.cta-text {
    float: none;
    display: block;
    clear: none;
    width: 100%;
  }
}
@media screen and (min-width:901px) {
  #secondary-navigation .left-column > ul, #secondary-navigation .left-column > div {
    width: 50%;
  }
  #secondary-navigation .right-column > ul, #secondary-navigation .right-column > div {
    width: 50%;
  }
}
@media screen and (min-width:1024px) {
	#wrapper-top {   /* background-position-x: 20px; */ background-position-y:top;}
  .cta-feature {
    width: 100%;
    margin: 90px 0;
  }
  .wp-block-group.cta-feature {
    margin: 45px 0;
  }
  .wp-block-group.cta-feature .wp-block-image {
    margin: 0;
  }
  .content .wp-block-image, .content-block .wp-block-image, .entry-content .wp-block-image {
    margin: 0;
  }
	#am-title-wrap img {
		max-width:490px;
		margin:25px 0 0 auto;
	}
	#topbar-conf-title-wrap {width:68%;}
	#topbar-aaas-logo-wrap {width:26%;}
	#logo img {margin-top:18px;}
	#topbar-right { width: 18%; max-width: 300px;
    background-size: cover;
    background-position-x: left;}
	#nav {padding: 0px 10px;}
	 .entry-content > figure, .entry-content > .wp-block-embed, .wp-block-embed iframe {width:100%;}

   /* testing */

   #logo {float:right; max-width: 220px;}



}

@media screen and (min-width:1024px) and (-moz-images-in-menus:0) {
  #logo img {
    width: 228px;
    margin-top:16px;
  }
}
@media screen and (min-width:1024px) and (min--moz-device-pixel-ratio:0) {
  #logo img {
    width: 228px;
    margin-top:16px;
  }
}
@media only screen and (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  .bottomLogoWrap {
    width: 18%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 1100px) {
	#topbar-conf-title-wrap {
		width:68%;
	}

	#topbar-right {
		width: 22%;
	}
}
@media screen and (min-width: 1120px) {
	#wrapper-top {
		  /*  background-position-x: 20px; */
		background-position-y: top;
	}
	#bg-right { width:272px;}
	#topbar-conf-title-wrap {width:68%;}
	#am-title-wrap img {max-width:520px;}
	#topbar-aaas-logo-wrap {width:26%;}

	#logo img {margin-top:20px;}
}


@media screen and (min-width:1186px) {

	 #am-title img { margin:25px 0 0 auto; max-width:570px;}
}
@media screen and (min-width:1200px) {
	#topbar-conf-title-wrap {width:68%;}
}
@media screen and (min-width: 1211px) {
  #wrapper-top {
/*   background-position-x: 20px; */
    background-position-y: top;
  }
  #topbar-conf-title-wrap {
    width: 68%;
  }
  #topbar-aaas-logo-wrap {
    width: 28%;
  }


  #logo {
    margin-right: 0;
    max-width: 452px;
    float: right;
  }

  #logo img {margin-top:14px; max-width:250px;}

  #am-title-wrap {
    padding-right: 5px;

  }
	#am-title-wrap img {
		margin: 0 auto;
	}

  #am-title img {
      max-width: 590px;
      margin: 20px 0 0 auto;
  }


}
@media screen and (min-width: 1211px) and (-moz-images-in-menus:0) {
  #am-title img {
    width: 590px;
  }
  #logo img {
    width: 250px;
  }
}
@media screen and (min-width: 1211px) and (min--moz-device-pixel-ratio:0) {
  #am-title img {
    width: 590px;
  }
  #logo img {
    width: 250px;
  }
}


@media screen and (min-width:1220px) {
  .cta-feature.scientific-milestone .wp-block-image, div.scientific-milestone .wp-block-image, .cta-feature.scientific-milestone .wp-block-image, div.cta-feature.scientific-milestone .wp-block-image {
    width: 30%;
    height: auto;
    float: left;
    display: block;
  }
  .cta-feature.scientific-milestone img, div.scientific-milestone img, .cta-feature.scientific-milestone img, div.cta-feature.scientific-milestone img {
    width: 90%;
    height: auto;
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  .scientific-milestone .wp-block-image figcaption {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .cta-feature.scientific-milestone .cta-text, div.cta-feature.scientific-milestone div.cta-text {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width:1280px) {
	 #wrapper-top {
    background-position-y: top;
  }
  #topbar-conf-title-wrap {
    width: 68%;
  }
  #topbar-aaas-logo-wrap {
    width: 28%;
  }

  #logo img {
    float: none;
    margin-left: auto;
    margin-right: auto;
	      margin-top: 14px;
  }
}
@media (min-width:1280px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}
@media screen and (min-width:1300px) {


	#topbar-right {    width: 22%; max-width: 300px;
    background-size: cover;
    background-position-x: left;}
    #am-title img {
        max-width: 650px;
        margin: 20px 0 0 auto;
    }
    /* testing */
    #topbar-aaas-logo-wrap {width:26%;}
    #topbar-conf-title-wrap {width:68%;}
    #logo {float:right;}
  	#logo img {margin-top:16px; width: 270px;}

}
@media screen and (min-width:1350px) {
#wrapper-top {   /* background-position-x:40px; */}

}
@media screen and (min-width:1366px) {
  #topbar-aaas-logo-wrap {width:26%;}
  #topbar-conf-title-wrap {width:68%;}
  #logo {float:right;}
	#logo img {margin-top:16px;}
}
@media screen and (min-width:1400px) {
	#topbar-conf-title-wrap {width:68%;}
	#am-title-wrap {
    padding-right: 0;
	}
	#topbar-aaas-logo-wrap {width:26%;}
  #logo {float:right;}
	#logo img {    margin-top: 16px;}
  #am-title img {
      max-width: 670px;
      margin: 22px 0 0 auto;
  }

}
@media screen and (min-width:1450px) {

  #am-title-wrap {
    display: block;
    float: left;
    margin-left: 26%;
  }
	 #am-title img {
    max-width: 670px;
    width: auto;
    height: 76px;
	margin:12px 0 0 0;
	}
	#topbar-conf-title-wrap {width:75%;}
	#bg-right {margin-right:-32px;}
	#topbar-right {
		width: 18%;
	}
  #topbar-aaas-logo-wrap {width:25%;}
  #logo {float:left;}
}
@media screen and (min-width:1500px) {


	#topbar-conf-title-wrap {width:75%;}
	#bg-right {
		margin-right: 0;


	}
	 #am-title img {
    max-width: 700px;
    height: 80px;
	margin:10px 0 0 0;
	}
	#am-title-wrap {margin-left:26%;}
	#topbar-aaas-logo-wrap {width:22%;}
	#logo img {margin-top:16px;}

}
@media screen and (min-width: 1780px) {
  #am-title-wrap img {
    height: 88px;
    float: none;
    width: auto;
    max-width: none;
    max-height: 88px;
  }
  #am-title {
    margin-top: 0;
  }
  #am-title-wrap {
    margin-left: 30%;
  }

}
@media screen and (min-width: 1900px) {
  #logo {
    margin-right: 0;
  }

}

@media screen and (min-width:641px) and (max-width: 1023px) {
  .pricing li.category {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 5px;
    margin-top: 10px;
    float: none;
    border-top: 1px solid #cccccc;
  }
	.pricing > li.category {width:100% !important;}
  .pricing-header li.category {
    width: 0;
  }
  .pricing li.price {
    width: 25%;
  }
}
@media (min-width:1024px), (max-width:1860px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {}


@media screen and (max-width: 1023px) {

  #topbar-conf-title-wrap {
    float: left;
    display: none;
    width: 0;
  }
  #topbar-aaas-logo-wrap {
    float: left;
    display: block;
    width: 100%;
  }

  #logo {
    display: none;
  }
  #logo-tablet {
    display: block;
    height: 100px;
    text-align: center;
    width: 85%;

    float: right;
  }
  #logo-tablet img {
    margin: 0 auto 0 auto;
    height: 100px;
    float: none;
	  width:auto;
  }


  #am-title-wrap {
    display: none;
  }
  #am-title {
    display: none;
  }
  #am-title-tablet {
    display: none;
  }
  #am-title-mobile {
    display: none;
    text-align: center;
  }
  .container {
    width: 100%;
  }
  #nav {
    padding: 0px 10px;
  }
  .secondary-nav-wrap-top {
    width: auto;
    padding: 0px 50px;
    clear: both;
  }
  #secondary-navigation {

	  float: left;
    width: 100%;
    max-width: 800px;
  }
  .secondary-nav-list {
    width: 20%;
    margin: 0px 5% 0px 0px;
  }
  #secondary-navigation .cta-omni {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }

  .content {
    width: inherit;
    padding: 0px 50px;
  }
  .cta-feature {
    width: auto;
    padding: 0px 50px;
  }
  .content-title, h1.content-title, .entry-content > h1:first-child, .entry-content > div.content-title:first-child, .entry-content > h2:first-child, .entry-content > div:first-child h1, .entry-content > div:first-child h2 {
    width: auto;
    padding: 0px 50px;
  }
  .content-intro, .content-largetext, .entry-content > .content-intro, .entry-content > .content-largetext {
    width: auto;
    padding: 0px 50px;
  }
  .content-intro-center, .content-largetext-center, .entry-content > .content-intro-center, .entry-content > .content-largetext-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 auto;
  }
  .cta-bar-top, a .cta-bar-top, .cta-bar.cta-bar-top, a .cta-bar.cta-bar-top {
    float: none;
  }
  .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: 650px;
    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;
  }

  .sponsorIntro h2, .sponsorIntro > p {
    padding: 0 50px;
  }
  .row .percent50 #ctf {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
  }
}
@media (max-width:1023px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {}
@media screen and (max-width: 959px) {
  .pricing {
    width: 100%;
    max-width: 650px;
  }
}
@media screen and (max-width:900px) {
  #logo-tablet {
    display: block;
    height: 100px;
    text-align: center;
    width: 85%;
    float: right;
  }
}

@media screen and (max-width:760px) {

  #logo-tablet {
    width: 64%;
  }
  #logo-tablet img {
    margin: 0 0 0 0;
    height: auto;
    width: 100%;
    float: none;
    max-width: 350px;
  }
}
@media (max-width:760px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}
@media screen and (max-width: 640px) {

  #logo {
    display: none;
  }
  #logo-tablet {
    display: none;
  }

  .container {
    width: 100%;
  }


  #topnav {
    font-weight: 400;
    text-align: center;
  }

  .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-navigation {
    width: auto;
    font-size: 16px;
    line-height: 32px;
    margin: 25px auto;
    float: none;
  }
  .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;
  }
  /* added to move the secondary menu immediately below the primary menu on mobile devices */
  .secondary-nav-wrap-top {
    display: block;
    padding: 0;
    text-align: center;
  }
  .secondary-nav-list {
    margin: 0 10px 0 10px;
  }
  .secondary-nav-list li {
    margin-left: 0;
    text-align: center;
  }
  .secondary-nav-wrap-bottom {
    display: none;
  }
  /* END - added to move the secondary menu immediately below the primary menu on mobile devices */
  .content {
    width: auto;
    padding: 0px 25px;
  }
  .cta-feature {
    width: auto;
    padding: 0px 25px;
  }
  .content-title, h1.content-title, .entry-content > h1:first-child, .entry-content > div.content-title:first-child, .entry-content > h2:first-child, .entry-content > div:first-child h1, .entry-content > div:first-child h2 {
    width: auto;
    padding: 0px 25px;
  }
  .content-intro, .content-largetext, .entry-content > .content-intro, .entry-content > .content-largetext {
    width: auto;
    padding: 0px 25px;
  }
  .content-intro img, .content-largetext img {
    width: 200px; /* height:100px;*/ height: auto;
  }
  .content-intro-center, .content-largetext-center {
    width: auto;
    padding: 0px 25px;
  }
  .content-intro-center img, .content-largetext-center img {
    width: 200px;
    height: 100px;
  }
  .cta-bar, a .cta-bar {
    margin: 50px auto;
    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;
  }

  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, .content-largetext .rule {
    width: 200px;
  }
  .content-intro-center .rule, .content-largetext-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, ul.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: 300px;
    margin: 0 auto;
  }
  .footer-social li {
    display: block;
    margin: 0px auto 30px auto;
    line-height: 40px;
	   width: auto;
  }
  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;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
  }
  .pricing li.price {
    width: auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.4em;
  }
  .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: ';
  }
  .pricing li.on-site:before {
    content: 'On-Site, Members / 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%
  }
}
/* end smaller size */
