@charset "UTF-8";
/* Highlighting */
::selection {
  background: #fff2a8; }

::-moz-selection {
  background: #fff2a8; }

/* Colors */
.white {
  color: #fff; }

.black {
  color: #000; }

/* Design */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.btn {
  white-space: normal; }

/* Lists */
.textstrong {
  font-weight: 600; }

ol {
  list-style: decimal; }

ul {
  list-style: square; }

ul.styled {
  list-style: none;
  color: #999;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 200; }

ul.styled > li:before {
  content: "»";
  margin-right: 10px; }

/* Blockquotes */
blockquote {
  background: #f1f1f1;
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  border-left: 5px solid #ddd;
  border-right: 5px solid #afd9f9;
  box-shadow: 0 0 15px #ccc; }

blockquote p {
  color: #666;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.5px; }

/* Links */
a {
  text-decoration: none;
  color: #9BB5D4; }

a:hover, a:active, a:focus {
  color: #bec2d2;
  text-shadow: none;
  text-decoration: none; }

/* Spacing */
.art_pad {
  padding-top: 20px;
  padding-bottom: 40px; }

.pad_v_0 {
  padding-top: 0;
  padding-bottom: 0; }

.pad_v_10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad_v_20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad_v_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_v_40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad_h_0 {
  padding-left: 0;
  padding-right: 0; }

.pad_h_10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad_h_20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad_h_30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad_h_40 {
  padding-left: 40px;
  padding-right: 40px; }

.pad_h_50 {
  padding-left: 50px;
  padding-right: 50px; }

.mar_h_0 {
  margin-left: 0;
  margin-right: 0; }

.mar_h_10 {
  margin-left: 10px;
  margin-right: 10px; }

.mar_h_20 {
  margin-left: 20px;
  margin-right: 20px; }

.mar_h_30 {
  margin-left: 30px;
  margin-right: 30px; }

.mar_h_40 {
  margin-left: 40px;
  margin-right: 40px; }

.mar_v_0 {
  margin-top: 0;
  margin-bottom: 0; }

.mar_v_10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mar_v_20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mar_v_30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mar_v_40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mar_neg_r_50 {
  margin-right: -50px; }

.mar_neg_l_50 {
  margin-left: -50px; }

/* Layout */
body {
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0px; }

#footer {
  background: transparent;
  padding: 30px 0; }

/* Design Elements */
.tiny-badge {
  background: #c4282c;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px !important;
  display: inline-block;
  margin-right: 15px; }

.tiny-badge-light {
  background: #FFF;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  color: #777; }

/* Navbar */
.navbar {
  background: #323232;
  border: none;
  margin-bottom: 0; }

.navbar-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }

.navbar .navbar-nav > li > a {
  color: #fff;
  padding: 10px 20px; }

.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 3px solid #FFF; }

.navbar-nav {
  float: none;
  margin: 0;
  text-align: center; }

.nav-logo {
  background: #FFF;
  /*width: 450px;*/
  display: inline-block;
  margin: 0px 0;
  padding: 0; }

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 20px;
  right: 20px; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent; }

/* Subnav */
.subnav {
  background: #f2f2f2;
  z-index: 4000; }

.subnav.affix {
  top: 0;
  width: 100%; }

.subnav-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }

.subnav .subnav-nav > li > a.collapsed {
  color: #FFF;
  background: #BBB;
  border-top: 1px solid #777; }

.subnav .subnav-nav > li > a.collapsed .fa {
  color: #777; }

.subnav .subnav-nav > li > a {
  background: #c4282c;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 12px 25px;
  margin: 15px;
  letter-spacing: 1px; }

.subnav .subnav-nav > li > a .fa {
  margin-right: 12px;
  color: #FFF;
  opacity: .5; }

.subnav .subnav-nav > li:hover > a,
.subnav .subnav-nav > li > a:focus {
  color: #FFF;
  opacity: 0.9; }

.subnav-nav {
  float: none;
  margin: 0;
  text-align: center; }

.subnav-logo {
  background: transparent;
  /*width: 450px;*/
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  width: 60px; }

/* Side Nav */
#sidebar .menu {
  font-size: 16px;
  margin: 20px;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff; }

#sidebar .menu li a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border-left: 3px solid transparent;
  display: block; }

#sidebar .menu li:nth-child(even) {
  background: transparent; }

#sidebar .menu li ul.sub-menu a {
  padding-left: 30px; }

#sidebar .menu li a:hover {
  border-left: 3px solid #bf0a0a;
  background: #f4f7f7; }

#sidebar .menu li.current_page_item > a {
  background: #fff;
  border-left: 3px solid #bf0a0a; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.tags {
  font-style: italic;
  color: #777;
  font-size: 12px; }

.widget {
  margin-bottom: 20px; }

/*** Carousel Fade alternative to slide  ***/
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .active {
  opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }

.carousel-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100%; }

.carousel-caption p {
  margin-bottom: 0;
  font-size: 130%;
  color: #fff; }

body.logged-in.admin-bar .navbar-fixed-top {
  top: 32px !important; }

textarea,
iframe,
iframe *,
.video-wrapper * {
  max-width: 100% !important; }

.center {
  text-align: center; }

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

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

.aligncenter,
.alignnone {
  display: block;
  margin: 10px auto; }

.borderbox {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0;
  width: 100%; }

.grad0 {
  width: 100%;
  max-width: 1800px; }

.grad1 {
  width: 100%;
  max-width: 1200px; }

.grad2 {
  width: 80%;
  max-width: 1000px; }

.grad3 {
  width: 60%;
  max-width: 800px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  color: #000; }

h1 {
  font-size: 28px;
  padding: 0 0 10px;
  line-height: 1.2em; }

h2 {
  font-size: 24px;
  padding: 0 0 5px; }

h2.subtitle {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #777;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
  padding-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 2px; }

h3 {
  font-size: 22px;
  padding: 0 0 5px; }

h4 {
  font-size: 20px;
  padding: 0 0 5px; }

h5 {
  font-size: 18px;
  padding: 0 0 5px; }

h6 {
  font-size: 16px;
  padding: 0 0 5px; }

p, .p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

.modal-dialog {
  margin-top: 200px; }

.top-bar {
  position: absolute;
  width: 100%;
  z-index: 5000; }

.top-bar p {
  height: 50px;
  background-color: #1DAEEB;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px; }

.site-logo {
  margin-right: 60px;
  max-width: 200px;
  float: right;}

.billboard {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  position: relative; }

#carouselExampleControls.billboard {
  height: auto;
}

#carouselExampleControls .carousel-inner>.carousel-item>img {
  height: auto;
}
/*
.billboard .over {
  background: $blue_trans;
  height: 500px;
}
*/
.billboard .content {
  position: absolute;
  bottom: 40px;
  left: 40px; }

.billboard .content img {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto; }

.billboard .content h2 {
  color: #000;
  font-size: 44px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding: 10px;
  background: rgba(255,255,255,0.8);
 }

.billboard .content p {
  color: #FFF;
  font-weight: 300;
  padding: 10px 30px 0;
  text-shadow: 2px 2px 10px rgba(0, 20, 74, 0.9); }

.billboard .badge {
  background: #9BB5D4;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  font-size: 36px; }

.featured-videos {
  padding: 50px; }

.featured-videos .item .information {
  border: none;
  padding: 15px 0px;
  margin-bottom: 20px; }
  .featured-videos .item .information .inner-info {
    min-height: 157px; }

body.single-forum .featured-videos .col-sm-4:nth-child(3n+1) {
  clear: both;
}

.forum-list .information {
  min-height: 200px; }

.gform_footer .gform_button {
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  border: 1px solid #9BB5D4;
  background: #9BB5D4;
  color: #fff;
  box-shadow: none;
}

.info-label {
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #b5b5b5;
  margin: 0;
  background: #2c2e2d;
  padding: 5px 20px;
  margin: 15px -20px -15px;
  text-transform: lowercase; }
  .info-label .fa {
    margin-left: 5px; }

.featured-videos .item h2 {
  padding: 0;
  color: #253254;
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;}

.featured-videos .item hr {
  padding: 0;
  margin: 0 auto 20px;
  border-top: none;
  border-bottom: 1px solid #9BB5D4;
  width: 40%;
  opacity: 0.3; }

.featured-videos .item h3 {
  padding: 0;
  color: #9BB5D4;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif; }

.featured-videos .item .btn {
  padding: 5px 10px;
  margin: 15px auto 0;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #FFF;
  width: 100%; }

.forum-list .item .information {
  min-height: 293px;
}

.forum-list .item:nth-child(3n+1) .information {
  background-image: url('/wp-content/uploads/Gray-BG.jpg');
}

.forum-list .item:nth-child(3n+2) .information {
  background-image: url('/wp-content/uploads/Blue-BG.jpg');
}

.forum-list .item:nth-child(3n+3) .information {
  background-image: url('/wp-content/uploads/Light-Blue-BG.jpg');
}

.forum-list .item h2 {
  text-align: center;
  margin: 20px 0;
  line-height: 26px;
  color: #fff;
}

.forum-list .item h2 span {
  font-size: 16px;
  font-style: italic;
}

.forum-list .item h3 {
  color: #fff;
  margin: 0 0 20px;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
}

.forum-list .info-ftitles h3:last-of-type() {
  margin-bottom: 0;
}

.forum-list .item hr {
  border-bottom: 2px solid #fff;
  opacity: 0.7;
  margin: 20px auto 25px;
}

.featured-quote {
  background: #CCDAE8;
  padding: 40px 100px 20px;
  margin-top: 20px;
  position: relative; }
  .featured-quote .badge {
    background: #2c2e2d;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    font-size: 36px; }

.featured-quote p {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #253254;
  line-height: 36px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 30px; }

.featured-quote h3 {
  padding: 0 30px 0 0;
  margin: 0 0 10px;
  color: #253254;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-align: right; }

.featured-quote h4 {
  padding: 0 30px 0 0;
  margin: 0 0 5px;
  color: #253254;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  text-align: right; }

.related-articles {
  padding: 50px;
  background: #CCDAE8;
  position: relative; }
  .related-articles .badge {
    background: #9BB5D4;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    font-size: 36px; }

.related-articles .item h2 {
  padding: 0 20px;
  margin: 0 0 20px;
  color: #253254;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 16px; }
  .related-articles .item h2 .fa {
    margin-left: -28px;
    margin-right: 5px; }

.related-articles .item p {
  padding: 0;
  margin: 0 0 20px;
  color: #2c2e2d;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }

.intro {
  background-image: url("//s3.amazonaws.com/fiat_wp/wp-content/uploads/river.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.intro .grad3 {
  max-width: 700px; }

.intro h1 {
  text-align: center;
  font-size: 55px;
  color: #FFF;
  margin: 350px 0 0;
  padding: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #333; }

.intro h6 {
  margin: 0 0 250px;
  color: #FFF;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  text-shadow: 1px 1px 3px #333; }

.signup {
  background: #E7E7E9; }

.related-articles h4 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #253254;
  line-height: 36px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  margin: 0 0 30px; }

.social-side {
  margin-right: 60px;
  text-align: right; }
  .social-side .fa {
    height: 30px;
    width: 30px;
    background: #9BB5D4;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 3px; }
  .social-side .fa:hover {
    background: #777; }

.alert-main {
  margin: 0;
  border-radius: 0;
  background: #9BB5D4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4000;
  border: none; }
  .alert-main p {
    font-size: 16px;
    color: #fff; }
  .alert-main .close {
    color: #fff; }
  .alert-main a {
    color: #fff !important; }

.speakercard img {
  width: 100%; }
.speakercard:nth-child(3n+1) {
  clear: both; }

.featured-block_large {
  background: #FFF;
  padding: 50px; }

.featured-card_large {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 50px; }

.featured-card_large.alt {
  border-left: 3px solid #c4282c; }

.featured-block_large .card-banner,
.featured-card_large .card-banner {
  background: #c4282c;
  color: #FFF;
  font-size: 22px;
  padding: 10px 20px;
  position: absolute;
  top: -15px;
  text-transform: none; }

.featured-block_large h2,
.featured-card_large h2 {
  color: #323232;
  font-size: 40px; }

.featured-block_large h3,
.featured-card_large h3 {
  color: #777;
  font-size: 30px; }

.featured-block_large h4,
.featured-card_large h4 {
  color: #323232;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0px; }

.featured-block_large h6,
.featured-card_large h6 {
  color: #777;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 10px 0; }

.featured-block_large p,
.featured-card_large p {
  color: #323232;
  font-size: 18px;
  line-height: 1.6em; }

.featured-block_large .author,
.featured-card_large .author {
  color: #BBB;
  font-size: 16px; }

.featured-image_large img {
  width: 100%; }

.featured-image_large h6.sharecount {
  background: #9BB5D4;
  color: #FFF;
  padding: 8px 15px;
  position: absolute;
  bottom: 5px;
  right: -5px;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 10px 0; }

.featured-block_large .btn,
.featured-card_large .btn {
  background: transparent;
  color: #c4282c;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 20px;
  border: 3px solid #c4282c; }

.featured-block_large .btn .fa,
.featured-card_large .btn .fa {
  color: #c4282c;
  margin-left: 15px; }

.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  margin: 0 3px !important;
}

/* Content Entries */
.article-image_hero {
  margin-bottom: -400px; }

.article-content {
  display: inline-block;
  background: #FFF;
  padding: 50px 100px;
  border-top: 5px solid #BBB; }

.article-content h1 {
  font-size: 45px;
  color: #323232; }

.article-content .byline {
  font-size: 16px;
  color: #323232;
  padding: 30px 0; }

.article-sidebar {
  margin-top: 500px; }

#newsbar {
  background: #f2f2f2; }

.btn-newsbar {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: -1px auto 0;
  display: block; }

.newsbar-entry {
  padding: 20px 0; }

.nopad {
  padding: 0 !important; }

.side-navbar {
  height: 100vh;
  background: #2c2e2d;
  position: fixed;
  padding-top: 80px;
  margin-top: 0px;
  width: 25%; }
  .side-navbar p {
    font-size: 14px;
    text-align: right;
    margin: 15px 60px 0 0; }
    .side-navbar p a {
      color: #FFF;
      opacity: 0.3; }

.side-navbar ul.nav {
  margin: 30px 35px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.side-navbar ul.nav.subscribe {
  margin-top: 0; }

.side-navbar ul.nav li {
  display: block;
  text-align: right;
  padding: 8px 25px 16px;
  margin: 10px 0;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #393b3a;}

.side-navbar li a {
  color: #9BB5D4; }

.side-navbar li.menu-item-20 a,
.side-navbar li.menu-item-21 a,
.side-navbar li.subscribe a {
  letter-spacing: 1px;
  text-transform: uppercase !important; }

body.single-topic .side-navbar #menu-item-154 a {
  color: #FFF; }

body.single-forum .side-navbar #menu-item-155 a {
  color: #FFF; }

body.single-speaker .side-navbar #menu-item-168 a {
  color: #FFF; }

.side-navbar li.active a {
  color: #FFF; }

.side-navbar li:hover a {
  color: #FFF !important; }

#footer {
  /* This hides the default footer entity from view */
  display: none; }

.footer {
  background: #2c2e2d;
  height: 200px;
  padding: 50px 0;
  text-align: center; }
  .footer p {
    color: #FFF;
    font-size: 14px; }

.archive-title {
  padding: 15px 20px 15px;
  border-top: 1px solid #f2f2f2;
  background: #4b5671; }
  .archive-title h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px; }

.author-circle img {
  border-radius: 15px;
  border: 4px solid #bd942d; }

.author-bio {
  margin-top: 20px; }

.author-bio-meta h1 {
  margin: 20px 0 5px;
  padding: 0; }
.author-bio-meta .author-title {
  font-style: italic; }

#cardwrap {
  margin-top: 20px; }

#searchform {
  background: #CCDAE8;
  padding: 20px 0;
  margin-bottom: 10px;
  text-align: center; }
  #searchform #mainsearch {
    width: 100%; }

  #searchform .btn {
    background: #fff;
  }

.comment-form-comment label {
  display: none; }

#commentform .submit {
  background: #011649;
  border: 1px solid #011649;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px; }
  #commentform .submit:hover {
    background: #777;
    color: #fff; }

.post-author-byline {
  font-size: 20px;
  color: #f2f2f2; }
  .post-author-byline .name {
    font-weight: 700;
    color: #000; }
  .post-author-byline .posted-date {
    color: #c1c1c1;
    font-size: 16px; }

.load-more {
  text-align: center;
  padding: 0;
  margin: 0 0 30px; }
  .load-more a {
    color: #fff;
    border-radius: 15px;
    background: #4b5671;
    padding: 5px 20px; }

.fullwidth {
  max-width: 100%; }
  .fullwidth > .col-sm-9 {
    max-width: 900px;
    border-right: 1px solid #ddd; }
  .titlewrap h1 {
    color: #253254;
    margin: 20px 0 10px;
    font-size: 46px;
    letter-spacing: 0.02em;
    line-height: 56px;
    padding: 0 50px;}
  .titlewrap p {
    letter-spacing: 0.05em;
    color: #253254;
    line-height: 36px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    font-style: italic;
    padding: 0 50px;
    margin-bottom: 7px; }
    .titlewrap p.speakersmall {
      color: #9BB5D4;
      margin: 0 0 10px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 20px;
      font-family: 'Open Sans', sans-serif; }

body.single-video .titlewrap h1,
body.single-topic .titlewrap h1 {
  text-align: left; }

body.archive .featured-videos {
  padding: 30px; }
  body.archive .featured-videos .col-sm-4:nth-child(3n+1) {
    clear: both; }

.section-gallery ul {
  list-style: none;
  margin: 0 !important; }
  .section-gallery ul li {
    text-align: center; }
    .section-gallery ul li img {
      display: block;
      margin: 20px auto; }
    .section-gallery ul li p {
      padding: 10px 15px;
      font-size: 14px; }

.featured-videos .col-sm-6:nth-child(2n+1) {
  clear: both; }

.featured-videos .col-sm-6.aspeaker:nth-child(2n+1) {
  clear: none; }

.btn-blue {
  border: none;
  color: #9BB5D4;
  background: transparent;
  background: #2C2D2E;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 35px;
  letter-spacing: 0.3em; }
  .btn-blue:hover {
    background: #9BB5D4;
    color: #fff; }

#contentcontainer .btn-blue {
  padding: 14px 30px;
  font-size: 22px;
}

#contentcontainer .btn-blue img {
  float: right;
  height: 34px;
}

#readTranscript .btn {
  font-size: 16px;
}

.btn-center {
  margin: 10px auto;
  display: block; }
  .btn-center.mar_v_20 {
    margin: 20px auto; }

ul.attachment-group {
  list-style: none;
  padding-left: 20px; }
  ul.attachment-group li {
    margin-bottom: 6px; }
  ul.attachment-group .fa {
    margin-right: 10px; }

.title-center {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

.mar_down_20 {
  margin-bottom: 20px; }

.forum-box {
  padding: 20px;
  background: #eee; }
  .forum-box:nth-child(even) {
    background: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee; }
  .forum-box:last-child {
    border-bottom: 1px solid #eee; }
  .forum-box .speaker {
    font-size: 16px;
    margin-left: 20px; }
    .forum-box .speaker .fa {
      margin-right: 10px; }

.session-speaker {
  border: none;
  margin-bottom: 30px; }
  .session-speaker .col-sm-4 {
    padding: 0; }
  .session-speaker h3 {
    font-size: 16px;
    margin: 15px 0 10px;
    font-weight: 600; }
  .session-speaker p {
    font-size: 14px; }
  .session-speaker .info-label {
    margin: 0 -15px; }

.btn .fa {
  margin-right: 10px; }

.video-highlight-title {
  background: #CCDAE8;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px; }

h3.center {
  margin-top: 50px; }

.hr-blue hr {
  width: 100px;
  margin: 0 auto 20px;
  display: block;
  border-top: 1px solid #9BB5D4; }

.backtotop {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #9bb5d4;
  padding-top: 7px; }

.topic-nav {
  background-color: #fff !important;
}

.navbar-fixed-bottom {
  border-top: 5px solid #2c2e2d; }
/*
.mejs-controls div.mejs-time-rail {
  max-width: 61px; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  max-width: 51px; }
*/
#listenAudio p {
  font-size: 14px;
  margin: 25px 0 10px;
  text-align: center; }

.pullquote {
  border-top: 3px solid #9BB5D4;
  border-bottom: 3px solid #9BB5D4;
  padding: 20px 0; }
  .pullquote.quote-left {
    width: 55%;
    float: left;
    margin: 0 20px 20px 0; }
  .pullquote.quote-right {
    width: 55%;
    float: right;
    margin: 0 0 20px 20px; }
  .pullquote.quote-full {
    width: 100%;
    margin: 20px 0; }
  .pullquote p {
    margin: 0;
    color: #253254;
    font-size: 24px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    font-style: italic; }

.btn-shares .btn {
  border-left: 1px solid #fff;
}

.btn-shares a .btn {
  margin-left: -1px;
  border-radius: 0;}
.btn-shares a.radius-right .btn {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important; }

#searchwrap .fa {
  margin-right: 0; }

.form-select-set {
  width: 100% !important;
  height: 38px; }

.paginate-show-more {
  text-align: center; }
  .paginate-show-more a {
    display: inline-block;
    padding: .375rem 1rem;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    border: 1px solid #9BB5D4;
    color: #9BB5D4;
    background: transparent; }
    .paginate-show-more a:hover {
      background: #9BB5D4;
      color: #fff; }

#mc_embed_signup input.button {
  margin: 10px auto !important; }

#mc_embed_signup form {
  padding: 0 10px 10px !important; }

#mc_embed_signup input.email {
  width: 100% !important; }

.speaker-image-embed img {
  float: left;
  margin: 0 20px 20px 0; }

#speaker-letters {
  text-align: center; }
  #speaker-letters span {
    margin-right: 5px; }
    #speaker-letters span:hover {
      cursor: pointer; }

.aspeaker.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .pad_h_50, .titlewrap h1, .titlewrap p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-bar p {
    height: 100%;
    padding-bottom: 10px; }

  .mobile-logo {
    background: #2c2e2d;}

  .btn-print {
    margin-left: -5px !important;
  }

  .featured-videos .item .information .inner-info {
    min-height: 1px;
  }

  .post-type-archive-forum #searchform .form-group,
  .post-type-archive-video #searchform .form-group,
  .post-type-archive-topic #searchform .form-group {
    margin: 0 auto;
    width: 75% !important;
  }

  .mobile-logo img {
    margin: 0 auto;
    display: block;
    padding: 10px 0; }

  #featured_video {
    height: 300px;
  }

  .billboard {
    background-size: cover;
    height: 200px; }

  .billboard .content {
    left: 0;
    bottom: 10px;
  }

  .billboard .content h2 {
    font-size: 30px;
    margin: 0;
    padding: 10px;}

  .featured-videos {
    padding: 50px 0; }
    .featured-videos .item {
      margin-bottom: 20px; }

  .featured-quote {
    padding: 50px 10px; }

  #contentcontainer .btn-blue {
    margin-bottom: 20px;
  }

  .titlewrap h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .titlewrap p {
    line-height: 20px;
  }

  .footer {
    padding: 30px 10px; }

  .navbar {
    background: transparent; }

  .navbar-header {
    text-align: right; }

  .navbar-toggler {
    background: #9BB5D4;
    color: #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 5px #ccc;
    border: none; }

  .navbar-collapse {
    background: #2c2e2d; }

  nav.navbar-home .navbar-toggle {
    display: none; }

  .navbar-fixed-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 28px; }

  .navbar-fixed-bottom .container > .navbar-collapse {
    margin: 0;
    background: #323232; }

  .navbar-nav {
    float: none;
    padding: 20px 0; }

  .navbar-nav > li {
    display: block;
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif; }

  .navbar-nav > li > a {
    padding: 5px;
    color: #fff; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .top-bar p {
    height: 100%;
    padding-bottom: 10px; }

  .mobile-logo {
    background: #2c2e2d;}

  .mobile-logo img {
    margin: 0 auto;
    display: block;
    padding: 10px 0; }

  .billboard {
    background-size: cover; }

  .billboard .content h2 {
    padding: 10px;
    font-size: 45px; }

  .site-logo {
    max-width: 180px;
  }

  .side-navbar ul.nav.subscribe {
    margin-top: -30px;
  }

  .featured-videos {
    padding: 50px 0; }
    .featured-videos .item {
      margin-bottom: 20px; }

  .featured-quote {
    padding: 50px 10px; }

  .footer {
    padding: 30px 10px; }

  .navbar {
    background: transparent; }

  .navbar-header {
    text-align: right; }

  .navbar-toggler {
    background: #9BB5D4;
    color: #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 5px #ccc;
    border: none; }

  .navbar-collapse {
    background: #2c2e2d; }

  nav.navbar-home .navbar-toggle {
    display: none; }

  .navbar-fixed-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 28px; }

  .navbar-fixed-bottom .container > .navbar-collapse {
    margin: 0;
    background: #323232; }

  .navbar-nav {
    float: none;
    padding: 20px 0; }

  .navbar-nav > li {
    display: block;
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif; }

  .navbar-nav > li > a {
    padding: 5px;
    color: #fff; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .top-bar p {
    height: 100%;
    padding-bottom: 10px; }

  .site-logo,
  .side-navbar p,
  .social-side {
    margin-right: 10px;
  }

  .side-navbar ul.nav {
    text-align: right;
    float: right;
    margin: 0;
  }

  .side-navbar ul.nav.subscribe {
    margin-top: -30px;
  }

  .social-side {
    float: right;
    margin-right: 20px;
  }

  .site-logo {
    max-width: 90%;
  }

  .mobile-logo {
    background: #2c2e2d;}

  .mobile-logo img {
    margin: 0 auto;
    display: block;
    padding: 10px 0; }

  .billboard {
    background-size: cover; }

  .billboard .content h2 {
    padding: 20px 0; }

  .featured-videos {
    padding: 50px 0; }
    .featured-videos .item {
      margin-bottom: 20px; }

  .featured-quote {
    padding: 50px 10px; }

  .footer {
    padding: 30px 10px; }

  .navbar {
    background: transparent; }

  .navbar-header {
    text-align: right; }

  .navbar-toggler {
    background: #9BB5D4;
    color: #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 5px #ccc;
    border: none; }

  .navbar-collapse {
    background: #2c2e2d; }

  nav.navbar-home .navbar-toggle {
    display: none; }

  .navbar-fixed-bottom .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 28px; }

  .navbar-fixed-bottom .container > .navbar-collapse {
    margin: 0;
    background: #323232; }

  .navbar-nav {
    float: none;
    padding: 20px 0; }

  .navbar-nav > li {
    display: block;
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif; }

  .navbar-nav > li > a {
    padding: 5px;
    color: #fff; } }
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }

    .aspeaker.hidden {
      display: none !important;
    }

  .carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {
      display: block;
      width: 100%;
      height: 500px;
  }

@media (max-width: 768px) {
  .carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid {
      display: block;
      max-width: 100%;
      height: auto;
  }
}

.carousel-control.left {
    right: 30px;
    bottom: 15px;
    left: unset;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control.right {
    right: 15px;
    bottom: 15px;
    left: unset;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.carousel-control {
    position: absolute;
    top: unset;
    bottom: 30px;
    left: none;
    width: 15%;
    font-size: 30px;
    color: #f7f7f7;
    text-align: center;
    text-shadow: 0 5px 5px rgba(0,0,0,.8)
}

@media (min-width: 544px) {
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -50px;
    font-size: 55px;
  }
  .carousel-control .icon-next {
    margin-right: -30px;
  }
}

/*# sourceMappingURL=custom.css.map */
