/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Grids: Four Cols */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-4-cols:before, .grid-4-cols:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-4-cols:after {
  clear: both;
}
/* line 16, ../sass/screen.scss */
.grid-4-cols .grid-col-1 {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 20, ../sass/screen.scss */
.grid-4-cols .grid-col-2 {
  float: left;
  width: 25%;
  margin-left: 25%;
  margin-right: -50%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 24, ../sass/screen.scss */
.grid-4-cols .grid-col-3 {
  float: left;
  width: 25%;
  margin-left: 50%;
  margin-right: -75%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 28, ../sass/screen.scss */
.grid-4-cols .grid-col-4 {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Grids: Three Cols */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-3-cols:before, .grid-3-cols:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-3-cols:after {
  clear: both;
}
/* line 41, ../sass/screen.scss */
.grid-3-cols .grid-col-1 {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 45, ../sass/screen.scss */
.grid-3-cols .grid-col-2 {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 49, ../sass/screen.scss */
.grid-3-cols .grid-col-3 {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-agenda-cols:before, .grid-agenda-cols:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-agenda-cols:after {
  clear: both;
}
/* line 61, ../sass/screen.scss */
.grid-agenda-cols .grid-col-1 {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 65, ../sass/screen.scss */
.grid-agenda-cols .grid-col-2 {
  float: left;
  width: 50%;
  margin-left: 25%;
  margin-right: -75%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 69, ../sass/screen.scss */
.grid-agenda-cols .grid-col-3 {
  float: left;
  width: 25%;
  margin-left: 75%;
  margin-right: -100%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Grids: Three Cols */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-2-cols:before, .grid-2-cols:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.grid-2-cols:after {
  clear: both;
}
/* line 82, ../sass/screen.scss */
.grid-2-cols .grid-col-1 {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 86, ../sass/screen.scss */
.grid-2-cols .grid-col-2 {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 1em;
  padding-right: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 96, ../sass/screen.scss */
.grid-cols .grid-col img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 103, ../sass/screen.scss */
  .grid-4-cols .grid-col {
    clear: both;
    margin: 0 0 1em !important;
    width: 100%;
  }

  /* line 110, ../sass/screen.scss */
  .grid-3-cols .grid-col {
    clear: both;
    margin: 0 0 1em !important;
    width: 100%;
  }

  /* line 117, ../sass/screen.scss */
  .grid-2-cols .grid-col {
    clear: both;
    margin: 1em 0 !important;
    width: 100%;
  }
}
/* line 125, ../sass/screen.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 133, ../sass/screen.scss */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
/* line 134, ../sass/screen.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Colors */
/* Titles */
/* line 140, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* Fonts */
/* line 145, ../sass/screen.scss */
strong,
.roboto-bold {
  font-weight: bold !important;
}

/* line 150, ../sass/screen.scss */
em,
.roboto-italic {
  font-style: italic !important;
}

/* General */
/* line 156, ../sass/screen.scss */
.left {
  float: left;
}

/* line 160, ../sass/screen.scss */
.right {
  float: right;
}

/* line 164, ../sass/screen.scss */
.text-center {
  text-align: center !important;
}

/* line 168, ../sass/screen.scss */
.text-right {
  text-align: right !important;
}

/* line 172, ../sass/screen.scss */
a {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  border: 0;
  outline: none;
}
/* line 177, ../sass/screen.scss */
a:hover {
  color: #ccc;
}

/* line 182, ../sass/screen.scss */
.no-underline {
  text-decoration: none;
}

/* Main Styles */
/* line 189, ../sass/screen.scss */
body {
  font-size: 16px;
  /*@include table-row-variant('active', $table-bg-active);
  @include table-row-variant('success', $state-success-bg);
  @include table-row-variant('info', $state-info-bg);
  @include table-row-variant('warning', $state-warning-bg);
  @include table-row-variant('danger', $state-danger-bg);*/
}
/* line 191, ../sass/screen.scss */
body .more-info {
  font-size: 24px;
  line-height: 24px;
  color: #444;
  font-family: 'Roboto', sans-serif;
  margin: 80px auto 0 auto;
  float: left;
  width: 100%;
}
/* line 192, ../sass/screen.scss */
body .more-info a {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
}
/* line 195, ../sass/screen.scss */
body .more-info a:hover {
  color: #ccc;
}
/* line 207, ../sass/screen.scss */
body .menu-button {
  display: none;
}
/* line 210, ../sass/screen.scss */
body .fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
/* line 216, ../sass/screen.scss */
body p {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
/* line 224, ../sass/screen.scss */
body h2 {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
  text-align: center;
}
/* line 234, ../sass/screen.scss */
body .rev_slider_wrapper {
  border-bottom: 6px solid #3c6489;
}
/* line 236, ../sass/screen.scss */
body .rev_slider_wrapper .header-inner {
  width: 100%;
  height: 100%;
  background: url(../../images/APRFF-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 244, ../sass/screen.scss */
body .rev_slider_wrapper .header-inner .header-footnote {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
}
/* line 250, ../sass/screen.scss */
body .rev_slider_wrapper .header-inner .header-footnote .wrapper {
  width: 1108px;
  margin: 0 auto;
}
/* line 254, ../sass/screen.scss */
body .rev_slider_wrapper .header-inner .header-footnote .wrapper p {
  font-size: 0.85em;
  color: white;
  text-align: right;
  font-style: italic;
}
/* line 260, ../sass/screen.scss */
body .rev_slider_wrapper .header-inner .header-footnote .wrapper p a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 268, ../sass/screen.scss */
  body .rev_slider_wrapper .header-inner .header-footnote {
    display: none;
  }
}
/* line 273, ../sass/screen.scss */
body .rev_slider_wrapper .title-wrapper {
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 278, ../sass/screen.scss */
body .rev_slider_wrapper .title-wrapper .fancyFont,
body .rev_slider_wrapper .title-wrapper .fancyFontCondensed {
  white-space: nowrap;
}
/* line 282, ../sass/screen.scss */
body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.place {
  position: absolute;
  left: 0px;
  top: 290px;
  z-index: 5;
  font-family: 'Roboto', sans-serif;
}
/* line 289, ../sass/screen.scss */
body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date {
  position: absolute;
  left: 0px;
  top: 345px;
  z-index: 6;
  font-family: 'Roboto', sans-serif;
}
/* line 299, ../sass/screen.scss */
body .header-holder {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
  left: 0;
}
/* line 306, ../sass/screen.scss */
body .header-holder .wrapper {
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
/* line 312, ../sass/screen.scss */
body .header-holder .wrapper .logo {
  display: block;
  float: left;
  color: white;
  text-decoration: none;
}
/* line 318, ../sass/screen.scss */
body .header-holder .wrapper .logo img {
  height: auto;
  max-width: 300px;
  margin-top: -1em;
}
/* line 326, ../sass/screen.scss */
body .header-holder .wrapper .quick-info .social-icons {
  margin-left: 15px;
}
/* line 328, ../sass/screen.scss */
body .header-holder .wrapper .quick-info .social-icons li {
  display: block;
  margin: 0px 0px 0px 5px;
}
/* line 331, ../sass/screen.scss */
body .header-holder .wrapper .quick-info .social-icons li a {
  display: block;
  width: 34px;
  height: 34px;
  transition: background 0.5s;
  border-radius: 100%;
}
/* line 337, ../sass/screen.scss */
body .header-holder .wrapper .quick-info .social-icons li a:hover {
  background: #3c6489;
  border-radius: 100%;
}
/* line 347, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .menu-content {
  clear: right;
  float: right;
}
/* line 351, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu {
  margin-top: 12px;
}
/* line 353, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu ul {
  list-style-type: none;
  margin: 0px;
  position: relative;
  z-index: 1000;
}
/* line 358, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu ul li {
  display: block;
  margin: 0px 0px 0px 20px;
  border-bottom: 15px solid transparent;
  float: left;
  position: relative;
}
/* line 364, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu ul li a {
  display: block;
  position: relative;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 0px 10px;
  text-decoration: none;
  line-height: 35px;
  font-size: 15px;
  transition: all 0.5s;
}
/* line 374, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu ul li a:hover {
  color: white;
  text-decoration: none;
  background: #8c62aa;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.49804);
  border-radius: 1px !important;
  opacity: .8;
}
/* line 389, ../sass/screen.scss */
body .header-holder .wrapper .menu-container .mainmenu > .menu > ul > li {
  display: block;
  margin: 0px 0px 0px 20px;
  border-bottom: 15px solid transparent;
}
/* line 400, ../sass/screen.scss */
body .text-center {
  text-align: center;
}
/* line 404, ../sass/screen.scss */
body .right, body .fr {
  float: right;
}
/* line 408, ../sass/screen.scss */
body .left, body .fl {
  float: left;
}
/* line 412, ../sass/screen.scss */
body p.last {
  margin-bottom: 0;
}
/* line 416, ../sass/screen.scss */
body aside, body details, body figcaption, body figure, body footer, body header, body hgroup, body nav, body section, body summary {
  display: block;
}
/* line 420, ../sass/screen.scss */
body .footer-upper {
  height: 60px;
  background: url(../../images/footer-upper.png) 50% 0px no-repeat scroll transparent;
}
/* line 425, ../sass/screen.scss */
body .page-footer {
  padding-top: 70px;
  background: #f9f9f9;
}
/* line 428, ../sass/screen.scss */
body .page-footer .wrapper {
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
/* line 434, ../sass/screen.scss */
body .page-footer .wrapper::before, body .page-footer .wrapper::after {
  display: table;
  content: "";
}
/* line 438, ../sass/screen.scss */
body .page-footer .footer-line .footer-upper-line {
  height: 3px;
  margin-bottom: 30px;
  background: #e9e9e9;
}
/* line 443, ../sass/screen.scss */
body .page-footer .footer-text {
  margin-bottom: 20px;
  color: #6a6a6a;
  font-family: 'Roboto', sans-serif;
}
/* line 449, ../sass/screen.scss */
body .page-footer .footer-menu .clear {
  clear: both;
  margin-bottom: 15px;
}
/* line 453, ../sass/screen.scss */
body .page-footer .footer-menu li {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  font-family: 'Roboto', sans-serif;
}
/* line 458, ../sass/screen.scss */
body .page-footer .footer-menu li a {
  color: #6a6a6a;
  transition: color 0.5s;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
/* line 463, ../sass/screen.scss */
body .page-footer .footer-menu li a:hover {
  color: #000;
  transition: color 0.5s;
}
/* line 472, ../sass/screen.scss */
body #top-message {
  color: #3c6489;
  background: #eee;
}
/* line 476, ../sass/screen.scss */
body #top-message .wrap {
  max-width: 1108px;
  margin: 0 auto;
  padding: 3em;
  box-sizing: border-box;
}
/* line 482, ../sass/screen.scss */
body #top-message .wrap p {
  color: #3c6489;
}
/* line 488, ../sass/screen.scss */
body #speakers-and-agenda {
  max-width: 1108px;
  margin: 70px auto;
}
/* line 492, ../sass/screen.scss */
body #speakers-and-agenda #agenda {
  margin-top: 32px !important;
}
/* line 497, ../sass/screen.scss */
body .speakers-container {
  margin-top: 20px;
}
/* line 499, ../sass/screen.scss */
body .speakers-container h2 {
  text-align: center;
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
/* line 507, ../sass/screen.scss */
body .speakers-container h2 a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #3c6489;
  line-height: 1.3;
  text-decoration: none;
}
/* line 516, ../sass/screen.scss */
body .speakers-container div#speakerRow {
  max-width: 1108px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/* line 522, ../sass/screen.scss */
body .speakers-container div#speakerRow .speakerInd {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
/* line 528, ../sass/screen.scss */
body .speakers-container div#speakerRow .speakerInd a {
  color: #212121;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  display: inline-block;
  margin: 0 0 0.35em;
  max-width: 140px;
}
/* line 539, ../sass/screen.scss */
body .speakers-container div#speakerRow .speakerInd img {
  margin-bottom: 10px;
  border-radius: 50%;
  max-width: 115px;
  max-height: 115px;
}
/* line 546, ../sass/screen.scss */
body .speakers-container div#speakerRow .speakerInd.first {
  margin-left: 25px;
}
/* line 549, ../sass/screen.scss */
body .speakers-container div#speakerRow .speakerInd.last {
  margin-right: 0px;
}
/* line 554, ../sass/screen.scss */
body .speakers-container .more-speakers {
  text-align: center;
  margin: 1.5em 0 0;
}
/* line 560, ../sass/screen.scss */
body #speakersContainer {
  margin-top: 70px;
}
/* line 562, ../sass/screen.scss */
body #speakersContainer h2 {
  text-align: center;
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
/* line 570, ../sass/screen.scss */
body #speakersContainer h2 a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #3c6489;
  line-height: 1.3;
  text-decoration: none;
}
/* line 579, ../sass/screen.scss */
body #speakersContainer div#speakerRow {
  max-width: 1108px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/* line 585, ../sass/screen.scss */
body #speakersContainer div#speakerRow .speakerInd {
  width: 227px;
  float: left;
  margin: 0 50px 0 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
/* line 592, ../sass/screen.scss */
body #speakersContainer div#speakerRow .speakerInd a {
  color: #212121;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  display: inline-block;
  margin: 0 0 0.35em;
}
/* line 602, ../sass/screen.scss */
body #speakersContainer div#speakerRow .speakerInd img {
  margin-bottom: 10px;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
}
/* line 609, ../sass/screen.scss */
body #speakersContainer div#speakerRow .speakerInd.first {
  margin-left: 25px;
}
/* line 612, ../sass/screen.scss */
body #speakersContainer div#speakerRow .speakerInd.last {
  margin-right: 0px;
}
/* line 617, ../sass/screen.scss */
body #speakersContainer .more-speakers {
  text-align: center;
  margin: 1.5em 0 0;
}
/* line 624, ../sass/screen.scss */
body .sponsors-inner #speakersContainer {
  margin-bottom: 70px;
}
/* line 626, ../sass/screen.scss */
body .sponsors-inner #speakersContainer div#speakerRow {
  max-width: 554px;
}
@media only screen and (max-width: 1107px) {
  /* line 626, ../sass/screen.scss */
  body .sponsors-inner #speakersContainer div#speakerRow {
    max-width: 415px;
  }
}
/* line 631, ../sass/screen.scss */
body .sponsors-inner #speakersContainer div#speakerRow .speakerInd {
  line-height: 24px;
}
/* line 636, ../sass/screen.scss */
body .sponsors-inner .section-sponsors {
  margin-bottom: 5em;
}
/* line 643, ../sass/screen.scss */
body .sponsors-inner .section-sponsors .grid-4-cols {
  margin-top: 1em;
}
/* line 646, ../sass/screen.scss */
body .sponsors-inner .section-sponsors .grid-4-cols .grid-col {
  padding: 0;
}
/* line 654, ../sass/screen.scss */
body .sponsors-inner .grid-col {
  margin-bottom: 1em;
}
/* line 657, ../sass/screen.scss */
body .sponsors-inner .grid-cols.first {
  padding-top: 30px;
}
/* line 661, ../sass/screen.scss */
body .sponsors-inner .grid-3-cols .grid-col {
  min-width: 240px;
}
/* line 663, ../sass/screen.scss */
body .sponsors-inner .grid-3-cols .grid-col img {
  width: 100%;
}
/* line 668, ../sass/screen.scss */
body .sponsors-inner .grid-2-cols {
  max-width: 600px;
  margin: 1.5em auto;
}
/* line 675, ../sass/screen.scss */
body #intro {
  margin: 70px 0 70px 0;
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
/* line 683, ../sass/screen.scss */
body #intro h2 {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
/* line 691, ../sass/screen.scss */
body #intro p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
/* line 699, ../sass/screen.scss */
body #threeWideHighlights {
  margin: 70px 0 70px 0;
  width: 1108px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
/* line 707, ../sass/screen.scss */
body #threeWideHighlights h2 {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
/* line 715, ../sass/screen.scss */
body #threeWideHighlights p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}
/* line 721, ../sass/screen.scss */
body #threeWideHighlights .highlightRow {
  max-width: 1068px;
  margin: 60px auto 150px auto;
}
@media only screen and (min-width: 1107px) {
  /* line 721, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow {
    max-width: 1128px;
  }
}
/* line 727, ../sass/screen.scss */
body #threeWideHighlights .highlightRow .highlightInd {
  width: 100%;
  width: 290px;
  height: 290px;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  float: left;
  margin: 0 18px 0 0;
}
@media only screen and (min-width: 1107px) {
  /* line 727, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd {
    margin: 0 28px 0 0;
  }
  /* line 738, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd.first {
    margin-left: 28px;
  }
  /* line 741, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd.last {
    margin-right: 0px;
  }
}
/* line 745, ../sass/screen.scss */
body #threeWideHighlights .highlightRow .highlightInd p {
  font-size: 18px;
  color: #3c6489;
}
/* line 749, ../sass/screen.scss */
body #threeWideHighlights .highlightRow .highlightInd a {
  color: #444444;
  text-decoration: none;
}
/* line 754, ../sass/screen.scss */
body #threeWideHighlights .highlightRow .highlightInd.blue {
  background-color: #3c6489;
}
/* line 756, ../sass/screen.scss */
body #threeWideHighlights .highlightRow .highlightInd.blue p {
  color: #ffffff;
}
/* line 766, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner {
  /* Large Devices, Wide Screens */
}
@media only screen and (max-width: 767px) {
  /* line 766, ../sass/screen.scss */
  body #cboxLoadedContent .aprff-speaker-bio-inner {
    padding: 20px !important;
    word-wrap: break-word;
  }
}
/* line 772, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner img {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  /* line 772, ../sass/screen.scss */
  body #cboxLoadedContent .aprff-speaker-bio-inner img {
    max-width: 80%;
  }
}
/* line 780, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner h3 {
  font-size: 24px;
  line-height: 30px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
}
/* line 788, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner p {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
/* line 795, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner a {
  font-size: 18px;
  line-height: 24px;
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  transition: color 0.5s;
  text-decoration: none;
}
/* line 803, ../sass/screen.scss */
body #cboxLoadedContent .aprff-speaker-bio-inner a:hover {
  color: #444;
  transition: color 0.5s;
}
/* line 811, ../sass/screen.scss */
body #agenda {
  margin: 70px 0 170px 0;
  /*width: 1070px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
/* line 819, ../sass/screen.scss */
body #agenda h2 {
  color: #3c6489;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 16px 0;
  text-align: center;
}
/* line 828, ../sass/screen.scss */
body #agenda p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
/* line 834, ../sass/screen.scss */
body #agenda ul {
  list-style-type: disc;
  margin-left: 40px;
}
/* line 840, ../sass/screen.scss */
body #agenda table.dates th {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
/* line 846, ../sass/screen.scss */
body #agenda table.dates h6, body #agenda table.dates p {
  margin: 0;
  font-size: 0.9em;
}
/* line 851, ../sass/screen.scss */
body #agenda table.dates ul {
  list-style-type: disc;
}
/* line 855, ../sass/screen.scss */
body #agenda table.dates ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
/* line 876, ../sass/screen.scss */
body table {
  background-color: #fff;
}
/* line 879, ../sass/screen.scss */
body caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #444;
  text-align: left;
}
/* line 885, ../sass/screen.scss */
body th {
  text-align: left;
}
/* line 892, ../sass/screen.scss */
body .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
/* line 901, ../sass/screen.scss */
body .table > thead > tr > th,
body .table > thead > tr > td,
body .table > tbody > tr > th,
body .table > tbody > tr > td,
body .table > tfoot > tr > th,
body .table > tfoot > tr > td {
  padding: 15px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #3c6489;
}
/* line 911, ../sass/screen.scss */
body .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #3c6489;
}
/* line 920, ../sass/screen.scss */
body .table > caption + thead > tr:first-child > th,
body .table > caption + thead > tr:first-child > td,
body .table > colgroup + thead > tr:first-child > th,
body .table > colgroup + thead > tr:first-child > td,
body .table > thead:first-child > tr:first-child > th,
body .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 927, ../sass/screen.scss */
body .table > tbody + tbody {
  border-top: 2px solid #3c6489;
}
/* line 932, ../sass/screen.scss */
body .table .table {
  background-color: #fff;
}
/* line 935, ../sass/screen.scss */
body .table th {
  font-size: 24px;
  background-color: #3c6489;
  color: #fff;
  padding: 20px !important;
}
/* line 949, ../sass/screen.scss */
body .table-bordered {
  border: 1px solid #3c6489;
}
/* line 955, ../sass/screen.scss */
body .table-bordered > thead > tr > th,
body .table-bordered > thead > tr > td,
body .table-bordered > tbody > tr > th,
body .table-bordered > tbody > tr > td,
body .table-bordered > tfoot > tr > th,
body .table-bordered > tfoot > tr > td {
  border: 1px solid #3c6489;
}
/* line 962, ../sass/screen.scss */
body .table-bordered > thead > tr > th,
body .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 975, ../sass/screen.scss */
body .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #6c97bf;
}
/* line 977, ../sass/screen.scss */
body .table-striped > tbody > tr:nth-of-type(odd) p, body .table-striped > tbody > tr:nth-of-type(odd) h6 {
  color: #fff;
}
/* line 989, ../sass/screen.scss */
body .table-hover > tbody > tr:hover {
  background-color: white;
}
/* line 999, ../sass/screen.scss */
body table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 1007, ../sass/screen.scss */
body table td[class*="col-"],
body table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* line 1035, ../sass/screen.scss */
body .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 480px) {
  /* line 1035, ../sass/screen.scss */
  body .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #444;
  }
  /* line 1046, ../sass/screen.scss */
  body .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 1054, ../sass/screen.scss */
  body .table-responsive > .table > thead > tr > th,
  body .table-responsive > .table > thead > tr > td,
  body .table-responsive > .table > tbody > tr > th,
  body .table-responsive > .table > tbody > tr > td,
  body .table-responsive > .table > tfoot > tr > th,
  body .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 1063, ../sass/screen.scss */
  body .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 1071, ../sass/screen.scss */
  body .table-responsive > .table-bordered > thead > tr > th:first-child,
  body .table-responsive > .table-bordered > thead > tr > td:first-child,
  body .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 1075, ../sass/screen.scss */
  body .table-responsive > .table-bordered > thead > tr > th:last-child,
  body .table-responsive > .table-bordered > thead > tr > td:last-child,
  body .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 1088, ../sass/screen.scss */
  body .table-responsive > .table-bordered > tbody > tr:last-child > th,
  body .table-responsive > .table-bordered > tbody > tr:last-child > td,
  body .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  body .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1101, ../sass/screen.scss */
body #threeWideHighlights .threeWideHighlights-inner img {
  /*margin-bottom: 40px;*/
  margin-bottom: 1.5em;
  width: 100%;
  height: auto;
}
/* line 1107, ../sass/screen.scss */
body #threeWideHighlights .threeWideHighlights-inner img.inline {
  width: auto;
}
/* line 1110, ../sass/screen.scss */
body #threeWideHighlights .threeWideHighlights-inner p {
  text-align: left;
  line-height: 26px;
  margin-bottom: 30px;
}
/* line 1119, ../sass/screen.scss */
body .sponsors-inner .table > tbody > tr > td, body .sponsors-inner body .table > tfoot > tr > th, body .sponsors-inner body .table > tfoot > tr > td {
  padding: 30px;
  border: none;
}
@media only screen and (max-width: 767px) {
  /* line 1119, ../sass/screen.scss */
  body .sponsors-inner .table > tbody > tr > td, body .sponsors-inner body .table > tfoot > tr > th, body .sponsors-inner body .table > tfoot > tr > td {
    display: block;
    /*p {
      display:none;
    }*/
    padding: 0 0 30px;
  }
  /* line 1128, ../sass/screen.scss */
  body .sponsors-inner .table > tbody > tr > td img, body .sponsors-inner body .table > tfoot > tr > th img, body .sponsors-inner body .table > tfoot > tr > td img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1134, ../sass/screen.scss */
  body .sponsors-inner .table-responsive {
    border: none;
  }
}

/*==========  Non-Mobile First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 1107px) {
  /* line 1151, ../sass/screen.scss */
  body .mainpage {
    overflow: hidden;
  }
  /* line 1154, ../sass/screen.scss */
  body #agenda {
    max-width: 831px;
    width: 100%;
  }
  /* line 1159, ../sass/screen.scss */
  body .header-holder .wrapper {
    max-width: 831px;
  }
  /* line 1162, ../sass/screen.scss */
  body .header-holder .wrapper .logo img {
    height: 113px;
  }
  /* line 1168, ../sass/screen.scss */
  body .header-footnote .wrapper {
    max-width: 831px;
    width: 100%;
  }
  /* line 1173, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper {
    max-width: 831px;
  }
  /* line 1179, ../sass/screen.scss */
  body .speakers-container div#speakerRow,
  body #speakersContainer div#speakerRow {
    max-width: 831px;
  }
  /* line 1181, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd,
  body #speakersContainer div#speakerRow .speakerInd {
    margin: 0px;
    width: 205px;
  }
  /* line 1184, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd a,
  body #speakersContainer div#speakerRow .speakerInd a {
    max-width: 140px;
  }
  /* line 1187, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd img,
  body #speakersContainer div#speakerRow .speakerInd img {
    width: 75%;
    height: 75%;
  }
  /* line 1192, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.first,
  body #speakersContainer div#speakerRow .speakerInd.first {
    margin-left: 0px;
  }
  /* line 1195, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.even,
  body #speakersContainer div#speakerRow .speakerInd.even {
    margin: 0;
  }
  /* line 1203, ../sass/screen.scss */
  body #intro {
    margin: 70px auto 70px auto;
    max-width: 831px;
  }
  /* line 1207, ../sass/screen.scss */
  body #threeWideHighlights {
    margin: 70px auto 70px auto;
    max-width: 831px;
  }
  /* line 1211, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd {
    width: 219px;
  }
  /* line 1213, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd p {
    font-size: 14px;
  }
  /* line 1220, ../sass/screen.scss */
  body .page-footer .wrapper {
    max-width: 831px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1229, ../sass/screen.scss */
  body #agenda {
    max-width: 754px;
    width: 100%;
  }
  /* line 1234, ../sass/screen.scss */
  body .header-holder .wrapper {
    max-width: 754px;
    position: relative;
  }
  /* line 1238, ../sass/screen.scss */
  body .header-holder .wrapper .logo img {
    height: 113px;
  }
  /* line 1242, ../sass/screen.scss */
  body .header-holder .wrapper .main-navigation {
    position: absolute;
    top: 200px;
    left: -27px;
  }
  /* line 1248, ../sass/screen.scss */
  body .header-holder .wrapper .menu-container .menu-content {
    float: left;
  }
  /* line 1252, ../sass/screen.scss */
  body .header-holder .wrapper .quick-info.right {
    float: left;
  }
  /* line 1257, ../sass/screen.scss */
  body .header-footnote {
    display: none;
  }
  /* line 1260, ../sass/screen.scss */
  body .rev_slider_wrapper {
    height: 450px !important;
  }
  /* line 1262, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper {
    max-width: 754px;
  }
  /* line 1264, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.place {
    top: 320px;
  }
  /* line 1267, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date {
    top: 375px;
  }
  /* line 1269, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date .fancyFontCondensed {
    font-size: 55px !important;
  }
  /* line 1277, ../sass/screen.scss */
  body .speakers-container div#speakerRow,
  body #speakersContainer div#speakerRow {
    max-width: 754px;
  }
  /* line 1279, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd,
  body #speakersContainer div#speakerRow .speakerInd {
    margin: 0px;
    width: 227px;
  }
  /* line 1282, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd img,
  body #speakersContainer div#speakerRow .speakerInd img {
    width: 100%;
    height: 100%;
  }
  /* line 1287, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.first,
  body #speakersContainer div#speakerRow .speakerInd.first {
    margin-left: 25px;
  }
  /* line 1290, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.even,
  body #speakersContainer div#speakerRow .speakerInd.even {
    margin: 0;
  }
  /* line 1293, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.odd,
  body #speakersContainer div#speakerRow .speakerInd.odd {
    margin: 0 50px 0 25px;
  }
  /* line 1298, ../sass/screen.scss */
  body #intro {
    margin: 70px auto 70px auto;
    max-width: 745px;
  }
  /* line 1302, ../sass/screen.scss */
  body #threeWideHighlights {
    margin: 70px auto 70px auto;
    max-width: 745px;
  }
  /* line 1305, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow {
    margin: 60px auto 70px auto;
  }
  /* line 1307, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd {
    width: 100%;
    float: none;
    height: 100%;
    margin-bottom: 30px;
  }
  /* line 1312, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd p {
    font-size: 18px;
  }
  /* line 1319, ../sass/screen.scss */
  body .page-footer .wrapper {
    max-width: 700px;
  }
  /* line 1321, ../sass/screen.scss */
  body .page-footer .wrapper .footer-menu.right {
    float: left;
    margin-left: -27px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 1333, ../sass/screen.scss */
  body #agenda {
    max-width: 470px;
    width: 100%;
  }
  /* line 1338, ../sass/screen.scss */
  body .header-holder .wrapper {
    max-width: 470px;
    position: relative;
  }
  /* line 1342, ../sass/screen.scss */
  body .header-holder .wrapper .logo img {
    height: 113px;
  }
  /* line 1346, ../sass/screen.scss */
  body .header-holder .wrapper .main-navigation {
    position: absolute;
    top: 200px;
    left: -27px;
  }
  /* line 1352, ../sass/screen.scss */
  body .header-holder .wrapper .menu-container .menu-content {
    float: left;
  }
  /* line 1356, ../sass/screen.scss */
  body .header-holder .wrapper .quick-info.right {
    float: left;
  }
  /* line 1361, ../sass/screen.scss */
  body .rev_slider_wrapper {
    height: 450px !important;
  }
  /* line 1363, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper {
    max-width: 470px;
  }
  /* line 1365, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.place {
    top: 320px;
  }
  /* line 1368, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date {
    top: 375px;
  }
  /* line 1370, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date .fancyFontCondensed {
    font-size: 55px !important;
  }
  /* line 1378, ../sass/screen.scss */
  body .speakers-container div#speakerRow,
  body #speakersContainer div#speakerRow {
    max-width: 470px;
    text-align: center;
  }
  /* line 1381, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd,
  body #speakersContainer div#speakerRow .speakerInd {
    margin: 0px;
    width: 100%;
  }
  /* line 1384, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd img,
  body #speakersContainer div#speakerRow .speakerInd img {
    width: 227px;
    height: 227px;
  }
  /* line 1389, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.first,
  body #speakersContainer div#speakerRow .speakerInd.first {
    margin-left: 0;
  }
  /* line 1392, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.even,
  body #speakersContainer div#speakerRow .speakerInd.even {
    margin: 0;
  }
  /* line 1395, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.odd,
  body #speakersContainer div#speakerRow .speakerInd.odd {
    margin: 0;
  }
  /* line 1400, ../sass/screen.scss */
  body #intro {
    margin: 70px auto 70px auto;
    max-width: 470px;
  }
  /* line 1404, ../sass/screen.scss */
  body #threeWideHighlights {
    margin: 70px auto 70px auto;
    max-width: 470px;
  }
  /* line 1407, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow {
    margin: 60px auto 70px auto;
  }
  /* line 1409, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd {
    width: 93%;
    float: none;
    height: 100%;
    margin-bottom: 30px;
  }
  /* line 1414, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd p {
    font-size: 18px;
  }
  /* line 1421, ../sass/screen.scss */
  body .page-footer .wrapper {
    max-width: 470px;
  }
  /* line 1423, ../sass/screen.scss */
  body .page-footer .wrapper .footer-menu.right {
    float: left;
    margin-left: -27px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  /* line 1435, ../sass/screen.scss */
  body #agenda {
    max-width: 300px;
    width: 100%;
  }
  /* line 1440, ../sass/screen.scss */
  body .header-holder .wrapper {
    max-width: 470px;
    width: 100%;
    position: relative;
  }
  /* line 1444, ../sass/screen.scss */
  body .header-holder .wrapper .logo {
    float: none;
    width: 100%;
  }
  /* line 1447, ../sass/screen.scss */
  body .header-holder .wrapper .logo img {
    height: 90px;
    margin-left: 20px;
    margin: 0 auto;
    display: block;
  }
  /* line 1454, ../sass/screen.scss */
  body .header-holder .wrapper .main-navigation {
    position: absolute;
    top: 150px;
    left: 0;
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
  }
  /* line 1461, ../sass/screen.scss */
  body .header-holder .wrapper .main-navigation .menu-container {
    max-width: 470px;
    width: 100%;
    text-align: center;
  }
  /* line 1465, ../sass/screen.scss */
  body .header-holder .wrapper .main-navigation .menu-container .menu-content {
    float: none;
    max-width: 280px;
    margin: 0 auto;
  }
  /* line 1473, ../sass/screen.scss */
  body .header-holder .wrapper .menu-container .menu-content {
    float: left;
  }
  /* line 1477, ../sass/screen.scss */
  body .header-holder .wrapper .quick-info.right {
    float: none;
    display: block;
  }
  /* line 1481, ../sass/screen.scss */
  body .header-holder .wrapper .quick-info .social-icons {
    /*margin-left: -15px;*/
    margin: 0 0 0.5em;
    float: none;
    text-align: center;
  }
  /* line 1487, ../sass/screen.scss */
  body .header-holder .wrapper .quick-info .social-icons li.left {
    float: none !important;
    display: inline-block !important;
  }
  /* line 1493, ../sass/screen.scss */
  body .header-holder .menu-button {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 10px;
    background: #fff;
    color: #444;
    cursor: pointer;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  /* line 1506, ../sass/screen.scss */
  body .header-holder .mainmenu {
    background: #fff;
    margin-top: 0px !important;
  }
  /* line 1510, ../sass/screen.scss */
  body .header-holder .mainmenu ul li {
    width: 100%;
    margin: 0 !important;
  }
  /* line 1513, ../sass/screen.scss */
  body .header-holder .mainmenu ul li a {
    color: #444 !important;
    padding: 0px !important;
    width: 100% !important;
    text-transform: uppercase;
  }
  /* line 1518, ../sass/screen.scss */
  body .header-holder .mainmenu ul li a:hover {
    background-color: transparent !important;
  }
  /* line 1525, ../sass/screen.scss */
  body .header-holder .flexnav.one-page {
    top: 5px;
    max-width: 280px;
    right: 0;
  }
  /* line 1530, ../sass/screen.scss */
  body .header-holder .flexnav li a {
    color: #444;
    background: transparent;
    border-bottom: none;
  }
  /* line 1537, ../sass/screen.scss */
  body .header-inner .title-wrapper {
    width: 100%;
  }
  /* line 1539, ../sass/screen.scss */
  body .header-inner .title-wrapper .tp-parallax-wrap.date,
  body .header-inner .title-wrapper .tp-parallax-wrap.place {
    position: relative;
    width: 100%;
    margin: -40px auto;
    text-align: center;
  }
  /* line 1545, ../sass/screen.scss */
  body .header-inner .title-wrapper .tp-parallax-wrap.date .tp-loop-wrap,
  body .header-inner .title-wrapper .tp-parallax-wrap.place .tp-loop-wrap {
    position: relative !important;
  }
  /* line 1547, ../sass/screen.scss */
  body .header-inner .title-wrapper .tp-parallax-wrap.date .tp-loop-wrap .tp-mask-wrap,
  body .header-inner .title-wrapper .tp-parallax-wrap.place .tp-loop-wrap .tp-mask-wrap {
    position: relative !important;
  }
  /* line 1554, ../sass/screen.scss */
  body .rev_slider_wrapper {
    height: 450px !important;
  }
  /* line 1556, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper {
    max-width: 470px;
  }
  /* line 1558, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.place {
    top: 320px;
  }
  /* line 1561, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date {
    top: 375px;
  }
  /* line 1563, ../sass/screen.scss */
  body .rev_slider_wrapper .title-wrapper .tp-parallax-wrap.date .fancyFontCondensed {
    font-size: 32px !important;
    margin-top: 10px !important;
  }
  /* line 1570, ../sass/screen.scss */
  body .speakers-container,
  body #speakersContainer {
    margin-top: 40px;
  }
  /* line 1573, ../sass/screen.scss */
  body .speakers-container h2,
  body #speakersContainer h2 {
    font-size: 28px;
  }
  /* line 1576, ../sass/screen.scss */
  body .speakers-container div#speakerRow,
  body #speakersContainer div#speakerRow {
    max-width: 300px;
    text-align: center;
  }
  /* line 1579, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd,
  body #speakersContainer div#speakerRow .speakerInd {
    margin: 0px;
    width: 100%;
  }
  /* line 1582, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd img,
  body #speakersContainer div#speakerRow .speakerInd img {
    width: 227px;
    height: 227px;
  }
  /* line 1587, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.first,
  body #speakersContainer div#speakerRow .speakerInd.first {
    margin-left: 0;
  }
  /* line 1590, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.even,
  body #speakersContainer div#speakerRow .speakerInd.even {
    margin: 0;
  }
  /* line 1593, ../sass/screen.scss */
  body .speakers-container div#speakerRow .speakerInd.odd,
  body #speakersContainer div#speakerRow .speakerInd.odd {
    margin: 0;
  }
  /* line 1598, ../sass/screen.scss */
  body #intro {
    margin: 40px auto 40px auto;
    max-width: 240px;
    width: 100%;
  }
  /* line 1603, ../sass/screen.scss */
  body #threeWideHighlights {
    margin: 40px auto 40px auto;
    max-width: 240px;
    width: 100%;
  }
  /* line 1607, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow {
    margin: 60px auto 70px auto;
  }
  /* line 1609, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd {
    width: 93%;
    max-width: 200px;
    float: none;
    height: 100%;
    margin-bottom: 30px;
  }
  /* line 1615, ../sass/screen.scss */
  body #threeWideHighlights .highlightRow .highlightInd p {
    font-size: 18px;
  }
  /* line 1622, ../sass/screen.scss */
  body .page-footer .wrapper {
    max-width: 300px;
    width: 100%;
  }
  /* line 1625, ../sass/screen.scss */
  body .page-footer .wrapper .footer-menu.right {
    float: left;
    margin-left: -27px;
  }
}
/* Responsive */
/* line 1636, ../sass/screen.scss */
.screen-small {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1107px) {
  /* line 1642, ../sass/screen.scss */
  .screen-regular {
    display: none;
  }

  /* line 1646, ../sass/screen.scss */
  .screen-small {
    display: block !important;
  }
}
