/* ------------------------------------ =reset -- */

@font-face{ 
  font-family: 'Montserrat Light';
  src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('fonts/montserrat-light-webfont.woff') format('woff');
}
@font-face{ 
  font-family: 'Montserrat ExtraLight';
  src: url('fonts/montserrat-extralight-webfont.woff2') format('woff2'),
       url('fonts/montserrat-extralight-webfont.woff') format('woff');
}

/* ------------------------------------ =reset -- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

ul {
  list-style: none;
}
ul.plain-list, ul.plain-list li, .formatted ul.plain-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

input, select {
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/* ------------------------------------ =basic -- */

html {
  font: 62.5%/1.5 'Libre Baskerville', serif;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  /*font-size: 1.3rem;*/
  line-height: 20px;
  line-height: 2.2rem;
  font-family: 'Libre Baskerville', serif;
  color: #383838;
}

.item-list h4, .formatted .item-list h4, .item-list h4 .emphasis {
  /*font-family: 'Libre Baskerville', serif*/
  font-family: 'Montserrat Light', sans-serif;
  font-weight: 700;
}

#mobile-test {
  display: none;
}

a {
  text-decoration: none;
  color: #4EC6B7;
  font-weight: bold;
  -webkit-transition: color 0.12s ease, background-color 0.2s ease;
  -moz-transition: color 0.12s ease, background-color 0.2s ease;
  -ms-transition: color 0.12s ease, background-color 0.2s ease;
  -o-transition: color 0.12s ease, background-color 0.2s ease;
  transition: color 0.12s ease, background-color 0.2s ease;
}
a:hover {
  color: #182E42;
}

#header-bounds, .nav > ul, #content, .footer-bounds {
  max-width: 1092px;
  margin: 0 auto;
}


.social-media-container {
  overflow: hidden;
  /*border: 2px solid black;*/
  text-align:center;
  /*background-color: #efefef;*/
}

.AbstractDisplay {
  margin-bottom: 10px;
  color: #EB6334;
  font-family: 'Montserrat Light', sans-serif;
}


@media all and (min-width: 45em) {
  #mobile-test {
    display: block;
  }

  .social-media-container {
    /*width: 40%;*/
    float: right;
    margin: 0 0 10px 20px;
  }
}


@media all and (min-width: 63em) {
  .social-media-container-title {
    padding: 10px 0 0 10px;
    float: left;
  }
}

.margin {
  margin-bottom: 20px;
}
.margin-large {
  margin-bottom: 40px;
}


/* ------------------------------------ =typography, =formatted -- */

.font-b, .formatted h1, .formatted h2, .formatted h3, h3.toggle, .formatted h4, .formatted h5, .formatted h6, .striped-headline, .PofHLink, .page-title, .subtitle, .item-list .item-title, .header-utility > li > a, .nav a, .mobile-nav-toggle, .slideshow .title, .landing-feature .title, .search-refine-box legend, .footer .col-title, .footer-button, .tabs-nav {
  font-family: 'Montserrat Light', sans-serif;
}

.formatted {
  font-size: 15px;
  /*font-size: 1.3rem;*/
  font-family: 'Libre Baskerville', serif;
}
.formatted p, .formatted ol, .formatted ul {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.formatted p:last-child, .formatted ol:last-child, .formatted ul:last-child {
  padding-bottom: 0;
}
.formatted ol, .formatted ul {
  margin-left: 2em;
}
.formatted ul {
  list-style-type: disc;
}
.formatted li {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.formatted li:last-child {
  padding-bottom: 0;
}
.formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  text-rendering: optimizeLegibility;
  color: #191919;
}
.formatted h5 {
  font-size: 15px;
  font-size: 1.5rem;
}
.formatted h4 {
  font-size: 17.5px;
  font-size: 1.75rem;
}
.formatted h3 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  line-height: 4rem;
}
.formatted h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
}
.formatted h1 {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 40px;
  line-height: 4rem;
}
.formatted img {
  max-width: 100%;
}


/* ------------------------------------ =grids -- */

.grid {
  display: block;
  padding: 0;
  margin-right: -13px;
  margin-right: -1.3rem;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
}

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  padding: 0 13px 20px 0;
  padding: 0 1.3rem 2rem 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
.lt-ie8 .grid-item {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}
.lt-ie8 .grid-item {
  display: inline;
  zoom: 1;
}
.grid-item > .box + .box {
  margin-top: 20px;
  margin-top: 2rem;
}


@media all and (max-width: 45em) {
  .grid-1-2-m {
    width: 50%;
  }

  .grid-1-3-m {
    width: 33.3%;
  }

  .grid-1-4-m {
    width: 25%;
  }
}


@media all and (min-width: 45em) {
  .grid-item {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }

  .grid-1-2 {
    width: 50%;
  }
}


@media all and (min-width: 45em) and (max-width: 63em) {
  .grid-1-2-t {
    width: 50%;
  }

  .grid-1-3-t {
    width: 33.3%;
  }

  .grid-1-4-t {
    width: 25%;
  }
}


@media all and (min-width: 63em) {
  .grid {
    margin-right: -26px;
    margin-right: -2.6rem;
  }

  .grid-item {
    padding-right: 26px;
    padding-right: 2.6rem;
  }

  .grid-1-2-d {
    width: 50%;
  }

  .grid-1-3-d {
    width: 33.3%;
  }

  .grid-1-4-d {
    width: 25%;
  }
}


/* ------------------------------------ =common -- */

#content {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  position: relative;
  z-index: 10;
}

.responsive-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.border-treatment, .striped-headline, .PofHLink {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.striped-headline, h3.striped-headline {
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  color: white;
  background-color: rgb(24, 46, 66);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
a.striped-headline:hover {
  color: white;
  background-image: none;
  background-color: rgba(24, 46, 66, .7);
}
.lt-ie8 .striped-headline {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}

.striped-headline.color-2 {background-color: rgb(110,200,190);}
a.striped-headline.color-2:hover {background-color: rgba(110,200,190, .7);}

.striped-headline.color-3 {background-color: rgb(235,99,52);}
a.striped-headline.color-3:hover {background-color: rgba(235,99,52, .7);}

.striped-headline.color-4 {background-color: rgb(98, 89, 87);}
a.striped-headline.color-4:hover {background-color: rgba(98, 89, 87, .7);}





#home-ctas {
  padding-right: 7px;
}
.striped-headline.cta {
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
}

.striped-headline .rss, .subtitle .rss {
  float: right;
  vertical-align: middle;
}
.striped-headline .rss > img, .subtitle .rss > img {
  vertical-align: middle;
}



.PofHLink {
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  color: #595959;
  background-color: #efefef;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.lt-ie8 .PofHLink {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}
.PofHLink.cta {
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
}

.PofHLink .rss, .subtitle .rss {
  float: right;
  vertical-align: middle;
}
.PofHLink .rss > img, .subtitle .rss > img {
  vertical-align: middle;
}

a.PofHLink:hover {
  color: #777777;
  background-image: none;
  background-color: #f7f7f7;
}

.page-title {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 400;
  color: #182E42;
}

.page-title-addendum {
  margin-top: -20px;
  margin-top: -2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  font-weight: 400;
  color: #182E42;
}

.subtitle {
  margin: -1px 0 20px;
  margin: -1px 0 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 0;
  padding: 0.5rem 0;
  font-weight: 400;
  border-bottom: 1px solid #6A5D53;
  color: #182E42;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

.twitter-box .subtitle {
  font-size: 1.5em;
}

.more {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.19rem;
  color: white;
  text-align: right;
  font-family: 'Montserrat Light', sans-serif;
}
.more > span {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 13px;
  padding: 0 1.3rem .2rem 1.3rem;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  background-color: #625957;
  -webkit-box-shadow: inset 0 2px 4px #6b8091;
  -moz-box-shadow: inset 0 2px 4px #6b8091;
  box-shadow: inset 0 2px 4px #6b8091;
  position: relative;
  z-index: 3;
  transition: background .3s ease;
}
.lt-ie8 .more > span {
  display: inline;
  zoom: 1;
}
.more:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #625957;
  border-bottom: 1px solid white;
  position: relative;
  top: 1em;
  z-index: 1;
  transition: background .3s ease;
}
.more:hover {
  color: #fff;
}
.more:hover > span, .more:hover:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*background-color: #EB6334;*/
  background-color: #182E42;
}
.more + .subtitle {
  padding-top: 20px;
  padding-top: 2rem;
}

/*custom box more link styles*/
.box-2 .more > span, .box-2 .more:before, .box-3 .more > span, .box-3 .more:before {
	background-color: #182E42;
}
.box-2 .more:hover > span, .box-2 .more:hover:before, .box-3 .more:hover > span, .box-3 .more:hover:before {
	background-color: #625957;
}



.box {
  background-color: rgba( 236, 223, 189, .3);
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 4px rgba( 101, 67, 33, 0.5);
  -moz-box-shadow: 0 0 4px rgba(  101, 67, 33, 0.5);
  box-shadow: 0 0 4px rgba( 101, 67, 33, 0.5);
}
.box .subtitle {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #625957;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.5rem;
}

.box-1 {
  border: 2px solid white!important;
  -webkit-box-shadow: 0 0 3px 0 rgba( 101, 67, 33, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(  101, 67, 33, 0.5);
  box-shadow: 0 0 3px 0 rgba( 101, 67, 33, 0.5);
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  background-color: rgba(236, 223, 189, .3);
  margin: 2px;
}
.box-1 .subtitle {
  color: #625957;
}
.box .subtitle,
.box-1 .subtitle,
.box-2 .subtitle,
.box-3 .subtitle {
  font-size: 23px;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
.box-1.dark {
  background-color: #ECDFBD;
}

.box-2 {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  -webkit-box-shadow: 0 0 4px rgba( 101, 67, 33, 0.5);
  -moz-box-shadow: 0 0 4px rgba(  101, 67, 33, 0.5);
  box-shadow: 0 0 4px rgba( 101, 67, 33, 0.5);
  margin: 0 2px 20px 2px;
}

.box-2 .subtitle {
  margin: -20px -13px 20px;
  margin: -2rem -1.3rem 2rem;
  padding: 0 13px;
  padding: 1rem 1.3rem;
  border: none;
  color: white;
  background-color: #182E42;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.box-2.color-2 .subtitle {
  background-color: #182E42;
}
.box-2.color-3 .subtitle {
  background-color: rgb(235,99,52);
}
.box-3 .subtitle {
  color: #182E42;
  border-color: #182E42;
}
/*quote slideshow*/
.box-3 .slideshow {
  margin: 10px;
}

.icon-calendar {
  display: -moz-inline-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url("../../Images/icons-calendar.png") no-repeat 0 0;
}
.lt-ie8 .icon-calendar {
  display: inline;
  zoom: 1;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon-calendar {
    background-image: url("../../Images/icons-calendar@2x.png");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.icon-microphone {
  background-position: 0 0;
}
.icon-psychic {
  background-position: -50px 0;
}
.icon-medal {
  background-position: 0 -50px;
}
.icon-list {
  background-position: -50px -50px;
}
.icon-ei {
  background-position: -50px 0;
}
.icon-af {
  background-position: 0 -50px;
}
.icon-ms {
  background-position: 0 0;
}
.icon-rs {
  background-position: -50px -50px;
}

.testimonial blockquote {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-style: italic;
  background-color: #ECDFBD;
  position: relative;
}
.box-1 .testimonial blockquote, .box-2 .testimonial blockquote {
  margin: -20px -13px 20px;
  margin: -2rem -1.3rem 2rem;
}
.testimonial blockquote .attribution {
  margin-top: -20px;
  margin-top: -2rem;
  font-style: normal;
  text-align: right;
  color: #182E42;
}
.testimonial blockquote .attribution:before {
  content: "\2013 ";
}
.testimonial blockquote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.7em;
  border-color: #ECDFBD transparent transparent #ECDFBD;
  border-style: solid;
  position: absolute;
  right: 4em;
  top: 100%;
  -webkit-transform: scaleX(1.3) skew(-10deg);
  -moz-transform: scaleX(1.3) skew(-10deg);
  -ms-transform: scaleX(1.3) skew(-10deg);
  -o-transform: scaleX(1.3) skew(-10deg);
  transform: scaleX(1.3) skew(-10deg);
}
.testimonial > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.item-list > li {
  padding: 10px 0;
  padding: 1rem 0;
}
.item-list > li:first-child {
  padding-top: 0;
}
.item-list > li:last-child {
  padding-bottom: 0;
}
.home-news-list .item-list a, 
.aha-today .item-list a
{
  color: #182E42;
}
.home-news-list .item-list a:hover,
.aha-today .item-list a:hover,
.aha-today ul.item-list h4 .emphasis:hover, .aha-today .item-list h4 a:hover .emphasis
.home-news-list ul.item-list h4 .emphasis:hover, .home-news-list .item-list h4 a:hover .emphasis
{
  color: #6EC8BE;
}
.item-list h4, .item-list h4 a {
  font-size: 15px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #6EC8BE;
  font-weight: bold;
}
.item-list h4 a:hover {
  color: #182E42;
}
.item-list .item-title {
  color: #182E42;
  font-size: 17.5px;
  font-size: 1.75rem;
}
.item-list a.emphasis {
	color: #4EC6B7;	
	font-weight: bold;
}
.item-list .emphasis {
  /*font-weight: 700;*/
  font-weight: bold;
}
.item-list .emphasis:hover, .item-list a:hover .emphasis {
  color: #182E42;
}
.item-list .detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #182E42;
  font-style: italic;
}
.item-list .thumb {
  display: block;
  float: left;
  max-width: 50px;
}
.item-list .thumb ~ h4, .item-list .thumb ~ p {
  margin-left: 62px;
}
.item-list.with-dividers > li {
  padding: 20px 0;
  padding: 2rem 0;
  list-style: none;
}
.item-list.with-dividers > li:first-child {
  padding-top: 0;
}
.item-list.with-dividers > li {
  border-bottom: 1px solid rgba(24, 46, 66, .2);
}
.item-list.with-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.item-list .speakers-title {
  padding: 20px 0 0 13px;
  padding: 2rem 0 0 1.3rem;
}
.item-list .speakers {
  padding: 20px 0 0 13px;
  padding: 2rem 0 0 1.3rem;
}
.item-list .speakers .thumb, .item-list .speakers .name {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .item-list .speakers .thumb, .lt-ie8 .item-list .speakers .name {
  display: inline;
  zoom: 1;
}
.item-list .speakers .thumb {
  max-width: 50px;
  float: none;
  margin-right: 13px;
  margin-right: 1.3rem;
}

.legend > li {
  padding: 0;
}
.legend > li > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
}

.date-list > li {
  padding: 10px 0;
  padding: 1rem 0;
}
.date-list > li:first-child {
  padding-top: 0;
}
.date-list > li:last-child {
  padding-bottom: 0;
}
.date-list > li + li {
  border-top: 1px solid white;
  margin-top: -1px;
  -webkit-box-shadow: 0 -1px 0 #625957;
  -moz-box-shadow: 0 -1px 0 #625957;
  box-shadow: 0 -1px 0 #625957;
}
.date-list > li > a {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #383838;
}
.date-list > li > a:hover {
  color: #182E42;
}
.date-list > li.featured {
  background-color: #eaf1e5;
}
.date-list .row {
  display: table-row;
}
.date-list .row > div {
  display: table-cell;
  vertical-align: middle;
}
.date-list .date {
  width: 3.5em;
  text-align: center;
  color: #182E42;
}
.date-list .date .dm, .date-list .date .y {
  display: block;
}
.date-list .date .dm {
  border-bottom: 3px double #182E42;
  font-size: 12px;
  font-size: 1.19rem;
  text-transform: uppercase;
  white-space:nowrap;
  overflow: show;
}
.date-list .date .y {
  font-size: 15px;
  font-size: 1.5rem;
}
.date-list .icon {
  width: 50px;
  text-align: center;
}
.date-list .icon .icon-calendar {
  vertical-align: middle;
}
.date-list .detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #F9F6EB;
  font-style: italic;
}

.tabs-pane {
  display: none;
}

.tabs-pane.active {
  display: block;
}

.tabs.style-a .tabs-nav {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 13px;
  padding: 0 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1;
}
.lt-ie8 .tabs.style-a .tabs-nav {
  display: inline;
  zoom: 1;
}
.tabs.style-a .tabs-nav.active {
  background-color: white;
  border-bottom-color: white;
}
.tabs.style-a .tabs-pane {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  margin-top: -1px;
  border: 1px solid #c1c1c1;
  background-color: white;
}

.tag-cloud > a {
  display: -moz-inline-box;
  display: inline-block;
}
.lt-ie8 .tag-cloud > a {
  display: inline;
  zoom: 1;
}

.inline-arrow {
  display: -moz-inline-box;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
}
.lt-ie8 .inline-arrow {
  display: inline;
  zoom: 1;
}
.inline-arrow.down {
  border-top-color: #c1c1c1;
  border-bottom-width: 0;
  -webkit-transform: scaleY(1.4);
  -moz-transform: scaleY(1.4);
  -ms-transform: scaleY(1.4);
  -o-transform: scaleY(1.4);
  transform: scaleY(1.4);
}

@media all and (min-width: 63em) {
  .striped-headline.cta {
    padding: 6.66667px 0;
    padding: 0.66667rem 0;
  }

  .page-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}


/* ------------------------------------ =header and =nav -- */

#header {
  background-attachment: fixed;
  background-color: #182E42;
  border-bottom: 1px solid black;
}

#header-bounds {
  padding: 20px 13px;
  padding: 1.5rem 1.3rem;
  position: relative;
}

#logo {
  float: left;
  max-width: 70%;
}
#logo > a, #logo > a > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 50px;
}

#skip-to-content {
  visibility: hidden;
  position: absolute;
  left: -200%;
}

.header-utility {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  text-align: center;
}
.header-utility > li {
  display: -moz-inline-box;
  display: inline-block;
}
.lt-ie8 .header-utility > li {
  display: inline;
  zoom: 1;
}
.header-utility > li + li {
  padding-left: 1em;
}
.header-utility > li > a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.23rem;
}
.header-utility > li > a:hover {
  color: #DE5D5A;
}

.header-logged-in {
  display: block;
  float: none;
  position: absolute;
  bottom: 9rem;
}
.header-logged-in > li {
  color: #DE5D5A;
  text-transform: uppercase;
}
.header-logged-in > li > a {
  color: white;
  font-weight: 700;
}
.header-logged-in > li > a:hover {
  color: #DE5D5A;
}

.header-login legend, .header-search legend {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.19rem;
  text-transform: uppercase;
  color: #DE5D5A;
}
.header-login legend > a {
  color: white;
  font-weight: 700;
}
.header-login legend > a:hover {
  color: #DE5D5A;
}
.header-login .submit, .header-search .submit {
  display: block;
  width: 10px;
  height: 30px;
  height: 3rem;
  float: left;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  color: transparent;
  background: transparent url("../../Images/arrow-right-dark-orange.png") no-repeat 50% 50%;
}

.header-login {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.hl-user, .hl-pass, .hs-string, .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  padding: 0 13px;
  padding: 0 1.3rem;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  border: 1px solid #556674;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: #625957;
  color: white;
}
.lt-ie8 .hl-user, .lt-ie8 .hl-pass, .lt-ie8 .hs-string, .lt-ie8 .search-input {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}
.hl-user:focus, .hl-pass:focus, .hs-string:focus, .search-input:focus {
  outline: none;
  border-color: #dddddd;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-input {
  float: none;
}

.hl-user, .hl-pass {
  background-color: #ECDFBD;
  width: 48%;
}
::-webkit-input-placeholder, ::-moz-placeholder { 
  color: #FFF;
}

.hl-user {
  margin-right: 4%;
}

.hl-pass, .hs-string {
  margin-right: -25px;
  padding-right: 30px;
}

#header input:placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#header input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#header input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#header input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#header input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#header input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.nav {
  background-color: #182E42;
}
.nav a {
  display: block;
  padding: 10px 13px;
  padding: 1rem 1.3rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
}
.nav li {
  border-top: 1px solid white;
  border-color: rgba(255, 255, 255, 0.8);
}
.nav li ul {
  display: none;
}

.mobile-nav-toggle {
  display: none;
  float: right;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav-toggle:hover {
  color: #EB6334;
}
#header .mobile-nav-toggle {
  line-height: 1;
}

.js .header-utility, .js .header-login, .js .header-search, .js .nav {
  display: none;
}
.js .mobile-nav-toggle {
  display: block;
}

#mobile-nav-container {
  background-attachment: fixed;
  display: none;
  background-color: #625957;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mobile-nav-container.open {
  display: block;
  padding: 20px 13px;
  padding: 2rem 1.3rem 6rem 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 -3px 7px -3px black;
  -moz-box-shadow: inset 0 -3px 7px -3px black;
  box-shadow: inset 0 -3px 7px -3px black;
}
#mobile-nav-container .header-utility, #mobile-nav-container .header-login, #mobile-nav-container .header-search, #mobile-nav-container .nav {
  display: block;
}
#mobile-nav-container .header-utility {
  padding: 10px 0;
  padding: 1rem 0;
  clear: right;
}
#mobile-nav-container .header-login {
  padding-bottom: 0;
}
#mobile-nav-container .header-search {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
  #mobile-nav-container .header-search legend {
    display: none;
  }
#mobile-nav-container .nav {
  margin: 0 -13px;
  margin: 0 -1.3rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  background-color: transparent;
}
#mobile-nav-container .nav li {
  background-color: rgba(24, 46, 66, 0.6);
}
#mobile-nav-container .nav a:hover {
  background-color: #6EC8BE;
}
#mobile-nav-container .nav .current > a {
  color: #DE5D5A;
}
/*#mobile-nav-container .nav li {
  border-color: rgba(134, 173, 218, 0.7);
}*/
#mobile-nav-container .nav li ul {
  display: block;
}
#mobile-nav-container .nav li ul li {
  display: none;
  border-color: rgba(255, 255, 255, 0.4);
}
#mobile-nav-container .nav li ul li {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
#mobile-nav-container .nav li ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#mobile-nav-container .nav li ul a:not(.nav-child-toggle) {
  padding-left: 26px;
  padding-left: 2.6rem;
}
#mobile-nav-container .nav li ul ul a {
  background-color: transparent;
  font-size: 15px;
  font-size: 1.5rem;
}
#mobile-nav-container .nav li ul ul a:hover {
  background-color: #191919;
}
#mobile-nav-container .nav li ul ul a:not(.nav-child-toggle) {
  padding-left: 39px;
  padding-left: 3.9rem;
}
#mobile-nav-container .nav li .open > li, #mobile-nav-container .nav li .current {
  display: block;
}
#mobile-nav-container .nav-bounds > ul > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#mobile-nav-container .nav-child-toggle {
  float: right;
  height: 20px;
  height: 2rem;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  background: url("../../Images/arrow-down.png") no-repeat 50% 50%;
}
#mobile-nav-container .nav-child-toggle.open {
  background-image: url("../../Images/arrow-up.png");
}
#mobile-nav-container .nav-child-toggle + a {
  margin-right: 50px;
}


@media all and (min-width: 30em) {
  #mobile-nav-container .header-utility {
    text-align: left;
    clear: none;
    padding-top: 0;
  }
}


@media all and (min-width: 45em) {
  .js .header-utility, .js .header-login, .js .header-search, .js .nav {
    display: block;
  }
  .js .mobile-nav-toggle, .js #mobile-nav-container.open {
    display: none;
  }

  #logo > a, #logo > a > img {
    max-height: 999px;
  }

  .header-utility {
    line-height: 1;
    float: right;
  }

  .header-login {
    clear: both;
    width: 64.1%;
    margin-right: 2.5%;
    float: left;
    padding-bottom: 0;
  }

  .header-search {
    width: 33.3%;
    float: left;
  }

  .nav {
    position: relative;
    z-index: 20;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    background-color: #4EC6B7;
    background-color: #625957;
  }
  .nav li {
    border: none;
  }
  .nav > ul > li {
    width: 14.28%;
    float: left;
    position: relative;
  }
  .nav > ul > li > a {
    padding: 10px 6.5px;
    padding: 1rem 0.65rem;
    font-size: 15px;
    font-size: 1.19rem;
    min-height: 60px;
    min-height: 6rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  }
  .nav > ul > li > ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 200%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #182E42;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
    .nav > ul > li > ul a {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
    }
      .nav > ul > li > ul a:hover {
        background-color: #4EC6B7;
      }
  .nav > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .nav > ul > li:hover > ul {
    max-height: 30em;
    padding: 10px 0;
    padding: 1rem 0;
    -webkit-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
  }
  .nav > ul > li:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 1em solid transparent;
    border-bottom-width: 0;
    border-top-color: #4E4746;
    margin-left: -1em;
    margin-top: -18px;
    z-index: 10;
    transition: margin-top .3s ease;
  }
  .nav > ul > li:hover:after {
    display: block;
    margin-top: -1px;
  }
  .nav > ul > li:hover > a, .nav > ul > .current > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    color: #4EC6B7;
  }
  .header-logged-in {
    bottom: auto;
    right: 0;
    top: 40px;
  }
  .header-logged-in > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12.3px;
  }
}


@media all and (min-width: 63em) {

  .header-login, .header-search {
    float: none;
    position: absolute;
    right: 13px;
    right: 1.3rem;
    bottom: 30px;
    bottom: 3rem;
  }

  .header-search {
    width: 19%;
  }
  .header-search legend {
    display: none;
  }

  .header-login {
    width: 39%;
    right: 19%;
  }

  .nav > ul > li > a {
    min-height: 40px;
    min-height: 4rem;
  }


}

@media all and (min-width: 991px) {

  /* CTA Text size */
  .ctas .col-md-4 .striped-headline.cta, .striped-headline.cta.cta-small {
        font-size: 1.4rem;
  }
}



/* ------------------------------------ =home -- */

.slideshow, #home-ctas, .home-news-list, #home-calendar, #home-promo, #home-wysiwyg-a, #home-wysiwyg-b, #home-dynamic-content-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.lt-ie8 .slideshow, .lt-ie8 #home-ctas, .lt-ie8 .home-news-list, .lt-ie8 #home-calendar, .lt-ie8 #home-promo, .lt-ie8 #home-wysiwyg-a, .lt-ie8 #home-wysiwyg-b, .lt-ie8 #home-dynamic-content-area {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}

#home-dynamic-content-area, #home-wysiwyg-b {
  display: none;
}

.slideshow {
  margin: -20px -13px 20px;
  margin: -2rem -1.3rem 2rem;
}
.slideshow img {
  max-width: 100%;
}
.slideshow .tabs-pane {
  display: none;
  position: relative;
  overflow: hidden;
}
.slideshow .tabs-pane.active {
  display: block;
}
.slideshow .tabs-pane > img {
  display: block;
  width: 100%;
  height: auto !important;
}
.slideshow .description {
  color: white;
}
.slideshow .tabs-pane.active div.description {
  display: block;
}
.slideshow .description > p {
  display: none;
}
.slideshow .title {
  padding: 10px 13px 0;
  padding: 1rem 1.3rem 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 400;
  color: #DE5D5A;
  background-color: #191919;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slideshow.playing .tabs-resume {
  display: none;
}
.slideshow.paused .tabs-pause {
  display: none;
}

.slideshow-nav {
  padding: 0 13px;
  padding: 0 1.3rem;
  font-size: 12px;
  font-size: 1.19rem;
  line-height: 40px;
  line-height: 4rem;
  color: white;
  background-color: #182E42;
}
.slideshow-nav .tabs-nav {
  display: -moz-inline-box;
  display: inline-block;
  color: white;
}
.lt-ie8 .slideshow-nav .tabs-nav {
  display: inline;
  zoom: 1;
}
.slideshow-nav .tabs-nav.active {
  color: #DE5D5A;
}
.slideshow-nav .tabs-nav + .tabs-nav {
  margin-left: 1.5em;
}
.slideshow-nav .tabs-nav + .tabs-nav:before {
  content: "\\\\";
  display: -moz-inline-box;
  display: inline-block;
  color: #6b8091;
  position: relative;
  left: -0.8em;
}
.lt-ie8 .slideshow-nav .tabs-nav + .tabs-nav:before {
  display: inline;
  zoom: 1;
}
.slideshow-nav .tabs-pause, .slideshow-nav .tabs-resume {
  float: right;
  color: white;
}

#home-ctas {
  display: none;
}


@media all and (min-width: 30em) {
  .slideshow {
    position: relative;
  }
  .slideshow .description {
    position: absolute;
    width: auto;
    height: auto;
    top: -20px;
    right: 0;
    bottom: 0;
    left: -15px;
    padding-left: 12px;
  }
  .slideshow .title {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin-top: 20px;
    margin-top: 2rem;
    overflow: visible;
    white-space: normal;
    text-overflow: none;
    background-color: rgba(24, 46, 66, 0.75);
  }
  .slideshow .slideshow-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(24, 46, 66, 0.9);
  }
  .lt-ie8 .slideshow .slideshow-nav {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }
}


@media all and (min-width: 45em) {
  #home-dynamic-content-area, #home-wysiwyg-b {
    display: block;
  }

  .slideshow .description {
    top: 20px;
    top: 2rem;
    right: auto;
    bottom: auto;
    left: 0;
    max-width: 45%;
    padding: .5rem .5rem 0 1.3rem;
    background-color: #383838;
    background-color: rgba(24, 46, 66, 0.75);
  }
  .slideshow .description > p {
    display: block;
  }
  .slideshow .title {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40px;
    line-height: 4rem;
  }

  #home-ctas {
    display: block;
  }
  #home-ctas .cta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin: 0 3% 0 0;
    float: left;
  }
  .lt-ie8 #home-ctas .cta {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }
  #home-ctas .cta:last-child {
    margin-right: 0;
  }

  .home-news-list, #home-promo, #home-wysiwyg-a {
    width: 48.5%;
    float: left;
    clear: left;
  }

  #home-calendar, #home-wysiwyg-b, #home-dynamic-content-area {
    width: 48.5%;
    float: right;
    clear: right;
  }

  /* page builder override */
  .pageBuilderLayout .home-news-list, .pageBuilderLayout #home-promo, .pageBuilderLayout #home-wysiwyg-a, 
  .pageBuilderLayout #home-calendar, .pageBuilderLayout #home-wysiwyg-b, .pageBuilderLayout #home-dynamic-content-area {
    width: auto;
    float: none;
    clear: both;
  }
}


@media all and (min-width: 55em) {
  .slideshow, #home-ctas, #home-calendar, #home-promo, #home-wywiwyg-a, #home-wysiwyg-b {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }

  .home-slideshoow, .home-news-list {
    width: 64%;
    float: left;
    clear: left;
  }

  #home-wysiwyg-a {
    width: 32%;
    float: left;
    clear: left;
    padding-right: 13px;
    padding-right: 1.3rem;
  }

  #home-wysiwyg-b {
    width: 32%;
    float: left;
    padding-left: 13px;
    padding-left: 1.3rem;
  }

  #home-ctas, #home-calendar, #home-dynamic-content-area, #home-promo {
    overflow: hidden;
    clear: none;
    float: none;
    width: 36%;
    /* marking enough padding room to have box-shadows with overflow: hidden */
    padding: 5px 3.25px 15px 22.75px;
    padding: 0.5rem 0.325rem 1.5rem 2.275rem;
    position: relative;
    top: -5px;
    top: -0.5rem;
    left: 3.25px;
    left: 0.325rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

  /* Page builder overrides */
  .pageBuilderLayout .slideshow, 
  .pageBuilderLayout .home-news-list,
  .pageBuilderLayout #home-wysiwyg-a,
  .pageBuilderLayout #home-wysiwyg-b,
  .pageBuilderLayout #home-ctas,
  .pageBuilderLayout #home-calendar,
  .pageBuilderLayout #home-dynamic-content-area,
  .pageBuilderLayout #home-promo {
    width: auto;
    float: none; 
  }

  .home-slideshoow {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

  #home-ctas .cta {
    width: auto;
    float: none;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  #home-ctas .cta:last-child {
    margin-bottom: 0;
  }

  #home-dynamic-content-area {
    top: -2px;
    padding-top: 0;
  }
  #home-dynamic-content-area .box-1 {
    border-top: none;
    padding-top: 0;
  }
}


/* ------------------------------------ =interior -- */

.breadcrumbs, .subnav {
  display: none;
}

#content-main > div, #content-side > div {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

#content-main > .grid {
  margin-bottom: 0;
}

.perspectives-logo-detail {
  display: block;
  width: 140px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}


@media all and (min-width: 45em) {
  .breadcrumbs {
    display: block;
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  .breadcrumbs > a {
    display: -moz-inline-box;
    display: inline-block;
    color: #6b6b6b;
  }
  .lt-ie8 .breadcrumbs > a {
    display: inline;
    zoom: 1;
  }
  .breadcrumbs > a + a {
    margin-left: 1.5em;
  }
  .breadcrumbs > a + a:before {
    content: "\\\\";
    position: relative;
    left: -0.8em;
  }

  .share-tools {
    float: right;
  }

  .subnav, #content-side {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .lt-ie8 .subnav, .lt-ie8 #content-side {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }

  .subnav .subtitle {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    color: #625957;
  }
  .subnav li {
    list-style: disc;
    color: #625957;
    margin-left: 1em;
    padding-top: 10px;
    padding-top: 1rem;
  }
  .subnav li ul {
    display: none;
  }
  .subnav a {
    color: #383838;
  }
  .subnav a:hover {
    color: #182E42;
  }
  .subnav .current {
    color: #4EC6B7;
  }
  .subnav .current > a {
    color: #4EC6B7;
    font-weight: 700;
  }
  .subnav .current > ul {
    display: block;
  }

  #content-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 74%;
    float: right;
    padding-left: 26px;
    padding-left: 2.6rem;
  }
  .lt-ie8 #content-main {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }

  .perspectives-logo-detail {
    display: block;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ------------------------------------ =landings -- */

.landing-feature {
  position: relative;
  margin: -20px -13px 0;
  margin: -2rem -1.3rem 0;
}
.landing-feature > img {
  display: block;
  max-width: 100%;
}
.landing-feature .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13px;
  padding: 0 1.3rem;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 400;
  color: #DE5D5A;
  background-color: #191919;
}
.lt-ie8 .landing-feature .title {
  behavior: url("../../prebuilt/js/boxsizing.htc");
}

#content-main > .landing-ctas {
  margin-bottom: 0;
  margin-bottom: 0;
}

.annual-meeting-intro {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.annual-meeting-intro .logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.annual-meeting-intro .venue {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #182E42;
}
.annual-meeting-intro .theme > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #182E42;
}

.annual-meeting-ctas .grid-item {
  padding-bottom: 0;
}
.annual-meeting-ctas .cta {
  font-size: 17.5px;
  font-size: 1.75rem;
}

.annual-meeting-app-promo {
  position: relative;
}
.annual-meeting-app-promo .thumb {
  display: block;
  max-width: 88px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -44px;
}
.annual-meeting-app-promo .info {
  margin-left: 100px;
  min-height: 88px;
}

.annual-meeting-photos .tabs-pane > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ahr-intro {
  max-width: 63em;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  margin: 0 auto;
}

.ahr-logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.ahr-latest {
  text-align: center;
}
.ahr-latest .subtitle, .ahr-latest .formatted {
  text-align: left;
}

.ahr-latest-cover {
  display: -moz-inline-box;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 1px solid #c1c1c1;
}
.lt-ie8 .ahr-latest-cover {
  display: inline;
  zoom: 1;
}
.ahr-latest-cover > img {
  display: block;
  max-width: 100%;
}


@media all and (min-width: 30em) {
  .landing-feature .title {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
}


@media all and (min-width: 45em) {
  .landing-feature {
    margin: 0;
  }
  .landing-feature .title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .landing-ctas.ctas-2 .cta {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .landing-ctas.ctas-2 .cta:first-child {
    margin-left: 0;
  }

  .landing-ctas.ctas-3 .cta {
    width: 30%;
    float: left;
    margin-left: 5%;
  }
  .landing-ctas.ctas-3 .cta:first-child {
    margin-left: 0;
  }

  .annual-meeting-intro, .annual-meeting-ctas {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }

  .annual-meeting-ctas .cta {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .annual-meeting-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .lt-ie8 .annual-meeting-box {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }

  .am-left {
    float: left;
    clear: left;
    padding-right: 6.5px;
    padding-right: 0.65rem;
  }

  .am-right {
    float: right;
    clear: right;
    padding-left: 6.5px;
    padding-left: 0.65rem;
  }
}


@media all and (min-width: 63em) {
  .landing-feature.with-ctas {
    width: 66.6%;
    float: left;
  }
  .landing-feature .title {
    line-height: 50px;
    line-height: 5rem;
  }

  .landing-ctas {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: right;
    padding-left: 26px;
    padding-left: 2.6rem;
  }
  .lt-ie8 .landing-ctas {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }
  .landing-ctas + div, .landing-ctas + .subtitle {
    clear: both;
  }
  .landing-ctas .cta {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  .landing-ctas.ctas-2 .cta, .landing-ctas.ctas-3 .cta {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .ahr-latest-cover {
    display: block;
    float: left;
    margin-right: 26px;
    margin-right: 2.6rem;
    margin-bottom: 0;
  }

  .ahr-latest .formatted {
    overflow: hidden;
  }

  .am-left {
    padding-right: 13px;
    padding-right: 1.3rem;
  }

  .am-right {
    padding-left: 13px;
    padding-left: 1.3rem;
  }
}


/* ------------------------------------ =special -- */

.search-title .page-title-addendum {
  display: none;
}

.search-refine-toggle {
  display: block;
  padding: 0 13px;
  padding: 0 1.3rem;
  margin: 0 -13px 20px;
  margin: 0 -1.3rem 2rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 3rem;
  color: white;
  background-color: #4EC6B7;
}
.search-refine-toggle:hover {
  color: white;
}
.search-refine-toggle:after {
  content: url("../../Images/arrow-down.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
.search-refine-toggle.active:after {
  content: url("../../Images/arrow-up.png");
}

.search-refine-container {
  display: none;
}
.search-refine-container.active {
  display: block;
}
.search-refine-container .search-input {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.search-refine-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.search-refine-box fieldset {
  border: 1px solid #c1c1c1;
  border-width: 1px 0 0;
  margin: 0 -13px 20px;
  margin: 0 -1.3rem 2rem;
  padding: 10px 13px;
  padding: 1rem 1.3rem;
}
.search-refine-box legend {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #F9F6EB;
}
.search-refine-box label, .search-refine-box .refine {
  display: block;
  padding: 5px 0;
  padding: 0.5rem 0;
}
.search-refine-box .refine {
  color: #6b8091;
}
.search-refine-box .refine:hover {
  color: #182E42;
}
.search-refine-box .subtitle {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-refine-box .submit {
  display: block;
  float: right;
  height: 20px;
  height: 2rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0 13px;
  padding: 0 1.3rem;
  margin-top: -10px;
  margin-top: -1rem;
  border: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  color: white;
  background: #F9F6EB;
  -webkit-box-shadow: inset 0 2px 4px #6b8091;
  -moz-box-shadow: inset 0 2px 4px #6b8091;
  box-shadow: inset 0 2px 4px #6b8091;
}

.search-results .pagination {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-top: 10px;
  padding-top: 1rem;
  text-align: center;
}
.search-results .pagination:last-child {
  padding-top: 30px;
  padding-top: 3rem;
}
.search-results .pagination .summary, .search-results .pagination .sort, .search-results .pagination .controls {
  display: -moz-inline-box;
  display: inline-block;
  color: #F9F6EB;
}
.lt-ie8 .search-results .pagination .summary, .lt-ie8 .search-results .pagination .sort, .lt-ie8 .search-results .pagination .controls {
  display: inline;
  zoom: 1;
}
.search-results .pagination a, .search-results .pagination .ellipsis {
  display: none;
}
.search-results .pagination .prev, .search-results .pagination .next {
  display: -moz-inline-box;
  display: inline-block;
  margin-left: 1em;
}
.lt-ie8 .search-results .pagination .prev, .lt-ie8 .search-results .pagination .next {
  display: inline;
  zoom: 1;
}

.past-meetings-list > li + li {
  padding-top: 20px;
  padding-top: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #c1c1c1;
}
.past-meetings-list .logo {
  display: block;
  max-width: 30%;
  float: left;
}
.past-meetings-list .title, .past-meetings-list .venue, .past-meetings-list .theme {
  margin-left: 34%;
}
.past-meetings-list .title > a {
  color: #182E42;
  font-size: 17.5px;
  font-size: 1.75rem;
}
.past-meetings-list .venue {
  color: #6b6b6b;
}
.past-meetings-list .theme {
  color: #F9F6EB;
}
.past-meetings-list .tools {
  clear: left;
  padding-top: 20px;
  padding-top: 2rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.archive-meetings-list > li + li {
  padding-top: 20px;
  padding-top: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #c1c1c1;
}

.staff-list .thumb {
  display: block;
  max-width: 25%;
  float: left;
  margin: 0 1em 0.3em 0;
}
.staff-list .name {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #182E42;
}
.staff-list .title {
  color: #625957;
}
.staff-list .contact {
  font-weight: 400;
}
.staff-list .formatted {
  clear: left;
  padding-top: 20px;
  padding-top: 2rem;
}

.advertising-specs-overview li + li {
  padding-top: 20px;
  padding-top: 2rem;
}
.advertising-specs-overview .cover {
  display: block;
  max-width: 90px;
  margin: 0 auto;
}
.advertising-specs-overview .cover > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.advertising-specs-overview h3 {
  text-align: center;
}

.advertising-specs {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.advertising-specs > li + li {
  padding-top: 40px;
  padding-top: 4rem;
}
.advertising-specs .logo {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 20px 0;
  padding: 2rem 0;
}
.advertising-specs .toggle {
  padding: 10px 13px;
  padding: 1rem 1.3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  border: 2px solid #c1c1c1;
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 400;
  background-color: #ECDFBD;
}
.no-js .advertising-specs .toggle .inline-arrow {
  display: none;
}
.advertising-specs .toggle .inline-arrow {
  -webkit-transform: rotate(-90deg) scaleY(1.4);
  -moz-transform: rotate(-90deg) scaleY(1.4);
  -ms-transform: rotate(-90deg) scaleY(1.4);
  -o-transform: rotate(-90deg) scaleY(1.4);
  transform: rotate(-90deg) scaleY(1.4);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.advertising-specs .toggle.active .inline-arrow {
  -webkit-transform: scaleY(1.4);
  -moz-transform: scaleY(1.4);
  -ms-transform: scaleY(1.4);
  -o-transform: scaleY(1.4);
  transform: scaleY(1.4);
}
.js .advertising-specs .toggle + div {
  display: none;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.js .advertising-specs .toggle + div.active {
  display: block;
}

.specs-list {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.specs-list > li + li {
  padding-top: 20px;
  padding-top: 2rem;
}
.specs-list .thumb > img {
  display: block;
  max-height: 140px;
  margin: 0 auto;
}
.specs-list h4, .specs-list p {
  text-align: center;
}
.specs-list h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17.5px;
  font-size: 1.75rem;
}
.specs-list p {
  color: #6b6b6b;
}

.advertising-deadlines > li {
  border-bottom: 1px solid #ECDFBD;
  padding: 10px 0;
  padding: 1rem 0;
}
.advertising-deadlines > li:first-child {
  display: none;
}
.advertising-deadlines > li:last-child {
  border-bottom: none;
}
.advertising-deadlines .issue {
  font-size: 17.5px;
  font-size: 1.75rem;
}
.advertising-deadlines .date {
  color: #6b6b6b;
}

.registration-rates > li + li {
  border-top: 1px solid #c1c1c1;
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
}
.registration-rates .rate-title > a {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #182E42;
}


@media all and (min-width: 30em) {
  .search-refine-box .topics, .search-refine-box .sorts {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }

  .past-meetings-list .tools {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .advertising-specs .logo {
    max-height: 150px;
    max-width: 400px;
  }

  .specs-list {
    display: table;
    width: 100%;
  }
  .specs-list > li {
    display: table-row;
  }
  .specs-list > li + li .thumb, .specs-list > li + li .info {
    border-top: 1px solid #ECDFBD;
  }
  .specs-list .thumb, .specs-list .info {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    padding: 1rem 0;
  }
  .specs-list .thumb {
    width: 140px;
  }
  .specs-list .thumb > img {
    max-height: 300px;
    max-width: 140px;
  }
  .specs-list h4, .specs-list p {
    text-align: left;
    padding-left: 26px;
    padding-left: 2.6rem;
  }
  .specs-list h4 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .advertising-deadlines {
    display: table;
    width: 100%;
  }
  .advertising-deadlines > li, .advertising-deadlines > li:first-child {
    display: table-row;
  }
  .advertising-deadlines .issue, .advertising-deadlines .date {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    padding: 1rem 0;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #ECDFBD;
  }
  .advertising-deadlines .issue > span {
    display: none;
  }
  .advertising-deadlines > li:first-child .issue, .advertising-deadlines > li:first-child .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #191919;
  }
  .advertising-deadlines > li:last-child .issue, .advertising-deadlines > li:last-child .date {
    border-bottom: none;
  }
  .advertising-deadlines .date {
    padding-left: 13px;
    padding-left: 1.3rem;
    border-left: 1px solid #ECDFBD;
  }
}


@media all and (min-width: 45em) {
  .search-refine-toggle {
    display: none;
  }

  .search-refine-container {
    display: block;
    width: 33.3%;
    float: left;
  }
  .search-refine-container .search-input {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  .search-refine-box .topics, .search-refine-box .sorts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .search-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6%;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
    float: left;
  }
  .lt-ie8 .search-results {
    behavior: url("../../prebuilt/js/boxsizing.htc");
  }
  .search-results .pagination {
    text-align: left;
    padding-top: 0;
  }
  .search-results .pagination .controls {
    display: block;
  }
  .search-results .pagination a, .search-results .pagination .ellipsis, .search-results .pagination .prev, .search-results .pagination .next {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    padding: 5px 0.75em;
    padding: 0.5rem 0.75em;
    margin-top: 10px;
    margin-top: 1rem;
    font-weight: bold;
    background-color: rgba( 236, 223, 189, .3);
  }
  .lt-ie8 .search-results .pagination a, .lt-ie8 .search-results .pagination .ellipsis, .lt-ie8 .search-results .pagination .prev, .lt-ie8 .search-results .pagination .next {
    display: inline;
    zoom: 1;
  }
  .search-results .pagination .ellipsis {
    background-color: transparent;
    color: #6b6b6b;
  }
  .search-results .pagination .current {
    font-weight: 700;
    color: #182E42;
  }

  .past-meetings-list .title > a {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .past-meetings-list .venue {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .past-meetings-list .tools {
    clear: none;
    margin-left: 34%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .archive-meetings-list .title > a {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .archive-meetings-list .venue {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .meeting-list > li > div {
    padding: 10px 13px;
    padding: 1rem 1.3rem;
  }

  .program-list > li > div {
    padding: 10px 13px;
    padding: 1rem 1.3rem;
    text-align: center;
  }

  .staff-list > li > div {
    padding: 10px 13px;
    padding: 1rem 1.3rem;
    border: 1px solid #ECDFBD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba( 236, 223, 189, .3);
  }
  .staff-list .thumb {
    max-width: 40%;
  }
  .staff-list .name {
    font-size: 23px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 4rem;
  }

  .advertising-specs-overview .cover {
    float: left;
    clear: left;
    margin: 0 1em 0.3em 0;
  }
  .advertising-specs-overview h3 {
    text-align: left;
  }
}


@media all and (min-width: 63em) {
  .search-refine-container {
    width: 25%;
  }

  .search-results {
    width: 75%;
  }
  .search-results .pagination .summary {
    line-height: 30px;
    line-height: 3rem;
  }
  .search-results .pagination .controls {
    display: -moz-inline-box;
    display: inline-block;
  }
  .lt-ie8 .search-results .pagination .controls {
    display: inline;
    zoom: 1;
  }
  .search-results .pagination .sort {
    padding-right: 1em;
  }
  .search-results .pagination a, .search-results .pagination .ellipsis, .search-results .pagination .prev, .search-results .pagination .next {
    margin-top: 0;
  }
  .search-results .item-list {
    clear: both;
  }

  .past-meetings-list .title > a {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 40px;
    line-height: 4rem;
  }
  .past-meetings-list .tools {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .registration-rates .rate-title {
    width: 35%;
    float: left;
  }
  .registration-rates .description {
    margin-left: 38%;
  }
}

#disqus {
  margin:  0 auto;
  max-width:  1092px;
  position: relative;
  padding: 2rem 1.3rem;
}

#disqus .disqus-main {
  margin-left: 25%;
}

#disqus_thread {
  padding: 1.3rem 0 0 2.6rem;
}

.box .label {
  float: left;
  width: 15%;
}

.box .info {
  font-size: 1rem;
  margin-left: 15%;
}

span.required, span.field-validation-error {
  color: red;
}


/* ------------------------------------ =footer -- */

.footer {
  background-attachment: fixed;
  font-size: 12px;
  font-size: 1.19rem;
  color: #ECDFBD;
  background-color: #182E42;
}
.footer a {
  color: #ECDFBD;
}
.footer .col-title {
  display: none;
}

.footer-bounds {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
}

.footer-social {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.social-icon {
  display: -moz-inline-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lt-ie8 .social-icon {
  display: inline;
  zoom: 1;
}
.social-icon:hover {
  opacity: 1;
}
.social-icon > img {
  display: block;
}
.social-icon + .social-icon {
  margin-left: 1em;
}

.footer-button {
  display: block;
  padding: 6.66667px 6.5px;
  padding: 0.66667rem 0.65rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  border: 1px solid #ECDFBD;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  color: white;
  background-color: #EB6334;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 #ECDFBD, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 #ECDFBD, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #ECDFBD, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
}
.footer-button:hover {
  background-color: #4e626d;
}
.footer-button.color-2 {
  background-color: #4EC6B7;
}
.footer-button.color-2:hover {
  background-color: rgba(78, 198, 183, .7);
}

.footer-contact a, .footer-nav .site-map {
  color: #DE5D5A;
}

.footer-contact {
  text-align: center;
}
.footer-contact p {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.footer-contact .copyright {
  color: #c1c1c1;
}

.footer-nav a {
  display: none;
}
.footer-nav a:hover {
  color: #DE5D5A;
}
.footer-nav .site-map {
  display: block;
  text-align: center;
}


@media all and (min-width: 45em) {
  .flexbox .footer-flex {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbox .footer-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 13px;
    padding: 0 1.3rem;
  }
  .flexbox .col-order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 0;
  }
  .flexbox .col-order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .flexbox .col-order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .flexbox .col-order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    padding-right: 0;
  }

  .no-flexbox .footer-col {
    width: 22%;
    float: left;
    padding: 0;
    margin-left: 4%;
  }
  .no-flexbox .footer-col:first-child {
    margin-left: 0;
  }

  .footer .col-title {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }

  .footer-contact {
    text-align: left;
  }

  .social-icon + .social-icon {
    margin-left: 0.5em;
  }

  .footer-nav a {
    display: block;
  }
  .footer-nav .site-map {
    text-align: left;
  }
}


@media all and (min-width: 63em) {
  .flexbox .footer-col-wide {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .no-flexbox .footer-col {
    width: 17%;
  }
  .no-flexbox .footer-col-wide {
    width: 37%;
  }

  .footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .footer-nav a {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}


/* ------------------------------------ =fixes -- */

.clear:after, #content:after, .box:after, .box-1:after, .box-2:after, .item-list > li:after, #header-bounds:after, .nav:after, .slideshow-nav:after, #home-ctas:after, .footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie6 .clear, .ie6 #content, .ie6 .box, .ie6 .box-1, .ie6 .box-2, .ie6 .item-list > li, .ie6 #header-bounds, .ie6 .nav, .ie6 .slideshow-nav, .ie6 #home-ctas, .ie6 .footer {
  height: 1%;
}
.ie7 .clear, .ie7 #content, .ie7 .box, .ie7 .box-1, .ie7 .box-2, .ie7 .item-list > li, .ie7 #header-bounds, .ie7 .nav, .ie7 .slideshow-nav, .ie7 #home-ctas, .ie7 .footer {
  min-height: 1px;
}


/*------------------------------------ =image captions -- */

.figureLeft, .figureRight, .figureNoAlign {
  position: relative;
  padding: 5px;
  background-color: #ECDFBD;
  border: 1px solid #C1C1C1;
  visibility: visible;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.figureNoAlign {
  margin: 0px 10px 10px 0px;
}

.figureLeft {
  float: left;
  margin: 0px 10px 10px 0px;
}

.figureRight {
  float: right;
  margin: 0px 0px 10px 10px;
}

.figureLeft img, .figureRight img, .figureNoAlign img {
  padding: 0px;
}

.figureLeft p.capText, .figureRight p.capText, .figureNoAlign p.capText {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 5px 5px 0px 5px;
  color: #000;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}


/*------------------------------------ =igx -- */

.page-builder-container {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
/* use clearfix instead of overflow: hidden for self-clear due
 * to box-shadow on inner elements */
.page-builder-outer .row {
  overflow: visible !important;
}
.page-builder-container:after, .page-builder-outer .row:after {
  content: '';
  display: table;
  clear: both;
}
.page-builder-column-main, .page-builder-column-aside {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.page-builder-element {
  margin-bottom: 30px;
}

.page-builder-image {
  text-align: center;
}
.page-builder-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.page-builder-image a {
  display: inline-block;
  max-width: 100%;
}


@media all and (min-width: 45em) {
  .page-builder-outer > .subnav + .subtitle {
    overflow: hidden;
    margin-left: 28%;
    margin-left: calc(25% + 30px);
  }
  .page-builder-column-main {
    width: 75% !important;
    float: right !important;
    padding-left: 30px !important;
  }
  .page-builder-column-aside {
    width: 25% !important;
    float: left !important;
    clear: left !important;
  }
}

/* grid styles not coming across to public. duplicating here */
@media (min-width: 992px) {
  html .row .col-md-12 {
    width: 100%;
  }
  html .row .col-md-11 {
    width: 91.489361702%;
  }
  html .row .col-md-10 {
    width: 82.978723404%;
  }
  html .row .col-md-9 {
    width: 74.468085107%;
  }
  html .row .col-md-8 {
    width: 65.957446809%;
  }
  html .row .col-md-7 {
    width: 57.446808511%;
  }
  html .row .col-md-6 {
    width: 48.936170213%;
  }
  html .row .col-md-5 {
    width: 40.425531915%;
  }
  html .row .col-md-4 {
    width: 31.914893617%;
  }
  html .row .col-md-3 {
    width: 23.40425532%;
  }
  html .row .col-md-2 {
    width: 14.893617022%;
  }
  html .row .col-md-1 {
    width: 6.382978724%;
  }
  html .row [class*="col-md-"] {
    float: left;
    margin-left: 2.127659574%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  html .row .col-sm-12 {
    width: 100%;
  }
  html .row .col-sm-11 {
    width: 91.489361702%;
  }
  html .row .col-sm-10 {
    width: 82.978723404%;
  }
  html .row .col-sm-9 {
    width: 74.468085107%;
  }
  html .row .col-sm-8 {
    width: 65.957446809%;
  }
  html .row .col-sm-7 {
    width: 57.446808511%;
  }
  html .row .col-sm-6 {
    width: 48.936170213%;
  }
  html .row .col-sm-5 {
    width: 40.425531915%;
  }
  html .row .col-sm-4 {
    width: 31.914893617%;
  }
  html .row .col-sm-3 {
    width: 23.40425532%;
  }
  html .row .col-sm-2 {
    width: 14.893617022%;
  }
  html .row .col-sm-1 {
    width: 6.382978724%;
  }
  html .row [class*="col-sm-"] {
    float: left;
    margin-left: 2.127659574%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html .row .col-xs-12 {
  width: 100%;
}
html .row .col-xs-11 {
  width: 91.489361702%;
}
html .row .col-xs-10 {
  width: 82.978723404%;
}
html .row .col-xs-9 {
  width: 74.468085107%;
}
html .row .col-xs-8 {
  width: 65.957446809%;
}
html .row .col-xs-7 {
  width: 57.446808511%;
}
html .row .col-xs-6 {
  width: 48.936170213%;
}
html .row .col-xs-5 {
  width: 40.425531915%;
}
html .row .col-xs-4 {
  width: 31.914893617%;
}
html .row .col-xs-3 {
  width: 23.40425532%;
}
html .row .col-xs-2 {
  width: 14.893617022%;
}
html .row .col-xs-1 {
  width: 6.382978724%;
}
html .row [class*="col-xs-"] {
  float: left;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .row [class*="col-md-"]:first-child,
html .row [class*="col-sm-"]:first-child,
html .row [class*="col-xs-"]:first-child {
  margin-left: 0;
}
html .row {
  overflow: hidden;
}
html .row.show-overflow {
  overflow: visible;
}

/*NEWS BOX*/
.news-box {
  background: transparent;
  box-shadow: none;
  border: none;
}

/*CSS LOADER*/
.cssload-loader *,.cssload-loader *:before,.cssload-loader *:after{box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.cssload-loader{background:#fff;display:inline-block;width:39px;border:2px solid #ccc;border-radius:3px;padding:1px;position:relative;margin-right:25px;left:20px;zoom:1;animation:cssload-loader-border 2.3s ease-in infinite;-o-animation:cssload-loader-border 2.3s ease-in infinite;-ms-animation:cssload-loader-border 2.3s ease-in infinite;-webkit-animation:cssload-loader-border 2.3s ease-in infinite;-moz-animation:cssload-loader-border 2.3s ease-in infinite}.cssload-loader>span{display:block;width:0;height:4px;background:#ccc;position:relative;animation:cssload-loader-slide 2.3s ease-in infinite;-o-animation:cssload-loader-slide 2.3s ease-in infinite;-ms-animation:cssload-loader-slide 2.3s ease-in infinite;-webkit-animation:cssload-loader-slide 2.3s ease-in infinite;-moz-animation:cssload-loader-slide 2.3s ease-in infinite}.cssload-loader:before,.cssload-loader:after{content:"";display:block;background:#fff;height:4px;width:1px;position:absolute;z-index:10}.cssload-loader:before{left:33%}.cssload-loader:after{top:1px;left:66%}.cssload-loader:before{content:"";display:block}.cssload-loader:after{content:"";display:table;clear:both}.cssload-loader-border 0{border-color:#fff;width:39px;margin-left:-19px}.cssload-loader-border 50%{border-color:#ccc;width:39px;margin-left:-19px}.cssload-loader-border 100%{border-color:#fff;width:39px;margin-left:-19px}@keyframes cssload-loader-slide{0%{width:0;margin-left:0;opacity:0;opacity:1}50%{width:0;margin-left:0}75%{width:100%;margin-left:0}90%{width:0;margin-left:100%;opacity:1}to{width:0;margin-left:100%;opacity:0}}@-o-keyframes cssload-loader-slide{0%{width:0;margin-left:0;opacity:0;opacity:1}50%{width:0;margin-left:0}75%{width:100%;margin-left:0}90%{width:0;margin-left:100%;opacity:1}to{width:0;margin-left:100%;opacity:0}}@-ms-keyframes cssload-loader-slide{0%{width:0;margin-left:0;opacity:0;opacity:1}50%{width:0;margin-left:0}75%{width:100%;margin-left:0}90%{width:0;margin-left:100%;opacity:1}to{width:0;margin-left:100%;opacity:0}}@-webkit-keyframes cssload-loader-slide{0%{width:0;margin-left:0;opacity:0;opacity:1}50%{width:0;margin-left:0}75%{width:100%;margin-left:0}90%{width:0;margin-left:100%;opacity:1}to{width:0;margin-left:100%;opacity:0}}@-moz-keyframes cssload-loader-slide{0%{width:0;margin-left:0;opacity:0;opacity:1}50%{width:0;margin-left:0}75%{width:100%;margin-left:0}90%{width:0;margin-left:100%;opacity:1}to{width:0;margin-left:100%;opacity:0}}@keyframes cssload-loader-border{0%{border-color:#fff;width:39px;margin-left:-19px}50%{border-color:#ccc;width:39px;margin-left:-19px}to{border-color:#fff;width:39px;margin-left:-19px}}@-o-keyframes cssload-loader-border{0%{border-color:#fff;width:39px;margin-left:-19px}50%{border-color:#ccc;width:39px;margin-left:-19px}to{border-color:#fff;width:39px;margin-left:-19px}}@-ms-keyframes cssload-loader-border{0%{border-color:#fff;width:39px;margin-left:-19px}50%{border-color:#ccc;width:39px;margin-left:-19px}to{border-color:#fff;width:39px;margin-left:-19px}}@-webkit-keyframes cssload-loader-border{0%{border-color:#fff;width:39px;margin-left:-19px}50%{border-color:#ccc;width:39px;margin-left:-19px}to{border-color:#fff;width:39px;margin-left:-19px}}@-moz-keyframes cssload-loader-border{0%{border-color:#fff;width:39px;margin-left:-19px}50%{border-color:#ccc;width:39px;margin-left:-19px}to{border-color:#fff;width:39px;margin-left:-19px}}

