/*
Theme Name: Problogger Community
Author: Shayne Tilley
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

  /*Toaster animation*/
  @keyframes toaster-animation {
    0% {
      margin-left: 15px;
    }

    50% {
      margin-left: 10px;
    }

    100% {
      margin-left: 15px;
    }
  }

  @-webkit-keyframes toaster-animation {
    0% {
      margin-left: 15px;
    }

    50% {
      margin-left: 10px;
    }

    100% {
      margin-left: 15px;
    }
  }

   html,
   button,
   input,
   select,
   textarea {
    color: #222;
  }

  body {
    font-size: 1em;
    line-height: 1.4;
  }

  html,
  body {
    height: 100%;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  h1 {
    margin: 0;
    color: #264555;
    font-size: 39px;
  }

  .app-wrapper {
    min-height: 100%;
    position: relative;
  }

  .app-content-wrapper {
    padding-bottom: 505px;
  }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

 ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
  resize: vertical;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48%;
}

.one-third,
.two-sixths {
  width: 31%;
}

.four-sixths,
.two-thirds {
  width: 65%;
}

.one-fourth {
  width: 22.5%;
}

.three-fourths {
  width: 73.5%;
}

.one-fifth {
  width: 17.4%;
}

.two-fifths {
  width: 37.8%;
}

.three-fifths {
  width: 58.2%;
}

.four-fifths {
  width: 78.6%;
}

.one-sixth {
  width: 14%;
}

.five-sixths {
  width: 82%;
}

.first {
  clear: both;
  padding-left: 0;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

   .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }

/* ==========================================================================
    Plugins Overrides
    ========================================================================== */

    #your-profile,
    #your-profile textarea {
      margin: 0;
    }

    #your-profile .form-table th img {
      margin-top: -3px;
    }

    #your-profile .form-table th {
      width: 230px;
    }

    .af-header,
    .af-footer {
      display: none;
    }

    .af-body.af-standards {
      padding-bottom: 0 !important;
    }

    .app-sidebar .af-form {
      width: auto !important;
    }

    .app-sidebar .af-element {
      padding-left: 0 !important;
    }

    .app-sidebar #af-form-609073666 .af-body .af-textWrap {
      width: 66% !important;
    }

    .af-element input[type="text"] {
      border: 1px solid #C2C2C2 !important;
      padding: 5px 8px !important;
      color: #6E6E6E !important;
    }

    .gform_body input[type="text"] {
      padding-right: 0 !important;
    }

    .wdfb_widget_events {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }

    .wdfb_event_title {
      float: right;
      width: 210px;
    }

    .wdfb_widget_events img {
      float: left;
    }

    .wdfb_event_location {
      clear: both;
      padding-top: 10px;
      min-height: 0 !important;
    }

    .wdfb_event_time {
      font-size: 17px;
      min-height: 0 !important;
      height: 25px !important;
    }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /* FONTS */

   p, ul, ol, dl {
    font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
  }

  a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #4B8EAD;
  }

  /* END OF FONTS */

  /* HEADER */

  .app-header {
    display: block;
    width  : 100%;
    z-index: 9999;
  }

  .logo-wrapper {
    background: #ffffff;
    width: 100%;
    min-height: 65px;
  }

  .logo {
    max-width: 980px;
    margin: auto;
    min-height: 65px;
  }

  .logo .menu-btn {
    display: none;
  }

  .logo-image {
    display: block;
    width: 352px;
    height: 41px;
    float: left;
    margin-top: 14px;
    background: url('../png/logo.png') no-repeat;
    background-size: contain !important;
  }

  .logo .login-link,
  .logo .logout-link {
    float: right;
    margin-top: 25px;
    margin-left: 20px;
  }

  .logo .top-search {
    float: left;
    margin-top: 18px;
    margin-left: 10px;
  }

  .logo-wrapper .search-wrapper {
    float: right;
  }

  .search-wrapper a {
    vertical-align: middle;
    display: inline-block;
    margin: 5px 0 0 5px;
  }

  #searchform {
    display: inline-block;
    margin: 0 0 0 10px;
    border: 1px solid white;
    padding: 5px 8px 2px;
    background: transparent;
    border-radius: 3px;
  }

  .page-content.search #searchform {
    padding: 0;
    margin: 0;
  }

  #searchform input[type="text"] {
    border: none;
    width: 230px;
    padding: 0;
    outline: none;
    color: white;
    background : transparent;
    font-size: 13px;
  }

  #searchform .search-input::-webkit-input-placeholder {
     color: white;
  }

  #searchform .search-input:-moz-placeholder {
     color: white;
  }

  #searchform .search-input::-moz-placeholder {
     color: white;
  }

  #searchform .search-input:-ms-input-placeholder {
     color: white;
  }

  #searchform .search-button {
    background: url('../png/search.png') no-repeat center center;
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 5px;
  }

  #searchform.top-search .search-input {
    width: 205px;
  }

  .search #searchform {
    border: none;
  }

  .search #searchform .search-wrapper {
    border: 1px solid #BDDBEF;
    padding: 5px 8px 2px;
    background: white;
  }

  .page-content.search #searchform .search-input {
    width: 515px;
  }

  #searchform h4 {
    margin: 10px 0;
  }

  #searchform label {
    margin: 0 10px;
    cursor: pointer;
  }

  .logo p.profile-link {
    margin-right: 10px;
  }

  .logo .menu-btn {
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    font-size: 30px;
    color: #206494;
  }

  .logo a {
    text-decoration: none;
    color: #00365F;
    transition: color 0.1s ease-in-out;
  }

  .logo a:hover {
    color: #c03d0c;
  }

  #mobile-button,
  #mobile-nav {
    display: none;
  }

  .menu-wrapper {
    background: #206494;
    width: 100%;
  }

  .menu-wrapper.submenu {
    background    : #fff;
    overflow      : hidden;
    border-top    : 3px solid #a63f16;
    border-bottom : 2px solid #206494;
    z-index       : 9999;
  }

  .menu-wrapper.submenu .group {
    overflow: visible;
  }

  .menu-wrapper.submenu .group ul li a {
    color : #222;
  }

  .menu-wrapper.submenu .group ul li a:hover {
    color : #fff;
  }

  .menu {
    max-width: 980px;
    margin: auto;
  }

  .menu .group {
    overflow: hidden;
  }

  .group ul {
    margin : 0;
    padding: 0;
    display: inline-block;
    float  : left;
  }

  .group .search-wrapper {
    display   : inline-block;
    float     : right;
    margin-top: 7px;
  }

  .group ul li {
    display: table-cell;
    vertical-align: middle;
    transition: background 0.1s ease-in-out;
    padding-top: 2px;
    padding-bottom: 1px;
  }

  .group ul li:first-child {
    margin-left: 0;
  }

  .group ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 10px 15px;
  }

  .group ul li:hover,
  .group ul li.current-menu-item {
    background: #A63F16;
  }

  .menu-wrapper.submenu .group ul li.current-menu-item a {
    color : #fff;
  }

  .group ul li:nth-last-child(-n+2) a {
    padding: 8px 15px;
  }

  /* END OF HEADER */

  /* BODY */
.af-form {
  overflow: visible !important;
  margin: 0 !important;
}


  .app-content-wrapper {
    background: #F0F7FC;
  }

  .page .app-content-wrapper {
    background: #ffffff;
  }

  .app-title-wrapper {
    background     : #2C3E50 url('../png/hero-banner.png') no-repeat center center;
    background-size: cover;
    height         : 306px;
  }

  @media ( max-width: 769px ) {
    .app-title-wrapper {
      height: 210px;
    }
  }

  .app-title-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 980px;
    margin: auto;
    padding-top: 35px;
  }

  .app-title-content h1 {
    color: #fff;
    display: none;
    font-size: 60px;
    font-weight: 400;
    text-align: right;
    padding-right: 10px;
    -webkit-font-smoothing: auto;
  }

  .app-title-content .event {
    color: #A6360D;
    -webkit-font-smoothing: antialiased;
  }

  .app-title-content .event-date {
    margin: 0;
    background: #fff;
    color: #fff;
    display: inline-block;
    display: none;
    font-size: 22px;
    padding: 1px 5px 0 5px;
    float: right;
  }

  .app-page-title-wrapper {
    background: #2C3E50;
    width: 100%;
    padding: 22px 0;
  }

  .app-page-title-content {
    max-width: 980px;
    margin: auto;
    padding-left: 55px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }

  .app-page-title-content h1 {
    color: #fff;
    font-size: 39px;
    float: left;
  }

  .app-page-title-content h1 a {
    color: inherit;
  }

  .app-page-title-content .cta-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    line-height: 46px;
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .content-page-wrapper {
    min-height: 500px;
    background: #ffffff;
    margin: auto;
  }

  .app-page-wrapper {
    padding: 26px 28px 31px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    background: white;
    margin: 49px auto;
    max-width: 980px;
    overflow: hidden;
  }

  .grey-wrapper {
    background: #ffffff;
    min-height: 244px;
  }

  .learn-more {
    background: #DA3102;
    position: absolute;
    padding: 10px 21px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    border-radius: 5px;
    left: 110px;
    top: -26px;
    cursor: pointer;
    display: none;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #DA3102;
    position: absolute;
    left: 62px;
    top: 45px;
  }

  .video-player {
    /*display: none;*/
  }

  .video-container,
  .video-player {
    display: inline-block;
    margin-left: -4px;
    position: relative;
    width: 372px;
    height: 244px;
    background: #C7E8FC;
    right: 0;
    vertical-align: middle;
  }

  .play-icon {
    width: 100%;
    height: 100%;
    background: url('../png/play.png') center center no-repeat;
  }

  .content-wrapper {
    max-width: 980px;
    min-height: 244px;
    margin: auto;
    position: relative;
  }

  .hero-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* margin-top: -110px; */
    /* padding: 25px 25px 52px 25px; */
    min-width: 520px;
    padding: 25px;
    min-height: 229px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 591px;
    /* box-shadow: 3px 0 0 rgba(188, 188, 188, 0.1); */
    /* background: #fdfdfd; */
    /* height: 354px; */
    color: #444444;
  }

  .hero-wrapper a {
    transition: color 0.1s ease-in-out;
    color: #c03d0c;
  }

  .hero-wrapper a:hover {
    color: #99320D;
  }

  .content {
    margin: auto;
    font-family: 'Open Sans', sans-serif;
  }

  .content h3 {
    font-size: 22px;
    color: #5A97B5;
    font-weight: normal;
  }

  .red {
    color: #DA3102;
  }

  .content ul {
    padding-left: 27px;
  }

  .content ul li {
    font-size: 18px;
    color: #5D6B6B;
  }

  .cta-wrapper {
    background: #EBF4FE;
  }

  .cta-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 980px;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
    display: table;
    width: 100%;
  }

  .cta-content h1 {
    color:color: #206494;
    font-size: 30px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
  }

  .cta-content .cta-button-wrapper {
    width: 400px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .cta-button-wrapper .cta-button {
    line-height: 46px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
  }

  .cta-button-wrapper .social-media {
    background: #eee;
    width: 250px;
    height: 30px;
    margin: auto;
    padding-top: 8px;
  }

  .social-media .fb-like {
    vertical-align: top;
    line-height: 1;
  }

  .cta-button {
    background: #c03d0c;
    height: 46px;
    display: inline-block;
    text-decoration: none;
    color: white;
    position: relative;
    float: left;
  }

  .cta-button .join-link {
    padding: 0 20px;
    line-height: 46px;
    display: inline-block;
    vertical-align: top;
  }

  .cta-button .arrow {
    width: 47px;
    height: 46px;
    display: inline-block;
    border-left: 1px solid #d24818;
    background: url('../png/arrow.png') center center no-repeat;
  }

  .cta-button:hover {
    background: #A6360D;
  }

  .cta-button:active {
    background: #AF2600;
  }

  .cta-content h2 {
    display: inline-block;
    margin-left: 15px;
    margin-top: 7px;
    font-weight: normal;
  }

  .partners {
    max-width: 980px;
    margin: auto;
    margin-bottom: 50px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 20px 20px 20px;
  }

  .partners h3 {
    font-size: 20px;
    color: #264555;
    font-weight: 400;
  }

  .partners hr {
    border-color: #EBEBEB;
    margin: 10px 0 20px 0;
  }

  .features-wrapper {
    background: #ffffff;
    min-height: 537px;
    width: 100%;
    padding: 48px 0 1px 0;
  }

  .features-wrapper blockquote {
    max-width: 755px;
    overflow: hidden;
    margin: auto;
  }

  .features-wrapper blockquote img {
    height: 90px;
    float: left;
    margin-right: 15px;
  }

  .features-wrapper blockquote p {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .features-wrapper blockquote .cite {
    margin-top: 0;
  }

  .features-wrapper blockquote strong {
    font-size: 19px;
  }

  .features-wrapper blockquote small {
    font-size: 16px;
  }

  .features-content {
    max-width: 980px;
    min-height: 537px;
    margin: 48px auto;
    position: relative;
  }

  .features {
    max-width: 373px;
    text-align: center;
    height: 180px;
    display: inline-block;
    padding: 22px 48px 44px 45px;
    position: absolute;
  }

  .smart-container {
    top: 0;
    left: 0;
  }

  .network-container {
    top: 0;
    right: 0;
  }

  .feedback-container {
    bottom: 0;
    left: 0;
  }

  .tools-container {
    bottom: 0;
    right: 0;
  }

  .features img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .features img.network {
    margin-bottom: 23px;
  }

  .features h3 {
    font-size: 25px;
    color: #00365F;
    font-weight: normal;
  }

  .features p {
    width: 373px;
    font-size: 16px;
    color: #00365F;
    margin: 0;
    max-width: 394px;
  }

  /* END OF BODY */

  /* FOOTER */

  .app-footer {
    width: 100%;
    height: 505px;
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
  }

  .app-footer footer {
    min-height: 402px;
    padding: 20px 20px;
    color: white;
    text-shadow: #086b89 1px 1px;
    background: #124C75;
  }

  .app-footer footer a {
    color: #EFF2F4;
    display: block;
  }

  .app-footer footer h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .app-footer footer p {
    font-size: 13px;
    margin: 0;
    margin-bottom: 15px;
  }

  .footer-content {
    max-width: 980px;
    margin: auto;
  }

  .footer-lists ul {
    display: inline-block;
    width: 290px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-right: 50px;
    color: #FFFFFF;
    list-style-type: none;
  }

  .footer-lists ul a {
    transition: color 0.1s ease-in-out;
  }

  .footer-lists ul a:hover {
    color: #C54D1F;
  }

  .footer-lists .speakers.last {
    margin-right: 0;
  }

  .footer-lists .no-images .title,
  .footer-lists .title {
    font-size: 24px;
    background-color: transparent;
    padding: 8px;
  }

  .footer-lists .speakers div {
    min-height: 40px;
  }

  .footer-lists .speakers div p {
    margin: 0;
    font-size: 18px;
    overflow: hidden;
  }

  .footer-lists .speakers div img {
    float: left;
  }

  .footer-lists .no-images li {
    padding: 10px 15px;
    min-height: 35px;
  }

  .footer-lists li {
    background: #124C75;
    padding: 8px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .footer-lists img {
    margin-right: 8px;
  }

  .footer-wide {
    background: #0A3756;
    color: #ffffff;
    padding: 5px 0;
  }

  .footer-wide p {
    text-align: center;
    margin-top: 15px;
  }

  .footer-wide a {
    transition: color 0.1s ease-in-out;
    color: #ffffff;
    text-decoration: underline;
  }

  .footer-wide a:hover {
    color: #c03d0c;
  }

  .footer-wide span {
    margin-left: 20px;
  }

  /* END OF FOOTER */

  /* PAGE STYLES */

  body {
    background: #F0F7FC;
    -webkit-font-smoothing: antialiased;
  }

  .banner {
    margin-bottom: 10px;
  }

  .custom-speakers a img {
    border: 5px solid #F6F6F6;
    margin: 5px;
  }

  .box,
  .archive-container {
    border-top: 5px solid #206494;
    background: #F6F6F6;
    padding: 20px;
    margin: 0 0 20px 0;
    text-shadow: #fff 1px 1px;
    overflow: hidden;
  }

  .box h3 a {
    color: inherit;
  }

  .box h3 a:hover {
    text-decoration: underline;
  }

  .page-content {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    float: left;
    color: #444444;
  }

  .page-content img {
    max-width: 100%;
    height: auto;
  }

  .page-content .post-title {
    margin-bottom: 5px;
  }

  .page-content blockquote {
    margin-left: 0;
  }

  .page-content blockquote p {
    border-left: 10px solid #206494;
    padding: 10px;
    background: #F6F6F6;
  }

  .page-content.no-sidebar {
    width: 100%;
    float: none;
  }

  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    margin-bottom: 20px;
    color: #206494;
  }

  .app-sidebar {
    width: 29%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
  }

  .app-sidebar > li {
    list-style: none;
  }

  .app-sidebar .widgettitle {
    font-size: 16px;
    color: #206494;
    margin: 25px 0;
  }

  .widgettitle a:hover {
    color: #c03d0c;
    transition: color 0.1s ease-in-out;
  }

  .widget h3 {
    color: #206494;
  }

  .app-sidebar > li:first-child > h4,
  .app-sidebar > li:first-child > h3 {
    margin-top: 0;
  }

  .app-sidebar .latest-posts {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .app-sidebar .latest-posts a:hover {
    transition: color 0.1s ease-in-out;
    color: #c03d0c;
  }

  .latest-posts li {
    margin: 20px 0;
    overflow: hidden;
  }

  .latest-posts img {
    float: left;
    margin-right: 10px;
  }

  .latest-posts h4 {
    overflow: hidden;
  }

  .page-content h2 {
    color: #00365F;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .page-content h3 {
    /*color: #264555;*/
    font-size: 21px;
    margin-bottom: 10px;
  }

  .page-content a {
    transition: color 0.1s ease-in-out;
    color: #c03d0c;
    text-decoration: underline;
  }

  .page-content a:hover {
    color: #99320D;
  }

  .page-content p {
    margin-top: 0;
  }

  .alignleft {
    float: left;
    margin-right: 15px;
  }

  .alignright {
    float: right;
    margin-left: 15px;
  }

  .aligncenter {
    display: block;
    margin: auto;
  }

  .page-content table tr td {
    color: #222;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .page-content .comments-label {
    vertical-align: top;
  }

  .page-content input[type="text"],
  .page-content input[type="password"],
  .page-content input[type="email"] {
    height: 18px;
    background: white;
    border: 1px solid #C2C2C2;
    padding: 5px 8px;
    color: #6E6E6E;
    width: 300px;
  }

  .page-content textarea {
    background: white;
    border: 1px solid #C2C2C2;
    padding: 5px 8px;
    width: 318px;
    color: #6E6E6E;
    outline: none;
  }

  #contact-form input,
  #contact-form textarea {
    margin-left: 40px;
  }

  .main-content-area {
    overflow: hidden;
  }

  .even {
    background-color: #FDFEFF;
  }

  .odd {
    background-color: #F3F9FF;
  }

/* ==========================================================================
Profile Page
========================================================================== */

  .profile-page {
    min-height: 200px;
  }

  .profile-page .member-gravatar {
    float: left;
    margin-right: 15px;
  }

  .profile-page .member-gravatar img {
    display: inherit;
    margin: auto;
  }

  .profile-page .member-gravatar div {
    margin-top: 15px;
  }

  .profile-page .member-gravatar div img {
    width: 20px;
    margin-right: 5px;
  }

  .profile-page .user-description {
    overflow: hidden;
  }

  .profile-page .user-description h1 {
    line-height: 31px;
    margin-bottom: 10px;
  }

  .profile-page .user-description p {
    overflow: hidden;
    margin-top: 10px;
  }

/* ==========================================================================
End of Profile Page
========================================================================== */

/* ==========================================================================
User Menu Styles
========================================================================== */
.user-menu {
  margin-top: 13px;
  float: right;
  cursor: pointer;
  position: relative;
}

.user-menu:hover {
  background: rgba(29, 29, 29, 0.90);
}

.user-menu a {
  color: #222222;
}

.user-menu:hover .user {
  color: white;
}

.user-menu:hover .user-dropdown {
  display: block;
}

.user-menu .user {
  padding: 13px 10px;
  vertical-align: middle;
}

.user-menu .user .user-gravatar {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.user-gravatar img{
  margin: 0;
  float: none;
}

.user-menu .user .user-name {
  margin-top: 9px;
  line-height: 1.2;
}

.user-menu .dropdown-wrapper {
  display: inline-block;
  padding: 5px 0;
  background: url('../png/user-menu-arrow-down.png') no-repeat center center;
  height: 35px;
  width: 26px;
  vertical-align: middle;
}

.user-menu .user-dropdown {
  display: none;
  width: 250px;
  position: absolute;
  right: 0;
  background: black;
  background-color: rgba(29, 29, 29, 0.88);
  z-index: 99;
}

.user-dropdown .gravatar-big {
  float: left;
  margin-left: 16px;
  margin: 17px 15px 0 16px;
}

.user-dropdown .user-name-inside {
  margin-bottom: 15px;
}

.user-dropdown ul {
  list-style: none;
  padding: 0 15px;
  overflow: hidden;
}

.user-dropdown ul li {
  margin-bottom: 2px;
  color: white;
}

.user-dropdown ul li a {
  color: white;
  font-size: 14px;
}

/* ==========================================================================
Posts
========================================================================== */

.content-inner {
  overflow: hidden;
}

.button-container {
  margin: 15px auto;
  padding: 15px;
  overflow: hidden;
  background: #FCFCFC;
  text-align: center;
  margin-bottom: 0;
}

.button,
#af-form-609073666 .af-element.buttonContainer input.submit {
  background: #DA3102;
  color: #FFF;
  padding: 10px 12px;
  line-height: normal;
  border: 0;
  margin: 12px auto;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.button {
  margin: 0;
}

.button:hover,
input[type=submit]:hover,
#af-form-609073666 .af-element.buttonContainer input.submit:hover {
  background: #FD3700;
}
.button:active,
input[type=submit]:active,
#af-form-609073666 .af-element.buttonContainer input.submit:active {
  background: #AF2600;
}

/* ==========================================================================
End of posts
========================================================================== */

/* ==========================================================================
Search Results
========================================================================== */

.archive-container {
  margin: 40px 0;
  overflow: hidden;
  font-size: 14px;
}

.archive-container:first-child {
  margin-top: 0;
}

.archive-container h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.archive-container h4 {
  margin-bottom: 10px;
  color: #264555;
}

.archive-container .search-thumbnail {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.search-thumbnail img {
  width: 100px;
  height: 100px;
}

.archive-container .archive-content {
  overflow: hidden;
}

.archive-container .archive-content h3 a {
  color: #206494;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}

.archive-container .archive-content h3 a:hover {
  text-decoration: underline;
}

.archive-content .archive-link {
  margin: 0;
}

.archive-link a {
  color: #006621;
}

/* ==========================================================================
End of Search Results
========================================================================== */

/* ==========================================================================
Dynamic Popup
========================================================================== */

.dynamic-popup {
  padding: 15px;
}

.dynamic-popup h2 {
  color: #264555;
  font-weight: normal;
  font-size: 30px;
}

/* ==========================================================================
End of Dynamic Popup
========================================================================== */

/* ==========================================================================
Carousel
========================================================================== */

  .carousel-wrapper {
    position: relative;
    margin: auto;
    position: relative;
  }

  #more-carousel .item {
    margin: 3px;
    height: 100%;
  }

  #more-carousel .item a {
    display: block;
    height: 100%;
  }

  #more-carousel .item img {
    display: block;
    width: 150px;
    height: auto;
    border: 1px solid #EDEDED;
    margin-bottom: 10px;
  }

  #more-carousel .owl-item {
    width: 156px !important;
    background: #F9F9F9;
    padding: 10px;
    border: 1px solid #F4F4F4;
    margin: 0 3px;
  }

  #more-carousel .owl-item .item h3 {
    font-size: 17px;
    margin: 0;
    word-wrap: break-word;
  }

  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    position: absolute;
    top: 40%;
    width: 23px;
    height: 43px;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, 0.6);
    background-image: url('../png/carousel-left.png');
    background-position: center center;
    background-repeat: no-repeat;
  }

  .owl-buttons .owl-next {
    right: 0;
    background-image: url('../png/carousel-right.png');
  }

  @media screen and (min-width: 781px) {
    #partners-carousel .owl-wrapper {
      width: 710px !important;
      margin: auto !important;
    }
  }

/* ==========================================================================
End of Carousel
========================================================================== */

/* ==========================================================================
Pagination Links
========================================================================== */

.pagination-links {
  text-align : center;
  clear: both;
}
.pagination-links .page-numbers {
  margin-right   : calc( 20px/2 );
  padding        : calc( 20px/2 );
  box-sizing     : border-box;
  display        : inline-block;
  vertical-align : middle;
  color          : #206494;
  font-size      : 0.9375rem;
  font-weight    : 700;
  text-decoration: none;
  text-align     : center;
  line-height    : 1.2;
}
.pagination-links .page-numbers.current {
  background: #ffffff;
}
.pagination-links a.page-numbers {
  transition: all 0.1s ease-in-out;
  cursor    : pointer;
}
.pagination-links a.page-numbers:hover, .pagination-links a.page-numbers:focus {
  background : #ffffff;
}
@media( max-width: 568px ) {

  .pagination-links .page-numbers {
    display: none;
  }

  .pagination-links .page-numbers.current,
      .pagination-links .page-numbers.next,
      .pagination-links .page-numbers.prev {
    display: inline-block;
  }
}

/* ==========================================================================
End of Pagination Links
========================================================================== */

/* ==========================================================================
Helper classes styles
========================================================================== */
.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 19px solid #F7F7F7;
  margin-right: -4px;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F7F7F7;
  margin: auto;
}

.submit-button,
input[type=submit].submit-button {
  height: 30px;
  font-size: 14px;
  padding: 0 39px;
  background: #569954;
  color: white;
  border: none;
  cursor: pointer;
}

.submit-button:hover,
input[type=submit].submit-button:hover {
  background: #67A964;
}

/* ==========================================================================
End of helper classes
========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

 .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

 .invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix:before,
 .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

 .clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

   @media print {
    * {
      background: transparent !important;
      color: #000 !important; /* Black prints faster: h5bp.com/s */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]:after {
      content: " (" attr(href) ")";
    }

    abbr[title]:after {
      content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
      content: "";
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    thead {
      display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    @page {
      margin: 0.5cm;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  /*
   * Styles for the media element player
   */

  .hero-player {
    /*padding: 0  0 20px 0;*/
    background: #162c40;
  }

  .hero-player .player {
    width    : 100%;
  }

  .hero-player .player .player-wrapper {
    display        : inline-block;
    position       : relative;
    width          : 80%;
    width          : calc(100% - 148px);
    vertical-align : middle;
  }

  .hero-player .player .button-wrapper {
    display        : inline-block;
    vertical-align : middle;
    text-align     : center;
  }

  .hero-player .player::after {
    clear: both;
    content: "";
    display: table;
  }

  .hero-player .player .download {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #ffffff;
    right: 0;
    padding: 10px 20px;
    background: #162c40;
    border: 1px solid #324B61;
    font-size: 0.875rem;
    /*margin-left: 20px;*/
  }

  .hero-player .player .download:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    font-family: "Icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    padding-right: 6.66667px;
  }

  .hero-player .player .download:before {
    font-size: 1.125rem;
  }

  .hero-player .player .download:hover {
    background: #587088;
  }

  @media screen and (max-width: 686px) {
    .hero-player .player .player-wrapper {
      width : 70%;
      width : calc(100% - 148px);
    }
  }

  @media screen and (max-width: 480px) {
    .hero-player {
      background: none;
    }

    .hero-player .player {
      display: block;
    }

    .hero-player .player .player-wrapper {
      width         : 100%;
      display       : block;
      margin-bottom : 10px;
    }

    .hero-player .player .download {
      display: block;
    }
  }

  .hero-player .text {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #FFF;
    padding-top: 20px;
    line-height: 2;
  }

  .hero-player .text::after {
    clear: both;
    content: "";
    display: table;
  }

  .hero-player .mejs-container {
    background: #162c40 !important;
    /*margin-bottom: 10px;*/
    height   : 60px !important;
  }

  .hero-player .mejs-container .mejs-inner {
    position : absolute !important;
    top      : 0 !important;
    bottom   : 0 !important;
    right    : 0 !important;
    left     : 0 !important;
  }

  .hero-player .mejs-controls {
    padding: 0 10px;
    background: #162c40 !important;
    height: 60px;
    top: 0;
  }

  .hero-player .mejs-controls .mejs-button {
    padding-top: 11px !important;
  }

  .hero-player .mejs-controls .mejs-button button {
    background: none !important;
  }

  .hero-player .mejs-controls .mejs-playpause-button button {
    background: none;
    font-size: 1.625rem;
    height: 26px;
    width: 26px;
    color: #ffffff;
  }

  .hero-player .mejs-controls .mejs-play button:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    font-family: "Icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    padding-right: 6.66667px;
  }

  .hero-player .mejs-controls .mejs-pause button:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    font-family: "Icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    padding-right: 6.66667px;
  }

  .hero-player .mejs-controls .mejs-volume-button {
    padding-top: 15px !important;
  }

  .hero-player .mejs-controls .mejs-volume-button button {
    font-size: 1rem;
    height: 16px;
    width: 16px;
    color: #ffffff;
  }

  .hero-player .mejs-controls .mejs-mute button:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    font-family: "Icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    padding-right: 6.66667px;
  }

  .hero-player .mejs-controls .mejs-unmute button:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    font-family: "Icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    padding-right: 6.66667px;
  }

  .hero-player .mejs-controls .mejs-currenttime, .hero-player .mejs-controls .mejs-duration {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.8125rem !important;
  }

  .hero-player .mejs-controls .mejs-currenttime-container {
    padding-left: 10px;
  }

  .hero-player .mejs-controls .mejs-duration-container {
    padding-right: 10px;
  }

  .hero-player .mejs-controls .mejs-time {
    padding-top: 25px !important;
  }

  .hero-player .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 12px !important;
    width: 50px !important;
    padding-right: 4px;
  }

  .hero-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hero-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 15px !important;
  }

  .hero-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #051629;
    width: 50px !important;
  }

  .hero-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #587088;
  }

  .hero-player .mejs-controls .mejs-time-rail {
    padding-top: 18px !important;
  }

  .hero-player .mejs-controls .mejs-time-rail .mejs-time-loaded, .hero-player .mejs-controls .mejs-time-rail .mejs-time-slider, .hero-player .mejs-controls .mejs-time-rail .mejs-time-current {
    height: 15px !important;
  }

  .hero-player .mejs-controls .mejs-time-rail .mejs-time-slider {
    background: #051629 !important;
  }

  .hero-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #8aca8b;
  }

  .hero-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff;
  }


  @font-face {
  font-family: 'icomoon';
  src:url( 'css/vendor/fonts/icomoon/icomoon.eot?ifptev' );
  src:url( 'css/vendor/fonts/icomoon/icomoon.eot?#iefixifptev' ) format( 'embedded-opentype' ),
    url( 'css/vendor/fonts/icomoon/icomoon.woff2?ifptev' ) format( 'woff2' ),
    url( 'css/vendor/fonts/icomoon/icomoon.ttf?ifptev' ) format( 'truetype' ),
    url( 'css/vendor/fonts/icomoon/icomoon.woff?ifptev' ) format( 'woff' ),
    url( '../svg/icomoon4dd5.svg#icomoon' ) format( 'svg' );
  font-weight: normal;
  font-style: normal;
}

.register-form {
  -webkit-font-smoothing: antialiased;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-origin: padding-box;
  background-size: auto;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  cursor: auto;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 24px;
  margin-bottom: 0px;
  margin: 0 auto;
  max-width: 500px;
  opacity: 1;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  position: relative;
  text-align: left;
  width: 500px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto;
}

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.register-form .button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(218, 49, 2);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 44px;
  letter-spacing: normal;
  line-height: 24px;
  margin: 5px 0;
  margin-top: 20px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
  word-spacing: 0px;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

.register-form .title {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(38, 69, 85);
  cursor: auto;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  height: 32px;
  line-height: 32.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: left;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}

.register-form label {
  color: rgb( 34, 34, 34 );
  font-size: 1em;
  line-height: 1.5;
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.register-form input {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABmJLR…Vt1mq1U8/zTlS1CeC9j2+6o1wuz1lrVzpWXLDWTg3pz/0CQnd2Jos49xUAAAAASUVORK5CYII=);
  background-origin: padding-box;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-color: rgb(194, 194, 194);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(194, 194, 194);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(194, 194, 194);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(194, 194, 194);
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(98, 98, 98);
  cursor: auto;
  display: block;
  height: 35px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  outline-color: rgb(98, 98, 98);
  outline-style: none;
  outline-width: 0px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 100% !important;
  word-spacing: 0px;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

.app-page-wrapper.register {
  max-width: 560px;
}

.register-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  display: block;
  padding-bottom: 10px;
}

.white-popup-block span {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  display: block;
  padding-bottom: 10px;
}

.white-popup-block {
  padding: 30px 30px 50px 30px;
  width: 500px !important;
}

.white-popup-block .button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(218, 49, 2);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 44px;
  letter-spacing: normal;
  line-height: 24px;
  margin: 5px 0;
  margin-top: 20px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
  word-spacing: 0px;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

.white-popup-block .title {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(38, 69, 85);
  cursor: auto;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  height: 32px;
  line-height: 32.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: left;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}

.white-popup-block label {
  color: rgb( 34, 34, 34 );
  font-size: 1em;
  line-height: 1.5;
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.white-popup-block .login-options .forgetmenot {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  cursor: auto;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 25px;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
}

.white-popup-block input[type=text],
.white-popup-block input[type=password] {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABmJLR…Vt1mq1U8/zTlS1CeC9j2+6o1wuz1lrVzpWXLDWTg3pz/0CQnd2Jos49xUAAAAASUVORK5CYII=);
  background-origin: padding-box;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-color: rgb(194, 194, 194);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(194, 194, 194);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(194, 194, 194);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(194, 194, 194);
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(98, 98, 98);
  cursor: auto;
  display: block;
  height: 35px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 10px;
  margin-top: 5px;
  outline-color: rgb(98, 98, 98);
  outline-style: none;
  outline-width: 0px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 100% !important;
  word-spacing: 0px;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

 #register_form {
 }

  #register_form .button-container {
    text-align: right;
  }

  #register_form .username-mylogin label,
  #register_form .password-mylogin label,
  #lostpasswordform .lost-password label {
    display: inline-block;
  }

  #register_form p {
    margin-bottom: 10px;
  }

  #register_form .options-mylogin{
    margin-bottom: 25px;
  }

  #register_form .forgetmenot {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
  }

  #register_form .forgetmenot label {
    display: inline-block;
  }

  #register_form .username-mylogin label {
    margin-right: 10px;
  }

  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: $mfp-z-index-base + 5;
  }

  #register_form .password-mylogin label {
    margin-right: 15px;
  }

  #register_form .tml-action-links {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
  }

  #lostpasswordform {
    width: 425px;
  }

  #lostpasswordform .lost-password {
    margin-bottom: 30px;
  }

  #lostpasswordform .button-container {
    text-align: right;
  }

.recording-details .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #9FDAF8;
  padding: 2px 5px;
  border-radius: 5px;
  width: 30px;
  height: 25px;
  margin-right: 5px; }
  .recording-details .icon.video {
    vertical-align: top;
    margin-top: 2px; }
    .recording-details .icon.video:after {
      height: 0;
      width: 0;
      border-bottom: 7px solid transparent;
      border-left: 11px solid #DA3102;
      border-top: 7px solid transparent;
      content: '';
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto;
      right: 0;
      left: 0;
      border-radius: 3px; }
.recording-details .title {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  color: #DA3102;
  margin: 0; }
.recording-details .fine-details {
  vertical-align: middle;
  padding-left: 40px;
  font-size: 0.875em; }
@media screen and (max-width: 768px) {
  .recording-details .title {
    display: inline; }
  .recording-details .fine-details {
    padding: 0;
    display: block; } }

    .recording .recording-details {
      margin-bottom: 20px; }

      .upcoming-recording .visibility, .recording-details .visibility, .recording-snippet .visibility {
  display: block; }
  .upcoming-recording .visibility .label, .recording-details .visibility .label, .recording-snippet .visibility .label {
    background: #DA3102;
    border-radius: 4px;
    font-size: 13px;
    margin: 20px 0;
    padding: 6px 12px;
    vertical-align: middle;
    display: inline;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-weight: 600; }
    .upcoming-recording .visibility .label.public, .recording-details .visibility .label.public, .recording-snippet .visibility .label.public {
      background: #63AE64; }

      .recording .tabbed-card {
        margin-bottom: 40px; }

        .recording .tabbed-card ul li {
  list-style: none; }
.recording .tabbed-card ul li:before {
  /* For a round bullet */
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -4px;
  color: #DA3102;
  font-size: 20px; }

  .tabbed-card {
  width: 100%; }
  .tabbed-card .tab-control {
    padding: 30px 30px 0 30px;
    background: #f0f0f0; }
    .tabbed-card .tab-control .short-description {
      display: inline-block;
      margin: 0; }
    .tabbed-card .tab-control .button {
      margin-top: -10px;
      margin-right: -10px;
      float: right; }
    .tabbed-card .tab-control .tabs {
      margin: 20px 0 0; }
      .tabbed-card .tab-control .tabs .tab {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        padding: 10px 40px;
        color: #222; }
        .tabbed-card .tab-control .tabs .tab.active, .tabbed-card .tab-control .tabs .tab:hover {
          background: #FFF; }
  .tabbed-card .tab-content {
    display: none;
    padding: 30px;
    background: #FFF; }
    .tabbed-card .tab-content.active {
      display: block; }
  .tabbed-card.clear .tab-control {
    padding: 0;
    background: transparent; }
    .tabbed-card.clear .tab-control .tabs {
      margin: 0; }
      .tabbed-card.clear .tab-control .tabs .tab {
        background: #FFF;
        border: 3px solid #f0f0f0;
        border-bottom: none;
        border-left: none;
        margin-right: -4px; }
        .tabbed-card.clear .tab-control .tabs .tab.active, .tabbed-card.clear .tab-control .tabs .tab:hover {
          background: #f0f0f0; }
        .tabbed-card.clear .tab-control .tabs .tab:nth-child(1) {
          border-left: 3px solid #f0f0f0; }
  .tabbed-card.clear .tab-content {
    border: 3px solid #f0f0f0; }
  .tabbed-card.clear .bottom-border {
    display: table; }
    .tabbed-card.clear .bottom-border span {
      display: table-cell;
      height: 7px; }
    .tabbed-card.clear .bottom-border .left {
      width: 20px;
      height: 0;
      width: 0;
      border-top: 8px solid #f0f0f0;
      border-left: 12px solid transparent; }
    .tabbed-card.clear .bottom-border .middle {
      width: 100%;
      background: #f0f0f0; }
    .tabbed-card.clear .bottom-border .right {
      width: 20px;
      height: 0;
      width: 0;
      border-top: 8px solid #f0f0f0;
      border-right: 12px solid transparent; }
  @media screen and (max-width: 568px) {
    .tabbed-card .tab-control .tabs .tab {
      display: block;
      border-bottom: 2px solid #FFF; }
      .tabbed-card .tab-control .tabs .tab:last-child {
        border-bottom: none; } }
  @media screen and (max-width: 320px) {
    .tabbed-card.clear .tab-control .tabs .tab {
      display: block;
      width: 100%;
      border-left: 3px solid #f0f0f0; } }

.app-page-wrapper.recording {
  padding: 0;
}



.success-form {
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-size: 1.5em;
  color: green;
}

.error-form {
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-size: 1.5em;
  color: red;
}

.recording .page-content {
  width: 100%;
  padding: 20px;
}

.carousel-wrapper .item {
  padding: 0 10px;
}

.carousel-wrapper .item a {
  display : block;
  overflow: hidden;
}

.carousel-wrapper .item a img {
  width: 100%;
  height: auto;
}

.app-sidebar #mc_embed_signup .button {
  background-color: #c03d0c;
  transition: background 0.1s ease-in-out;
}

.blog .app-page-wrapper,
.app-sidebar #mc_embed_signup {
  background: none;
  color: #444444;
}

.app-sidebar #mc_embed_signup .button:hover {
  background-color: #A6360D;
}

.blog .content-page-wrapper,
.blog .app-content-wrapper {
  background: #ebf4fe;
}

.blog .archive-container,
.single .app-content-wrapper {
  background: #ffffff;
}

body .pushy {
  background: #206494;
}

.form-styled p {
  margin : 0;
  margin-bottom : 20px;
}

.form-styled p:last-child {
  margin-bottom : 0;
}

.form-styled input,
.form-styled textarea {
  display     : inline-block;
  padding : 10px 0;
  padding-left : 10px;
  background  : white;
  color       : #444444;
  font-size   : 16px;
  outline     : none;
  width       : 100%;
  resize      : none;
}

.form-styled label {
  font-size     : 18px;
  padding-bottom: 30px;
  display       : inline-block;
  line-height   : 1;
  font-weight: 700;
  color : #206494;
}

.form-styled input.button {
  border : none;
  border-radius : 4px;
  color : white;
  cursor : pointer;
  display : inline-block;
  font-weight : 700;
  font-size : 15px;
  text-align : center;
  background : #c03d0c;
  margin-top : 20px;
}

.form-styled input.button:hover {
  background : #A6360D;
}

.form-styled .contact-response {
  padding : 10px 20px;
  margin-bottom : 40px;
}

.form-styled .contact-response.error {
  background : #FFDEDE;
}

.form-styled .contact-response.success {
  background : #DBFDDB;
}

.tickets-cta {
  padding: 60px 68px 70px;
  width: 100%;
  background: #fff;
  border-top: 9px solid #1d6396;
  display: table;
}
.widget-container {
  display  : block;
  max-width: 980px;
  width    : 100%;
  margin   : 0 auto;
}

.tickets-cta .column {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 28px;
  font-family: Open Sans, sans-serif;
}

.tickets-cta .column:first-child {
  width: 39.1%;
  padding: 0;
}

.tickets-cta .column.full {
  padding: 0;
  width: 100%;
}

.tickets-cta .column img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tickets-cta .column .title {
  display: inline-block;
  margin: 0;
  padding: 0 0 20px;
  font-size: 1.375rem;
  color: #0e4b77;
  font-weight: 600;
  line-height: 1.2;
}

.tickets-cta .column .title a {
  transition: color .1s ease-in-out;
  color: inherit;
  text-decoration: none;
}

.tickets-cta .column .title a:focus,
.tickets-cta .column .title a:hover {
  color: #c13c00;
}

.tickets-cta .column .content {
  color: #666;
  font-size: 1rem;
  line-height: 1.8;
}

.tickets-cta .column .link {
  padding: 0;
  margin: 20px 0 0;
  transition: color .1s ease-in-out;
  color: #c13c00;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.tickets-cta .column .link:focus,
.tickets-cta .column .link:hover {
  color: #a6360d;
}

@media(max-width:568px) {
  .tickets-cta {
    display: block;
    padding: 30px 20px 40px;
  }
  .tickets-cta .column {
    display: block;
    width: 100%!important;
    padding: 0;
  }
  .tickets-cta .column img {
    margin: 0 auto 30px;
  }
}

/*Multi Level Menu Styles*/
.pushy .has-sub:after {
  content        : '';
  background     : url("../png/arrow-right.png") no-repeat center center;
  background-size: contain;
  display        : inline-block;
  width          : 15px;
  height         : 15px;
  margin-top     : -3px;
  margin-left    : 5px;
  vertical-align : middle;
}

.pushy .sub {
  position  : fixed;
  width     : 201px;
  height    : 100%;
  top       : 0;
  z-index   : 999999;
  overflow  : auto;
  background: #fff;
}

.pushy .sub .menu-item.back a:before {
  content        : '';
  background     : url("../png/arrow-left.png") no-repeat center center;
  background-size: contain;
  display        : inline-block;
  width          : 15px;
  height         : 15px;
  margin-top     : -3px;
  margin-right   : 5px;
  vertical-align : middle;
}

.pushy .sub a {
  color : #222;
}

.pushy .sub .menu-item:hover {
  background : #c03d0c;
}

.pushy .sub .menu-item:hover a {
  color : #fff;
}

.pushy .sub .menu-item.active {
  background : #c03d0c;
}

.pushy .sub .menu-item.active a {
  color : #fff;
}

.notice-new-event {
  padding: 20px;
  background: #fdf9e6;
  margin-bottom: 40px;
  color: #595880;
  font-weight: 700;
  margin-top: -26px;
}

.notice-new-event .link {
  color: #4F71CA;
}

.notice-new-event .link:hover {
  text-decoration : underline;
}
