/*Include Compass dependencies*/
/* line 5, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/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, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*Include variables*/
/*Include mixins*/
/*Include base styles*/
/* line 4, ../../Scss/base/_base.scss */
html {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #003479;
}

/* line 13, ../../Scss/base/_base.scss */
body {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 18, ../../Scss/base/_base.scss */
.is-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 29, ../../Scss/base/_base.scss */
.listing-item, .page .event-list, .page .event-box {
  overflow: hidden;
  *zoom: 1;
}

/* generic ui elements */
/* line 35, ../../Scss/base/_base.scss */
.button, .button-lite, .sign-in-button {
  -webkit-appearance: none;
  border-radius: 30px;
  border: none;
  height: 30px;
  display: inline-block;
  padding: 0 15px;
  background: #ee780b;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.1s;
}
/* line 56, ../../Scss/base/_base.scss */
.button:hover, .button-lite:hover, .sign-in-button:hover {
  color: #f9c41e;
}

/* line 62, ../../Scss/base/_base.scss */
.button-lite, .sign-in-button {
  background: #ebf1f8;
  color: #003479;
}
/* line 67, ../../Scss/base/_base.scss */
.button-lite:hover, .sign-in-button:hover {
  color: #ee780b;
  background: #e2eaf5;
}

/* line 73, ../../Scss/base/_base.scss */
a {
  text-decoration: none;
  color: #ee780b;
}

/* line 78, ../../Scss/base/_base.scss */
.button-lite-float-left {
  float: left;
}

/* line 82, ../../Scss/base/_base.scss */
.cta {
  font-weight: 700;
  display: inline-block;
  color: #ee780b;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 88, ../../Scss/base/_base.scss */
.cta:after {
  content: "\00BB";
  padding-left: 5px;
}

/* line 94, ../../Scss/base/_base.scss */
.center {
  text-align: center;
}

/* line 98, ../../Scss/base/_base.scss */
.hidden {
  display: none;
}

/* line 103, ../../Scss/base/_base.scss */
.full-width-list, .widgets-inpage-row, .landing-arrow-list, .landing-icon-list {
  width: 1008px;
  position: relative;
  overflow-x: hidden;
  margin-left: -30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 103, ../../Scss/base/_base.scss */
  .full-width-list, .widgets-inpage-row, .landing-arrow-list, .landing-icon-list {
    width: 300px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 103, ../../Scss/base/_base.scss */
  .full-width-list, .widgets-inpage-row, .landing-arrow-list, .landing-icon-list {
    width: 768px;
    margin-left: -20px;
  }
}

/* line 122, ../../Scss/base/_base.scss */
.page-width-list, .listing-grid {
  width: 672px;
  position: relative;
  overflow-x: hidden;
  margin-left: -30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 122, ../../Scss/base/_base.scss */
  .page-width-list, .listing-grid {
    width: 300px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 122, ../../Scss/base/_base.scss */
  .page-width-list, .listing-grid {
    width: 768px;
    margin-left: -20px;
  }
}

/* group / clearfix */
/* line 146, ../../Scss/base/_base.scss */
.group:before, .content:before, .article-intro:before, .sign-in-panel fieldset p:before, .campaign-panels .container:before, .campaign-panels .content:before, .campaign-panels .timeline-wrapper:before, .campaign-social ul:before, .campaign-footer-nav:before, .page .pagination:before, .featured-articles:before, .events-filter:before, .listing-events article:before, .event-sponsors:before, .page .ui-tabs-nav:before, .page .event-agenda-tabs:before, .contact-details:before, .page-form fieldset:before, .timelineContainer:before, .timelineEvent:before,
.group:after,
.content:after,
.article-intro:after,
.sign-in-panel fieldset p:after,
.campaign-panels .container:after,
.campaign-panels .content:after,
.campaign-panels .timeline-wrapper:after,
.campaign-social ul:after,
.campaign-footer-nav:after,
.page .pagination:after,
.featured-articles:after,
.events-filter:after,
.listing-events article:after,
.event-sponsors:after,
.page .ui-tabs-nav:after,
.page .event-agenda-tabs:after,
.contact-details:after,
.page-form fieldset:after,
.timelineContainer:after,
.timelineEvent:after {
  content: "";
  display: table;
}

/* line 151, ../../Scss/base/_base.scss */
.group:after, .content:after, .article-intro:after, .sign-in-panel fieldset p:after, .campaign-panels .container:after, .campaign-panels .content:after, .campaign-panels .timeline-wrapper:after, .campaign-social ul:after, .campaign-footer-nav:after, .page .pagination:after, .featured-articles:after, .events-filter:after, .listing-events article:after, .event-sponsors:after, .page .ui-tabs-nav:after, .page .event-agenda-tabs:after, .contact-details:after, .page-form fieldset:after, .timelineContainer:after, .timelineEvent:after {
  clear: both;
}

/* line 154, ../../Scss/base/_base.scss */
.group, .content, .article-intro, .sign-in-panel fieldset p, .campaign-panels .container, .campaign-panels .content, .campaign-panels .timeline-wrapper, .campaign-social ul, .campaign-footer-nav, .page .pagination, .featured-articles, .events-filter, .listing-events article, .event-sponsors, .page .ui-tabs-nav, .page .event-agenda-tabs, .contact-details, .page-form fieldset, .timelineContainer, .timelineEvent {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* line 160, ../../Scss/base/_base.scss */
ul.navy {
  list-style-type: none !important;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
}
/* line 53, ../../Scss/_mixins.scss */
ul.navy li {
  list-style-type: none !important;
  position: relative;
}
/* line 58, ../../Scss/_mixins.scss */
ul.navy li:before {
  content: "";
  background-color: #003479;
  left: -0.95em;
  margin-right: 5px;
  position: absolute;
  top: 0.3em;
  height: 7px;
  width: 7px;
  display: block;
  border-radius: 50%;
}

/* line 164, ../../Scss/base/_base.scss */
ul.blue {
  list-style-type: none !important;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
}
/* line 53, ../../Scss/_mixins.scss */
ul.blue li {
  list-style-type: none !important;
  position: relative;
}
/* line 58, ../../Scss/_mixins.scss */
ul.blue li:before {
  content: "";
  background-color: #307fbf;
  left: -0.95em;
  margin-right: 5px;
  position: absolute;
  top: 0.3em;
  height: 7px;
  width: 7px;
  display: block;
  border-radius: 50%;
}

/* line 168, ../../Scss/base/_base.scss */
ul.orange {
  list-style-type: none !important;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
}
/* line 53, ../../Scss/_mixins.scss */
ul.orange li {
  list-style-type: none !important;
  position: relative;
}
/* line 58, ../../Scss/_mixins.scss */
ul.orange li:before {
  content: "";
  background-color: #ee780b;
  left: -0.95em;
  margin-right: 5px;
  position: absolute;
  top: 0.3em;
  height: 7px;
  width: 7px;
  display: block;
  border-radius: 50%;
}

/* Typography */
/* line 176, ../../Scss/base/_base.scss */
p {
  line-height: 1.4em;
  margin: 0 0 1.4em 0;
}

/* line 181, ../../Scss/base/_base.scss */
.landing-panels-heading {
  text-align: center;
}

/* line 185, ../../Scss/base/_base.scss */
.landing-panels-intro {
  font-size: 20px;
  font-size: 2rem;
  color: #7f848e;
  text-align: center;
  margin: -10px 0 30px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 185, ../../Scss/base/_base.scss */
  .landing-panels-intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 197, ../../Scss/base/_base.scss */
.page strong {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
}

/* general layout */
/* line 208, ../../Scss/base/_base.scss */
.container, .content, .timeline-wrapper {
  width: 978px;
  position: relative;
  margin: 0 auto;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 208, ../../Scss/base/_base.scss */
  .container, .content, .timeline-wrapper {
    width: 280px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 208, ../../Scss/base/_base.scss */
  .container, .content, .timeline-wrapper {
    width: 748px;
  }
}

/* main */
/* line 227, ../../Scss/base/_base.scss */
.main {
  padding: 0;
}

/* content pages */
/* line 236, ../../Scss/base/_base.scss */
.content {
  margin: 40px auto;
}

/* line 242, ../../Scss/base/_base.scss */
.page {
  float: left;
  width: 642px;
  margin-right: 30px;
  color: #7f848e;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 248, ../../Scss/base/_base.scss */
.page h1, .page h2 {
  color: #003479;
}
/* line 252, ../../Scss/base/_base.scss */
.page h3 {
  color: #307fbf;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 242, ../../Scss/base/_base.scss */
  .page {
    width: 300px;
    margin: 0;
  }
  /* line 260, ../../Scss/base/_base.scss */
  .page br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 242, ../../Scss/base/_base.scss */
  .page {
    width: 748px;
    margin: 0;
  }
}
/* line 270, ../../Scss/base/_base.scss */
.page article ul {
  list-style-type: disc;
  margin: 0 0 1.4em 0;
  list-style-position: inside;
  text-indent: -1.3em;
  overflow: hidden;
}
/* line 278, ../../Scss/base/_base.scss */
.page article ol {
  list-style-type: decimal;
  margin: 0 0 1.4em 1.3em;
}
/* line 283, ../../Scss/base/_base.scss */
.page article li {
  margin-bottom: 0.75em;
  padding-left: 1.3em;
}

/* line 292, ../../Scss/base/_base.scss */
.page-feature {
  padding: 148px 54px 30px 54px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 292, ../../Scss/base/_base.scss */
  .page-feature {
    padding: 160px 10px 20px;
    margin: 0 -10px 50px;
    background-size: 100%;
    background-color: #ebf1f8;
  }
}
/* line 309, ../../Scss/base/_base.scss */
.page-feature h2 {
  color: #307fbf;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
}
/* line 315, ../../Scss/base/_base.scss */
.page-feature p {
  color: #003479;
  margin-bottom: 15px;
}

/* general content page */
/* line 326, ../../Scss/base/_base.scss */
.article-type {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

/* line 332, ../../Scss/base/_base.scss */
.article-intro {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f1f1f2;
}

/* line 340, ../../Scss/base/_base.scss */
.author-avatar {
  float: left;
  margin: 0 30px 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 340, ../../Scss/base/_base.scss */
  .author-avatar {
    margin-right: 12px;
  }
}
/* line 348, ../../Scss/base/_base.scss */
.author-avatar img {
  width: 138px;
  height: auto;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 348, ../../Scss/base/_base.scss */
  .author-avatar img {
    width: 105px;
  }
}

/* line 358, ../../Scss/base/_base.scss */
.author-avatar + .article-intro-text {
  margin-left: 168px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 358, ../../Scss/base/_base.scss */
  .author-avatar + .article-intro-text {
    margin: 0;
  }
}

/* line 366, ../../Scss/base/_base.scss */
.article-intro-text {
  position: relative;
  top: -5px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 372, ../../Scss/base/_base.scss */
  .article-intro-text br {
    display: block;
  }
  /* line 376, ../../Scss/base/_base.scss */
  .article-intro-text .teaser {
    clear: left;
    padding-top: 10px;
  }
}
/* line 382, ../../Scss/base/_base.scss */
.article-intro-text .author-meta, .article-intro-text .job-meta {
  margin-bottom: 0;
  color: #307fbf;
}
/* line 387, ../../Scss/base/_base.scss */
.article-intro-text .date {
  margin-bottom: 10px;
  color: #307fbf;
}

/* line 400, ../../Scss/base/_base.scss */
.align-left {
  float: left;
  margin: 0 30px 20px 0;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 400, ../../Scss/base/_base.scss */
  .align-left {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 400, ../../Scss/base/_base.scss */
  .align-left {
    margin: 0 12px 20px 0;
  }
}

/* line 413, ../../Scss/base/_base.scss */
.align-right {
  float: right;
  margin: 0 0 20px 30px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 413, ../../Scss/base/_base.scss */
  .align-right {
    margin: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 413, ../../Scss/base/_base.scss */
  .align-right {
    margin: 0 0 20px 12px;
  }
}

/* line 427, ../../Scss/base/_base.scss */
.article-sub {
  margin: 30px 0;
  padding: 30px 0 10px;
  border-top: 2px solid #f1f1f2;
  border-bottom: 2px solid #f1f1f2;
}
/* line 433, ../../Scss/base/_base.scss */
.article-sub h3 {
  margin-bottom: 1.3em;
}

/* cms image sizes */
/* line 442, ../../Scss/base/_base.scss */
.img-thumbnail {
  width: 138px;
  height: auto;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 442, ../../Scss/base/_base.scss */
  .img-thumbnail {
    width: 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 442, ../../Scss/base/_base.scss */
  .img-thumbnail {
    width: 66px;
  }
}

/* line 454, ../../Scss/base/_base.scss */
.img-small {
  width: 222px;
  height: auto;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 454, ../../Scss/base/_base.scss */
  .img-small {
    width: 212px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 454, ../../Scss/base/_base.scss */
  .img-small {
    width: 105px;
  }
}

/* line 466, ../../Scss/base/_base.scss */
.img-medium {
  width: 276px;
  height: auto;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 466, ../../Scss/base/_base.scss */
  .img-medium {
    width: 324px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 466, ../../Scss/base/_base.scss */
  .img-medium {
    width: 144px;
  }
}

/* line 478, ../../Scss/base/_base.scss */
.img-large {
  width: 100%;
  height: auto;
}

/* image captions */
/* line 487, ../../Scss/base/_base.scss */
.caption img {
  display: block;
}

/* line 491, ../../Scss/base/_base.scss */
.caption p {
  background: #f3f4f5;
  color: #307fbf;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 0;
}

/* line 1, ../../Scss/base/_typography.scss */
h1,
.heading1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1em;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1, ../../Scss/base/_typography.scss */
  h1,
  .heading1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* line 13, ../../Scss/base/_typography.scss */
h2,
.heading2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 0.75em 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 13, ../../Scss/base/_typography.scss */
  h2,
  .heading2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* line 24, ../../Scss/base/_typography.scss */
h3,
.heading3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 24, ../../Scss/base/_typography.scss */
  h3,
  .heading3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
}

/* line 36, ../../Scss/base/_typography.scss */
h4,
.heading4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 36, ../../Scss/base/_typography.scss */
  h4,
  .heading4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

/*Include layout styles*/
/* footer */
/* line 3, ../../Scss/layout/_footer.scss */
.site-footer {
  background: #555;
  position: relative;
  min-width: 978px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 7, ../../Scss/layout/_footer.scss */
.site-footer h3 {
  font-size: 32px;
  color: #fff;
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/layout/_footer.scss */
  .site-footer {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/layout/_footer.scss */
  .site-footer {
    min-width: 0;
  }
}

/* quick links */
/* line 24, ../../Scss/layout/_footer.scss */
.quick-links {
  *zoom: 1;
  margin: 25px 0 30px 0;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 38, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.quick-links:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 24, ../../Scss/layout/_footer.scss */
  .quick-links {
    width: 768px;
    overflow: hidden;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 24, ../../Scss/layout/_footer.scss */
  .quick-links {
    width: 312px;
    overflow: hidden;
    margin-left: -12px;
  }
}
/* line 41, ../../Scss/layout/_footer.scss */
.quick-links > section {
  float: left;
  width: 138px;
  margin-left: 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 47, ../../Scss/layout/_footer.scss */
.quick-links > section:first-child {
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 41, ../../Scss/layout/_footer.scss */
  .quick-links > section {
    width: 144px;
    margin: 0 0 25px 12px;
  }
  /* line 53, ../../Scss/layout/_footer.scss */
  .quick-links > section:first-child {
    margin: 0 0 25px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 41, ../../Scss/layout/_footer.scss */
  .quick-links > section {
    width: 236px;
    margin: 0 0 25px 20px;
  }
  /* line 61, ../../Scss/layout/_footer.scss */
  .quick-links > section:first-child {
    margin: 0 0 25px 20px;
  }
}
/* line 70, ../../Scss/layout/_footer.scss */
.quick-links h4 {
  font-weight: 600;
  color: #c5d7eb;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 77, ../../Scss/layout/_footer.scss */
.quick-links li {
  margin: 0 0 10px 0;
}
/* line 81, ../../Scss/layout/_footer.scss */
.quick-links a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 86, ../../Scss/layout/_footer.scss */
.quick-links a:hover {
  color: #ee780b;
}
/* line 90, ../../Scss/layout/_footer.scss */
.quick-links a:before {
  content: "\00BB";
  padding-right: 5px;
}

/* footer social icons/button */
/* line 99, ../../Scss/layout/_footer.scss */
.social-buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 88px 0 0 0;
  width: 168px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 99, ../../Scss/layout/_footer.scss */
  .social-buttons {
    top: inherit;
    bottom: 0px;
    right: 0;
    padding: 0;
    width: 180px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 99, ../../Scss/layout/_footer.scss */
  .social-buttons {
    top: 220px;
    right: 98px;
    position: static;
  }
}
/* line 123, ../../Scss/layout/_footer.scss */
.social-buttons ul {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.social-buttons ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 127, ../../Scss/layout/_footer.scss */
.social-buttons li {
  float: left;
  width: 54px;
  margin-left: 30px;
  /* Smartphones (portrait and landscape) */
}
/* line 131, ../../Scss/layout/_footer.scss */
.social-buttons li a {
  display: block;
  height: 54px;
  margin: 0 0 30px 0;
  opacity: 1;
}
/* line 137, ../../Scss/layout/_footer.scss */
.social-buttons li a:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 127, ../../Scss/layout/_footer.scss */
  .social-buttons li {
    margin-left: 36px;
  }
}

/* line 150, ../../Scss/layout/_footer.scss */
.ic-twitter {
  text-indent: -9999px;
  background-image: url(/images/twitter.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 157, ../../Scss/layout/_footer.scss */
.no-svg .ic-twitter {
  background-image: url(/images/twitter.png);
}

/* line 162, ../../Scss/layout/_footer.scss */
.ic-linkedin {
  text-indent: -9999px;
  background-image: url(/images/linkedin.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 169, ../../Scss/layout/_footer.scss */
.no-svg .ic-linkedin {
  background-image: url(/images/linkedin.png);
}

/* line 174, ../../Scss/layout/_footer.scss */
.ic-youtube {
  text-indent: -9999px;
  background-image: url(/images/youtube.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 181, ../../Scss/layout/_footer.scss */
.no-svg .ic-youtube {
  background-image: url(/images/youtube.png);
}

/* line 186, ../../Scss/layout/_footer.scss */
.ic-googleplus {
  text-indent: -9999px;
  background-image: url(/images/googleplus.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 193, ../../Scss/layout/_footer.scss */
.no-svg .ic-googleplus {
  background-image: url(/images/googleplus.png);
}

/* sub-footer */
/* line 203, ../../Scss/layout/_footer.scss */
.sub-footer {
  font-size: 14px;
  font-size: 1.4rem;
  background: #003479;
  height: 40px;
  width: 100%;
  color: #fff;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 203, ../../Scss/layout/_footer.scss */
  .sub-footer {
    height: auto;
    padding: 10px 0;
  }
}

/* line 217, ../../Scss/layout/_footer.scss */
.sub-footer-nav {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  /* Smartphones (portrait and landscape) */
}
/* line 224, ../../Scss/layout/_footer.scss */
.sub-footer-nav > ul {
  list-style-type: none;
}
/* line 6, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
.sub-footer-nav > ul, .sub-footer-nav > ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 30, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
.sub-footer-nav > ul li:after {
  content: "|";
}
/* line 32, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
.sub-footer-nav > ul li:last-child:after {
  content: "";
}
/* line 36, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-list.scss */
.sub-footer-nav > ul li.last:after {
  content: "";
}
/* line 228, ../../Scss/layout/_footer.scss */
.sub-footer-nav > ul li:after {
  color: #3b6ea9;
  padding: 0 5px 0 7px;
}
/* line 233, ../../Scss/layout/_footer.scss */
.sub-footer-nav a {
  color: #fff;
}
/* line 237, ../../Scss/layout/_footer.scss */
.sub-footer-nav a:hover {
  color: #ee780b;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 217, ../../Scss/layout/_footer.scss */
  .sub-footer-nav {
    position: static;
    text-align: center;
  }
}

/* line 247, ../../Scss/layout/_footer.scss */
.copyright {
  line-height: 40px;
  margin: 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 247, ../../Scss/layout/_footer.scss */
  .copyright {
    text-align: center;
  }
}

/* site header */
/* see _sign-in.scss for sign in/account panel */
/* line 5, ../../Scss/layout/_header.scss */
.site-header {
  height: 44px;
  padding: 28px 0;
  position: relative;
  z-index: 900;
  min-width: 978px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 5, ../../Scss/layout/_header.scss */
  .site-header {
    height: 30px;
    padding: 20px 0 15px;
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 5, ../../Scss/layout/_header.scss */
  .site-header {
    padding: 21px 0 20px;
    min-width: 0;
  }
}

/* line 24, ../../Scss/layout/_header.scss */
.brand-logo {
  width: 260px;
  height: 44px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 24, ../../Scss/layout/_header.scss */
  .brand-logo {
    width: 172px;
    height: 30px;
    background-size: 172px;
  }
}
/* line 34, ../../Scss/layout/_header.scss */
.brand-logo img {
  width: 100%;
  height: auto;
}

/* app buttons */
/* line 43, ../../Scss/layout/_header.scss */
.app-buttons {
  position: absolute;
  top: 6px;
  height: 30px;
  left: 474px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 49, ../../Scss/layout/_header.scss */
.app-buttons > form {
  display: inline;
}
/* line 53, ../../Scss/layout/_header.scss */
.app-buttons a:first-child {
  margin-right: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 43, ../../Scss/layout/_header.scss */
  .app-buttons {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 43, ../../Scss/layout/_header.scss */
  .app-buttons {
    left: inherit;
    right: 0;
  }
}

/* line 68, ../../Scss/layout/_header.scss */
.engage-icon {
  color: #003479;
  background-color: #f9c41e;
  background-image: url(/images/engage-button-bg.png);
}
/* line 74, ../../Scss/layout/_header.scss */
.engage-icon:hover {
  color: #fff;
}

/* line 79, ../../Scss/layout/_header.scss */
.matrix-icon {
  background-color: #c02c18;
  background-image: url(/images/matrix-button-bg.png);
}

/* search */
/* line 89, ../../Scss/layout/_header.scss */
.search-box {
  position: absolute;
  right: 0;
  top: 4px;
  height: 34px;
  width: 306px;
  z-index: 10;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 89, ../../Scss/layout/_header.scss */
  .search-box {
    display: none;
    top: 50px;
    z-index: 600;
    background: #003479;
    right: inherit;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 89, ../../Scss/layout/_header.scss */
  .search-box {
    display: block;
    top: 69px;
    width: 236px;
  }
}

/* line 118, ../../Scss/layout/_header.scss */
input.search-query {
  border: 2px solid #a1c8e7;
  border-radius: 30px;
  background: #fff;
  height: 30px;
  line-height: 26px;
  width: 258px;
  padding: 0 36px 0 8px;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003479;
  transition: all 0.1s;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 131, ../../Scss/layout/_header.scss */
input.search-query.empty {
  color: #b5b8be;
}
/* line 134, ../../Scss/layout/_header.scss */
input.search-query:focus {
  background: #f9f9fa;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 118, ../../Scss/layout/_header.scss */
  input.search-query {
    border: none;
    right: inherit;
    left: 0;
    width: 248px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 118, ../../Scss/layout/_header.scss */
  input.search-query {
    border: none;
    width: 192px;
  }
}

/* line 154, ../../Scss/layout/_header.scss */
input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-image: url(/images/search.svg);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  background-size: 22px auto;
  background-color: transparent;
  width: 34px;
  height: 30px;
  opacity: 0.6;
  /* Smartphones (portrait and landscape) */
}
/* line 170, ../../Scss/layout/_header.scss */
input.search-submit:hover {
  opacity: 1;
}
/* line 174, ../../Scss/layout/_header.scss */
.no-svg input.search-submit {
  background-image: url(/images/search.png);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 154, ../../Scss/layout/_header.scss */
  input.search-submit {
    display: none;
  }
}

/* line 184, ../../Scss/layout/_header.scss */
.search-icon {
  width: 26px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 53px;
  display: none;
  z-index: 700;
  background-image: url(/images/search-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  cursor: pointer;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 184, ../../Scss/layout/_header.scss */
  .search-icon {
    display: block;
  }
}

/*Menu icon is only shown on tablet and mobile*/
/* line 208, ../../Scss/layout/_header.scss */
.menu-icon {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
  background-color: #003479;
  background-image: url(/images/menu-icon.svg);
  background-repeat: no-repeat;
}
/* line 221, ../../Scss/layout/_header.scss */
.no-svg .menu-icon {
  background-image: url(/images/menu-icon.png);
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 227, ../../Scss/layout/_header.scss */
  .menu-icon {
    display: block;
    height: 40px;
    width: 40px;
    left: 384px;
    top: 64px;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 237, ../../Scss/layout/_header.scss */
  .menu-icon {
    display: block;
    height: 30px;
    left: 233px;
    top: 50px;
    width: 30px;
    background-size: 30px auto;
  }
}
/* side bar */
/* line 3, ../../Scss/layout/_side.scss */
.sidebar {
  float: left;
  width: 306px;
  padding-top: 84px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/layout/_side.scss */
  .sidebar {
    width: 300px;
    margin-right: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/layout/_side.scss */
  .sidebar {
    width: 768px;
    margin-right: 0;
    padding-top: 10px;
    /*@extend deprecated from mixin adding styles from full-width-list*/
    position: relative;
    overflow-x: hidden;
    margin-left: -20px;
  }
}
/* line 26, ../../Scss/layout/_side.scss */
.sidebar .widget {
  margin-bottom: 50px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 26, ../../Scss/layout/_side.scss */
  .sidebar .widget {
    width: 300px;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 26, ../../Scss/layout/_side.scss */
  .sidebar .widget {
    width: 364px;
    margin-left: 20px;
    float: left;
  }
}

/*Include module styles*/
/* message bar for cookies and default homepage */
/* line 3, ../../Scss/modules/_message-bar.scss */
.message-bar {
  height: 40px;
  background: #7f848e;
  color: #fff;
  min-width: 978px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 9, ../../Scss/modules/_message-bar.scss */
.message-bar p {
  line-height: 40px;
}
/* line 13, ../../Scss/modules/_message-bar.scss */
.message-bar .button, .message-bar .button-lite, .message-bar .sign-in-button {
  margin: 0px 0px 0px 15px;
  background: #b5b8be;
}
/* line 17, ../../Scss/modules/_message-bar.scss */
.message-bar .button:hover, .message-bar .button-lite:hover, .message-bar .sign-in-button:hover {
  background: #ee780b;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_message-bar.scss */
  .message-bar {
    text-align: center;
    height: auto;
    padding: 10px;
    min-width: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 30, ../../Scss/modules/_message-bar.scss */
  .message-bar p {
    line-height: 1.3em;
  }
  /* line 34, ../../Scss/modules/_message-bar.scss */
  .message-bar span {
    display: block;
    margin-top: 10px;
  }
  /* line 39, ../../Scss/modules/_message-bar.scss */
  .message-bar .button, .message-bar .button-lite, .message-bar .sign-in-button {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/modules/_message-bar.scss */
  .message-bar {
    text-align: center;
    height: 90px;
    min-width: 0;
  }
  /* line 50, ../../Scss/modules/_message-bar.scss */
  .message-bar span {
    display: block;
  }
  /* line 54, ../../Scss/modules/_message-bar.scss */
  .message-bar .button, .message-bar .button-lite, .message-bar .sign-in-button {
    margin: 0 5px;
  }
}
/* line 60, ../../Scss/modules/_message-bar.scss */
.message-bar .privacy-policy {
  color: #fff;
  text-decoration: underline;
}
/* line 64, ../../Scss/modules/_message-bar.scss */
.message-bar .privacy-policy:hover {
  background: #ee780b;
}

/* signin */
/* line 3, ../../Scss/modules/_sign-in.scss */
.sign-in-button {
  position: absolute;
  left: 336px;
  top: 6px;
  width: 108px;
  font-weight: 600;
  border-radius: 15px;
  outline: none;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_sign-in.scss */
  .sign-in-button {
    width: 75px;
    left: inherit;
    right: 0;
    top: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/modules/_sign-in.scss */
  .sign-in-button {
    width: 128px;
    left: inherit;
    right: 0;
  }
}
/* line 26, ../../Scss/modules/_sign-in.scss */
.sign-in-button.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #e2eaf5;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 26, ../../Scss/modules/_sign-in.scss */
  .sign-in-button.open {
    height: 38px;
  }
}

/* line 38, ../../Scss/modules/_sign-in.scss */
.sign-in-panel {
  display: none;
  width: 300px;
  background: #e2eaf5;
  border-radius: 3px;
  border-top-left-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 900;
  top: 36px;
  left: 336px;
  padding: 15px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 38, ../../Scss/modules/_sign-in.scss */
  .sign-in-panel {
    left: 0;
    top: 36px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 38, ../../Scss/modules/_sign-in.scss */
  .sign-in-panel {
    left: inherit;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
  }
}
/* line 65, ../../Scss/modules/_sign-in.scss */
.sign-in-panel p.error-msg {
  display: none;
  color: #c02c18;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 72, ../../Scss/modules/_sign-in.scss */
.sign-in-panel.is-error p.error-msg {
  display: block;
}
/* line 76, ../../Scss/modules/_sign-in.scss */
.sign-in-panel fieldset p {
  margin-bottom: 10px;
}
/* line 81, ../../Scss/modules/_sign-in.scss */
.sign-in-panel p.submit {
  text-align: right;
  margin-bottom: 4px;
}
/* line 86, ../../Scss/modules/_sign-in.scss */
.sign-in-panel label {
  float: left;
  width: 40px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-color: #57bbf4;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* line 105, ../../Scss/modules/_sign-in.scss */
.sign-in-panel input[type=text],
.sign-in-panel input[type=password] {
  background-color: #fff;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
  line-height: 100%;
  float: left;
  padding: 0 5px 0 10px;
  width: 214px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 123, ../../Scss/modules/_sign-in.scss */
.sign-in-panel input[type=submit] {
  width: 110px;
}
/* line 127, ../../Scss/modules/_sign-in.scss */
.sign-in-panel a {
  color: #307fbf;
}
/* line 129, ../../Scss/modules/_sign-in.scss */
.sign-in-panel a:hover {
  color: #ee780b;
}
/* line 134, ../../Scss/modules/_sign-in.scss */
.sign-in-panel .forgotten-password {
  float: left;
  position: relative;
  top: 4px;
}
/* line 140, ../../Scss/modules/_sign-in.scss */
.sign-in-panel p.new-account {
  margin: 0;
}

/* line 145, ../../Scss/modules/_sign-in.scss */
.label-username {
  background-image: url(/images/ic-form-name.svg);
}
/* line 147, ../../Scss/modules/_sign-in.scss */
.no-svg .label-username {
  background-image: url(/images/ic-form-name.png);
}

/* line 152, ../../Scss/modules/_sign-in.scss */
.label-password {
  background-image: url(/images/ic-form-password.svg);
}
/* line 154, ../../Scss/modules/_sign-in.scss */
.no-svg .label-password {
  background-image: url(/images/ic-form-password.png);
}

/* signed in */
/* line 162, ../../Scss/modules/_sign-in.scss */
.account-settings {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 520px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #003479;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 35px 0 0;
  background-image: url(/images/settings-cog.png);
  background-repeat: no-repeat;
  background-position: right top;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 180, ../../Scss/modules/_sign-in.scss */
.account-settings:hover {
  color: #ee780b;
}
/* line 184, ../../Scss/modules/_sign-in.scss */
.account-settings.open {
  background-position: right bottom;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 162, ../../Scss/modules/_sign-in.scss */
  .account-settings {
    left: inherit;
    right: -2px;
    text-indent: 9999px;
    width: 34px;
    height: 30px;
    overflow: hidden;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 162, ../../Scss/modules/_sign-in.scss */
  .account-settings {
    right: 246px;
  }
}

/* line 206, ../../Scss/modules/_sign-in.scss */
.settings-panel {
  display: none;
  width: 168px;
  background: #e2eaf5;
  border-radius: 3px;
  border-top-right-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 900;
  top: 36px;
  right: 522px;
  padding: 10px 15px 0;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 206, ../../Scss/modules/_sign-in.scss */
  .settings-panel {
    right: 0;
    top: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 206, ../../Scss/modules/_sign-in.scss */
  .settings-panel {
    left: inherit;
    right: 248px;
  }
}
/* line 232, ../../Scss/modules/_sign-in.scss */
.settings-panel li {
  margin-bottom: 10px;
}
/* line 236, ../../Scss/modules/_sign-in.scss */
.settings-panel li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #307fbf;
}
/* line 241, ../../Scss/modules/_sign-in.scss */
.settings-panel li a:hover {
  color: #ee780b;
}

/* register sign in popups */
/* line 251, ../../Scss/modules/_sign-in.scss */
.register-popup {
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 253, ../../Scss/modules/_sign-in.scss */
.register-popup article:first-child {
  margin-bottom: 15px;
}
/* line 257, ../../Scss/modules/_sign-in.scss */
.register-popup .button, .register-popup .button-lite, .register-popup .sign-in-button {
  font-size: 18px;
  font-size: 1.8rem;
  width: 276px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 263, ../../Scss/modules/_sign-in.scss */
.register-popup .forgotten-password {
  color: #307fbf;
  display: block;
  margin-top: 10px;
}
/* line 268, ../../Scss/modules/_sign-in.scss */
.register-popup .forgotten-password:hover {
  color: #ee780b;
}
/* line 273, ../../Scss/modules/_sign-in.scss */
.register-popup .sign-in-panel {
  display: block;
  position: static;
  left: 0;
  top: 0;
  width: 306px;
  /* Smartphones (portrait and landscape) */
}
/* line 280, ../../Scss/modules/_sign-in.scss */
.register-popup .sign-in-panel .forgotten-password {
  margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 273, ../../Scss/modules/_sign-in.scss */
  .register-popup .sign-in-panel {
    width: 100%;
  }
  /* line 287, ../../Scss/modules/_sign-in.scss */
  .register-popup .sign-in-panel label {
    display: none;
  }
  /* line 291, ../../Scss/modules/_sign-in.scss */
  .register-popup .sign-in-panel input {
    width: 100% !important;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 297, ../../Scss/modules/_sign-in.scss */
  .register-popup .sign-in-panel .button, .register-popup .sign-in-panel .button-lite, .register-popup .sign-in-panel .sign-in-button {
    width: 100% !important;
  }
  /* line 301, ../../Scss/modules/_sign-in.scss */
  .register-popup .sign-in-panel .forgotten-password {
    margin: 0px 0 10px 0;
    top: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 308, ../../Scss/modules/_sign-in.scss */
  .register-popup .widget {
    width: 100%;
  }
  /* line 311, ../../Scss/modules/_sign-in.scss */
  .register-popup .widget label {
    display: none;
  }
  /* line 315, ../../Scss/modules/_sign-in.scss */
  .register-popup .widget input {
    width: 100% !important;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 321, ../../Scss/modules/_sign-in.scss */
  .register-popup .widget .button, .register-popup .widget .button-lite, .register-popup .widget .sign-in-button {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 330, ../../Scss/modules/_sign-in.scss */
  .register-popup .widget {
    min-height: inherit;
  }
}

/* line 1, ../../Scss/modules/_nav-global.scss */
.nav-global {
  background: #ebf1f8;
  height: 40px;
  min-width: 978px;
}
/* line 6, ../../Scss/modules/_nav-global.scss */
.nav-global .dropdown {
  display: none;
}
/* line 10, ../../Scss/modules/_nav-global.scss */
.nav-global .nav-global--list {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav-global .nav-global--list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 14, ../../Scss/modules/_nav-global.scss */
.nav-global .nav-global--list .nav-global--item {
  float: left;
}
/* line 17, ../../Scss/modules/_nav-global.scss */
.nav-global .nav-global--list .nav-global--item > a {
  color: #307fbf;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 24, ../../Scss/modules/_nav-global.scss */
.nav-global .nav-global--list .nav-global--item > a:hover {
  color: #ee780b;
}
/* line 29, ../../Scss/modules/_nav-global.scss */
.nav-global .nav-global--list .nav-global--item.is-active > a {
  background: #003479;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 43, ../../Scss/modules/_nav-global.scss */
  .nav-global {
    position: absolute;
    background: none;
    width: 100%;
    min-width: 0;
  }
  /* line 49, ../../Scss/modules/_nav-global.scss */
  .nav-global .nav-global--list {
    display: none;
  }
  /* line 53, ../../Scss/modules/_nav-global.scss */
  .nav-global .dropdown {
    display: block;
  }

  /* line 58, ../../Scss/modules/_nav-global.scss */
  .mobile-global-nav {
    position: absolute;
    top: 5px;
    left: 0;
    width: 300px;
    cursor: pointer;
    background: #fff;
    color: #307fbf;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 500;
    height: 30px;
    font-family: 'Source Sans Pro','sans-serif';
    font-weight: bold;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 78, ../../Scss/modules/_nav-global.scss */
  .nav-global {
    position: absolute;
    background: none;
    width: 100%;
    min-width: 0;
  }
  /* line 84, ../../Scss/modules/_nav-global.scss */
  .nav-global .nav-global--list {
    display: none;
  }
  /* line 88, ../../Scss/modules/_nav-global.scss */
  .nav-global .dropdown {
    display: block;
    width: 222px;
  }

  /* line 94, ../../Scss/modules/_nav-global.scss */
  .mobile-global-nav {
    position: absolute;
    top: 5px;
    left: 0;
    width: 215px;
    cursor: pointer;
    background: #fff;
    color: #307fbf;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 500;
    height: 30px;
    font-family: 'Source Sans Pro','sans-serif';
  }
}
/*
* Style the nav container
*/
/* line 4, ../../Scss/modules/_nav-primary.scss */
.nav-primary {
  background-color: #003479;
  height: 40px;
  position: relative;
  min-width: 978px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 4, ../../Scss/modules/_nav-primary.scss */
  .nav-primary {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 4, ../../Scss/modules/_nav-primary.scss */
  .nav-primary {
    min-width: 0;
  }
}
/* line 19, ../../Scss/modules/_nav-primary.scss */
.nav-primary.clicked > .nav-primary--list {
  display: block;
}

/*
* Style the nav items
*/
/* line 28, ../../Scss/modules/_nav-primary.scss */
.nav-primary--item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 20px;
  line-height: 10px;
  cursor: pointer;
}
/* line 37, ../../Scss/modules/_nav-primary.scss */
.nav-primary--item > a {
  background-color: #003479;
  color: #ebf1f8;
  text-decoration: none;
  display: block;
  padding: 15px;
  -webkit-tap-highlight-color: transparent;
}
/* line 46, ../../Scss/modules/_nav-primary.scss */
.nav-primary--item > a.linkclicked {
  color: white;
  background-color: #003479;
}
/* line 51, ../../Scss/modules/_nav-primary.scss */
.nav-primary--item > a:hover {
  color: #ee780b;
}
/* line 55, ../../Scss/modules/_nav-primary.scss */
.nav-primary--item > a.is-active {
  color: #57bbf4;
  background-image: url(/images/arrow-up.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center 30px;
}
/* line 64, ../../Scss/modules/_nav-primary.scss */
.no-svg .nav-primary--item > a.is-active {
  background-image: url(/images/arrow-up.png);
}

/*
* Style the nav items that have dropdowns
*/
/* line 78, ../../Scss/modules/_nav-primary.scss */
.nav-dropdown > a:hover {
  /* background-color: $brand-color-secondary !important; */
  color: #ee780b;
  background-image: url(/images/arrow-up-blue.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-color: #003479;
}
/* line 88, ../../Scss/modules/_nav-primary.scss */
.no-svg .nav-dropdown > a:hover {
  background-image: url(/images/arrow-up-blue.png);
}
/* line 95, ../../Scss/modules/_nav-primary.scss */
.nav-dropdown.clicked > a {
  background-color: #003479;
}

/* line 102, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier1 {
  min-width: 978px;
  z-index: 102;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 38, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav-primary--list-tier1:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--list-tier1 {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 102, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--list-tier1 {
    min-width: 0;
  }
}

/* line 121, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 {
  display: none;
  position: absolute;
  min-width: 222px;
  max-width: 306px;
  padding: 0;
  margin: 0;
}
/* line 129, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-primary--item {
  float: none;
  margin: 0;
}
/* line 135, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-primary--item:hover > a {
  background-color: #2b71ab !important;
}
/* line 140, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-primary--item > a {
  background-color: #307fbf;
}
/* line 143, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-primary--item > a:hover {
  background-color: #2b71ab !important;
}
/* line 151, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-dropdown:hover > a {
  color: #fff;
}
/* line 157, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier2 .nav-dropdown > a:hover {
  color: #fff;
}

/* line 166, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier3 {
  display: none;
  position: absolute;
  min-width: 222px;
  max-width: 306px;
  padding: 0;
  margin: -40px 0 0;
  left: 100%;
}
/* line 176, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier3 .nav-primary--item > a {
  background-color: #2b71ab;
}
/* line 179, ../../Scss/modules/_nav-primary.scss */
.nav-primary--list-tier3 .nav-primary--item > a:hover {
  background-color: #266496 !important;
}

@media only screen and (max-width: 1024px) {
  /* line 190, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--list {
    display: none;
    max-width: none !important;
  }

  /* line 197, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped {
    /*
    * Style the container for all tiers
    */
    /*
    * Style each item
    */
    /*
    * Style each lower tier container
    */
  }
  /* line 202, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier1 {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    left: 0;
    top: 40px;
    z-index: 102;
    padding: 0;
  }
  /* line 216, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item {
    width: 748px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 223, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier1 > .nav-primary--item {
    border-bottom: solid 1px #4f98d3;
    background-color: #2b71ab;
  }
  /* line 227, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier1 > .nav-primary--item > a {
    background-color: #307fbf;
  }
  /* line 230, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier1 > .nav-primary--item > a:hover, .nav-primary.is-tapped .nav-primary--list-tier1 > .nav-primary--item > a.clicked, .nav-primary.is-tapped .nav-primary--list-tier1 > .nav-primary--item > a.is-active {
    background-color: #003479;
    color: #ee780b;
  }
  /* line 245, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2, .nav-primary.is-tapped .nav-primary--list-tier3 {
    display: none;
    position: relative;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
  }
  /* line 255, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-primary--item > a, .nav-primary.is-tapped .nav-primary--list-tier3 > .nav-primary--item > a {
    font-weight: 400;
  }
  /* line 258, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-primary--item > a:hover, .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-primary--item > a.clicked, .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-primary--item > a.is-active, .nav-primary.is-tapped .nav-primary--list-tier3 > .nav-primary--item > a:hover, .nav-primary.is-tapped .nav-primary--list-tier3 > .nav-primary--item > a.clicked, .nav-primary.is-tapped .nav-primary--list-tier3 > .nav-primary--item > a.is-active {
    color: #ee780b;
  }
  /* line 267, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-primary--item > a {
    background-color: #2b71ab !important;
  }
  /* line 271, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .nav-dropdown {
    background-color: #266496;
  }
  /* line 277, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .expanded > a {
    color: #fff;
  }
  /* line 279, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier2 > .expanded > a:hover {
    color: #fff;
  }
  /* line 286, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier3 {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  /* line 292, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list-tier3 > .nav-primary--item > a {
    padding-left: 30px;
    background-color: #266496 !important;
  }

  /* line 303, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--item {
    position: relative;
    overflow: hidden;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
  }
  /* line 314, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--item:hover > a {
    color: #ee780b;
  }
  /* line 319, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--item > a {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
  }
  /* line 323, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--item > a:hover {
    color: #ee780b;
  }

  /* line 330, ../../Scss/modules/_nav-primary.scss */
  .nav-dropdown {
    cursor: pointer;
    background-image: url(/images/arrow-down.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 702px center;
  }
  /* line 339, ../../Scss/modules/_nav-primary.scss */
  .nav-dropdown > a {
    width: 640px;
  }
  /* line 343, ../../Scss/modules/_nav-primary.scss */
  .no-svg .nav-dropdown {
    background-image: url(/images/arrow-down.png);
  }

  /* line 349, ../../Scss/modules/_nav-primary.scss */
  .expanded {
    background-image: url(/images/arrow-up.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 702px 14px;
  }
  /* line 356, ../../Scss/modules/_nav-primary.scss */
  .no-svg .expanded {
    background-image: url(/images/arrow-up.png);
  }
}
/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 366, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--list {
    width: 100%;
  }

  /* line 371, ../../Scss/modules/_nav-primary.scss */
  .nav-primary--item > ul {
    width: 100%;
    z-index: 100;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 382, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--list {
    width: 100%;
    background-color: #307fbf;
  }
  /* line 389, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item {
    width: 300px;
  }
  /* line 392, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item > a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: #307fbf;
    display: block;
    padding: 15px 0 15px 10px;
    height: auto;
    color: #ebf1f8;
    float: none;
    line-height: 10px;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 408, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item.nav-dropdown {
    background-position: 260px center;
  }
  /* line 411, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item.nav-dropdown > a {
    width: 232px;
  }
  /* line 416, ../../Scss/modules/_nav-primary.scss */
  .nav-primary.is-tapped .nav-primary--item.expanded {
    background-position: 260px 14px;
  }
}
/* line 1, ../../Scss/modules/_nav-side.scss */
.nav-side {
  margin: -2px 0 50px;
}
/* line 4, ../../Scss/modules/_nav-side.scss */
.nav-side h3 {
  color: #78b0dd;
}

/* line 9, ../../Scss/modules/_nav-side.scss */
.nav-side--item {
  margin-bottom: 15px;
}
/* line 12, ../../Scss/modules/_nav-side.scss */
.nav-side--item > a {
  display: block;
  color: #003479;
  border-radius: 30px;
  height: 30px;
  padding: 0 30px;
  line-height: 30px;
  font-weight: 600;
  background-color: #ebf1f8;
  background-image: url(/images/arrow-left-dark.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 8px auto;
}
/* line 28, ../../Scss/modules/_nav-side.scss */
.nav-side--item > a:hover {
  background-color: #d8e4f1;
  color: #ee780b;
}
/* line 33, ../../Scss/modules/_nav-side.scss */
.no-svg .nav-side--item > a {
  background-image: url(/images/arrow-left-dark.png);
}
/* line 38, ../../Scss/modules/_nav-side.scss */
.nav-side--item.is-active > a {
  color: #ebf1f8;
  background-color: #003479;
  background-image: url(/images/arrow-left-light.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 46, ../../Scss/modules/_nav-side.scss */
.no-svg .nav-side--item.is-active > a {
  background-image: url(/images/arrow-left-light.png);
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 53, ../../Scss/modules/_nav-side.scss */
  .nav-side {
    width: 768px;
    margin: -34px 0 0 20px;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 61, ../../Scss/modules/_nav-side.scss */
  .nav-side--item {
    width: 364px;
    float: left;
    margin-right: 20px;
  }
}
/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
/* line 5, ../../Scss/modules/_easydropdown.scss */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 15, ../../Scss/modules/_easydropdown.scss */
.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */
/* line 25, ../../Scss/modules/_easydropdown.scss */
.dropdown {
  position: absolute;
  top: 5px;
  left: 0;
  width: 300px;
  cursor: pointer;
  background: #fff;
  color: #307fbf;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 500;
}

/* line 40, ../../Scss/modules/_easydropdown.scss */
.dropdown.open {
  z-index: 500;
}
/* line 42, ../../Scss/modules/_easydropdown.scss */
.dropdown.open border {
  left-radius: 0;
  right-radius: 0;
}

/* line 48, ../../Scss/modules/_easydropdown.scss */
.dropdown:hover {
  box-shadow: 0 0 5px rgba(243, 110, 43, 0.75);
}

/* line 52, ../../Scss/modules/_easydropdown.scss */
.dropdown.focus {
  box-shadow: 0 0 5px rgba(243, 110, 43, 0.75);
}

/* CARAT */
/* line 58, ../../Scss/modules/_easydropdown.scss */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #307fbf;
}

/* line 67, ../../Scss/modules/_easydropdown.scss */
.dropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 8px solid #307fbf;
}

/* line 73, ../../Scss/modules/_easydropdown.scss */
.dropdown.disabled .carat {
  border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */
/* line 79, ../../Scss/modules/_easydropdown.scss */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* line 88, ../../Scss/modules/_easydropdown.scss */
.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}

/*
.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}
*/
/* SELECTED FEEDBACK ITEM */
/* line 109, ../../Scss/modules/_easydropdown.scss */
.dropdown li,
.dropdown .selected {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 7px 12px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 120, ../../Scss/modules/_easydropdown.scss */
.dropdown li {
  color: #fff;
}

/* line 125, ../../Scss/modules/_easydropdown.scss */
.dropdown .selected {
  color: #307fbf;
}

/* line 129, ../../Scss/modules/_easydropdown.scss */
.dropdown.disabled .selected {
  color: #999;
}

/* DROP DOWN WRAPPER */
/* line 136, ../../Scss/modules/_easydropdown.scss */
.dropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0;
  background: #307fbf;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  opacity: 0;
}

/* Height is adjusted by JS on open */
/* line 152, ../../Scss/modules/_easydropdown.scss */
.dropdown.open div {
  opacity: 1;
  z-index: 2;
  border-radius: 0;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
/* line 160, ../../Scss/modules/_easydropdown.scss */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff;
}

/* line 171, ../../Scss/modules/_easydropdown.scss */
.dropdown.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */
/* line 177, ../../Scss/modules/_easydropdown.scss */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

/* line 187, ../../Scss/modules/_easydropdown.scss */
.dropdown.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
/* line 193, ../../Scss/modules/_easydropdown.scss */
.dropdown li {
  list-style: none;
  padding: 8px 12px;
}

/* .focus class is also added on hover */
/* line 200, ../../Scss/modules/_easydropdown.scss */
.dropdown li.focus {
  background: #003479;
  position: relative;
  z-index: 3;
  color: #fff;
}

/* line 207, ../../Scss/modules/_easydropdown.scss */
.dropdown li.active {
  background: #003479;
}

/* widgets */
/* line 3, ../../Scss/modules/_widgets.scss */
.widget {
  width: 306px;
  background: #ebf1f8;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 9, ../../Scss/modules/_widgets.scss */
.widget h3 {
  background-color: #8cbce2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_widgets.scss */
  .widget {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/modules/_widgets.scss */
  .widget {
    width: 300px;
    min-height: 250px;
  }
}

/* line 33, ../../Scss/modules/_widgets.scss */
.widget-content {
  padding: 10px 15px 15px;
  color: #727781;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, ../../Scss/modules/_widgets.scss */
.widget-intro {
  margin: 0 0 15px 0;
}

/* line 43, ../../Scss/modules/_widgets.scss */
.page .widget {
  background: #f3f4f5;
}
/* line 46, ../../Scss/modules/_widgets.scss */
.page .widget h3 {
  background: #b5b8be;
  color: #fff;
}

/* form widget*/
/* line 54, ../../Scss/modules/_widgets.scss */
.widget form {
  margin-bottom: 10px;
}
/* line 57, ../../Scss/modules/_widgets.scss */
.widget form p {
  margin-bottom: 10px;
}
/* line 61, ../../Scss/modules/_widgets.scss */
.widget form label {
  float: left;
  width: 40px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-color: #57bbf4;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* line 79, ../../Scss/modules/_widgets.scss */
.widget form .label-name {
  background-image: url(/images/ic-form-name.svg);
}
/* line 81, ../../Scss/modules/_widgets.scss */
.no-svg .widget form .label-name {
  background-image: url(/images/ic-form-name.png);
}
/* line 86, ../../Scss/modules/_widgets.scss */
.widget form .label-company {
  background-image: url(/images/ic-form-company.svg);
}
/* line 88, ../../Scss/modules/_widgets.scss */
.no-svg .widget form .label-company {
  background-image: url(/images/ic-form-company.png);
}
/* line 93, ../../Scss/modules/_widgets.scss */
.widget form .label-email {
  background-image: url(/images/ic-form-email.svg);
}
/* line 95, ../../Scss/modules/_widgets.scss */
.no-svg .widget form .label-email {
  background-image: url(/images/ic-form-email.png);
}
/* line 100, ../../Scss/modules/_widgets.scss */
.widget form .label-phone {
  background-image: url(/images/ic-form-phone.svg);
}
/* line 102, ../../Scss/modules/_widgets.scss */
.no-svg .widget form .label-phone {
  background-image: url(/images/ic-form-phone.png);
}
/* line 107, ../../Scss/modules/_widgets.scss */
.widget form .label-password {
  background-image: url(/images/ic-form-password.svg);
}
/* line 109, ../../Scss/modules/_widgets.scss */
.no-svg .widget form .label-password {
  background-image: url(/images/ic-form-password.png);
}
/* line 114, ../../Scss/modules/_widgets.scss */
.widget form input[type=text],
.widget form input[type=url],
.widget form input[type=tel],
.widget form input[type=number],
.widget form input[type=email],
.widget form input[type=password] {
  background-color: #fff;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
  line-height: 100%;
  float: left;
  padding: 0 5px 0 10px;
  width: 220px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 114, ../../Scss/modules/_widgets.scss */
  .widget form input[type=text],
  .widget form input[type=url],
  .widget form input[type=tel],
  .widget form input[type=number],
  .widget form input[type=email],
  .widget form input[type=password] {
    width: 214px;
  }
}
/* line 139, ../../Scss/modules/_widgets.scss */
.sidebar .widget form input[type=text], .sidebar
.widget form input[type=url], .sidebar
.widget form input[type=tel], .sidebar
.widget form input[type=number], .sidebar
.widget form input[type=email], .sidebar
.widget form input[type=password] {
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 139, ../../Scss/modules/_widgets.scss */
  .sidebar .widget form input[type=text], .sidebar
  .widget form input[type=url], .sidebar
  .widget form input[type=tel], .sidebar
  .widget form input[type=number], .sidebar
  .widget form input[type=email], .sidebar
  .widget form input[type=password] {
    width: 278px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 114, ../../Scss/modules/_widgets.scss */
  .widget form input[type=text],
  .widget form input[type=url],
  .widget form input[type=tel],
  .widget form input[type=number],
  .widget form input[type=email],
  .widget form input[type=password] {
    width: 214px;
  }
}
/* line 150, ../../Scss/modules/_widgets.scss */
.widget form input[type=submit] {
  width: 276px;
  font-size: 18px;
  font-size: 1.8rem;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 150, ../../Scss/modules/_widgets.scss */
  .widget form input[type=submit] {
    width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 150, ../../Scss/modules/_widgets.scss */
  .widget form input[type=submit] {
    width: 270px;
  }
}
/* line 162, ../../Scss/modules/_widgets.scss */
.sidebar .widget form input[type=submit] {
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 162, ../../Scss/modules/_widgets.scss */
  .sidebar .widget form input[type=submit] {
    width: 334px;
  }
}

/* testimonial widget */
/* line 174, ../../Scss/modules/_widgets.scss */
.testimonial-widget blockquote {
  color: #307fbf;
  font-weight: 600;
  background-image: url(/images/testimonial-quote.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 36px 0 0 0;
}
/* line 183, ../../Scss/modules/_widgets.scss */
.no-svg .testimonial-widget blockquote {
  background-image: url(/images/testimonial-quote.png);
}

/* line 189, ../../Scss/modules/_widgets.scss */
.testimonial-widget blockquote p {
  line-height: 1.75em;
  margin-bottom: 15px;
}

/* line 194, ../../Scss/modules/_widgets.scss */
.testimonial-widget blockquote cite {
  color: #7f848e;
  margin-bottom: 5px;
  display: block;
}

/* line 200, ../../Scss/modules/_widgets.scss */
.testimonial-widget.wide-widget {
  width: auto;
  clear: both;
  margin-bottom: 20px;
}

/* pull-quote widget */
/* line 208, ../../Scss/modules/_widgets.scss */
.pullquote-widget p {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 15px 0 0 0;
  line-height: 1.75em;
  margin-bottom: 15px;
}

/* line 217, ../../Scss/modules/_widgets.scss */
.pullquote-widget.wide-widget {
  width: auto;
}

/* ad widget*/
/* line 224, ../../Scss/modules/_widgets.scss */
.banner-widget {
  padding: 3px;
  text-align: center;
  position: relative;
  /* min-height:256px !important; */
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 230, ../../Scss/modules/_widgets.scss */
.banner-widget img {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 224, ../../Scss/modules/_widgets.scss */
  .banner-widget {
    background: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 224, ../../Scss/modules/_widgets.scss */
  .banner-widget {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 242, ../../Scss/modules/_widgets.scss */
  .banner-widget img {
    position: absolute;
    top: 50%;
    left: 32px;
    margin-top: -125px;
  }
}

/* video widget */
/* line 261, ../../Scss/modules/_widgets.scss */
.video-widget a.fancyboxYoutube {
  position: relative;
  display: block;
  height: 206px;
  overflow: hidden;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 261, ../../Scss/modules/_widgets.scss */
  .video-widget a.fancyboxYoutube {
    height: 240px;
  }
}
/* line 272, ../../Scss/modules/_widgets.scss */
.video-widget .video-thumb {
  width: auto;
  height: 105%;
  top: -2.5%;
  position: relative;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 272, ../../Scss/modules/_widgets.scss */
  .video-widget .video-thumb {
    width: 100%;
    height: auto;
  }
}
/* line 284, ../../Scss/modules/_widgets.scss */
.video-widget .video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  opacity: 0.75;
  background-image: url(/images/ic-movie.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 54px;
}
/* line 301, ../../Scss/modules/_widgets.scss */
.no-svg .video-widget .video-play {
  background-image: url(/images/ic-movie.png);
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
}
/* line 312, ../../Scss/modules/_widgets.scss */
.video-widget a:hover .video-play {
  opacity: 1;
}

/* related link widget */
/* line 323, ../../Scss/modules/_widgets.scss */
.links-widget ul {
  margin-top: 10px;
}
/* line 327, ../../Scss/modules/_widgets.scss */
.links-widget ul li {
  margin-bottom: 15px;
}
/* line 332, ../../Scss/modules/_widgets.scss */
.links-widget ul a {
  color: #003479;
  display: block;
  padding: 8px 0 8px 15px;
  background-image: url(/images/arrow-left-dark.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 8px auto;
}
/* line 343, ../../Scss/modules/_widgets.scss */
.links-widget ul a:hover {
  color: #ee780b;
}
/* line 347, ../../Scss/modules/_widgets.scss */
.no-svg .links-widget ul a {
  background-image: url(/images/arrow-left-dark.png);
}

/* select menu widget */
/* line 358, ../../Scss/modules/_widgets.scss */
.select-widget select {
  width: 99%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

/* call to action widget */
/* line 367, ../../Scss/modules/_widgets.scss */
.widget.cta-widget {
  background: none;
}

/* line 371, ../../Scss/modules/_widgets.scss */
.widget.cta-widget .button, .widget.cta-widget .button-lite, .widget.cta-widget .sign-in-button {
  width: auto;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding-left: 30px;
  background-image: url(/images/arrow-left-light.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
}
/* line 384, ../../Scss/modules/_widgets.scss */
.no-svg .widget.cta-widget .button, .no-svg .widget.cta-widget .button-lite, .no-svg .widget.cta-widget .sign-in-button {
  background-image: url(/images/arrow-left-light.png);
}

/* image widget */
/* line 392, ../../Scss/modules/_widgets.scss */
.image-widget {
  text-align: center;
  padding-top: 3px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 392, ../../Scss/modules/_widgets.scss */
  .image-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 392, ../../Scss/modules/_widgets.scss */
  .image-widget {
    padding: 3px;
  }
  /* line 402, ../../Scss/modules/_widgets.scss */
  .image-widget img {
    width: 100%;
    height: auto;
  }
}
/* line 410, ../../Scss/modules/_widgets.scss */
.image-widget .caption {
  text-align: left;
  padding: 15px;
  color: #727781;
  line-height: 1.2em;
  margin: 0;
}
/* line 417, ../../Scss/modules/_widgets.scss */
.image-widget .caption strong {
  font-weight: 600;
}
/* line 423, ../../Scss/modules/_widgets.scss */
.image-widget .caption a {
  color: #727781;
}
/* line 426, ../../Scss/modules/_widgets.scss */
.image-widget .caption a:hover {
  color: #ee780b;
}

/* image with call-to-action widget */
/* line 434, ../../Scss/modules/_widgets.scss */
.image-cta-widget {
  text-align: center;
  padding-top: 3px;
  position: relative;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 434, ../../Scss/modules/_widgets.scss */
  .image-cta-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 434, ../../Scss/modules/_widgets.scss */
  .image-cta-widget {
    padding: 3px;
  }
  /* line 445, ../../Scss/modules/_widgets.scss */
  .image-cta-widget .image-wrapper {
    height: 300px;
    position: absolute;
    top: 50%;
    width: 358px;
    margin-top: -150px;
  }
  /* line 453, ../../Scss/modules/_widgets.scss */
  .image-cta-widget img {
    width: 100%;
    height: auto;
  }
}
/* line 461, ../../Scss/modules/_widgets.scss */
.image-cta-widget .text-overlay {
  position: absolute;
  z-index: 10;
  width: 274px;
  left: 3px;
  top: 3px;
  text-align: left;
  padding: 15px 13px 0;
}
/* line 470, ../../Scss/modules/_widgets.scss */
.image-cta-widget .text-overlay h3 {
  background: none;
  padding: 0;
  color: #003479;
  margin: 0 0 15px 0;
}

/* widgets in page row */
/* line 483, ../../Scss/modules/_widgets.scss */
.widgets-inpage {
  margin: 60px 0 30px;
}

/* line 487, ../../Scss/modules/_widgets.scss */
.widgets-inpage-row {
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 490, ../../Scss/modules/_widgets.scss */
.widgets-inpage-row article {
  float: left;
  margin: 0 0 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 496, ../../Scss/modules/_widgets.scss */
  .widgets-inpage-row article {
    width: 364px;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 503, ../../Scss/modules/_widgets.scss */
  .widgets-inpage-row article {
    width: 300px;
    margin: 0 0 20px 0;
  }
}

/* twitter feed */
/* line 3, ../../Scss/modules/_twitter-feed.scss */
.twitter-feed {
  margin: 60px 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_twitter-feed.scss */
  .twitter-feed {
    background: #57bbf4;
    margin: 2px 0  0;
  }
}

/* line 12, ../../Scss/modules/_twitter-feed.scss */
.twitter-panel {
  background-color: #57bbf4;
  background-image: url(/images/twitter-invert.svg);
  background-position: 15px 30px;
  background-repeat: no-repeat;
  height: 120px;
  padding: 30px 15px 30px 84px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 24, ../../Scss/modules/_twitter-feed.scss */
.no-svg .twitter-panel {
  background-image: url(/images/twitter-invert.png);
}
/* line 28, ../../Scss/modules/_twitter-feed.scss */
.twitter-panel article {
  background: #fff;
  border-radius: 3px;
  width: 726px;
  height: 54px;
  float: left;
  margin-right: 15px;
}
/* line 37, ../../Scss/modules/_twitter-feed.scss */
.twitter-panel p {
  padding: 7px 15px 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1em;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 12, ../../Scss/modules/_twitter-feed.scss */
  .twitter-panel {
    padding: 75px 0 24px 0;
    height: auto;
    background-size: 44px auto;
    background-position: center 16px;
  }
  /* line 51, ../../Scss/modules/_twitter-feed.scss */
  .twitter-panel article {
    width: 300px;
    margin-right: 10px;
    height: auto;
    float: none;
  }
  /* line 58, ../../Scss/modules/_twitter-feed.scss */
  .twitter-panel p {
    padding: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 12, ../../Scss/modules/_twitter-feed.scss */
  .twitter-panel {
    padding: 30px 10px 30px 64px;
    background-size: 44px auto;
    background-position: 10px 35px;
  }
  /* line 72, ../../Scss/modules/_twitter-feed.scss */
  .twitter-panel article {
    width: 556px;
    margin-right: 10px;
  }
}

/* line 81, ../../Scss/modules/_twitter-feed.scss */
.twitter-follow-button {
  display: block;
  float: left;
  width: 138px;
  background: #307fbf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  height: 46px;
  padding: 8px 0 0 0;
  position: relative;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 96, ../../Scss/modules/_twitter-feed.scss */
.twitter-follow-button:hover {
  background: #ee780b;
}
/* line 100, ../../Scss/modules/_twitter-feed.scss */
.twitter-follow-button:active {
  left: 1px;
  top: 1px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 81, ../../Scss/modules/_twitter-feed.scss */
  .twitter-follow-button {
    width: 300px;
    float: none;
    height: 36px;
    padding: 0;
    line-height: 36px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 81, ../../Scss/modules/_twitter-feed.scss */
  .twitter-follow-button {
    width: 108px;
  }
}

/* landing page features */
/* line 5, ../../Scss/modules/_features.scss */
.landing-features {
  height: 400px;
  overflow: hidden;
  position: relative;
  min-width: 978px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 5, ../../Scss/modules/_features.scss */
  .landing-features {
    height: auto;
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 5, ../../Scss/modules/_features.scss */
  .landing-features {
    height: auto;
    min-width: 0;
  }
}

/* line 24, ../../Scss/modules/_features.scss */
.feature-slide {
  text-align: center;
  width: 100%;
  margin-left: -50% !important;
  left: 50% !important;
  display: none;
  /* Smartphones (portrait and landscape) */
}
/* line 31, ../../Scss/modules/_features.scss */
.feature-slide.first {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 24, ../../Scss/modules/_features.scss */
  .feature-slide {
    /*margin-left:0 !important; 	*/
  }
}
/* line 39, ../../Scss/modules/_features.scss */
.feature-slide .container, .feature-slide .content, .feature-slide .timeline-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -489px;
  height: 400px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 39, ../../Scss/modules/_features.scss */
  .feature-slide .container, .feature-slide .content, .feature-slide .timeline-wrapper {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 39, ../../Scss/modules/_features.scss */
  .feature-slide .container, .feature-slide .content, .feature-slide .timeline-wrapper {
    margin-left: -374px;
    height: 500px;
  }
}

/* line 60, ../../Scss/modules/_features.scss */
.feature-bg {
  width: 100%;
  height: auto;
  min-width: 1600px;
  display: block;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 60, ../../Scss/modules/_features.scss */
  .feature-bg {
    width: auto;
    height: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 60, ../../Scss/modules/_features.scss */
  .feature-bg {
    width: auto;
  }
}

/* line 78, ../../Scss/modules/_features.scss */
.no-video .feature-bg {
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 78, ../../Scss/modules/_features.scss */
  .no-video .feature-bg {
    height: 320px;
    width: auto;
  }
}

/* line 85, ../../Scss/modules/_features.scss */
.feature-text-panel {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 40px;
  left: 0;
  height: 260px;
  border-radius: 3px;
  text-align: left;
  width: 582px;
  padding: 30px;
  margin: 0;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 85, ../../Scss/modules/_features.scss */
  .feature-text-panel {
    top: 20px;
    width: 280px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../../Scss/modules/_features.scss */
  .feature-text-panel {
    width: 442px;
    top: 26px;
    height: 220px;
    padding: 15px 20px;
  }
}
/* line 113, ../../Scss/modules/_features.scss */
.feature-text-panel h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4em;
  margin-bottom: 0;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 113, ../../Scss/modules/_features.scss */
  .feature-text-panel h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 113, ../../Scss/modules/_features.scss */
  .feature-text-panel h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3em;
  }
}
/* line 130, ../../Scss/modules/_features.scss */
.feature-text-panel p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 130, ../../Scss/modules/_features.scss */
  .feature-text-panel p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 5px;
  }
}
/* line 142, ../../Scss/modules/_features.scss */
.feature-text-panel .cta {
  margin-top: 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 142, ../../Scss/modules/_features.scss */
  .feature-text-panel .cta {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 142, ../../Scss/modules/_features.scss */
  .feature-text-panel .cta {
    margin-top: 15px;
  }
}

/* line 159, ../../Scss/modules/_features.scss */
.cycle-pager {
  position: absolute;
  bottom: 10px;
  z-index: 101;
  width: 100%;
  text-align: center;
}

/* line 167, ../../Scss/modules/_features.scss */
.cycle-pager span {
  text-indent: -9999px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  height: 14px;
  width: 14px;
  border-radius: 15px;
  border: 1px solid #ee780b;
  display: inline-block;
  margin: 0 3px;
}

/* line 178, ../../Scss/modules/_features.scss */
.cycle-pager span:hover {
  background: #ee780b;
}

/* line 182, ../../Scss/modules/_features.scss */
.cycle-pager span.cycle-pager-active {
  border-color: #003479;
  background: #003479;
}

/* line 187, ../../Scss/modules/_features.scss */
.feature-video-panel {
  background-color: #bfc2c7;
  background-color: rgba(127, 132, 142, 0.5);
  position: absolute;
  right: 50%;
  margin-right: -489px;
  top: 40px;
  width: 306px;
  height: 320px;
  border-radius: 3px;
  z-index: 101;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 200, ../../Scss/modules/_features.scss */
.feature-video-panel article {
  border-radius: 3px;
  overflow: hidden;
  height: 236px;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}
/* line 209, ../../Scss/modules/_features.scss */
.feature-video-panel .fancyboxYoutube .video-thumb {
  width: auto;
  height: 105%;
  top: -2.5%;
  position: relative;
}
/* line 216, ../../Scss/modules/_features.scss */
.feature-video-panel .video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  margin-left: -42px;
  margin-top: -42px;
  opacity: 0.75;
  background-image: url(/images/ic-movie.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 84px;
}
/* line 233, ../../Scss/modules/_features.scss */
.no-svg .feature-video-panel .video-play {
  background-image: url(/images/ic-movie.png);
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
}
/* line 244, ../../Scss/modules/_features.scss */
.feature-video-panel a:hover .video-play {
  opacity: 1;
}
/* line 250, ../../Scss/modules/_features.scss */
.feature-video-panel .button, .feature-video-panel .button-lite, .feature-video-panel .sign-in-button {
  width: 246px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 187, ../../Scss/modules/_features.scss */
  .feature-video-panel {
    width: 300px;
    height: 206px;
    position: absolute;
    left: 37px;
    top: 300px;
    padding: 12px;
    right: 0;
    bottom: 0;
  }
  /* line 264, ../../Scss/modules/_features.scss */
  .feature-video-panel article {
    height: 140px;
    margin-bottom: 12px;
  }
  /* line 269, ../../Scss/modules/_features.scss */
  .feature-video-panel .video-thumb {
    width: 105%;
    height: auto;
    top: -10%;
    position: relative;
  }
  /* line 276, ../../Scss/modules/_features.scss */
  .feature-video-panel .button, .feature-video-panel .button-lite, .feature-video-panel .sign-in-button {
    width: 246px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 187, ../../Scss/modules/_features.scss */
  .feature-video-panel {
    top: 26px;
    width: 236px;
    height: 250px;
    margin-right: -374px;
    padding: 10px;
  }
  /* line 288, ../../Scss/modules/_features.scss */
  .feature-video-panel article {
    height: 184px;
    margin-bottom: 12px;
  }
  /* line 293, ../../Scss/modules/_features.scss */
  .feature-video-panel .button, .feature-video-panel .button-lite, .feature-video-panel .sign-in-button {
    width: 186px;
  }
}

/* zone features */
/* line 304, ../../Scss/modules/_features.scss */
.zone-features {
  height: 400px;
  overflow: hidden;
  position: relative;
  top: 8px;
  margin-bottom: 64px;
  border-radius: 3px;
  color: #003479;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 304, ../../Scss/modules/_features.scss */
  .zone-features {
    height: 300px;
  }
}

/* line 318, ../../Scss/modules/_features.scss */
.zone-slide {
  text-align: center;
  width: 100%;
  display: none;
}
/* line 323, ../../Scss/modules/_features.scss */
.zone-slide.first {
  display: block;
}
/* line 327, ../../Scss/modules/_features.scss */
.zone-slide .feature-text-panel {
  top: 54px;
  left: 54px;
  width: 474px;
  height: auto;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 327, ../../Scss/modules/_features.scss */
  .zone-slide .feature-text-panel {
    top: 12px;
    left: 12px;
    width: 252px;
    padding: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 327, ../../Scss/modules/_features.scss */
  .zone-slide .feature-text-panel {
    top: 44px;
    left: 44px;
    width: 600px;
    padding: 30px;
  }
}

/* line 351, ../../Scss/modules/_features.scss */
.zone-slide-bg {
  position: absolute;
  top: 0;
  left: -53px;
  border-radius: 3px;
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 363, ../../Scss/modules/_features.scss */
  .zone-features {
    height: auto;
  }

  /* line 366, ../../Scss/modules/_features.scss */
  .zone-slide-bg {
    position: static;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 372, ../../Scss/modules/_features.scss */
  .zone-features {
    height: auto;
  }

  /* line 375, ../../Scss/modules/_features.scss */
  .zone-slide-bg {
    position: static;
  }
}
/* Campaign Landing pages */
/* line 3, ../../Scss/modules/_campaigns.scss */
.campaign-feature {
  poisition: relative;
  height: 550px;
  position: relative;
  overflow: hidden;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_campaigns.scss */
  .campaign-feature {
    height: auto;
  }
}
/* line 13, ../../Scss/modules/_campaigns.scss */
.campaign-feature .brand-logo {
  padding: 50px 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 13, ../../Scss/modules/_campaigns.scss */
  .campaign-feature .brand-logo {
    margin: 27px auto 35px;
    width: 260px;
  }
}

/* line 23, ../../Scss/modules/_campaigns.scss */
.campaign-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50%;
  width: 100%;
  height: auto;
  min-width: 1600px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 23, ../../Scss/modules/_campaigns.scss */
  .campaign-bg {
    height: 100%;
    width: auto;
  }
}

/* line 38, ../../Scss/modules/_campaigns.scss */
.campaign-text-panel {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 138px;
  left: 0;
  height: 224px;
  border-radius: 3px;
  text-align: left;
  padding: 40px 54px;
  margin: 0;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 38, ../../Scss/modules/_campaigns.scss */
  .campaign-text-panel {
    position: static;
    width: 270px;
    padding: 15px 15px 27px;
    height: auto;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 38, ../../Scss/modules/_campaigns.scss */
  .campaign-text-panel {
    height: 263px;
    padding: 20px;
  }
}
/* line 65, ../../Scss/modules/_campaigns.scss */
.with-form .campaign-text-panel {
  width: 534px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 65, ../../Scss/modules/_campaigns.scss */
  .with-form .campaign-text-panel {
    width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 65, ../../Scss/modules/_campaigns.scss */
  .with-form .campaign-text-panel {
    width: 388px;
  }
}
/* line 80, ../../Scss/modules/_campaigns.scss */
.campaign-text-panel h1 {
  font-size: 42px;
  font-size: 4.2rem;
  margin: 0 0 0.75em;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 80, ../../Scss/modules/_campaigns.scss */
  .campaign-text-panel h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 80, ../../Scss/modules/_campaigns.scss */
  .campaign-text-panel h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  /* line 94, ../../Scss/modules/_campaigns.scss */
  .with-form .campaign-text-panel h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 104, ../../Scss/modules/_campaigns.scss */
.campaign-text-panel p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 104, ../../Scss/modules/_campaigns.scss */
  .campaign-text-panel p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
/* line 114, ../../Scss/modules/_campaigns.scss */
.campaign-text-panel .button, .campaign-text-panel .button-lite, .campaign-text-panel .sign-in-button {
  padding: 0 25px;
}

/* line 121, ../../Scss/modules/_campaigns.scss */
.campaign-form {
  position: absolute;
  top: 138px;
  right: 0;
  background-color: #eff4f9;
  background-color: rgba(235, 241, 248, 0.8);
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 121, ../../Scss/modules/_campaigns.scss */
  .campaign-form {
    position: static;
    margin-bottom: 27px;
  }
}

/* line 135, ../../Scss/modules/_campaigns.scss */
.campaign-feature .widget-intro {
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 135, ../../Scss/modules/_campaigns.scss */
  .campaign-feature .widget-intro {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* line 144, ../../Scss/modules/_campaigns.scss */
.campaign-panels {
  padding: 32px 0;
}

/* line 155, ../../Scss/modules/_campaigns.scss */
.campaign-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  float: left;
  width: 306px;
  padding: 30px 15px;
  margin-left: 30px;
  text-align: left;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 165, ../../Scss/modules/_campaigns.scss */
.campaign-panel:first-child {
  margin: 0;
}
/* line 169, ../../Scss/modules/_campaigns.scss */
.campaign-panel h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 155, ../../Scss/modules/_campaigns.scss */
  .campaign-panel {
    float: none;
    width: 300px;
    padding: 30px 15px 20px;
    margin: 0 0 27px 0;
    height: auto !important;
  }
  /* line 180, ../../Scss/modules/_campaigns.scss */
  .campaign-panel:first-child {
    margin: 0 0 27px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 155, ../../Scss/modules/_campaigns.scss */
  .campaign-panel {
    float: none;
    width: 748px;
    padding: 30px 30px 20px;
    margin: 0 0 30px 0;
    height: auto !important;
  }
  /* line 192, ../../Scss/modules/_campaigns.scss */
  .campaign-panel:first-child {
    margin: 0 0 30px 0;
  }
}

/* sticky footer */
/* line 205, ../../Scss/modules/_campaigns.scss */
.campaign,
.campaign body {
  height: 100%;
  background: #ebf1f8;
}

/* line 211, ../../Scss/modules/_campaigns.scss */
.campaign-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -84px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 211, ../../Scss/modules/_campaigns.scss */
  .campaign-wrapper {
    margin-bottom: 0;
  }
}

/* line 222, ../../Scss/modules/_campaigns.scss */
.campaign-wrapper:after {
  content: "";
  display: block;
  height: 84px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 222, ../../Scss/modules/_campaigns.scss */
  .campaign-wrapper:after {
    height: auto;
  }
}

/* footer layout */
/* line 238, ../../Scss/modules/_campaigns.scss */
.campaign-footer {
  background: #003479;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  height: 84px;
  min-width: 978px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 238, ../../Scss/modules/_campaigns.scss */
  .campaign-footer {
    height: auto;
    padding: 14px 0 27px;
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 238, ../../Scss/modules/_campaigns.scss */
  .campaign-footer {
    height: auto;
    padding: 20px 0;
    min-width: 0;
  }
}
/* line 259, ../../Scss/modules/_campaigns.scss */
.campaign-footer .copyright {
  line-height: 84px;
  height: 84px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 259, ../../Scss/modules/_campaigns.scss */
  .campaign-footer .copyright {
    line-height: inherit;
    height: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 259, ../../Scss/modules/_campaigns.scss */
  .campaign-footer .copyright {
    line-height: inherit;
    height: auto;
    text-align: center;
  }
}

/* line 279, ../../Scss/modules/_campaigns.scss */
.campaign-social {
  position: absolute;
  left: 336px;
  top: 15px;
  height: 54px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 279, ../../Scss/modules/_campaigns.scss */
  .campaign-social {
    position: static;
  }
  /* line 292, ../../Scss/modules/_campaigns.scss */
  .campaign-social ul {
    margin: 0 0 27px 0;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 279, ../../Scss/modules/_campaigns.scss */
  .campaign-social {
    position: static;
  }
  /* line 301, ../../Scss/modules/_campaigns.scss */
  .campaign-social ul {
    margin: 0 0 30px 221px;
    padding: 20px 0;
  }
}

/* line 311, ../../Scss/modules/_campaigns.scss */
.campaign-social li {
  float: left;
  width: 54px;
  margin-left: 30px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 311, ../../Scss/modules/_campaigns.scss */
  .campaign-social li {
    margin-left: 28px;
  }
}
/* line 320, ../../Scss/modules/_campaigns.scss */
.campaign-social li:first-child {
  margin: 0;
}

/* line 325, ../../Scss/modules/_campaigns.scss */
.campaign-social li a {
  display: block;
  height: 54px;
}

/* line 330, ../../Scss/modules/_campaigns.scss */
.campaign-footer-nav {
  position: absolute;
  right: 0;
  top: 35px;
  text-align: right;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 330, ../../Scss/modules/_campaigns.scss */
  .campaign-footer-nav {
    position: static;
    text-align: center;
    clear: both;
    padding: 30px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 330, ../../Scss/modules/_campaigns.scss */
  .campaign-footer-nav {
    position: static;
    text-align: center;
    clear: both;
    padding: 30px 0 15px;
  }
}
/* line 354, ../../Scss/modules/_campaigns.scss */
.campaign-footer-nav a {
  color: #fff;
  display: inline-block;
  line-height: 20px;
}
/* line 358, ../../Scss/modules/_campaigns.scss */
.campaign-footer-nav a:before {
  color: #3B6EA9;
  padding: 0 8px 0 5px;
  content: "|";
}
/* line 364, ../../Scss/modules/_campaigns.scss */
.campaign-footer-nav a.campaign-phone {
  padding-left: 22px;
  background-image: url(/images/ic-form-phone.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left 2px;
}
/* line 372, ../../Scss/modules/_campaigns.scss */
.no-svg .campaign-footer-nav a.campaign-phone {
  background-image: url(/images/ic-form-phone.png);
}
/* line 376, ../../Scss/modules/_campaigns.scss */
.campaign-footer-nav a.campaign-phone:before {
  color: #3B6EA9;
  padding: 0;
  content: "";
}

/* services panels */
/* line 3, ../../Scss/modules/_landings.scss */
.landing-services {
  background: #ebf1f8;
  padding: 60px 0 30px;
  min-width: 978px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 8, ../../Scss/modules/_landings.scss */
.landing-services .banner-ad {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/modules/_landings.scss */
  .landing-services {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_landings.scss */
  .landing-services {
    min-width: 0;
  }
}

/* line 23, ../../Scss/modules/_landings.scss */
.consumer-site-banner {
  border: 2px solid #d0d2d6;
  border-radius: 3px;
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  /* Smartphones (portrait and landscape) */
}
/* line 31, ../../Scss/modules/_landings.scss */
.consumer-site-banner h2 {
  color: #307fbf;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 15px 0 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 23, ../../Scss/modules/_landings.scss */
  .consumer-site-banner {
    padding: 20px;
  }
  /* line 41, ../../Scss/modules/_landings.scss */
  .consumer-site-banner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* line 52, ../../Scss/modules/_landings.scss */
.landing-arrow-list article {
  float: left;
  width: 474px;
  margin: 0 0 30px 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 57, ../../Scss/modules/_landings.scss */
.landing-arrow-list article a {
  color: #fff;
  display: block;
  border-radius: 3px;
  padding: 15px 54px 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/images/raquo.svg);
  background-position: 444px center;
  background-repeat: no-repeat;
  background-color: #307fbf;
}
/* line 70, ../../Scss/modules/_landings.scss */
.landing-arrow-list article a:hover {
  background-color: #4f98d3;
}
/* line 74, ../../Scss/modules/_landings.scss */
.no-svg .landing-arrow-list article a {
  background-image: url(/images/raquo.png);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 52, ../../Scss/modules/_landings.scss */
  .landing-arrow-list article {
    width: 300px;
    margin: 0 0 10px 0;
  }
  /* line 84, ../../Scss/modules/_landings.scss */
  .landing-arrow-list article a {
    background-position: 275px center;
    padding: 20px 30px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 52, ../../Scss/modules/_landings.scss */
  .landing-arrow-list article {
    width: 364px;
    margin: 0 0 20px 20px;
  }
  /* line 96, ../../Scss/modules/_landings.scss */
  .landing-arrow-list article a {
    background-position: 334px center;
    padding: 20px 44px 20px 20px;
  }
}

/* solutions panels */
/* line 112, ../../Scss/modules/_landings.scss */
.landing-solutions {
  padding: 60px 0;
}
/* line 115, ../../Scss/modules/_landings.scss */
.landing-solutions .banner-ad {
  margin-top: 30px;
}

/* line 124, ../../Scss/modules/_landings.scss */
.landing-icon-list article {
  float: left;
  width: 306px;
  margin: 0 0 30px 30px;
  text-align: center;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 130, ../../Scss/modules/_landings.scss */
.landing-icon-list article a {
  color: #003479;
  display: block;
  border-radius: 3px;
  padding: 15px 15px 20px;
  background-color: #ebf1f8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 138, ../../Scss/modules/_landings.scss */
.landing-icon-list article a:hover {
  background-color: #d8e4f1;
}
/* line 143, ../../Scss/modules/_landings.scss */
.landing-icon-list article img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 124, ../../Scss/modules/_landings.scss */
  .landing-icon-list article {
    width: 300px;
    margin: 0 0 10px 0;
  }
  /* line 152, ../../Scss/modules/_landings.scss */
  .landing-icon-list article a {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 124, ../../Scss/modules/_landings.scss */
  .landing-icon-list article {
    width: 364px;
    margin: 0 0 20px 20px;
  }
  /* line 163, ../../Scss/modules/_landings.scss */
  .landing-icon-list article a {
    padding: 20px;
  }
  /* line 167, ../../Scss/modules/_landings.scss */
  .landing-icon-list article.wide {
    width: 748px;
  }
}
/* line 175, ../../Scss/modules/_landings.scss */
.landing-icon-list article .cta {
  margin: 10px 0 0 0;
}

/* landing-intro */
/* line 183, ../../Scss/modules/_landings.scss */
.landing-intro {
  background: #307fbf;
  color: #fff;
  padding: 30px 0;
  min-width: 978px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 183, ../../Scss/modules/_landings.scss */
  .landing-intro {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 183, ../../Scss/modules/_landings.scss */
  .landing-intro {
    min-width: 0;
  }
}
/* line 197, ../../Scss/modules/_landings.scss */
.landing-intro .widget {
  float: left;
}

/* line 202, ../../Scss/modules/_landings.scss */
.landing-intro-text {
  float: left;
  width: 642px;
  margin-right: 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 202, ../../Scss/modules/_landings.scss */
  .landing-intro-text {
    width: 300px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 202, ../../Scss/modules/_landings.scss */
  .landing-intro-text {
    width: 428px;
    margin-right: 20px;
  }
}

/* line 220, ../../Scss/modules/_landings.scss */
.landing-intro-text h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3em;
}

/* For Campaign Landing pages see _camapigns.scss */
/* listing general */
/* line 4, ../../Scss/modules/_listings.scss */
.listing-general {
  margin: 50px 0;
}

/* line 8, ../../Scss/modules/_listings.scss */
.listing-general article {
  margin: 30px 0;
}
/* line 12, ../../Scss/modules/_listings.scss */
.listing-general article img {
  float: left;
  width: 222px;
  margin-right: 15px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 12, ../../Scss/modules/_listings.scss */
  .listing-general article img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
/* line 25, ../../Scss/modules/_listings.scss */
.listing-general article div {
  margin-left: 237px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 25, ../../Scss/modules/_listings.scss */
  .listing-general article div {
    margin-left: 0;
  }
}
/* line 33, ../../Scss/modules/_listings.scss */
.listing-general article h2 {
  margin: 0 0 0.4em -5px;
}

/* line 39, ../../Scss/modules/_listings.scss */
.listing-item {
  display: block;
  color: #003479;
  padding: 15px;
  background: #f3f4f5;
  border-radius: 3px;
}
/* line 46, ../../Scss/modules/_listings.scss */
.listing-item:hover {
  background: #ebecee;
  color: #ee780b;
}

/* line 52, ../../Scss/modules/_listings.scss */
.listing-grid {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 58, ../../Scss/modules/_listings.scss */
.listing-grid article {
  width: 306px;
  float: left;
  margin: 0 0 30px 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 63, ../../Scss/modules/_listings.scss */
.listing-grid article h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
/* line 67, ../../Scss/modules/_listings.scss */
.listing-grid article img {
  width: 123px;
  height: auto;
  float: left;
  margin: 5px 15px 15px 0;
}
/* line 74, ../../Scss/modules/_listings.scss */
.listing-grid article p {
  float: left;
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 58, ../../Scss/modules/_listings.scss */
  .listing-grid article {
    width: 300px;
    float: none;
    margin: 0 0 20px 0;
  }
  /* line 84, ../../Scss/modules/_listings.scss */
  .listing-grid article h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 88, ../../Scss/modules/_listings.scss */
  .listing-grid article p {
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 58, ../../Scss/modules/_listings.scss */
  .listing-grid article {
    width: 364px;
    margin: 0 0 20px 20px;
  }
}

/* featured resources */
/* line 105, ../../Scss/modules/_listings.scss */
.featured-resources {
  background: #307fbf;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  top: 4px;
  border-radius: 3px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 113, ../../Scss/modules/_listings.scss */
.featured-resources h2 {
  color: #fff !important;
}
/* line 117, ../../Scss/modules/_listings.scss */
.featured-resources article {
  width: 184px;
  margin-left: 30px;
  float: left;
  position: relative;
}
/* line 123, ../../Scss/modules/_listings.scss */
.featured-resources article:first-child {
  margin: 0;
}
/* line 128, ../../Scss/modules/_listings.scss */
.featured-resources a {
  display: block;
}
/* line 133, ../../Scss/modules/_listings.scss */
.featured-resources p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 10px 0 0 0;
}
/* line 142, ../../Scss/modules/_listings.scss */
.featured-resources a:hover p {
  color: #ee780b;
}
/* line 146, ../../Scss/modules/_listings.scss */
.featured-resources a:hover img {
  opacity: 0.8;
}
/* line 150, ../../Scss/modules/_listings.scss */
.featured-resources a:hover .video-play {
  opacity: 1;
}
/* line 155, ../../Scss/modules/_listings.scss */
.featured-resources img {
  width: 100%;
  height: auto;
}
/* line 160, ../../Scss/modules/_listings.scss */
.featured-resources span.video-play {
  position: absolute;
  z-index: 10;
  top: 42px;
  left: 65px;
  width: 54px;
  height: 54px;
  opacity: 0.75;
  background-image: url(/images/ic-movie.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 54px;
}
/* line 175, ../../Scss/modules/_listings.scss */
.no-svg .featured-resources span.video-play {
  background-image: url(/images/ic-movie.png);
  width: 54px;
  height: 54px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 184, ../../Scss/modules/_listings.scss */
  .featured-resources article {
    width: 270px;
    margin: 0 0 30px;
    float: none;
  }
  /* line 189, ../../Scss/modules/_listings.scss */
  .featured-resources article:first-child {
    margin-bottom: 30px;
  }
  /* line 194, ../../Scss/modules/_listings.scss */
  .featured-resources p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 198, ../../Scss/modules/_listings.scss */
  .featured-resources span.video-play {
    top: 74px;
    left: 108px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 207, ../../Scss/modules/_listings.scss */
  .featured-resources article {
    width: 226px;
    margin-left: 20px;
    vertical-align: top;
  }
  /* line 213, ../../Scss/modules/_listings.scss */
  .featured-resources span.video-play {
    top: 58px;
    left: 86px;
  }
}

/* zone listings */
/* line 224, ../../Scss/modules/_listings.scss */
.zone-featured {
  margin-bottom: 30px;
}

/* line 229, ../../Scss/modules/_listings.scss */
.listing-single {
  width: 306px;
  float: left;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 229, ../../Scss/modules/_listings.scss */
  .listing-single {
    width: 300px;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 229, ../../Scss/modules/_listings.scss */
  .listing-single {
    width: 364px;
  }
}
/* line 244, ../../Scss/modules/_listings.scss */
.listing-single .listing-item {
  color: #fff;
  margin-bottom: 30px;
}
/* line 248, ../../Scss/modules/_listings.scss */
.listing-single .listing-item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #ebf1f8;
}
/* line 253, ../../Scss/modules/_listings.scss */
.listing-single .listing-item p {
  margin-bottom: 0;
}
/* line 257, ../../Scss/modules/_listings.scss */
.listing-single .listing-item:hover {
  color: #ee780b;
}
/* line 263, ../../Scss/modules/_listings.scss */
.listing-single.listing-news {
  margin-right: 30px;
  /* Tablets (portrait and landscape) */
}
/* line 266, ../../Scss/modules/_listings.scss */
.listing-single.listing-news .listing-item {
  background-color: #307fbf;
}
/* line 269, ../../Scss/modules/_listings.scss */
.listing-single.listing-news .listing-item:hover {
  background-color: #296ca2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 263, ../../Scss/modules/_listings.scss */
  .listing-single.listing-news {
    margin-right: 20px;
  }
}
/* line 282, ../../Scss/modules/_listings.scss */
.listing-single.listing-event .listing-item {
  background-color: #000;
  background-image: url(/images/events-bg-small.png);
  background-repeat: no-repeat;
  background-position: right top;
}

/* line 296, ../../Scss/modules/_listings.scss */
.listing-single-wide {
  width: 642px;
  margin-bottom: 70px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 296, ../../Scss/modules/_listings.scss */
  .listing-single-wide {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 296, ../../Scss/modules/_listings.scss */
  .listing-single-wide {
    width: 748px;
  }
}
/* line 310, ../../Scss/modules/_listings.scss */
.listing-single-wide .listing-item {
  margin-bottom: 30px;
}
/* line 314, ../../Scss/modules/_listings.scss */
.listing-single-wide .listing-item h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
/* line 318, ../../Scss/modules/_listings.scss */
.listing-single-wide .listing-item img {
  float: left;
  width: 291px;
  height: auto;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 318, ../../Scss/modules/_listings.scss */
  .listing-single-wide .listing-item img {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
}
/* line 334, ../../Scss/modules/_listings.scss */
.listing-single-wide.with-image h3, .listing-single-wide.with-image p {
  margin-left: 321px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 334, ../../Scss/modules/_listings.scss */
  .listing-single-wide.with-image h3, .listing-single-wide.with-image p {
    margin-left: 0;
  }
}

/* line 347, ../../Scss/modules/_listings.scss */
.zone-solutions .landing-icon-list {
  width: 672px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 347, ../../Scss/modules/_listings.scss */
  .zone-solutions .landing-icon-list {
    width: 312px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 347, ../../Scss/modules/_listings.scss */
  .zone-solutions .landing-icon-list {
    width: 768px;
  }
}

/* listing docs */
/* line 365, ../../Scss/modules/_listings.scss */
.listing-docs .pagination {
  margin-top: 30px;
}

/* line 371, ../../Scss/modules/_listings.scss */
.listing-docs-item {
  border-top: 2px solid #f1f1f2;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 377, ../../Scss/modules/_listings.scss */
.listing-docs-item h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #307fbf !important;
  margin-bottom: 5px;
}
/* line 383, ../../Scss/modules/_listings.scss */
.listing-docs-item .date {
  margin-bottom: 0.6em;
}
/* line 387, ../../Scss/modules/_listings.scss */
.listing-docs-item .button:first-child, .listing-docs-item .button-lite:first-child, .listing-docs-item .sign-in-button:first-child {
  margin-right: 15px;
}
/* line 392, ../../Scss/modules/_listings.scss */
.listing-docs-item > a p {
  color: #7f848e;
}
/* line 398, ../../Scss/modules/_listings.scss */
.listing-docs-item > a:hover h2, .listing-docs-item > a:hover p {
  color: #ee780b !important;
}

/* pagination */
/* line 408, ../../Scss/modules/_listings.scss */
.page .pagination {
  background: #f1f1f2;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px;
}
/* line 416, ../../Scss/modules/_listings.scss */
.page .pagination p {
  float: left;
  margin: 0 15px 0 0;
}
/* line 421, ../../Scss/modules/_listings.scss */
.page .pagination li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  list-style-type: none;
  text-indent: 0;
}
/* line 429, ../../Scss/modules/_listings.scss */
.page .pagination a {
  background: #9a9ea6;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  float: left;
  text-align: center;
  color: #fff;
}
/* line 439, ../../Scss/modules/_listings.scss */
.page .pagination a:hover {
  color: #ee780b;
  background: #d0d2d6;
}
/* line 445, ../../Scss/modules/_listings.scss */
.page .pagination li.is-selected a {
  background: #ee780b;
}
/* line 448, ../../Scss/modules/_listings.scss */
.page .pagination li.is-selected a:hover {
  color: #fff;
}

/* listing filter */
/* line 457, ../../Scss/modules/_listings.scss */
.listing-filter {
  margin-bottom: 50px;
  margin-top: -2px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 457, ../../Scss/modules/_listings.scss */
  .listing-filter {
    width: 768px;
    margin: -34px 0 50px 20px;
    position: relative;
    padding-bottom: 30px;
  }
  /* line 468, ../../Scss/modules/_listings.scss */
  .listing-filter form:before,
  .listing-filter form:after {
    content: "";
    display: table;
  }
  /* line 473, ../../Scss/modules/_listings.scss */
  .listing-filter form:after {
    clear: both;
  }
  /* line 476, ../../Scss/modules/_listings.scss */
  .listing-filter form {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
  }
}
/* line 481, ../../Scss/modules/_listings.scss */
.listing-filter h3 {
  color: #78b0dd;
}
/* line 485, ../../Scss/modules/_listings.scss */
.listing-filter p {
  margin-bottom: 15px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  background: #ebf1f8;
  /* Tablets (portrait and landscape) */
}
/* line 493, ../../Scss/modules/_listings.scss */
.listing-filter p:hover {
  color: #ee780b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 485, ../../Scss/modules/_listings.scss */
  .listing-filter p {
    width: 354px;
    float: left;
    margin-right: 20px;
  }
}
/* line 504, ../../Scss/modules/_listings.scss */
.listing-filter input {
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 511, ../../Scss/modules/_listings.scss */
.listing-filter .count {
  color: #307fbf;
}

/* registered users only padlock icon */
/* line 519, ../../Scss/modules/_listings.scss */
.padlock {
  vertical-align: top;
  margin-left: 8px;
}

/* featured articles */
/* line 526, ../../Scss/modules/_listings.scss */
.featured-articles {
  position: relative;
  top: 4px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 526, ../../Scss/modules/_listings.scss */
  .featured-articles {
    top: 0;
    margin: 0 0 -50px;
  }
}
/* line 536, ../../Scss/modules/_listings.scss */
.featured-articles article {
  float: left;
  width: 300px;
  padding: 3px;
  margin-left: 30px;
  background: #f3f4f5;
  position: relative;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 536, ../../Scss/modules/_listings.scss */
  .featured-articles article {
    float: none;
    padding: 0;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 536, ../../Scss/modules/_listings.scss */
  .featured-articles article {
    width: 358px;
    margin-left: 20px;
  }
}
/* line 556, ../../Scss/modules/_listings.scss */
.featured-articles article:first-child {
  margin-left: 0;
}
/* line 560, ../../Scss/modules/_listings.scss */
.featured-articles .text-overlay {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 12px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  background: rgba(0, 52, 121, 0.5);
  position: absolute;
  bottom: 3px;
  color: #fff;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 560, ../../Scss/modules/_listings.scss */
  .featured-articles .text-overlay {
    width: 358px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 560, ../../Scss/modules/_listings.scss */
  .featured-articles .text-overlay {
    bottom: 0;
  }
}
/* line 581, ../../Scss/modules/_listings.scss */
.featured-articles img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 587, ../../Scss/modules/_listings.scss */
.featured-articles a:hover .text-overlay {
  color: #ee780b;
}

/* search listing */
/* line 595, ../../Scss/modules/_listings.scss */
.search-listing h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
}

/* line 601, ../../Scss/modules/_listings.scss */
.search-listing article + h2 {
  margin-top: 30px;
}

/* line 605, ../../Scss/modules/_listings.scss */
.search-listing h2 a {
  color: #003479;
  display: block;
  padding: 10px 15px 10px 45px;
  border-radius: 3px;
  background-color: #f3f4f5;
  background-image: url(/images/search.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
/* line 617, ../../Scss/modules/_listings.scss */
.search-listing h2 a span {
  position: absolute;
  font-weight: 400;
  top: 15px;
  right: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  background-image: url(/images/arrow-left-dark.png);
  background-repeat: no-repeat;
  background-position: right 6px;
}
/* line 631, ../../Scss/modules/_listings.scss */
.search-listing h2 a:hover {
  color: #ee780b;
}
/* line 634, ../../Scss/modules/_listings.scss */
.search-listing h2 a:hover span {
  background-image: url(/images/arrow-left-hilite.png);
}

/* line 643, ../../Scss/modules/_listings.scss */
.search-listing-item {
  border-top: 2px solid #f1f1f2;
  margin-top: 15px;
  padding-top: 15px;
}
/* line 649, ../../Scss/modules/_listings.scss */
.search-listing-item h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #ee780b !important;
  margin-bottom: 5px;
}
/* line 655, ../../Scss/modules/_listings.scss */
.search-listing-item .date {
  margin-bottom: 0.6em;
}
/* line 659, ../../Scss/modules/_listings.scss */
.search-listing-item .button:first-child, .search-listing-item .button-lite:first-child, .search-listing-item .sign-in-button:first-child {
  margin-right: 15px;
}
/* line 664, ../../Scss/modules/_listings.scss */
.search-listing-item > a p {
  color: #7f848e;
}
/* line 670, ../../Scss/modules/_listings.scss */
.search-listing-item > a:hover p {
  color: #ee780b !important;
}

/* line 676, ../../Scss/modules/_listings.scss */
.search-listing h2 + .search-listing-item {
  border-top: none;
  padding-top: 0;
}

/* events styling */
/* line 3, ../../Scss/modules/_events.scss */
.events-listing-intro {
  margin-bottom: 54px;
}
/* line 6, ../../Scss/modules/_events.scss */
.events-listing-intro img {
  width: 306px;
  height: auto;
  position: relative;
  top: 4px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 6, ../../Scss/modules/_events.scss */
  .events-listing-intro img {
    width: 300px;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 6, ../../Scss/modules/_events.scss */
  .events-listing-intro img {
    width: 300px;
    height: auto;
    float: none;
    margin: 0 0 20px 0;
  }
}

/* event filter */
/* line 28, ../../Scss/modules/_events.scss */
.events-filter {
  background: #f1f1f2;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 54px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 28, ../../Scss/modules/_events.scss */
  .events-filter {
    margin-bottom: 20px;
  }
}
/* line 40, ../../Scss/modules/_events.scss */
.events-filter h3 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  margin: 0 30px 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 40, ../../Scss/modules/_events.scss */
  .events-filter h3 {
    font-size: 18px;
    font-size: 1.8rem;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* line 52, ../../Scss/modules/_events.scss */
.events-filter p {
  float: left;
  margin: 0 30px 0 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 52, ../../Scss/modules/_events.scss */
  .events-filter p {
    float: none;
    clear: both;
    margin: 0 0 10px 0;
  }
}
/* line 63, ../../Scss/modules/_events.scss */
.events-filter input {
  vertical-align: baseline;
}
/* line 67, ../../Scss/modules/_events.scss */
.events-filter label {
  margin-left: 5px;
  vertical-align: baseline;
}

/* line 74, ../../Scss/modules/_events.scss */
.listing-events article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #f1f1f2;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 84, ../../Scss/modules/_events.scss */
  .listing-events article br {
    display: block;
  }
  /* line 88, ../../Scss/modules/_events.scss */
  .listing-events article .event-listing-teaser {
    clear: both;
    padding-top: 10px;
  }
}
/* line 94, ../../Scss/modules/_events.scss */
.listing-events article img {
  float: left;
  margin-right: 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 94, ../../Scss/modules/_events.scss */
  .listing-events article img {
    width: 105px;
    height: 105px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 94, ../../Scss/modules/_events.scss */
  .listing-events article img {
    width: 236px;
    height: 236px;
    margin-right: 20px;
  }
}
/* line 111, ../../Scss/modules/_events.scss */
.listing-events article h2 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
/* line 116, ../../Scss/modules/_events.scss */
.listing-events article .event-listing-details {
  font-weight: 600;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 116, ../../Scss/modules/_events.scss */
  .listing-events article .event-listing-details {
    font-size: 15px;
  }
}
/* line 124, ../../Scss/modules/_events.scss */
.listing-events article .button-lite, .listing-events article .sign-in-button {
  margin-right: 15px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 124, ../../Scss/modules/_events.scss */
  .listing-events article .button-lite, .listing-events article .sign-in-button {
    margin-right: 10px;
  }
}

/* event item page */
/* event feature */
/* line 138, ../../Scss/modules/_events.scss */
.event-feature {
  height: 400px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 145, ../../Scss/modules/_events.scss */
.event-feature img {
  width: 100%;
  height: auto;
  min-width: 1600px;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 154, ../../Scss/modules/_events.scss */
.event-feature .container, .event-feature .content, .event-feature .timeline-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -489px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 154, ../../Scss/modules/_events.scss */
  .event-feature .container, .event-feature .content, .event-feature .timeline-wrapper {
    margin-left: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 154, ../../Scss/modules/_events.scss */
  .event-feature .container, .event-feature .content, .event-feature .timeline-wrapper {
    margin-left: -374px;
  }
}

/* line 169, ../../Scss/modules/_events.scss */
.event-feature .feature-text-panel {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 54px;
  height: auto;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 169, ../../Scss/modules/_events.scss */
  .event-feature .feature-text-panel {
    width: 280px;
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 169, ../../Scss/modules/_events.scss */
  .event-feature .feature-text-panel {
    width: 582px;
  }
}

/* line 187, ../../Scss/modules/_events.scss */
.event-feature h1 {
  margin-bottom: 20px;
}

/* line 191, ../../Scss/modules/_events.scss */
p.event-feature-detail {
  font-weight: 400;
}
/* line 194, ../../Scss/modules/_events.scss */
p.event-feature-detail a {
  margin-left: 20px;
  /* Smartphones (portrait and landscape) */
}
/* line 197, ../../Scss/modules/_events.scss */
p.event-feature-detail a:hover {
  color: #f9c41e;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 194, ../../Scss/modules/_events.scss */
  p.event-feature-detail a {
    margin: 0;
    display: block;
  }
}

/* line 208, ../../Scss/modules/_events.scss */
.event-feature-ctas {
  margin-top: 30px;
  /* Smartphones (portrait and landscape) */
}
/* line 211, ../../Scss/modules/_events.scss */
.event-feature-ctas a:first-child {
  margin-right: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 208, ../../Scss/modules/_events.scss */
  .event-feature-ctas {
    margin-top: 20px;
  }
  /* line 218, ../../Scss/modules/_events.scss */
  .event-feature-ctas a {
    display: block;
    width: 250px;
  }
  /* line 222, ../../Scss/modules/_events.scss */
  .event-feature-ctas a:first-child {
    margin: 0 0 10px 0;
  }
}

/* line 231, ../../Scss/modules/_events.scss */
.event-item .sidebar {
  padding-top: 0;
}

/* line 236, ../../Scss/modules/_events.scss */
.event-sponsors {
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 236, ../../Scss/modules/_events.scss */
  .event-sponsors {
    margin-left: -12px;
    margin-bottom: 54px;
    width: 312px;
  }
}
/* line 245, ../../Scss/modules/_events.scss */
.event-sponsors article {
  float: left;
  width: 138px;
  margin: 0 0 30px 30px;
  /* Tablets (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 245, ../../Scss/modules/_events.scss */
  .event-sponsors article {
    width: 172px;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 245, ../../Scss/modules/_events.scss */
  .event-sponsors article {
    width: 144px;
    margin: 0 0 0 12px;
  }
}
/* line 262, ../../Scss/modules/_events.scss */
.event-sponsors h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 262, ../../Scss/modules/_events.scss */
  .event-sponsors h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 272, ../../Scss/modules/_events.scss */
.event-sponsors a:hover h3 {
  color: #ee780b;
}

/* events details tabs */
/* line 279, ../../Scss/modules/_events.scss */
.event-details {
  margin-bottom: 54px;
}

/* line 283, ../../Scss/modules/_events.scss */
.page .ui-tabs-nav {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

/* line 290, ../../Scss/modules/_events.scss */
.page .ui-tabs-nav li {
  margin-bottom: 0;
}

/* line 297, ../../Scss/modules/_events.scss */
.page .event-details-tabs li {
  float: left;
  margin: 0 0 0 4px;
  text-indent: 0;
  padding-left: 0;
  /* Smartphones (portrait and landscape) */
}
/* line 303, ../../Scss/modules/_events.scss */
.page .event-details-tabs li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 297, ../../Scss/modules/_events.scss */
  .page .event-details-tabs li {
    margin: 0 2px;
  }
  /* line 310, ../../Scss/modules/_events.scss */
  .page .event-details-tabs li:first-child {
    margin-left: 2px;
  }
}
/* line 316, ../../Scss/modules/_events.scss */
.page .event-details-tabs a {
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ebf1f8;
  padding: 10px 15px;
  border: 1px solid #ebf1f8;
  border-bottom: none;
  outline: none;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 1px;
  color: #307fbf;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 316, ../../Scss/modules/_events.scss */
  .page .event-details-tabs a {
    border-radius: 3px;
    top: 0px;
    margin-bottom: 4px;
    border: 1px solid #ebf1f8;
    width: 144px;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
  }
}
/* line 343, ../../Scss/modules/_events.scss */
.page .event-details-tabs a:hover {
  color: #ee780b;
}
/* line 349, ../../Scss/modules/_events.scss */
.page .event-details-tabs .ui-state-active a {
  background: #fff;
  color: #003479;
  border-color: #c5d7eb;
  position: relative;
  padding-bottom: 11px;
  bottom: -1px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 349, ../../Scss/modules/_events.scss */
  .page .event-details-tabs .ui-state-active a {
    bottom: 0px;
    padding-bottom: 6px;
  }
}

/* line 364, ../../Scss/modules/_events.scss */
article.ui-tabs-panel {
  border: 1px solid #c5d7eb;
  border-radius: 3px;
  border-top-left-radius: 0;
  padding: 30px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 364, ../../Scss/modules/_events.scss */
  article.ui-tabs-panel {
    padding: 12px;
  }
  /* line 373, ../../Scss/modules/_events.scss */
  article.ui-tabs-panel .button, article.ui-tabs-panel .button-lite, article.ui-tabs-panel .sign-in-button {
    display: block;
    width: 250px;
    margin: 0 0 12px 0;
  }
}

/* events overview tab */
/* line 384, ../../Scss/modules/_events.scss */
.event-overview-intro {
  border-bottom: 1px solid #f1f1f2;
  padding-bottom: 54px;
  margin-bottom: 30px;
}

/* line 390, ../../Scss/modules/_events.scss */
#event-overview .listing-events article {
  margin-top: 30px;
  border: none;
}

/* events agenda tab */
/* line 398, ../../Scss/modules/_events.scss */
#event-agenda h3 {
  position: relative;
  margin-bottom: 25px;
}
/* line 402, ../../Scss/modules/_events.scss */
#event-agenda h3 .button, #event-agenda h3 .button-lite, #event-agenda h3 .sign-in-button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 409, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs {
  border-bottom: 1px solid #c5d7eb;
  margin: 0;
  list-style-type: none;
}
/* line 415, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs li {
  float: left;
  margin: 0 30px 0 0;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 415, ../../Scss/modules/_events.scss */
  .page .event-agenda-tabs li {
    margin: 0 20px 0 0;
  }
}
/* line 427, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs a {
  color: #307fbf;
  outline: none;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 432, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs a:hover {
  color: #ee780b;
}
/* line 437, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs .ui-state-active {
  background: url(/images/arrow-event-days.png) no-repeat center bottom;
}
/* line 440, ../../Scss/modules/_events.scss */
.page .event-agenda-tabs .ui-state-active a {
  color: #003479;
}

/* line 446, ../../Scss/modules/_events.scss */
.event-day {
  padding: 20px 0;
}

/* line 450, ../../Scss/modules/_events.scss */
.event-time-slot {
  background: #f1f1f2;
  color: #727781;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 457, ../../Scss/modules/_events.scss */
.event-time-slot dt {
  float: left;
  width: 108px;
  margin: 0 30px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 457, ../../Scss/modules/_events.scss */
  .event-time-slot dt {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* line 470, ../../Scss/modules/_events.scss */
.event-time-slot dd {
  margin: 0 0 0 138px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 470, ../../Scss/modules/_events.scss */
  .event-time-slot dd {
    margin: 0;
  }
}
/* line 477, ../../Scss/modules/_events.scss */
.event-time-slot dd h4 {
  margin: 0;
}
/* line 482, ../../Scss/modules/_events.scss */
.event-time-slot .event-time-child {
  display: none;
}
/* line 486, ../../Scss/modules/_events.scss */
.event-time-slot .event-time-toggle {
  position: relative;
  top: -15px;
  color: #ee780b;
  cursor: pointer;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 486, ../../Scss/modules/_events.scss */
  .event-time-slot .event-time-toggle {
    top: -5px;
  }
}

/* line 498, ../../Scss/modules/_events.scss */
.dayLocation {
  margin-bottom: 0px !important;
}

/* event pop-ups */
/* line 503, ../../Scss/modules/_events.scss */
.event-popup-content {
  display: none;
  padding: 15px;
}
/* line 507, ../../Scss/modules/_events.scss */
.event-popup-content img {
  float: left;
  margin: 5px 30px 0 0;
  width: inherit;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 507, ../../Scss/modules/_events.scss */
  .event-popup-content img {
    float: none;
    margin: 5px 0 0 0;
  }
}
/* line 518, ../../Scss/modules/_events.scss */
.event-popup-content .event-sponsor-logo {
  width: 222px;
  float: left;
  height: 222px;
  background: #fff;
  margin-top: 5px;
  /* Smartphones (portrait and landscape) */
  /* Smartphones (portrait and landscape) */
}
/* line 525, ../../Scss/modules/_events.scss */
.event-popup-content .event-sponsor-logo span {
  padding: 15px;
  width: 221px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 518, ../../Scss/modules/_events.scss */
  .event-popup-content .event-sponsor-logo {
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 518, ../../Scss/modules/_events.scss */
  .event-popup-content .event-sponsor-logo {
    float: none;
    margin: 5px 0 0 0;
  }
}

/* line 541, ../../Scss/modules/_events.scss */
.event-popup-text {
  margin-left: 252px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 541, ../../Scss/modules/_events.scss */
  .event-popup-text {
    margin: 24px 0 0 0;
  }
}
/* line 548, ../../Scss/modules/_events.scss */
.event-popup-text h2 {
  color: #003479;
  margin-bottom: 5px;
}
/* line 553, ../../Scss/modules/_events.scss */
.event-popup-text h3 {
  color: #307fbf;
  margin-bottom: 1em;
}

/* event registration form pop-up */
/* line 560, ../../Scss/modules/_events.scss */
.register-form {
  color: #307fbf;
}
/* line 563, ../../Scss/modules/_events.scss */
.register-form:hover {
  color: #ee780b;
}

/* line 568, ../../Scss/modules/_events.scss */
.event-register-popup {
  width: 600px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 568, ../../Scss/modules/_events.scss */
  .event-register-popup {
    width: 100%;
  }
  /* line 574, ../../Scss/modules/_events.scss */
  .event-register-popup .button, .event-register-popup .button-lite, .event-register-popup .sign-in-button {
    width: 100% !important;
  }
}
/* line 579, ../../Scss/modules/_events.scss */
.event-register-popup h2 {
  background-color: #8cbce2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
}
/* line 595, ../../Scss/modules/_events.scss */
.event-register-popup .page-form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}
/* line 601, ../../Scss/modules/_events.scss */
.event-register-popup .page-form fieldset {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
}
/* line 608, ../../Scss/modules/_events.scss */
.event-register-popup .page-form fieldset p {
  margin-bottom: 0;
  float: none;
  width: auto;
}
/* line 615, ../../Scss/modules/_events.scss */
.event-register-popup .page-form fieldset p.radio-group {
  margin-bottom: 10px;
}
/* line 619, ../../Scss/modules/_events.scss */
.event-register-popup .page-form fieldset p#dietary-reqs-box {
  margin-top: 20px;
}
/* line 622, ../../Scss/modules/_events.scss */
.event-register-popup .page-form fieldset p#dietary-reqs-box textarea {
  width: 96% !important;
  padding-top: 10px;
}
/* line 632, ../../Scss/modules/_events.scss */
.event-register-popup .label-radio {
  display: inline;
  margin: 0 30px 0 5px;
  vertical-align: bottom;
}

/* line 639, ../../Scss/modules/_events.scss */
.event-time-slot-sessions {
  list-style-type: none !important;
  outline: 0;
  background-color: #003479;
  border-radius: 3px;
  padding: 10px 10px 0px 10px !important;
  margin-bottom: 10px !important;
  color: white;
  text-indent: 0 !important;
  border-radius: 3px;
  border: 0px solid white;
}
/* line 651, ../../Scss/modules/_events.scss */
.event-time-slot-sessions .font-bold {
  font-weight: bold;
}
/* line 655, ../../Scss/modules/_events.scss */
.event-time-slot-sessions .speaker-info {
  font-size: 10pt;
}
/* line 659, ../../Scss/modules/_events.scss */
.event-time-slot-sessions a {
  display: block;
  position: relative;
}
/* line 664, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li {
  outline: 0;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
}
/* line 669, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li div {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
/* line 674, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li div a {
  display: table-row;
  color: white;
  outline: 0;
  margin-bottom: 10px;
}
/* line 680, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li div a i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: 0;
}
/* line 689, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul {
  /*float: left;*/
  background: white;
  color: black;
  text-indent: 0 !important;
  padding-top: 8px;
  margin: 0px -10px -0px -10px;
}
/* line 697, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li:last-child {
  margin-bottom: 0px !important;
}
/* line 701, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li {
  padding: 10px !important;
  margin-bottom: 8px !important;
  border: 1px solid black;
  list-style: none;
}
/* line 708, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content {
  margin-top: 10px;
  display: none;
  font-size: 1.4rem;
}
/* line 714, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content-tab {
  vertical-align: top;
}
/* line 719, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content-tab div:nth-child(1) {
  width: auto;
}
/* line 722, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content-tab div:nth-child(1) img {
  width: 120px;
}
/* line 727, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content-tab div {
  display: table-cell;
  vertical-align: top;
  padding: 0px 5px 0px 0px;
  /*To do: review nesting*/
}
/* line 733, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-content-tab div p a {
  display: table-row;
  color: #ee780b;
  outline: 0;
  margin-bottom: 10px;
}
/* line 743, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-header {
  margin-bottom: 0px;
  vertical-align: middle;
}
/* line 746, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-header a {
  margin-bottom: 0px;
}
/* line 750, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-header div {
  vertical-align: middle;
  position: relative;
  font-size: 10pt;
  margin-bottom: 0px;
}
/* line 757, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-header h1, .event-time-slot-sessions li ul li div.session-header h2 {
  position: relative;
  color: black;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 3px;
}
/* line 765, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div.session-header h2 {
  font-size: 1.4rem;
  font-weight: 400;
}
/* line 773, ../../Scss/modules/_events.scss */
.event-time-slot-sessions li ul li div {
  display: table;
  width: 100%;
}
/* line 781, ../../Scss/modules/_events.scss */
.event-time-slot-sessions dt {
  display: table-cell;
  width: 108px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 781, ../../Scss/modules/_events.scss */
  .event-time-slot-sessions dt {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* line 794, ../../Scss/modules/_events.scss */
.event-time-slot-sessions dd {
  display: table-cell;
  vertical-align: middle;
  margin: 0 0 10px 138px;
  top: 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 794, ../../Scss/modules/_events.scss */
  .event-time-slot-sessions dd {
    margin: 0;
  }
}
/* line 804, ../../Scss/modules/_events.scss */
.event-time-slot-sessions dd h4 {
  margin: 0;
  margin-right: 40px;
}

/* line 811, ../../Scss/modules/_events.scss */
.icon-chevron-black-up {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjU2LDIxMy43TDI1NiwyMTMuN0wyNTYsMjEzLjdsMTc0LjIsMTY3LjJjNC4zLDQuMiwxMS40LDQuMSwxNS44LTAuMmwzMC42LTI5LjljNC40LTQuMyw0LjUtMTEuMywwLjItMTUuNUwyNjQuMSwxMzEuMQ0KCWMtMi4yLTIuMi01LjItMy4yLTguMS0zYy0zLTAuMS01LjksMC45LTguMSwzTDM1LjIsMzM1LjNjLTQuMyw0LjItNC4yLDExLjIsMC4yLDE1LjVMNjYsMzgwLjdjNC40LDQuMywxMS41LDQuNCwxNS44LDAuMkwyNTYsMjEzLjcNCgl6Ii8+DQo8L3N2Zz4NCg==");
}

/* line 815, ../../Scss/modules/_events.scss */
.icon-chevron-black-down {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjU2LDI5OC4zTDI1NiwyOTguM0wyNTYsMjk4LjNsMTc0LjItMTY3LjJjNC4zLTQuMiwxMS40LTQuMSwxNS44LDAuMmwzMC42LDI5LjljNC40LDQuMyw0LjUsMTEuMywwLjIsMTUuNUwyNjQuMSwzODAuOQ0KCWMtMi4yLDIuMi01LjIsMy4yLTguMSwzYy0zLDAuMS01LjktMC45LTguMS0zTDM1LjIsMTc2LjdjLTQuMy00LjItNC4yLTExLjIsMC4yLTE1LjVMNjYsMTMxLjNjNC40LTQuMywxMS41LTQuNCwxNS44LTAuMkwyNTYsMjk4LjMNCgl6Ii8+DQo8L3N2Zz4NCg==");
}

/* line 819, ../../Scss/modules/_events.scss */
.icon-chevron-white-down {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iTGF5ZXJfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHdpZHRoPSI1MTJweCIKICAgaGVpZ2h0PSI1MTJweCIKICAgdmlld0JveD0iMCAwIDUxMiA1MTIiCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iY2V2cm9uZG93bi13aGl0ZS5zdmciPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTMzNDMiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMzMzQxIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMTM4IgogICAgIGlkPSJuYW1lZHZpZXczMzM5IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxLjg5MjU3ODEiCiAgICAgaW5rc2NhcGU6Y3g9IjE5NC45NzIxNCIKICAgICBpbmtzY2FwZTpjeT0iMjU2IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPjxwYXRoCiAgICAgZD0iTTI1NiwyOTguM0wyNTYsMjk4LjNMMjU2LDI5OC4zbDE3NC4yLTE2Ny4yYzQuMy00LjIsMTEuNC00LjEsMTUuOCwwLjJsMzAuNiwyOS45YzQuNCw0LjMsNC41LDExLjMsMC4yLDE1LjVMMjY0LjEsMzgwLjkgIGMtMi4yLDIuMi01LjIsMy4yLTguMSwzYy0zLDAuMS01LjktMC45LTguMS0zTDM1LjIsMTc2LjdjLTQuMy00LjItNC4yLTExLjIsMC4yLTE1LjVMNjYsMTMxLjNjNC40LTQuMywxMS41LTQuNCwxNS44LTAuMkwyNTYsMjk4LjMgIHoiCiAgICAgaWQ9InBhdGgzMzM3IgogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmYiIC8+PC9zdmc+");
}

/* line 823, ../../Scss/modules/_events.scss */
.icon-chevron-white-up {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiCiAgIHZpZXdCb3g9IjAgMCA1MTIgNTEyIgogICBoZWlnaHQ9IjUxMnB4IgogICB3aWR0aD0iNTEycHgiCiAgIHk9IjBweCIKICAgeD0iMHB4IgogICBpZD0iTGF5ZXJfMSIKICAgdmVyc2lvbj0iMS4xIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGEzMzUyIj48cmRmOlJERj48Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZT48L2RjOnRpdGxlPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICAgIGlkPSJkZWZzMzM1MCIgLz48cGF0aAogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmYiCiAgICAgaWQ9InBhdGgzMzQ2IgogICAgIGQ9Ik0yNTYsMjEzLjdMMjU2LDIxMy43TDI1NiwyMTMuN2wxNzQuMiwxNjcuMmM0LjMsNC4yLDExLjQsNC4xLDE1LjgtMC4ybDMwLjYtMjkuOWM0LjQtNC4zLDQuNS0xMS4zLDAuMi0xNS41TDI2NC4xLDEzMS4xICBjLTIuMi0yLjItNS4yLTMuMi04LjEtM2MtMy0wLjEtNS45LDAuOS04LjEsM0wzNS4yLDMzNS4zYy00LjMsNC4yLTQuMiwxMS4yLDAuMiwxNS41TDY2LDM4MC43YzQuNCw0LjMsMTEuNSw0LjQsMTUuOCwwLjJMMjU2LDIxMy43ICB6IiAvPjwvc3ZnPg==");
}

/* line 827, ../../Scss/modules/_events.scss */
.icon-chevron-black-down,
.icon-chevron-black-up,
.icon-chevron-white-down,
.icon-chevron-white-up {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*Use SaSS functions to get dimensions*/
  width: 24px;
  height: 24px;
  line-height: 16px;
  /* Additional */
  background-size: contain;
  position: absolute;
  margin-top: -1.2rem;
  top: 50%;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-indent: -10000px;
  box-sizing: border-box;
}

/* line 850, ../../Scss/modules/_events.scss */
.checkbox-statement input[type=checkbox] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}
/* line 857, ../../Scss/modules/_events.scss */
.checkbox-statement label {
  border-left: 1px solid #c3c5ca;
  margin-left: 30px !important;
  padding-left: 15px;
}

/*.page required for specifity*/
/* line 868, ../../Scss/modules/_events.scss */
.page .event-list {
  position: relative;
  width: 610px;
  margin-left: -30px;
  list-style: none;
  padding-left: 0;
}
/* line 877, ../../Scss/modules/_events.scss */
.page .event-item {
  width: 275px;
  float: left;
  margin: 0 0 20px 30px;
  padding-left: 0;
  text-indent: 0;
}
/* line 884, ../../Scss/modules/_events.scss */
.page .event-item .event-item--title {
  margin-bottom: 0;
  color: #003479;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 890, ../../Scss/modules/_events.scss */
.page .event-item .event-item--credits {
  margin-bottom: 0;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 890, ../../Scss/modules/_events.scss */
  .page .event-item .event-item--credits {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 898, ../../Scss/modules/_events.scss */
.page .event-item .event-item--image {
  background: #fff;
  float: left;
  width: 100px;
  height: auto;
  margin-top: 3px;
}
/* line 906, ../../Scss/modules/_events.scss */
.page .event-item .event-item--logo {
  width: 100px;
  margin-top: 15px;
}
/* line 911, ../../Scss/modules/_events.scss */
.page .event-item .event-item--desc {
  margin: 12px 0 0 110px;
  line-height: 1.1em;
}
/* line 917, ../../Scss/modules/_events.scss */
.page .event-box {
  display: block;
  color: #727781;
  padding: 15px;
  min-height: 210px;
  background: #f3f4f5;
  border-radius: 3px;
  text-indent: 0;
}
/* line 927, ../../Scss/modules/_events.scss */
.page .event-box:hover {
  background: #ebecee;
}
/* line 930, ../../Scss/modules/_events.scss */
.page .event-box:hover .event-item--title {
  color: #ee780b;
}
/* line 935, ../../Scss/modules/_events.scss */
.page .event-box.no-link {
  cursor: default;
}
/* line 938, ../../Scss/modules/_events.scss */
.page .event-box.no-link:hover {
  background: #f3f4f5;
}
/* line 941, ../../Scss/modules/_events.scss */
.page .event-box.no-link:hover .event-item--title {
  color: #003479;
}
/* line 948, ../../Scss/modules/_events.scss */
.page .event--logo {
  display: table;
  background: #fff;
  height: 100px;
  text-align: center;
  float: left;
}
/* line 955, ../../Scss/modules/_events.scss */
.page .event--logo span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
/* line 961, ../../Scss/modules/_events.scss */
.page .event--logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
/* line 969, ../../Scss/modules/_events.scss */
.page .event--logo-large {
  height: 138px;
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 976, ../../Scss/modules/_events.scss */
  .page .event-list {
    width: 716px;
    margin-left: -20px;
  }
  /* line 981, ../../Scss/modules/_events.scss */
  .page .event-item {
    width: 332px;
    margin-left: 20px;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 990, ../../Scss/modules/_events.scss */
  .page .event-list {
    width: 274px;
    margin-left: 0;
  }
  /* line 995, ../../Scss/modules/_events.scss */
  .page .event-item {
    width: 274px;
    margin-left: 0;
  }

  /* line 1001, ../../Scss/modules/_events.scss */
  .event-item--desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1007, ../../Scss/modules/_events.scss */
.sessionPanel {
  padding: 30px;
}

/* line 1011, ../../Scss/modules/_events.scss */
fieldset[data-group] p {
  display: inline-block;
}

/* line 1015, ../../Scss/modules/_events.scss */
fieldset[data-group] p.form-hidden {
  display: none;
}

/* line 1019, ../../Scss/modules/_events.scss */
fieldset[data-group] p:nth-child(odd) {
  margin-right: 15px;
}

/* line 1023, ../../Scss/modules/_events.scss */
fieldset[data-group] {
  clear: both;
}

/* banner ads */
/* line 3, ../../Scss/modules/_banner-ads.scss */
.banner-ad {
  text-align: center;
}

/* line 7, ../../Scss/modules/_banner-ads.scss */
.banner-leaderboard {
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 7, ../../Scss/modules/_banner-ads.scss */
  .banner-leaderboard {
    display: none;
  }
}

/* line 13, ../../Scss/modules/_banner-ads.scss */
.banner-mobile-only {
  display: none;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 13, ../../Scss/modules/_banner-ads.scss */
  .banner-mobile-only {
    display: block;
  }
}

/* line 20, ../../Scss/modules/_banner-ads.scss */
.sidebar + .banner-ad {
  clear: both;
  padding-top: 50px;
}

/* add this  */
/* line 3, ../../Scss/modules/_add-this.scss */
.addthis-wrapper {
  clear: both;
  padding-top: 50px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
/* line 7, ../../Scss/modules/_add-this.scss */
.addthis-wrapper h4 {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 22px 30px 0 15px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 7, ../../Scss/modules/_add-this.scss */
  .addthis-wrapper h4 {
    float: none;
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 3, ../../Scss/modules/_add-this.scss */
  .addthis-wrapper {
    float: none;
    margin: 0 0 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 3, ../../Scss/modules/_add-this.scss */
  .addthis-wrapper {
    margin: 0 0 70px 0;
  }
}

/* line 33, ../../Scss/modules/_add-this.scss */
.addthis_toolbox {
  padding: 15px;
  background: #f3f4f5;
  border-radius: 3px;
}

/* contacts page and form */
/* line 3, ../../Scss/modules/_contacts.scss */
.contact-details {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 2px solid #f1f1f2;
}
/* line 11, ../../Scss/modules/_contacts.scss */
.contact-details div {
  width: 306px;
  float: left;
  margin-left: 30px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 11, ../../Scss/modules/_contacts.scss */
  .contact-details div {
    width: 300px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 11, ../../Scss/modules/_contacts.scss */
  .contact-details div {
    width: 364px;
    margin-left: 20px;
  }
}
/* line 28, ../../Scss/modules/_contacts.scss */
.contact-details div:first-child {
  margin-left: 0;
}
/* line 33, ../../Scss/modules/_contacts.scss */
.contact-details dl {
  margin-bottom: 30px;
}
/* line 37, ../../Scss/modules/_contacts.scss */
.contact-details dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #307fbf;
  margin: 0 0 0.5em 0;
}
/* line 44, ../../Scss/modules/_contacts.scss */
.contact-details dd {
  line-height: 1.3em;
}
/* line 48, ../../Scss/modules/_contacts.scss */
.contact-details div.contact-map {
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 48, ../../Scss/modules/_contacts.scss */
  .contact-details div.contact-map {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 48, ../../Scss/modules/_contacts.scss */
  .contact-details div.contact-map {
    width: 100%;
    margin-left: 0;
  }
}
/* line 61, ../../Scss/modules/_contacts.scss */
.contact-details div.contact-map iframe {
  width: 300px;
  height: 250px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 61, ../../Scss/modules/_contacts.scss */
  .contact-details div.contact-map iframe {
    width: 748px;
    height: 250px;
  }
}

/* line 82, ../../Scss/modules/_contacts.scss */
.page-form {
  background: #f1f1f2;
  border-radius: 3px;
  padding: 30px 30px 0;
  color: #727781;
  margin-bottom: 30px;
  /* Smartphones (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 82, ../../Scss/modules/_contacts.scss */
  .page-form {
    padding: 12px;
  }
}
/* line 93, ../../Scss/modules/_contacts.scss */
.page-form .is-required {
  color: #c02c18;
}
/* line 100, ../../Scss/modules/_contacts.scss */
.page-form fieldset p {
  margin-bottom: 30px;
  float: left;
  width: 276px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 100, ../../Scss/modules/_contacts.scss */
  .page-form fieldset p {
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 100, ../../Scss/modules/_contacts.scss */
  .page-form fieldset p {
    width: 329px;
  }
}
/* line 117, ../../Scss/modules/_contacts.scss */
.page-form fieldset p.left {
  margin-right: 30px;
}
/* line 121, ../../Scss/modules/_contacts.scss */
.page-form fieldset p.full {
  width: 100%;
}
/* line 125, ../../Scss/modules/_contacts.scss */
.page-form fieldset p.full-reduced-bottom-margin {
  width: 100%;
  margin-bottom: 5px;
}
/* line 132, ../../Scss/modules/_contacts.scss */
.page-form label {
  display: block;
  margin: 0 0 2px 0;
}
/* line 137, ../../Scss/modules/_contacts.scss */
.page-form label.label-checkbox {
  display: inline;
  vertical-align: bottom;
}
/* line 142, ../../Scss/modules/_contacts.scss */
.page-form input[type=text],
.page-form input[type=url],
.page-form input[type=tel],
.page-form input[type=number],
.page-form input[type=email],
.page-form input[type=password] {
  background-color: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 3px;
  height: 30px;
  line-height: 100%;
  padding: 0 5px 0 10px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 259px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 142, ../../Scss/modules/_contacts.scss */
  .page-form input[type=text],
  .page-form input[type=url],
  .page-form input[type=tel],
  .page-form input[type=number],
  .page-form input[type=email],
  .page-form input[type=password] {
    width: 314px;
  }
}
/* line 164, ../../Scss/modules/_contacts.scss */
.page-form textarea {
  background-color: #fff;
  border: 1px solid #e6e7e9;
  border-radius: 3px;
  height: 150px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 565px;
  padding: 0 5px 0 10px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 164, ../../Scss/modules/_contacts.scss */
  .page-form textarea {
    width: 259px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 164, ../../Scss/modules/_contacts.scss */
  .page-form textarea {
    width: 671px;
  }
}
/* line 186, ../../Scss/modules/_contacts.scss */
.page-form select {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 99%;
}
/* line 192, ../../Scss/modules/_contacts.scss */
.page-form input[type=submit] {
  width: 276px;
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 192, ../../Scss/modules/_contacts.scss */
  .page-form input[type=submit] {
    width: 329px;
  }
}

/* ============ TIMELINE ============= */
/* line 3, ../../Scss/modules/_timeline.scss */
.timeline {
  background-image: url(/images/timeline-bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}

/* line 11, ../../Scss/modules/_timeline.scss */
.timeline-wrapper {
  padding: 15px 0;
}

/* line 16, ../../Scss/modules/_timeline.scss */
.timelineContainer {
  border-left: 4px dotted #307fbf;
  margin: 20px auto;
  width: 100%;
  padding: 30px 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* line 27, ../../Scss/modules/_timeline.scss */
div.timelineToggle {
  float: right;
  margin-right: 0;
  white-space: nowrap;
}

/* line 33, ../../Scss/modules/_timeline.scss */
a.expandAll {
  color: #ccc;
  cursor: pointer;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 5px;
}

/* line 44, ../../Scss/modules/_timeline.scss */
a.expandAll:hover {
  color: #7DBADF;
  cursor: pointer;
}

/* line 49, ../../Scss/modules/_timeline.scss */
.timelineMajor {
  clear: left;
  float: left;
  margin: 0 0 12px;
  width: 624px;
}
/* line 55, ../../Scss/modules/_timeline.scss */
.timelineMajor h2 {
  background: url(/images/timeline_century_tick.png) left center no-repeat;
  cursor: pointer;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0;
  padding: 4px 4px 4px 50px;
}
/* line 63, ../../Scss/modules/_timeline.scss */
.timelineMajor h2 span {
  background: #307fbf;
  border-radius: 3px;
  color: #fff;
  line-height: 2em;
  padding: 3px 5px 1px;
}

/* line 74, ../../Scss/modules/_timeline.scss */
.timeline-marker-red span {
  background: #c02c18 !important;
}

/* line 78, ../../Scss/modules/_timeline.scss */
.timeline-marker-yellow span {
  background: #f9c41e !important;
}

/* line 82, ../../Scss/modules/_timeline.scss */
.timeline-marker-turq span {
  background: #57bbf4 !important;
}

/* line 86, ../../Scss/modules/_timeline.scss */
.timeline-marker-orange span {
  background: #ee780b !important;
}

/* line 90, ../../Scss/modules/_timeline.scss */
dl.timelineMinor {
  padding: 0;
  position: relative;
  width: 890px;
}
/* line 95, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dt {
  background: url(/images/timeline_decade_tick.png) left center no-repeat;
  clear: left;
  font-size: 24px;
  font-size: 2.4rem;
  list-style-type: none;
  line-height: 1.2em;
  margin: 0 0 15px;
  padding: 0 0 0 50px;
  white-space: nowrap;
}
/* line 104, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dt a {
  color: #003479;
  cursor: pointer;
}
/* line 108, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dt a.closed {
  color: #003479;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 0;
}
/* line 115, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dt a.open {
  color: #003479;
}
/* line 119, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dt a:hover {
  color: #ee780b;
}
/* line 125, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dd {
  margin: 0 0 30px 50px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 3px;
}
/* line 131, ../../Scss/modules/_timeline.scss */
dl.timelineMinor dd h3 {
  color: #FFF;
  clear: both;
  float: left;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}

/* line 147, ../../Scss/modules/_timeline.scss */
.timelineEvent p {
  line-height: 1.5em;
  margin: 6px 0 10px;
  width: 810px;
}

/* line 153, ../../Scss/modules/_timeline.scss */
.timelineEvent h4 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

/* line 160, ../../Scss/modules/_timeline.scss */
.timelineEvent blockquote {
  border-left: 2px solid #ccc;
  font-size: 1.8em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}

/* line 168, ../../Scss/modules/_timeline.scss */
.timelineEvent blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}

/* line 174, ../../Scss/modules/_timeline.scss */
.timelineEvent div.media {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}

/* line 180, ../../Scss/modules/_timeline.scss */
.timelineEvent .media img {
  border: 2px solid #000;
  margin: 0;
}

/* line 185, ../../Scss/modules/_timeline.scss */
.timelineEvent .media p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

/* line 191, ../../Scss/modules/_timeline.scss */
.timelineEvent .media a:link, .timelineEvent .media a:visited {
  color: #ab221b;
}

/* line 195, ../../Scss/modules/_timeline.scss */
.timelineEvent .media a:hover {
  color: #7DBADF;
}

/* Smartphones (landscape and portrait) ----------- */
@media screen and (max-width: 768px) {
  /* line 203, ../../Scss/modules/_timeline.scss */
  div.timelineToggle {
    float: none;
  }

  /* line 207, ../../Scss/modules/_timeline.scss */
  .timelineEvent div.media {
    display: none;
    float: none;
  }

  /* line 212, ../../Scss/modules/_timeline.scss */
  .timelineMinor dt {
    font-size: 1.2em;
    white-space: normal;
  }

  /* line 217, ../../Scss/modules/_timeline.scss */
  .timelineMinor dd h3 {
    font-size: 1em;
    white-space: normal;
  }

  /* line 225, ../../Scss/modules/_timeline.scss */
  .timelineMinor dd {
    margin-left: 20px;
    padding-left: 0;
    width: 100%;
  }

  /* line 231, ../../Scss/modules/_timeline.scss */
  .timelineEvent .media p {
    font-size: 1em;
  }

  /* line 235, ../../Scss/modules/_timeline.scss */
  dl.timelineMinor {
    float: none;
    max-width: 80%;
  }

  /* line 240, ../../Scss/modules/_timeline.scss */
  .timelineEvent p {
    float: none;
    width: 100%;
  }

  /* line 245, ../../Scss/modules/_timeline.scss */
  .timelineEvent blockquote {
    float: none;
    width: 200px;
    font-size: 1em;
  }
}
/* line 3, ../../Scss/modules/_list.scss */
.page ol.downloads-list {
  display: inline-block;
  margin-left: 0;
  list-style: none;
  color: #307fbf;
}
/* line 11, ../../Scss/modules/_list.scss */
.page ol.downloads-list > li {
  padding-top: 7px;
}
/* line 14, ../../Scss/modules/_list.scss */
.page ol.downloads-list > li > span {
  margin-right: 30px;
}
/* line 18, ../../Scss/modules/_list.scss */
.page ol.downloads-list > li > .button, .page ol.downloads-list > li > .button-lite, .page ol.downloads-list > li > .sign-in-button, .page ol.downloads-list > li > form {
  float: right;
  margin-top: -7px;
}

/*Include Defaqto overrides*/
/* Dynamic xform padding to table cell */
/* line 2, ../../Scss/_defaqto-override.scss */
#id_matrix tr > td {
  padding-bottom: 10px;
}

/* If there aren't enouch quick links in the footer the social media icons overlap the lower footer*/
/* line 7, ../../Scss/_defaqto-override.scss */
.quick-links > section {
  min-height: 120px;
}

/* Twitter feed styles */
/*  Required as a link with the class 'twitter-follow-button' when using the twitter widget will render a twitter button, same style just a different name 
 *  See here for more info: https://dev.twitter.com/docs/follow-button */
/* line 14, ../../Scss/_defaqto-override.scss */
.defaqto-twitter-follow-button {
  display: block;
  float: left;
  width: 138px;
  background: #307fbf;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  height: 46px;
  padding: 8px 0 0 0;
  position: relative;
}

/* line 30, ../../Scss/_defaqto-override.scss */
.defaqto-twitter-follow-button:hover {
  background: #ee780b;
}

/* line 34, ../../Scss/_defaqto-override.scss */
.defaqto-twitter-follow-button:active {
  left: 1px;
  top: 1px;
}

/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 40, ../../Scss/_defaqto-override.scss */
  .defaqto-twitter-follow-button {
    width: 108px;
  }
}
/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 46, ../../Scss/_defaqto-override.scss */
  .defaqto-twitter-follow-button {
    width: 300px;
    float: none;
    height: 36px;
    padding: 0;
    line-height: 36px;
    margin-top: 12px;
  }
}
/* line 57, ../../Scss/_defaqto-override.scss */
.twitter-panel {
  height: auto;
  overflow: hidden;
}

/* line 62, ../../Scss/_defaqto-override.scss */
.twitter-panel p {
  padding: 0px;
  margin: 0px;
}

/* line 67, ../../Scss/_defaqto-override.scss */
.twitter-panel article {
  height: auto;
}

/* line 71, ../../Scss/_defaqto-override.scss */
#twitter-widget-0 {
  width: 100% !important;
}

/*****/
/* Benefit Panel overrides */
/* Required as the panels can also be links and we don't want orange text here, 
 * margin-bottom required because if the text isn't as long as the image the panel below will encroach on the panel aboce */
/* line 79, ../../Scss/_defaqto-override.scss */
p.benefit-panel {
  color: #7f848e;
  margin-bottom: 60px;
}

/* Allows us to hide the pointer when no link has been defined on certain images (empty anchor tag still rendered in Episerver when URL not defined) */
/* line 85, ../../Scss/_defaqto-override.scss */
.no-pointer:hover {
  cursor: default;
}

/* line 89, ../../Scss/_defaqto-override.scss */
.widget form input[type=submit],
.engage-icon, .submit input[type=submit] {
  cursor: pointer;
}

/* Sidebar image overrides */
/* Required so that when the image widget and "call to action with image" widget are placed within the sidebar they will stretch to the width of the sidebar*/
/* line 96, ../../Scss/_defaqto-override.scss */
.sidebar .widget-image {
  width: 306px;
}

/* line 100, ../../Scss/_defaqto-override.scss */
.sidebar p.widget-image {
  width: 276px;
}

/* line 104, ../../Scss/_defaqto-override.scss */
.sidebar img.call-to-action {
  max-width: none;
  width: 306px;
}

/*****/
/* Call to action with image styles */
/* Don't think there was an example of this within the provided templates */
/* line 112, ../../Scss/_defaqto-override.scss */
div.call-to-action-wrapper {
  position: relative;
}

/* line 116, ../../Scss/_defaqto-override.scss */
.call-to-action {
  display: block;
}

/* line 120, ../../Scss/_defaqto-override.scss */
div.call-to-action {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

/* line 126, ../../Scss/_defaqto-override.scss */
img.call-to-action {
  max-width: 300px;
}

/*****/
/* Fogotten Password Panel Styles */
/* These are required for the Forgotten Password screens which we didn't have any examples off from S Group */
/* line 133, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel {
  background: white;
  border-radius: 3px;
  border-top-left-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 900;
  padding: 15px;
  width: 500px;
}

/* line 145, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel p.error-msg {
  color: #c02c18;
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 151, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel.is-error p.error-msg {
  display: block;
}

/* line 155, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel fieldset p {
  margin-bottom: 15px;
}

/* line 159, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel p.submit {
  text-align: right;
  margin-bottom: 4px;
}

/* line 164, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel label {
  float: left;
  width: 40px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-color: #57bbf4;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* line 177, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel .label-email {
  background-image: url(../images/ic-form-email.svg);
}

/* line 181, ../../Scss/_defaqto-override.scss */
.no-svg .forgotten-password-panel .label-email {
  background-image: url(../images/ic-form-email.png);
}

/* line 185, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel .label-password {
  background-image: url(../images/ic-form-password.svg);
}

/* line 189, ../../Scss/_defaqto-override.scss */
.no-svg .forgotten-password-panel .label-password {
  background-image: url(../images/ic-form-password.png);
}

/* line 193, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel input[type=text],
.forgotten-password-panel input[type=password] {
  background-color: #fff;
  border: 1px solid #a1c8e7;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 28px;
  line-height: 100%;
  float: left;
  padding: 0 5px 0 10px;
  width: 214px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 210, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel input[type=submit] {
  width: 110px;
}

/* line 214, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel a {
  color: #307fbf;
}

/* line 218, ../../Scss/_defaqto-override.scss */
.forgotten-password-panel a:hover {
  color: #ee780b;
}

/* line 222, ../../Scss/_defaqto-override.scss */
.forgotten-password-container {
  padding-top: 10px;
}

/* line 226, ../../Scss/_defaqto-override.scss */
.forgotten-password-container p {
  margin: 0px;
}

/*****/
/* Events Zone Panel colour override */
/* These are required so Marketting can have an event panel on the zone page without a background image*/
/* line 234, ../../Scss/_defaqto-override.scss */
.listing-single.listing-event .no-event-image {
  background-color: #307fbf;
}

/* line 238, ../../Scss/_defaqto-override.scss */
.listing-single.listing-event .no-event-image:hover {
  background-color: #296ca2;
}

/* line 242, ../../Scss/_defaqto-override.scss */
.listing-left {
  margin-right: 30px;
}

/*****/
/* Campaign Form Widget Overrides */
/* The s-group template assumes that we can amend the css class for the form widgets. We can't, they need to use the same markup in all places 
 * therefore we need to override the background colour and bottom margin here so it looks right when used on the campaign page*/
/* line 250, ../../Scss/_defaqto-override.scss */
.campaign-form .widget {
  background: inherit;
}

/* line 254, ../../Scss/_defaqto-override.scss */
.campaign-form .widget form {
  margin-bottom: 0px;
}

/*****/
/* Campaign Footer Override */
/* The phone number might not be displayed on the campaign footer like the template suggests, 
 * this override makes sure the pipe isn't displayed if there is no phone number*/
/* line 262, ../../Scss/_defaqto-override.scss */
.campaign-footer-nav a:first-child:before {
  content: "";
}

/*****/
/* search error message*/
/* No search error message provided by s-group */
/* line 269, ../../Scss/_defaqto-override.scss */
.search-error-msg {
  color: red;
  font-weight: bold;
}

/* add required star label*/
/* line 275, ../../Scss/_defaqto-override.scss */
.required:after {
  content: " *";
  color: red;
}

/* line 280, ../../Scss/_defaqto-override.scss */
.field-validation-error {
  color: red;
}

/* line 284, ../../Scss/_defaqto-override.scss */
.page-form input[type=submit], #cookiesdirective .button, #cookiesdirective .button-lite, #cookiesdirective .sign-in-button {
  cursor: pointer;
}

/* line 288, ../../Scss/_defaqto-override.scss */
.page-form select {
  height: 30px;
}

/* line 292, ../../Scss/_defaqto-override.scss */
.search-listing h2, .publication-button {
  cursor: pointer;
}

/* cursor override*/
/* line 297, ../../Scss/_defaqto-override.scss */
.no-pointer {
  cursor: none;
}

/* wide x-form*/
/* line 303, ../../Scss/_defaqto-override.scss */
.wide-x-form input[submit] {
  -webkit-appearance: none;
  border-radius: 30px;
  border: none;
  height: 30px;
  display: inline-block;
  padding: 0 15px;
  background: #ee780b;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.1s;
}

/* line 322, ../../Scss/_defaqto-override.scss */
.wide-x-form .orientationVertical {
  padding: 3px;
}

/* line 326, ../../Scss/_defaqto-override.scss */
.wide-x-form .orientationVertical legend {
  font-weight: bold;
}

/* line 330, ../../Scss/_defaqto-override.scss */
.form-checkboxlist {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

/* line 336, ../../Scss/_defaqto-override.scss */
.form-checkboxlist label, .form-checkboxlist input {
  float: left;
}

/* line 340, ../../Scss/_defaqto-override.scss */
.request-change {
  display: inline-block !important;
}

/* line 344, ../../Scss/_defaqto-override.scss */
#id_matrix textarea {
  width: auto;
}

/* line 348, ../../Scss/_defaqto-override.scss */
.star-ratings-header {
  background-color: #ECF1F8;
  margin: 0 auto;
  min-width: 1024px;
}

/* line 354, ../../Scss/_defaqto-override.scss */
.form-hidden {
  display: none;
}

/* line 357, ../../Scss/_defaqto-override.scss */
#matrixLogin .error-msg {
  color: red;
}

/* line 361, ../../Scss/_defaqto-override.scss */
.no-border-bottom {
  border-bottom: none;
}

/* line 365, ../../Scss/_defaqto-override.scss */
#star-ratings-frame {
  min-width: 978px;
  /* Smartphones (portrait and landscape) */
  /* Tablets (portrait and landscape) */
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 365, ../../Scss/_defaqto-override.scss */
  #star-ratings-frame {
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 365, ../../Scss/_defaqto-override.scss */
  #star-ratings-frame {
    min-width: 0;
  }
}

/* line 379, ../../Scss/_defaqto-override.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 385, ../../Scss/_defaqto-override.scss */
sup {
  top: -0.5em;
}

/* line 388, ../../Scss/_defaqto-override.scss */
sub {
  bottom: -0.25em;
}

/* line 392, ../../Scss/_defaqto-override.scss */
.agenda-table {
  width: 100%;
  margin-bottom: 40px;
}

/* line 397, ../../Scss/_defaqto-override.scss */
.agenda-table tr {
  line-height: 30px;
}

/* line 401, ../../Scss/_defaqto-override.scss */
.agenda-table tr:first-child {
  color: #000;
  font-weight: bold;
}

/* line 406, ../../Scss/_defaqto-override.scss */
.agenda-table td {
  border: 1px solid #000;
  padding-left: 5px;
  text-align: left;
}

/*Include third-party styles*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../Scss/vendor/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../../Scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../../Scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../../Scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 1001000;
}

/* line 41, ../../Scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../../Scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../../Scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../../Scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../../Scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../../Scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../../Scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../../Scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

/* line 82, ../../Scss/vendor/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../../Scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../../Scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../../Scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../../Scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../../Scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../../Scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../../Scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../../Scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../../Scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../../Scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../../Scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../../Scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../../Scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../../Scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10005;
  background: url("/images/fancybox/fancybox_overlay.png");
}

/* line 190, ../../Scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../../Scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../../Scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../../Scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../../Scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../../Scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../../Scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../../Scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../../Scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../../Scss/vendor/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../../Scss/vendor/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
