/*
    TYPOGRAPHY
    */


    @font-face {
      font-family: "untitled-font-1";
      src: url("../fonts/untitled-font-1.eot");
      src: url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("../fonts/untitled-font-1.ttf") format("truetype"), url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg"), url("../fonts/untitled-font-1.woff") format("woff");
      font-weight: normal;
      font-style: normal;
    }

    [data-icon]:before {
      font-family: "untitled-font-1" !important;
      content: attr(data-icon);
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: none;
    }


/* [class^="icon-"], [class*=" icon-"] { ajk - stops any mcx bs icons working
    background: none;
    } */

    [class^="icon-"]:before,
    [class*=" icon-"]:before,
    .filter__filter a:before {
      font-family: "untitled-font-1" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: none;
    }

    .icon-calendar:before {
      content: "a";
    }

    .icon-fontawesome-webfont:before {
      content: "c";
    }

    .icon-back-in-time:before {
      content: "d";
    }

    .icon-graduation-cap:before {
      content: "e";
    }

    .icon-articles:before {
      content: "s";
    }

    .icon-guidelines:before {
      content: "g";
    }

    .icon-case-studies:before {
      content: "r";
    }

    .icon-templates:before,
    .filter__filter.devlopment a:before {
      content: "t";
    }


    .icon-fontawesome-webfont-1:before {
      content: "f";
    }

    .icon-clipboard-notes:before {
      content: "g";
    }

    .icon-torsos-all:before {
      content: "h";
    }

    .icon-fontawesome-webfont-2:before {
      content: "b";
    }

    .icon-fontawesome-webfont-3:before {
      content: "i";
    }

    .icon-bag:before {
      content: "j";
    }

    .icon-info-circled:before {
      content: "k";
    }

    .icon-fontawesome-webfont-4:before {
      content: "l";
    }

    .icon-flow-tree:before {
      content: "m";
    }

    .icon-cancel:before {
      content: "n";
    }

    .icon-search:before {
      content: "o";
    }

    .icon-play-video:before {
      content: "p";
    }

    .icon-page:before {
      content: "q";
    }

    .icon-screen:before {
      content: "r";
    }

    .icon-file:before {
      content: "s";
    }

    .icon-invoice:before {
      content: "t";
    }

    .icon-email:before {
      content: "u";
    }

    .icon-phone:before {
      content: "";
      font-family: 'FontAwesome' !important;
    }

    .icon-user:before {
      content: "w";
    }

    .icon-fontawesome-webfont-5:before {
      content: "x";
    }

    .icon-pencil:before {
      content: "y";
    }

    .icon-lock:before {
      content: "z";
    }

    .icon-mail:before {
      content: "";
      font-family: 'FontAwesome' !important;
    }

    .icon-fontawesome-webfont-6:before {
      content: "B";
    }

    .icon-location:before {
      content: "C";
    }

    p {
      color: #424242;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 16px;
      line-height: 1.8em;
    }

    h1 {
      font-family: gesta, arial narrow, sans-serif;
      font-size: 50px;
      font-weight: 300;
      color: #e71802;
      line-height: 1em;
      margin: 0.6em 0;
    }

    h3 {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 1em;
    }

    h3.anchor {
      margin-bottom: 40px;
    }

    h4 {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 13px;
      line-height: 1em;
      margin-bottom: -5px;
    }

    a:link,
    a:visited {
      color: #e71802;
      text-decoration: underline;
    }


/*********************
    General Styling
    ********************/

    .clear {
      clear: both;
    }

    .login-form,
    .friend-form {
      display: none;
      border-bottom: 1px solid #E71802;
      position: relative;
    }

    .login-form__close,
    .friend-form__close {
      content: 'X';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      height: 20px;
      width: 20px;
      cursor: pointer;
    }

    .login-form h2,
    .friend-form h2 {
      color: #E71802;
      font-family: gesta, arial narrow, sans-serif;
      text-transform: uppercase;
      text-align: center;
    }

    .login-form label,
    .friend-form label {
      display: inline-block;
      position: relative;
      top: 4px;
      left: 6px;
      font-size: 14px;
      font-family: gesta, arial narrow, sans-serif;
      text-transform: uppercase;
    }

    .login-form p,
    .friend-form p {
      color: #424242;
      display: inline-block;
      float: right;
      line-height: 2em;
    }

    .friend-form p {
      float: none;
      text-align: center;
      display: block;
    }

    .friend-form p.friend-form__privacy {
      display: inline-block;
    }

    @media all and (max-width:979px) {
      .friend-form .inner,
      .login-form .inner {
        padding: 10px;
      }
      .login-form h2,
      .friend-form h2 {
        font-size: 24px;
      }
      .login-form input,
      .friend-form input {
        display: block;
      }
      input[type="checkbox"] {
        display: block;
        float: left;
      }
      input[type="checkbox"] + label {
        display: block;
      }

      .friend-form p.friend-form__privacy {
        display: block;
        text-align: left;
      }
      #login-form__form .login-form__trouble {
        float: none;
        text-align: left;
      }
    }

    .friend-form p a {
      color: #989898;
      font-size: 11px;
      font-family: "gesta", arial narrow, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
    }

    .login-form__wrapper,
    .friend-form__wrapper {
      width: 520px;
      margin: 0px auto;
      position: relative;
      text-align: center;
    }

    .friend-form__wrapper {
      width: 730px;
    }

    .friend-form__social {
      text-align: center;
      margin-bottom: 20px;
    }

    .friend-form__social a {
      color: #fff;
      display: inline-block;
      line-height: 1.8em;
      width: 1.8em;
      text-align: center;
      margin-right: 0.5em;
      text-decoration: none;
    }

    .login-form input,
    .friend-form input {
      border: 1px solid #8E8E8E;
      border-radius: 0;
      color: #A0A0A0;
      padding: 8px;
    }

    .login-form input[type=text],
    .login-form input[type=email],
    .login-form input[type=password] {
      width: 200px;
    }

    .friend-form__fname,
    .friend-form__lname {
      width: 105px;
    }

    .friend-form__email {
      width: 180px;
    }

    input.login-form__login-btn,
    input.friend-form__login-btn,
    #mail-pref input[type=submit],
    #contact-form input[type=submit] {
      background: #F00;
      font-family: gesta, arial narrow, sans-serif;
      color: #FFF;
      font-weight: 600;
      border: none;
      border-bottom: 3px solid #6B0B01;
      border-top: 1px solid #FC3723;
      padding: 7px 15px;
      position: relative;
      top: -5px;
      transition: all 0.1s;
      font-size: 18px;
    }

    .login-form__login-btn:active,
    .friend-form__login-btn:active,
    #mail-pref input[type=submit]:active {
      margin-top: 2px;
      border-bottom: 1px solid #6B0B01;
    }

    .login-form__login-btn:focus,
    .friend-form__login-btn:focus,
    #mail-pref input[type=submit]:focus {
      outline: none;
    }

    #mail-pref label {
      float: left;
    }

    #mail-pref label span {
      font-size: 10px;
    }

    #mail-pref input[type=checkbox] {
      float: left;
      clear: both;
      margin-right: 10px;
    }

    #mail-pref h3 {
      clear: both;
    }

    .checkbox-group {
      margin-bottom: 30px;
    }

    input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #C0C0C0;
    }

    input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #C0C0C0;
    }

    input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #C0C0C0;
    }

    input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #C0C0C0;
    }



    .advert img {
      padding: none;
      border: 1px solid #d3d3d3;
    }

    .twitter a,
    .contact a {
      text-decoration: none;
    }

    .twitter__tweet {
      padding-bottom: 20px;
    }

    .twitter__tweet p {
      font-size: 15px;
      line-height: 23px;
    }

    a.follow__icon,
    a.follow__icon:visited,
    a.follow__text,
    a.follow__text:visited {
      background: #00abf0;
      color: #ffffff;
    }

    .follow__icon {
      border-right: 1px solid #fff;
      float: left;
      font-size: 50px;
      text-align: left;
      display: block;
      height: 64px;
      width: 64px;
      line-height: 75px;
    }

    .follow__icon span {
      margin-top: 8px;
      margin-left: 10px;
      display: block;
    }

    .follow__text {
      font-size: 20px;
      float: none;
      overflow: hidden;
      width: auto;
      padding: 22px 22px;
      text-transform: uppercase;
      display: inline-block;
      font-family: gesta, arial narrow, sans-serif;
    }

    header .row {
      position: relative;
    }

    a.nav-open {
      font-size: 45px;
      height: 58px;
      width: 75px;
      padding-top: 16px;
      color: #4e4e4e;
      position: absolute;
      top: 0;
      left: 3px;
      text-align: center;

      text-decoration: none;
    }

    nav ul {
      list-style-type: none;
      text-align: right;
      margin: 0;
      text-decoration: none;
    }

    }
    nav ul li {
      /* /display: inline-block; */
    }

    }
    nav a {
      font-family: "gesta", arial narrow, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
    }
    .top-nav a {
      font-family: "gesta", arial narrow, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
    }

/* .grey-nav ul {
    float: left;
    padding-left: 35px;
    } */

    .grey-nav a {
      color: #787878;
      font-size: 11px;
      text-decoration: none;
    }

    .grey-nav .friend a {
      color: #e71802;
    }

    .grey-nav .friend a span {
      margin-right: 5px;
      font-size: 16px;
      position: relative;
      top: 2px;
    }

    .grey-nav > ul > li > ul > li.active a {
      color: #e71802;
    }

    .side-nav {
      margin-top: 100px;
    }

    .side-nav ul {
      float: none;
    }

    .side-nav ul li {
      float: none;
      text-align: left;
      text-transform: none;
      margin-bottom: 1.4em;
      max-width: 160px;
    }

    .side-nav ul li a {
      text-transform: none;
      text-decoration: none;
      color: #424242;
    }

    .side-nav ul li.active a {
      color: #E71802;
      font-weight: bold;
    }

    .side-nav ul li.active a:after {
      font-family: FontAwesome;
      content: '\f105';
      margin-left: 5px;
    }

    .nav-wrapper {
      display: none;
    }

    .inner {
      margin: 0 auto;
    }

    .inner__content {
      padding-right: 30px;
      padding-bottom: 9px;
      border-right: 1px solid #dedede;
    }

    #home h1 {
      font-size: 35px;
    }

    #home .inner__content p {
      font-size: 20px;
      line-height: 30px;
    }

    #home .inner__content .sponsors {
      margin-top: 60px;
    }

    .banner {
      background-size: cover;
      margin: 0 auto;
      background-position: center -1px;
      width: 100%;
      position: relative;
    }

    
    .banner__sponsor {
      position: absolute;
      bottom: 20px;
      right: 20px;
    }

    .banner__title-inner {
      padding: 100px;
    }

    .banner__title-inner h2 {
      font-size: 44px;
      font-family: "gesta", arial narrow, sans-serif;
      font-weight: 700;
      color: #ffffff;
      line-height: 1em;
    }

    .banner__title-inner .subbrand {
      height: 30px;
      margin-bottom: 20px;
    }


    .banner__cta {
      float: left;
      width: 230px;
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.5);
      margin: 40px 0 0 0;
      min-height: 200px;
    }

    .banner__cta-inner,
    .banner__contact-inner {
      padding: 20px 30px 20px 30px;
    }

    .banner__cta-inner h3,
    .banner__contact-inner h3 {
      color: #ffffff;
      line-height: 1.7em;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0;
    }

    .banner__contact-inner h3 {
      text-transform: none;
      margin-bottom: 0;
    }

    .banner__cta-inner h4 {
      color: #FFF;
      font-family: gesta, "arial narrow", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0.4em;
    }

    .banner__cta-inner p,
    .banner__contact-inner p {
      color: #ffffff;
      font-family: gesta, "arial narrow", sans-serif;

      font-size: 13px;
    }

    .banner__contact-inner p a {
      color: #fff;
      text-decoration: underline;
    }

    .banner__cta-inner hr,
    .banner__contact-inner hr {
      border-color: #ffffff;

      margin: 11px 0;
    }

    .banner__cta-inner a {
      color: #FFF;
      background: #7AC143;
      display: block;
      text-align: center;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 21px;
      line-height: 40px;
      border-bottom: 4px solid #43791A;
      transition: all 0.1s;
      position: relative;
      top: 0;
      font-weight: 700;
    }

    .banner__cta-inner a:active {
      border-bottom: 2px solid #43791a;
      top: 2px;
    }

    .banner__inner--red .banner__cta-inner a,
    a.content__cta {
      background: #eb3d2b;
      border-color: #802d25;
    }

    .banner__inner--orange .banner__cta-inner a {
      background-color: #f88e20;
      border-color: #934f06;
    }

    .banner__inner--blue .banner__cta-inner a {
      background-color: #00baff;
      border-color: #0098dd;
    }

    #news {
      background: #f8f8f8;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
    }

    #news a.wrap-anchor {
      display: block;
      margin-bottom: 40px;
    }

    #news a.wrap-anchor h4 {
      color: #333;
    }

    #news a.wrap-anchor h3 {
      color: #000;
    }

    #news p {
      font-family: gesta, 'arial narrow', sans-serif;
    }

    .isotope img {
      width: 100%;
    }

    .isotope .resource_tile img {
      width: auto;
      margin: 20px auto;
      display: block;
    }

    .fa-map-marker {
      margin-right: 10px;
    }

    .fa-download {
      font-weight: 700;
      font-family: gesta, 'arial narrow', sans-serif;
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      text-transform: uppercase;
      color: #000;
      margin: 30px 0 10px;
    }

    .fa-heart::before {
      font-family: FontAwesome;
    }

    .fa-download::before {
      font-size: 3em;
      float: left;
      padding-right: 10px;
      font-family: FontAwesome;
      position: relative;
      top: -2px;
    }

    a.tile-wrap {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      display: block;
    }

    a.tile-wrap img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: gray;
      -webkit-transition: all .6s ease;
    }

    a.tile-wrap:hover img {
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: none;
    }

    .padded {
      padding-top: 20px;
      padding-bottom: 0;
    }

    .contact .padded {
      padding-top: 10px;
      padding-bottom: 0;
    }

    .contact p {
      font-family: gesta, 'arial narrow', sans-serif;
      color: #E71802;
    }

    .contact p a {
      font-weight: bold;
      font-size: 18px;
    }

    .cta {
      background: #dedede;
      padding: 10px;
      margin: 20px 0;
      overflow: hidden;
    }

    .cta p {
      line-height: 1.4em;
      font-size: 14px;
      margin: 0;
    }

    .cta__icon {
      float: left;
      font-size: 32px;
      padding: 5px;
      width: 35px;
    }

    .cta--first {
      margin-bottom: 0;
    }

    .cta--second {
      margin-top: 0;
    }

    a .cta__icon {
      color: #424242;
    }

    .cta__content {
      float: none;
      overflow: hidden;
      width: auto;
      padding-right: 10px;
    }

    .cta__content h3 {
      color: #e71802;
      margin: 5px 0 5px 0;
      font-size: 16px;
    }

    .snip {
      margin-bottom: 30px;
    }

    .snip__ul {
      list-style-type: none;
      margin-left: 24px;
    }

    .snip__ul li {
      position: relative;
      margin-bottom: 1.2em;
      color: #e71802;
    }

    .snip__ul li span {
      position: absolute;
      left: -27px;
      font-size: 1.6em;
      top: -2px;
    }

    hr {
      width: 120px;
      border: 2px solid red;
      border-bottom: 1px;
      text-align: left;
    }

    footer {
      background: #f8f8f8;
      border-top: 1px solid #dadada;
      padding: 60px 5%;
    }

    footer p {
      font-family: gesta, 'arial narrow', sans-serif;
      font-size: 12px;
    }

    footer p a:link,
    footer p a:visited {
      color: #424242;
    }

    .tile a,
    .isotope-item a,
    .snip a,
    .banner a {
      text-decoration: none;
    }

    .tile {
      margin-left: 10px;
      width: 98%;
      margin-top: 5px;
    }

    .tile p,
    .tile h3,
    .tile h4,
    .tile img {
      transition: all 0.4s
    }

    a.event-wrap h4 {
      color: #424242;
      font-weight: bold;
    }

    a.download {
      text-decoration: none;
    }

    .content.single a.download h3 {
      color: #E71802;
      line-height: 1.4em;
    }

    .download__wrap {
      padding: 0 10px;
      transition: all 0.4s;
      margin-bottom: 0;
    }

    .download:hover .download__wrap {
      /* padding: 0; */
      margin-bottom: 50px;
    }

    .download .download__wrap .fa-download {
      float: left;
      font-size: x-small;
      margin-right: 20px;
      display: block;
      color: #333333;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .download__text {
      height: 100%;
      vertical-align: middle;
    }

    .download__text h3 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
      }

    .download__text.download__name {
      display: table-cell;
      width: 65%;
    }

    .download__text.download__filetype {
      display: table-cell;
      width: 10%;
    }

    .download__text.download__filesize {
     display: table-cell;
      width: 10%;
    }

    @media only screen and (max-width: 768px) 
    {
      .download .download__wrap .fa-download {
        transform: translate(100%, 0);
      }

      .download__text {
        height: 100%;
        vertical-align: middle;
      }

      .download__text h3 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
      }

      .download__text.download__name {
        display: inline-block;
        width: inherit;
      }

      .download__text.download__filetype {
        display: inline-block;
        width: 40%;
      }

      .download__text.download__filesize {
        display: inline-block;
        width: 40%;
      }
    }

    .event__inner,
    .download__inner {
      padding: 0;
      background: #f0f0f0;
      margin: 10px;
      transition: all 0.4s;
    }

    .person_image {
      margin-left: 0;
      margin-bottom: 50px;
    }

    .tile:hover .event__inner {
      padding: 10px;
      margin: 0;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    }

    .download__inner {
      padding: 0 20px;
      /* padding: 20px; */
      max-width: 700px;
      overflow: hidden;
    }

    .download:hover .download__inner {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
    }

    .event__content {
      padding: 15px 40px 10px 25px;
      padding: 35px 40px 10px 25px;
      min-height: 320px;
    }

    .event__content p {
      font-size: 12px;
    }

    .events .event__content,
    .courses .event__content {
      padding: 35px 40px 10px 25px;
    }

    .tile p {
      font-size: 14px;
      font-family: gesta, arial narrow, sans-serif;
    }

    .network-tiles .event__content h3,
    .career-tiles .event__content h3,
    .resource-tiles h3 {
      background: url('../img/black-underline.gif') no-repeat left bottom;
      padding-bottom: 1em;
      margin-bottom: 0.6em;
      color: #e71802;
    }

    .event__date {}

    .event__date span {
      color: #000;
    }

    .event__date__day {
      font-family: franklin-gothic-ext-comp-urw;
      font-size: 50px;
      font-weight: 700;
      margin-right: 5px;
    }

    .event__date__month {
      font-weight: 600;
      text-transform: uppercase;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 20px;
      position: relative;
      top: -20px;
      background: url('../img/black-underline.gif') no-repeat left bottom;
      padding-bottom: 14px;
    }

    .cpd-hour {
      position: relative;
      top: -8px;
    }


    .icon-pin {
      font-weight: bold;
    }

    .filter__tiles {
      clear: both;
      margin-top: 10px;
    }

    .intro {
      margin-top: 15px;
    }

    .intro .span3.logo {
      margin-top: 110px;
    }

    .intro h1 {
      /* line-height: 1.8em; */
    }

    .intro h2 {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 100;
      margin-bottom: 1em;
    }

    .intro h2 a {
      text-decoration: underline;
    }

    .intro p {
      font-family: gesta, arial narrow, sans-serif, serif;
      font-size: 20px;
      margin-bottom: 1.6em;
      line-height: 30px;
    }

    .filter_title {
      display: none;
    }

    .current-filter {
      display: none;
    }

    .filter__title.location_title {
      float: left;
      font-family: franklin-gothic-ext-comp-urw, sans-serif;
      padding-left: 26px;
      font-size: 23px;
      padding-right: 10px;
      margin-bottom: 25px;
    }

    .filter .inner {
      position: relative;
    }

    .filter__wrapper.clearfix {
      display: inline-block;
      position: relative;
      left: -16px;
    }

    .filter__wrapper.clearfix.resource_topic {
      left: 0;
    }

    .filter__filters li a {
      text-decoration: none;
    }

    .filter__select_filters {
      display: none;
      position: absolute;
      z-index: 100;
      background-color: rgba(255, 255, 255, 0.9);
      top: 32px;
      right: 10px;
      margin-left: 0;
      width: 115px;
      padding-top: 6px;
    }

    .filter__select_filter {
      list-style: none;
    }

    .filter__select_filter a {
      display: block;
      padding: 6px 3px 6px 10px;
      color: #000;
      text-decoration: none;
    }

    .filter__select_filter.current_filter a {
      color: #E71802;
    }

    .current-location {
      float: left;
      margin: 0.7em 0.7em 0.7em 2.8em;
      font-size: 14px;
      cursor: pointer;
      position: relative;
      border-bottom: 2px solid #000;
      padding-right: 20px;
      width: 95px;
    }

    .current-location:before {
      border: 6px solid rgba(0, 0, 0, 0);
      border-top: 8px solid #000;
      height: 0;
      width: 0;
      content: ' ';
      position: absolute;
      top: 6px;
      right: 0px;
      overflow: auto;
    }

    .network-tiles {
      padding-top: 40px;
    }

    .content {}

    .content .span6 {
      margin-bottom: 30px;
    }

    .content h3 {
      color: #E71802;
    }

    .content.single h3 {
      color: #333;
      line-height: 40px;
    }

    .content.single .registration h3 {
      color: #E71802;
      line-height: 40px;
    }

    .content p {
      font-family: gesta, arial narrow, sans-serif;
      font-size: 17px;
    }

    .content div {
      font-family: gesta, arial narrow, sans-serif;
      font-size: 17px;
      line-height: 1.8em;
    }

    .content .single-content p {
      font-size: 17px;
    }

    .content .content__intro p {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
    }

    .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .single ul {
      margin-left: 1.2em;
      list-style-type: none;
    }

    .single li {
      padding-bottom: 10px;
      position: relative;
      line-height: 1.4em;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 17px;
    }

    .single li:before {
      display: block;
      height: 6px;
      width: 6px;
      background: #F00;
      position: absolute;
      top: 0.55em;
      left: -16px;
      content: ' ';
    }

    table.cpd {
      margin-bottom: 1.4em;
    }

    table.cpd tr {
      border-bottom: 1px solid #e2e2e2;
    }

    table.cpd tr.last {
      border-bottom: none;
    }

    table.cpd th,
    table.cpd td {
      font-size: 16px;
      font-family: gesta, arial narrow, sans-serif;
      padding: 1.7em 0;
    }

    table.cpd th {
      font-weight: 100;
      text-align: left;
      padding-right: 35px;
    }

    table.cpd td {
      font-weight: 600;
    }

    table.full {
      width: 100%;
      font-family: gesta, arial narrow, sans-serif;
    }

    table.full th,
    table.full td {
      padding: 0.6em 10px;
      border: 1px solid #e2e2e2;
    }

    table.full th.no-border,
    table.full td.no-border {
      border: none;
      border-left: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
    }

    table.full thead tr {
      background-color: #e2e2e2;
    }

    table.full tr.last {
      background-color: #f2f2f2;
    }

    table.full thead tr th {
      text-align: left;
      font-weight: 600;
      text-transform: uppercase;
    }

    table.full .content__cta {
      margin-left: 10px;
      margin-right: 10px;
    }

    a.content__cta:link,
    a.content__cta:visited,
    a.content__cta:hover {
      background: #e71802;
      color: #fff;
      text-align: center;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 36px;
      line-height: 50px;
      border-bottom: 4px solid #802d25;
      transition: all 0.1s;
      position: relative;
      top: 0;
      font-size: 16px;
      font-weight: 600;
      padding: 5px 17px;
      text-decoration: none;
    }

    a.content__cta:active {
      border-bottom: 2px solid #802d25;
      top: 2px;
    }

    .speaker__intro img {
      width: 120px;
      height: auto;
      float: left;
      margin-right: 10px;
      margin-bottom: 15px;
    }

    .speaker {
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .speaker__intro h4 {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: bold;
      font-size: 18px;
      font-style: normal;
      margin: 7px 0 0 0;
      line-height: 1.4em;
      color: #000000;
    }

    .speaker__intro p {
      color: #000000;
      font-size: 16px;
      line-height: 1.5em;
    }

    .speaker:nth-child(3n+1) {
      clear: both;
    }

    .speaker__social {
      float: left;
      width: 140px;
    }

    .summary__intro {
      padding: 20px 30px 30px 20px;
      background: #F7F7F7;
    }

    .summary__intro h2 {
      font-family: gesta, arial narrow, sans-serif;
      text-transform: uppercase;
    }

    .summary__intro h3 {
      text-transform: none;
      margin: 0;
    }

    .summary__intro p.summary__cpd {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 600;
      color: #707070;
      border-width: 2px 0;
      border-color: #707070;
      border-style: solid;
      display: inline-block;
      padding: 5px 0;
    }

    .summary__pricing {
      padding: 20px 35px 25px 20px;
      background: #C8C8C8;
      margin-bottom: 40px;
    }

    .registration {
      background: #f7f7f7;
      border-top: 2px solid #e71802;
      padding: 20px;
      margin-bottom: 30px;
    }

    .registration input {
      width: 100%;
      border: 1px solid #C8C8C8;
      border-radius: 0;
      box-sizing: border-box;
      height: inherit;
    }

    .registration input[type=submit] {
      background: #424242;
      border: none;
      border-bottom: 3px solid #000;
      color: #FFF;
      font-weight: 600;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 18px;
      line-height: 1.6em;
      position: relative;
      transition: all 0.1s;
    }

    .registration input[type=submit]:active {
      margin-bottom: 1px;
      top: 2px;
    }

    .registration .select_wrapper {
      width: 99.5%;
      overflow: hidden;
      border: 1px solid #c8c8c8;
      position: relative;
    }

    .registration select {
      width: 110%;
      margin-bottom: 0;
      border: none;
    }

    .registration p.sub_total {
      font-weight: bold;
      border-bottom: 1px solid #E9E9E9;
      padding: 15px 0;
      margin: 5px 0 20px 0;
    }

    .registration p.grand_total {
      font-weight: bold;
    }

    .registration hr {
      text-align: right;
      display: inline-block;
      width: 75%;
      margin: 8px 0;
    }

    .registration__pricing {
      text-align: right;
    }

    a.social__single {
      display: inline-block;
      text-indent: 0em;
      height: 30px;
      width: 30px;
      margin-right: 10px;
      font-size: 20px;
      padding: 5px;
      box-sizing: border-box;
      color: #FFF;
      text-align: center;
      text-decoration: none;
    }

    .social--linkedin {
      background: #007bb6;
    }

    .social--twitter {
      background: #00abf0;
    }

    .social--facebook {
      background: #3b5998;
    }

    .social--email {
      background: #000000;
    }

    .social--youtube {
      background: #bf2025;
    }

    .social--rss {
      background: #ff9002;
    }

    .social-sharing a {
      color: #FFF;
      display: inline-block;
      line-height: 1.8em;
      width: 1.8em;
      text-align: center;
      margin-right: 0.5em;
      text-decoration: none;
    }

    .social-sharing h3 {
      display: inline-block;
      color: #424242;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 20px;
      margin-bottom: 1.6em;
      line-height: 30px;
      text-transform: none;
      margin-right: 20px;
    }

    .member-sharing {
      margin-top: 100px;
    }

    .sponsors a {
      display: inline-block;
    }

    .sponsors a.nz_post {
      display: block;
      margin-bottom: 15px;
      min-width: 130px;
    }

    .sponsors:after {
      clear: both;
      content: ".";
      height: 0;
      display: block;
      visibility: hidden;
    }

    .sponsors a.ibm,
    .sponsors a.ipsos {
      display: inline-block;
      position: relative;
      margin-bottom: 0px;
    }

    .sponsors_regular a {
      height: 110px;
      float: left;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      margin-right: 45px;
      margin-bottom: 15px;
      border: medium none !important;
    }

    .sponsors_regular a * {
      vertical-align: middle;
    }

    .sponsors_regular a span {
      display: inline-block;
      height: 100%;
      width: 1px;
    }

    .sponsors a {
      float: left;
    }

    .sponsors a img {
      height: 30px;
    }

    @media all and (min-width:1200px) {
      .sponsors a img {
        height: 65px;
      }
    }


/*
.sponsors a.ipsos {
    padding: 0 20px;
}
.sponsors a.nz_post {
    padding-right: 20px;
    } */

    .sponsors__gold a {
      display: inline-block;
      width: 23%;
      text-align: center;
    }

    .sponsors_silver a {
      width: 15%;
      display: inline-block;
      text-align: center;
    }

    .event-sponsors .span3,
    .event-sponsors .span8 {
      margin-left: 0;
      font-size: 14px;
      margin-bottom: 0px;
    }

    .event-sponsors .span3 img {
      max-width: 90%;
    }

    .event-sponsors h4 {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: bold;
      font-size: 18px;
      font-style: normal;
      margin: 7px 0 0 0;
      line-height: 1.4em;
      color: #000;
    }

    .event-sponsors p {
      font-size: 14px;
    }

    .event-sponsors .primary_sponsor img {
      float: none;
    }

    #search {
      background: #e2e2e2;
      border-bottom: 1px solid #E4E4E4;
      border-top: 1px solid #E4E4E4;
      display: none;
    }

    #search__form {
      margin: 30px 30px 30px 20px;
      position: relative;
    }

    #search__form input[type=text] {
      height: auto;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 25px;
      font-weight: 100;
      margin: 0;
      width: 100%;
      color: #000;
      border-radius: 0;
      line-height: normal;
    }

    #search__form input[type=submit] {
      font-family: untitled-font-1;
      position: absolute;
      top: 1px;
      right: -13px;
      background: none;
      font-size: 19px;
      height: 42px;
      width: 42px;
      color: #B2B2B2;
      border: 0;
    }

    table.alphalinks {
      width: 100%;
      border: 1px solid #E2E2E2;
    }

    table.alphalinks td {
      text-align: center;
      padding: 10px 0;
      width: 1em;
    }

    table.alphalinks td a {
      text-transform: uppercase;
      color: #737373;
      width: 1em;
      display: inline-block;
      padding: 0 0.2em;
    }

    table.alphalinks td a:hover {
      color: #000;
    }

    table.alphalinks td a.active {
      border: 1px solid #c0c0c0;
      background: #e2e2e2;
      color: #000000;
    }

    .directory_search {
      border: 1px solid #e2e2e2;
      padding: 15px;
      border-bottom: none;
    }

    .directory_search label,
    .directory_search input,
    .directory_search select {
      display: inline-block;
      margin-bottom: 0;
      border-radius: 0;
      margin-right: 10px
    }

    .directory_search label {
      font-family: gesta, arial narrow, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
    }

    table.directory {
      width: 100%;
      border: 1px solid #E2E2E2;
      font-family: gesta, arial narrow, sans-serif;
      font-weight: 100;
    }

    table.directory thead td {
      background: #e2e2e2;
      font-size: 16px;
    }

    table.directory td {
      border-bottom: 1px solid #E2E2E2;
      padding: 10px 15px;
      width: 50%;
      font-size: 20px;
    }

    table.directory td a {
      text-decoration: underline;
    }

    .profile {}

    .profile input,
    .profile select,
    .profile label {
      font-family: gesta, Arial narrow, sans-serif;
      display: inline-block;
      width: 95%;
    }

    .profile .role-focus label {
      text-align: center;
    }

    .profile input {
      padding: 14px 5px;
      box-sizing: border-box;
    }

    .profile__image {
      width: 95%;
      margin-top: 10px;
      margin-bottom: 80px;
    }

    .profile__fields {
      overflow: hidden;
    }

    .profile__fields label[for=profile_fname] {
      width: 95%;
    }

    .profile__fields select[name=profile_title] {
      width: 100px;
    }

    .my-profile input[type=submit] {
      background: #E71802;
      color: #FFF;
      text-align: center;
      font-family: gesta, arial narrow, sans-serif;
      font-size: 36px;
      border: none;
      border-bottom: 4px solid #802D25;
      transition: all 0.1s;
      position: relative;
      top: 0;
      font-size: 16px;
      font-weight: 600;
      padding: 5px 17px;
      display: block;
      width: auto;
      margin: 20px 0;
    }

    .my-profile input[type=submit]:active {
      border-bottom: 2px solid #802D25;
      top: 2px;
      margin: 20px 0 22px 0;
    }

    .radio__wrap label {
      display: inline-block;
      font-size: 12px;
      position: relative;
      top: 4px;
    }

    .postal_form .span3 {
      margin-bottom: 30px;
    }

    .breadcrumbs {
      border-top: 1px solid #f7f7f7;
    }

    .breadcrumbs ul {
      list-style: none;
      margin: 0 0 0 25px;
    }

    .breadcrumbs ul li {
      float: left;
      color: #e71802;
      font-family: gesta, 'arial narrow', sans-serif;
      padding: 15px 0 15px;
    }

    .breadcrumbs ul li a {
      color: #939393;
      text-decoration: none;
    }

    .breadcrumbs ul li a:hover {
      color: #e71802;
    }

    .breadcrumbs ul li a:after {
      content: '>';
      font-family: gesta, 'arial narrow';
      padding: 0 10px;
      font-size: 18px;
    }

    .breadcrumbs ul li a:hover:after {
      color: #939393;
    }

    #contact-form input[type=text],
    #contact-form input[type=email] {
      width: 300px;
      max-width: 100%;
      border-radius: 0;
      margin-bottom: 20px;
    }

    #contact-form textarea {
      width: 500px;
      max-width: 100%;
      height: 150px;
      border-radius: 0;
      display: block;
      margin-bottom: 40px;
    }

    #contact-form input[type=submit] {
      clear: both;
    }

    #contact-form label {
      color: #ccc;
    }

    .related-content {
      border-top: 1px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0;
      background: #F8F8F8;
    }

    .related-content img {
      width: 100%;
    }

    .related-content a {
      text-decoration: none;
    }

    .related-content p {
      font-family: gesta, arial narrow, sans-serif;
      font-size: 14px;
      line-height: 1.6em;
    }

    @media (min-width: 980px) and (max-width: 1200px) {
      .inner {
        max-width: 980px;
      }
      .banner__title-wrap {
        width: 640px;
      }
      .banner__title-wrap h2 {
        font-size: 60px;
        margin: 0;
      }
      .banner__cta {
        /* width: 300px; */
      }
      .banner__cta h3 {
        font-size: 14px;
      }
      .nav-wrapper {
        display: block !important;
      }
      #main-nav li {
        font-size: 14px;
        padding: 0 0 0 23px;
      }
      #main-nav a span {
        padding-left: 10px;
      }
      .grey-nav__group li {}
      .grey-nav__group li.last,
      #myacc {
        margin-right: 30px;
      }
      .grey-nav a {
        font-size: 10px;
      }
      .follow__text {
        font-size: 22px;
        padding: 22px 16px;
      }
      .tile {
        width: 46%;
        margin-bottom: 65px;
      }
      .speaker__wrap img {
        width: 100%;
      }
      #search__form input[type=text] {
        font-size: 36px;
      }

      #search__form input[type=submit] {
        font-size: 27px;
        height: 55px;
        width: 55px;
      }
      .hasBreadcrumbs #main-nav li.active a::after {
        top: 106px;
      }

      .follow__text {
        padding: 22px 35px;
        font-size: 15px;
      }


    }

    @media (min-width: 980px) {
      #head-logo {
        padding: 30px 0px 30px 15px;
      }
      .nav-wrapper {
        display: block !important;
        margin-top: 45px;
      }
      nav ul {
        float: right;
      }
      nav ul li {
        float: left;
      }
      nav ul li.last {
        position: relative;
        top: -1px;
      }
      nav li a {
        position: relative;
      }
      #main-nav li.active a {
        color: #e71802;
        font-weight: 600;
      }
      #main-nav li.active a::after {
        position: absolute;
        display: inline-block;
        border-left: 8px solid transparent;
        border-top: 15px solid #ffffff;
        border-right: 8px solid transparent;
        left: 50%;
        top: 55px;
        content: '';
        margin-left: -8px;
      }

      .grey-nav ul {
        float: right;
      }
      .grey-nav li.last li.last {
        margin-right: 0;
        padding-top: 1px;
      }
      .grey-nav {
        margin-top: 10px;
      }
      #main-nav {
        margin-top: 25px;
      }
      #main-nav > ul > li.first {
        padding-left: 0;
      }
      #main-nav a {
        color: #000000;
        text-decoration: none;
      }
      #main-nav a:hover {
        color: #E71802;
      }
      .banner__inner {
        /* margin: 150px 0;  */
      }
      .banner__title-wrap {
        margin: 40px 0 30px;
        height: 221px;
      }
      .banner__title-wrap.wide {
        width: 980px;
      }

      .banner__inner--red .banner__title-wrap {
        background-color: #e71802;
        background-color: rgba(231, 24, 2, 0.8);
      }
      .banner__inner--green .banner__title-wrap {
        background-color: #7ac143;
        background-color: rgba(122, 193, 67, 0.8);
      }
      .banner__inner--orange .banner__title-wrap {
        background-color: #f88e20;
        background-color: rgba(248, 142, 32, 0.8);
      }
      .banner__inner--blue .banner__title-wrap {
        background-color: #00baff;
        background-color: rgba(0, 186, 255, 0.8);
      }

      .banner__title-inner {
        padding: 32px 60px 16px 60px;
      }
      .banner__title-inner.wide {
        width: 840px;
      }
      .banner__title-inner p {
        color: #ffffff;
        font-size: 23px;
        font-weight: 100;
        margin-left: 10px;
        font-family: gesta, arial narrow, sans-serif;
      }
      .isotope,
      .isotope .isotope-item {
        /* change duration value to whatever you like */
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -ms-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
      }
      .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
      }
      .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
      }
      /**** disabling Isotope CSS3 transitions ****/
      .isotope.no-transition,
      .isotope.no-transition .isotope-item,
      .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
      }
      .speaker__wrap {
        width: 900px;
        margin-left: 0;
      }
      .speaker__wrap .span3 {
        margin-left: 0;
        margin-right: 20px;
      }
      .filter__filters li,
      .subnav li {
        display: block;
        text-transform: uppercase;
        font-family: franklin-gothic-ext-comp-urw, sans-serif;
        font-weight: 100;
        font-size: 24px;
        color: #424242;
        float: left;
      }
      ul.filter__filters {
        display: block !important;
      }
      li.filter_title {
        padding: 20px 25px 10px 0;
        font-weight: 600;
      }
      li.filter_title.pre_filters {
        padding-top: 9px;
      }
      .filter__filters li a,
      .subnav li a {
        color: #AAA;
        padding: 10px 20px 10px 10px;
        border-left: 1px solid #E2E2E2;
        -webkit-transition: color 0.4s;
        -moz-transition: color 0.4s;
        transition: color 0.4s;
        position: relative;
        display: block;
        line-height: 0.8em;
        min-height: 48px;
        text-decoration: none;
      }
      .filter__filters li a i,
      .subnav li a i {
        margin-right: 5px;
      }
      .filter__filters li.first a,
      .subnav li.first a {
        border-left: none;
        padding-left: 35px;
      }
      .filter__filters li.first a:before,
      .subnav li.first a:before {
        left: -7px;
      }
      .filter__filters li.all a {
        padding: 16px 45px 4px 70px;
      }
      .filter__filters li a:before,
      .subnav li a:before {
        font-size: 32px;
        top: inherit;
        margin-right: 5px;
        position: absolute;
        top: 8px;
        left: 20px;
      }
      .filter__filters li a:hover,
      .subnav li a:hover {
        color: #424242;
      }
      .filter__filters li.current_filter a,
      .filter__filters li a:active,
      .subnav li.current_filter a,
      .subnav li a:active {
        color: #e71802;
      }
      .filter__filter.current_filter a {
        color: #E71802;
      }
    }

    section.sponsors {
      margin-top: 0px;
    }


    /* Large desktop */

    @media (min-width: 1200px) {
      .sponsors a {
        display: inline-block;
        border-right: 1px solid #000000;
      }
      .sponsors a.ibm {
        border-right: medium none;
      }
      .sponsors a.ipsos,
      .sponsors a.ibm {
        left: 0;
      }
      .sponsors a.nz_post {
        display: inline-block;
      }
      .inner {
        max-width: 1200px;
      }
      .banner__title-wrap {
        width: 760px;
        min-height: 200px;
      }
      .banner__title-wrap h2 {
        font-size: 60px;
        margin: 0;
      }
      .banner__title-wrap h2 span {
        font-size: 43px;
        font-weight: 300;
      }
      #main-nav li {
        font-size: 18px;
        padding: 0 0 0 20px;
      }
      #main-nav a span {
        padding-left: 0px;
      }
      #main-nav #search_link span {
        position: relative;
        top: 3px;
      }
      .grey-nav li {
        font-size: 14px;
      }
      .grey-nav__group li {
        margin-right: 15px;
      }
      .grey-nav__group li.last,
      #myacc {
        margin-right: 59px;
      }
      .follow__text {
        padding: 22px 45px;
      }
      .tile {
        width: 290px;
        margin-bottom: 25px;
      }
      .hasBreadcrumbs #main-nav li.active a::after {
        top: 110px;
      }
      .follow__text {
        padding: 22px 45px;
      }
      .event-sponsors .primary_sponsor img {
        float: left;
      }
    }


    /* Portrait tablet to landscape and desktop */

    @media (min-width: 768px) and (max-width: 979px) {
      .cta {
        width: 100%;
      }
      .inner {
        width: 768px;
      }
      a.nav-open {
        height: 72px;
      }
      .follow__text {
        padding: 22px 15px;
        font-size: 13px;
      }
      .tile {
        width: 46%;
      }
      .sponsors a img {
        height: 40px;
      }
      .speaker__wrap {
        width: 538px;
        margin-left: 0;
      }
      .speaker__wrap .span3 {
        margin-left: 0;
        margin-right: 10px;
      }
      .speaker__wrap img {
        width: 100%;
      }
    }

    @media (max-width: 979px) {
      .sponsors a img {
        height: 40px;
      }
      .cta .cta__icon {
        display: none;
      }
      .friend-form__wrapper {
        width: 730px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
      }
      .friend-form__wrapper input[type=text] {
        width: 45%;
        display: inline-block;
        float: left;
        margin-right: 0;
        margin-left: 0;
      }
      .friend-form__wrapper input[type=text].friend-form__fname {
        margin-right: 1.5%
      }
      .friend-form__wrapper input[type=email] {
        width: 94%;
      }
      body {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        left: 0;
        transition: all 0.5s;
      }
      #search_link {
        display: none;
      }
      body.nav-open {
        left: 230px;
      }
      .nav-wrapper {
        clear: both;
        width: 230px;
        display: block !important;
        margin-left: -210px;
        position: absolute;
        transition: margin 0.5s;
        height: 100%;
        top: 0;
        background: black;
      }
      .nav-wrapper form {
        margin: 0;
      }
      .nav-wrapper input[type=text] {
        background: none;
        border: none;
        margin-left: 23px;
        color: #FFF;
        font-family: "gesta", arial narrow, sans-serif;
        width: 193px;
        box-shadow: none;
        position: relative;
        top: 4px;
      }
      #head-logo {
        width: 135px;
        padding: 15px;
        left: 70px;
        position: relative;
      }
      nav ul li {
        display: block;
        text-align: left;
        background: black;
        border-bottom: 1px solid #262727;
      }
      nav ul li.friend {
        background: #ffffff;
      }
      nav ul li a:link,
      nav ul li a:visited {
        color: #ffffff;
        padding: 10px 30px;
        display: block;
        text-decoration: none;
      }
      .grey-nav > ul > li {
        padding: 0;
        border-bottom: 0;
      }
      .inner {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
      }
      header .inner {
        padding: 0;
        width: 100%;
      }
      .banner__inner--red {
        background-color: #e71802;
        background-color: rgba(231, 24, 2, 0.8);
      }
      .banner__inner--green {
        background-color: #7ac143;
        background-color: rgba(122, 193, 67, 0.8);
      }
      .banner__inner--orange {
        background-color: #f88e20;
        background-color: rgba(248, 142, 32, 0.8);
      }
      .banner__title-wrap {
        display: none;
      }
      .banner__cta-inner,
      .banner__contact-inner {
        padding: 60px 30px 30px 30px;
        position: relative;
      }
      .banner__cta-inner a {
        font-size: 25px;
        line-height: 40px;
      }
      .banner__cta {
        background: none;
        width: 100%;
      }
      .banner__cta h3 {
        line-height: 1em;
        text-transform: none;
        font-size: 22px;
      }
      .banner__cta h4 {
        text-transform: none;
        font-style: normal;
        font-family: gesta, arial narrow, sans-serif;
        margin-bottom: 0.4em;
      }
      .banner__cta hr {
        display: none;
      }
      .banner__register {
        width: 135px;
        margin-bottom: 10px;
        position: absolute;
        right: 10px;
        bottom: 0;
      }
      .banner__sponsor {
        top: 10px;
        right: 10px;
      }
      .banner__summary {
        width: 60%;
      }
      .filter__wrapper {
        display: inline-block;
        position: relative;
      }
      .filter__wrapper .filter_title {}
      .filter__title {
        float: left;
        font-family: franklin-gothic-ext-comp-urw, sans-serif;
        padding-left: 26px;
        font-size: 23px;
        padding-right: 10px;
        margin-bottom: 25px;
        display: block;
      }
      .current-filter {
        float: left;
        margin: 0.7em;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        border-bottom: 2px solid #000;
        padding-right: 20px;
        width: 160px;
        display: block;
      }
      .current-filter::before {
        border: 6px solid rgba(0, 0, 0, 0);
        border-top: 8px solid #000;
        height: 0;
        width: 0;
        content: ' ';
        position: absolute;
        top: 6px;
        right: 0px;
        overflow: auto;
      }
      .filter__filters {
        display: none;
        position: absolute;
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.9);
        top: 32px;
        right: 10px;
        margin-left: 0;
        width: 180px;
        padding-top: 6px;
      }
      .filter__filter {
        list-style: none;
      }
      .filter__filter a {
        display: block;
        padding: 6px 3px 6px 10px;
        color: #000;
        text-decoration: none;
      }
      .filter__filter.all {
        display: list-item;
      }
      .filter__filter a::before {
        display: none;
      }
    /*  .filter__wrapper ul.filter__filters {
            display: none;
            position: absolute;
            z-index: 100;
            background-color: rgba(255, 255, 255, 0.9);
            top: 32px;
            right: 10px;
            margin-left: 0;
            width: 115px;
            padding-top: 6px;
        }
        ul.filter__filters .filter__filter.current_filter a {
            color: #E71802;
        }
        ul.filter__filters .filter__filter a {
            display: block;
            padding: 6px 3px 6px 10px;
            color: #000;
            } */
          }


          /* Landscape phone to portrait tablet */

          @media (max-width: 767px) {
            .cta {
              width: auto;
            }
            .friend-form__wrapper input[type=email] {
              width: 95%;
            }
            .cta .cta__icon {
              display: block;
            }
            .inner {
              width: auto;
            }
            .inner__content {
              border: none;
            }
            .nav-wrapper {
              margin-left: -230px;
            }
            .follow__text {
              padding: 22px 40px;
              font-size: 22px;
            }
            .login-form__wrapper {
              width: 94%;
              margin: 0 3%;
            }
            .login-form input[type=email],
            .login-form input[type=password] {
              width: 96%;
              padding: 2%;
            }
            .login-form p {
              margin-bottom: 12px;
              /* offset for active state on button */
              line-height: 2.9em;
            }
            .sponsors__gold a {
              width: 46%;
            }
            .sponsors_silver a {
              width: 30%;
            }
            table.full td {
              display: block;
              border: none;
            }
            table.full tr {
              border: 1px solid #E2E2E2;
            }
            table.full tr td {
              padding: 0.4em 10px;
            }
            table.full tr.data_row td:before {
              display: inline-block;
              width: 110px;
              font-weight: 600;
            }
            table.full tr.data_row td:nth-of-type(1):before {
              content: 'Type';
            }
            table.full tr.data_row td:nth-of-type(2):before {
              content: 'Name';
            }
            table.full tr.data_row td:nth-of-type(3):before {
              content: 'Date';
            }
            table.full tr.data_row td:nth-of-type(4):before {
              content: 'Provider';
            }
            table.full tr.data_row td:nth-of-type(5):before {
              content: 'Credits';
            }
            table.full tr.summary_row td {
              display: none;
            }
            table.full tr.summary_row td:nth-child(3n+0) {
              display: block;
            }
            table.full tr.summary_row td:nth-child(3n+0):before {
              content: 'Total';
              display: inline-block;
              width: 110px;
              font-weight: 600;
            }
            table.full th {
              display: none;
            }
            .sponsors a img {
              height: 40px;
            }
          }


          /* Landscape phones and down */

          @media (max-width: 480px) {
            .sponsors a img {
              height: 30px;
            }
            .cta .cta-icon {
              display: block;
            }
            .friend-form__wrapper input[type=text] {
              width: 95%;
            }
            .banner__summary {
              width: 80%;
            }
            .banner__cta-inner a {
              font-size: 20px;
              line-height: 30px;
            }
            .banner__register {
              width: 95px;
            }
            table.full tr.data_row td:before,
            table.full tr.summary_row td:nth-child(3n+0):before {
              width: 70px;
            }
          }

          .do-not {
            display: block;
            margin-bottom: 20px;
          }

          .sponsors_regular a img {
            height: auto;
          }


          /* CG additions */

          .btn {
            background: #E71802;
            color: #FFF;
            text-align: center;
            font-family: gesta, arial narrow, sans-serif;
            font-size: 36px;
            border: none;
            border-bottom: 4px solid #802D25;
            border-radius: 0px;
            transition: all 0.1s;
            position: relative;
            top: 0;
            font-size: 16px;
            font-weight: 600;
            padding: 5px 17px;
            width: auto;
            text-shadow: none;
          }

          .btn:hover,
          .btn:active,
          .btn:disabled,
          .btn:disabled {
            background: #E71802;
            color: #fff;
          }

          .btn:active {
            top: 2px;
            border-bottom: 2px solid #6B0B01;
          }

          a.btn {
            color: #fff;
            text-decoration: none;
          }

          .btn i {
            display: none;
          }

          .registration .btn {
            background: #e71802;
            border: none;
            border-bottom: 3px solid #802D25;
            color: #FFF;
            font-weight: 600;
            font-family: gesta, arial narrow, sans-serif;
            font-size: 18px;
            line-height: 1.6em;
            position: relative;
            transition: all 0.1s;
            width: 100%;
            margin-bottom: 1px;
          }

          .registration .btn:active {
            top: 2px;
          }

          .modal-backdrop {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1040;
            background-color: #000
          }

          .modal-backdrop.fade {
            opacity: 0
          }

          .modal {
            z-index: 2;
            background-color: #fff;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: 0;
            -webkit-box-shadow: 0;
            -moz-box-shadow: 0;
            box-shadow: none;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding-box;
          }

          .modal-header h3 {
            margin: 0;
            line-height: 30px;
            color: #E71802;
          }

          .modal-body {
            font-family: gesta, arial narrow, sans-serif;
            font-size: 17px;
            line-height: 1.8em;
          }

          .modal-footer {
            padding: 14px 15px 15px;
            margin-bottom: 0;
            text-align: right;
            background-color: #fff;
            border-top: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
          }

          .modal-footer:before,
          .modal-footer:after {
            display: table;
            line-height: 0;
            content: ""
          }

          .modal-footer:after {
            clear: both
          }

          .modal-footer .btn+.btn {
            margin-bottom: 0;
            margin-left: 5px
          }

          .modal-footer .btn-group .btn+.btn {
            margin-left: -1px
          }

          .modal-footer .btn-block+.btn-block {
            margin-left: 0
          }

          .modal p {
            font-family: gesta, arial narrow, sans-serif;
            font-size: 17px;
          }

          .modal label {
            font-family: gesta, Arial narrow, sans-serif;
          }

          span.search1,
          span.search2,
          span.search3,
          span.search4 {
            color: #fff;
            background-color: #E71802;
            padding-left: 6px;
            padding-right: 6px;
          }

          .table-bordered table th,
          .table-bordered table td {
            border-left: 0;
          }

          table.cart {
            width: 100%;
            font-family: gesta, arial narrow, sans-serif;
            border-radius: 0;
            border-collapse: collapse;
            border-left: 1px solid #E2E2E2;
          }

          table.cart input {
            width: 95%;
          }

          table.cart th,
          table.cart td {
            padding: 0.6em 10px;
          }

          table.cart td.amount {
            text-align: right;
          }

          table.cart thead tr {
            background-color: #e2e2e2;
          }

          table.cart thead tr th {
            text-align: left;
            font-weight: 600;
            text-transform: uppercase;
          }

          @media (max-width: 767px) {
            table.cart td,
            table.cart th {
              display: block;
              border: none;
            }
            table.cart tr {
              border-bottom: 1px solid #E2E2E2;
            }
            table.cart tr td {
              padding: 0.4em 10px;
            }
            table.cart tr.data_row td:before {
              display: inline-block;
              width: 110px;
              font-weight: 600;
            }
          }

          #account-selector {
            margin-bottom: 20px;
          }

          table.totals td {
            text-align: right;
            border: 0;
          }

          #SalesOrder_totalgross {
            border-top: 1px black solid;
            width: 100px;
            text-align: right;
          }

          #SalesOrder_totaldue {
            border-top: 2px black solid;
            text-align: right;
          }

          .btn.registration {
            margin-bottom: 20px;
          }

          .ecs li {
            line-height: 30px;
          }

          .ecs h3 {
            font-family: gesta, arial narrow, sans-serif;
            font-size: 50px;
            font-weight: 300;
            color: #e71802;
            line-height: 1em;
            margin: 0.6em 0;
          }

          .ecs legend {
            font-family: gesta, arial narrow, sans-serif;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            line-height: 1em;
            position: relative;
            margin-top: 20px;
            padding-top: 20px;
            border: 0;
          }

          .ecs legend:before {
            content: '';
            width: 120px;
            height: 2px;
            background: #f00;
            position: absolute;
            top: 0;
          }

          .ecs label,
          .ecs input {
            font-family: gesta, Arial narrow, sans-serif;
          }

          .ecs .control-group.viewer .controls {
            padding-top: 5px;
          }

          .ecs .radioitem {
            margin: 8px 0;
          }

          .ecs .radiolabel {
            position: relative;
            top: 2px;
            padding-left: 8px;
          }

          .ecs select {
            width: 220px;
          }

          .ecs .modal-header {
            border-bottom: 0;
          }

          .ecs .checkbox input[type="checkbox"],
          .body .checkbox input[type="checkbox"] {
            float: left;
            margin-left: 160px;
            margin-right: 8px;
          }

          .ecs .value.check input {
            margin-right: 8px;
          }

          .ecs label.required,
          .ecs label.error,
          .body label.required,
          .body label.error,
          .ma-form label.required,
          .ma-form label.error {
            color: #E71802;
          }

          .my-profile .sectionhead {
            padding-top: 30px;
          }

          .ecs.narrow .buttons {
            text-align: right;
            margin-top: 40px;
          }

          .ecs.narrow .table table,
          .ecs.narrow .table table td {
            border: 0;
          }


          /*! http://responsiveslides.com v1.54 by @viljamis */

          .rslides {
            position: relative;
            list-style: none;
            overflow: hidden;
            width: 100%;
            padding: 0;
            margin: 0;
          }

          .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
          }

          .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
          }

          .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
          }


/*
October 2015 Changes - Joel -
*/

blockquote {
  border-left: #e71802 solid;
}


/*
blockquote:before,
blockquote:after{
    display:block;
    content: '';
    width: 120px;
    height: 2px;
    background: #DE3D2C;
    margin:1em 0;
}
*/

[class^="icon-"],
[class*=" icon-"] {
  background-image: none !important;
}

.icon-guide:before {
  content: "";
  font-family: 'FontAwesome' !important;
}

.span3 .snip {
  margin-top: 21px;
}

.snip.feature-content {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px #ededed solid;
}


/*
January 2017 Changes - Joel -
*/

.article {
  border-bottom: 5px solid #ededed;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.article .date {
  color: #817F7E;
  margin-bottom: 0;
}

.article h1 {
  color: #333333;
  font-weight: bold;
  margin: 15px 0;
}

.article a {
  color: #333333;
  border-bottom: 0;
  text-decoration: none;
}

.article a:hover h1,
.article a:focus h1,
.article a:hover,
.article a:focus,
.article p + a {
  color: #e71802;
}

.article p + a {
  font-weight: bold;
}

.article p + a:hover,
.article p + a:focus {
  color: #333333;
}

.img-wrapper {
  margin-bottom: 20px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.img-wrapper img {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

nav ul.pagination {
  float: none !important;
}

.pagination>li {
  display: inline;
}

.pagination>li > a {
  color: #e71802 !important;
}

.pagination>li.active > a {
  background: #e71802 !important;
  color: #ffffff !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination>li.disabled>a {
  cursor: not-allowed;
  color: #b3b3b3 !important;
}

.form-group {
  position: relative;
}

.form-control {
  height: 34px;
  min-width: 175px;
}

.blog__form input[type='submit'] {
  font-family: untitled-font-1;
  position: absolute;
  top: 1px;
  margin-left: -28px;
  background: none;
  font-size: 19px;
  height: 28px;
  width: 28px;
  color: #333333;
  border: 0;
}

.blog__form label {
  line-height: 32px;
  font-family: franklin-gothic-ext-comp-urw, sans-serif;
}

.blog__form label h3 {
  float: left;
  line-height: 32px;
  margin: 0;
  margin-right: 15px;
}

.blog__form {
  padding-bottom: 20px;
  border-bottom: #ededed solid 2px;
}

.blog__form .form-control {
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #333333;
  border-radius: 0;
  padding-right: 34px;
}

.filter__wrapper h3 {
  float: left;
}

@media(max-width: 767px) {
  .img-wrapper {
    height: auto;
  }
  .img-wrapper img {
    position: relative;
    transform: translate(0, 0);
    left: 0;
  }
}

.social-share {
  padding: 30px 0 0 0;
}

.social-share a {
  text-decoration: none;
  margin-right: 15px;
}

a.linkedin:hover,
a.linkedin:focus,
a.twitter:hover,
a.twitter:focus,
a.facebook:hover,
a.facebook:focus {
  color: #e71802;
}

a.linkedin {
  color: #0077B5;
}

a.twitter {
  color: #2CAAE1;
}

a.facebook {
  color: #365899;
}
/*
  Tag cloud and related articles
  */
  .tag-cloud li{
    background: #e4e4e4;

    display: inline-block;
    padding: 5px 11px 5px 16px;
    margin: 3px 15px 3px 0;
    position: relative
  }
  .tag-cloud li::after{
    content: '•';
    position: absolute;
    left: 0px;
    color: #ffffff;
  }
  .tag-cloud li::before{
    content: '';
    width: 0px;
    border-top: 15px transparent solid ;
    border-left: 15px transparent solid ;
    border-right: 15px #e4e4e4 solid ;
    border-bottom: 15px transparent solid ;
    position: absolute;
    left: -30px;
    top: 0;
  }
  .tag-cloud li a{
    color: #333333;
    text-decoration: none;
  }
  .tag-cloud li a:hover{
    color: #e71802;
  }

  .recent-articles{
    margin-bottom: 30px;
    margin-left: 15px;，
  }

  .sidebar-box {
    max-height: 400px;
    position: relative;
    overflow: hidden;
  }
  .sidebar-box .show-more-container { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: left; 
    margin: 0; 
    padding: 30px 0; 
    padding-bottom: 50px;
    
    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, white 60%);

    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, white 60%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, white 60%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, white 60%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, white 60%); /* Standard syntax */
  }

  .sidebar-box .show-more-container a {
    position: inherit;
    left: 0;
    bottom: 0;
  }

  