/*
Theme Name: APPC
Theme URI: http://epixmedia.co.uk/
Description: Custon theme for APPC
Author: Tom & Ben at Epix Media
Version: 2
Tags: none
*/
/* Colors */
/* Sizes */
/* Fonts */
.ui-widget {
  font-family: "Open Sans", verdana, arial !important;
  font-size: 13px !important; }

body {
  margin: 0px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  font-size: 13px;
  line-height: 18px;
  background-color: #fff;
  color: #444444; }

a {
  border: 0px;
  color: #333333;
  text-decoration: underline;
  word-wrap: break-word; }

a:hover {
  border: 0px;
  text-decoration: underline; }

img {
  border: 0px;
  z-index: 0px; }

h1 {
  font-size: 26px;
  line-height: 33px; }

h2 {
  font-size: 22px;
  line-height: 29px; }

h3 {
  font-size: 18px;
  line-height: 25px; }

h4 {
  font-size: 16px;
  line-height: 23px; }

h1, h2, h3, h4, h5, h6 {
  color: #1789aa;
  font-weight: normal;
  font-family: "Open Sans", verdana, arial; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

#header {
  float: left;
  clear: both;
  width: 100%;
  background-color: #1789aa; }
  #header .header-top {
    float: left;
    padding: 10px 0;
    width: 100%;
    background: #292929; }
    #header .header-top .header_top_wrapper {
      width: 1024px;
      margin: 0 auto; }
      #header .header-top .header_top_wrapper .search {
        float: right;
        width: 40%; }
        #header .header-top .header_top_wrapper .search .widget-container {
          float: left;
          width: 100%; }
        #header .header-top .header_top_wrapper .search #searchform {
          width: 100%;
          position: relative; }
          #header .header-top .header_top_wrapper .search #searchform input[type="image"] {
            position: absolute;
            margin-left: 1px;
            margin-top: -1px; }
          #header .header-top .header_top_wrapper .search #searchform input[type="text"] {
            padding: 5px 2% 5px 7%;
            width: 91%;
            border: 0;
            border-radius: 3px; }
      #header .header-top .header_top_wrapper .login {
        float: left;
        margin: 5px 0px;
        padding-left: 20px;
        background-image: url("images/login.png") no-repeat;
        background-position: center right;
        background-size: 20px; }
        #header .header-top .header_top_wrapper .login a {
          color: #ffffff; }
      #header .header-top .header_top_wrapper .social {
        float: left;
        min-width: 90px;
        margin: 5px 0px;
        border-right: 1px #ffffff solid; }
        #header .header-top .header_top_wrapper .social a {
          float: left;
          color: #fff;
          padding: 0px 10px 0px 0px; }
  #header .header-container {
    width: 100%;
    width: 1024px;
    margin: 0 auto; }

ul.ui-autocomplete {
  z-index: 99999 !important; }

.home .header {
  background-color: transparent; }

.logo {
  float: left;
  margin-top: 25px; }

button.rnav {
  display: none; }

/* menu */
.navigation {
  display: block;
  float: right;
  width: 85%;
  padding: 0px;
  margin: 0px;
  z-index: 999; }
  .navigation #access {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    text-align: center; }
    .navigation #access ul {
      list-style-type: none;
      float: left;
      width: 100%;
      padding: 60px 0px 45px 0px;
      margin: 0px; }
      .navigation #access ul li {
        list-style-type: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        position: relative;
        text-align: center; }
        .navigation #access ul li.highlight a {
          border-bottom: 1px #1789aa solid; }
        .navigation #access ul li a {
          float: left;
          height: 25px;
          margin: 0;
          padding: 0px;
          font-size: 15px;
          line-height: 22px;
          color: #ffffff;
          font-family: "Open Sans", verdana, arial;
          text-decoration: none;
          border-bottom: 0px; }
          .navigation #access ul li a:hover {
            opacity: 1; }
        .navigation #access ul li.current_page_item, .navigation #access ul li.current-menu-ancestor, .navigation #access ul li.current-menu-item, .navigation #access ul li.current-menu-parent {
          color: #ffffff; }
      .navigation #access ul ul.sub-menu {
        position: absolute;
        float: left;
        clear: both;
        overflow: hidden;
        left: 0px;
        top: 100%;
        width: 180%;
        max-height: 0;
        transition: all 0.4s;
        margin: 0px 0px 0px 20px;
        padding: 0px;
        background-color: #ffffff;
        z-index: 999; }
        .navigation #access ul ul.sub-menu li {
          float: left;
          clear: both;
          height: auto;
          width: 84%;
          margin: 10px 0px 10px 0px;
          padding: 0px 8%;
          border: 0px;
          background-image: none !important; }
          .navigation #access ul ul.sub-menu li:after, .navigation #access ul ul.sub-menu li:hover a:after {
            border-width: 0px !important; }
          .navigation #access ul ul.sub-menu li a {
            float: left;
            height: auto;
            width: 100%;
            padding: 0px 0px;
            margin: 0px;
            background-image: none;
            border: 0px;
            text-decoration: none;
            font-size: 12px;
            line-height: 19px;
            text-align: left;
            color: #1789aa;
            font-family: "Open Sans", verdana, arial;
            font-weight: normal; }
          .navigation #access ul ul.sub-menu li a:hover, .navigation #access ul ul.sub-menu li.current-menu-item a {
            border: 0px;
            background-image: none; }

/* sub menu hover */
#access ul li:hover > ul {
  z-index: 99;
  max-height: 800px !important;
  transition: all 0.5s; }

/* banner */
.curve {
  background-image: url(images/curve.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  position: absolute;
  z-index: 60;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -5px; }

.epxbanner {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: #1789aa; }
  .epxbanner ul {
    margin: 0;
    padding: 0; }
    .epxbanner ul li {
      margin: 0;
      padding: 0; }
      .epxbanner ul li img {
        width: 100%;
        opacity: 0.3; }
      .epxbanner ul li .the-message {
        position: absolute;
        z-index: 50;
        color: #ffffff;
        left: 0;
        right: 0;
        top: 40%;
        width: 1024px;
        padding: 20px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        line-height: 23px; }
        .epxbanner ul li .the-message h3 {
          font-size: 46px;
          line-height: 53px;
          color: #ffffff;
          margin: 0 auto;
          width: 75%;
          font-weight: bold; }
        .epxbanner ul li .the-message .member_login {
          text-decoration: none;
          color: #ffffff;
          border: 2px #ffffff solid;
          padding: 10px 40px;
          border-radius: 3px;
          position: relative;
          top: 50px;
          text-transform: uppercase;
          transition: all 0.8s ease;
          background: transparent; }
          .epxbanner ul li .the-message .member_login:hover {
            border: 1px #ffffff solid;
            background: #ffffff;
            color: #1789aa;
            transition: all 0.8s ease; }

/* body classes */
body.home #header {
  position: absolute;
  z-index: 9999;
  background-color: transparent; }
body.home .contentbox {
  font-size: 15px;
  line-height: 22px; }

/* Accordion */
.accordion-toggle {
  clear: both;
  position: relative;
  padding: 8px 40px 8px 15px;
  margin-top: 20px;
  background-color: #1789aa;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  background-image: url("images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: right 5px center; }
  .accordion-toggle.selected {
    background-image: url("images/arrow_down.png"); }

.accordion-content {
  display: none;
  float: left;
  clear: both;
  width: 96%;
  padding: 10px 2%; }
  .accordion-content.default {
    display: block; }

.accordion-content.default {
  display: block; }

/* Buttons */
.epxbuttonV2 {
  background: #1789aa;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 20px; }
  .epxbuttonV2 a {
    color: white;
    text-decoration: none; }

/* Committees */
.has-profile-photo img {
  margin: 10px 0px 0px -38%;
  width: 30%;
  height: auto; }

.committee {
  float: left;
  clear: both;
  width: 100%;
  text-align: center; }
  .committee .member {
    float: left;
    width: 22%;
    margin: 0px 1.5% 10px 1.5%;
    text-align: center; }
    .committee .member img {
      max-width: 100%;
      height: auto; }
    .committee .member h2 {
      margin-top: 10px !important;
      font-size: 18px; }
    .committee .member h3 {
      margin: 0px !important;
      font-size: 16px; }
    .committee .member:nth-child(4n+5) {
      clear: both; }

/* Content */
#main {
  display: block;
  clear: both;
  width: 1024px;
  margin: 0px auto; }
  #main #content {
    float: left;
    width: 100%;
    /* see also: #sidebar */
    margin-top: 50px;
    background-color: #ffffff; }
    #main #content .page-title {
      float: left;
      width: 100%; }
      #main #content .page-title.featured {
        float: right;
        width: 72%; }
      #main #content .page-title img {
        width: 30px;
        height: auto;
        margin-right: 10px; }
    #main #content .the-page {
      float: left;
      width: 100%;
      margin: 0px;
      padding: 0px 0 60px 0;
      font-size: 14px;
      line-height: 22px; }
      #main #content .the-page h3 {
        font-size: 14px;
        line-height: 21px; }
      #main #content .the-page .entry {
        float: left;
        clear: both;
        width: 100%; }
        #main #content .the-page .entry h1, #main #content .the-page .entry h2, #main #content .the-page .entry h3, #main #content .the-page .entry h4, #main #content .the-page .entry h5, #main #content .the-page .entry h6 {
          margin: 25px 0px 0px 0px; }
    #main #content .featured-image {
      float: left;
      width: 23%;
      margin: 33px 5% 0px 0px; }
      #main #content .featured-image img {
        max-width: 100%;
        height: auto; }
    #main #content .entry.featured {
      float: right;
      clear: right;
      width: 72%; }
      #main #content .entry.featured p:first-child {
        margin-top: 0px; }

/* elements */
.twitter_feed {
  width: 100%;
  background: #1789aa;
  float: left;
  color: #ffffff;
  padding: 20px 0; }
  .twitter_feed ul {
    background: url("images/twitter.png") no-repeat;
    background-position: center left;
    background-size: 50px;
    text-align: center;
    list-style: none;
    min-height: 50px;
    width: 45%;
    margin: 0 auto; }
    .twitter_feed ul li {
      position: relative;
      top: 15px; }
      .twitter_feed ul li a {
        color: #ffffff; }

.latest_news {
  float: left;
  width: 100%;
  background-color: #ebebeb;
  padding: 60px 0px; }
  .latest_news .news_wrapper {
    width: 1024px;
    margin: 0px auto; }
    .latest_news .news_wrapper .widget-container {
      width: 45%;
      padding-right: 5%;
      float: left; }
      .latest_news .news_wrapper .widget-container a {
        text-decoration: none;
        font-size: 15px;
        line-height: 22px; }
      .latest_news .news_wrapper .widget-container h3 {
        position: relative;
        padding: 0px 2% 10px 50px;
        font-weight: bold;
        font-size: 22px; }
        .latest_news .news_wrapper .widget-container h3:after {
          position: absolute;
          top: 0px;
          left: 0px;
          content: "\f075";
          font-family: 'FontAwesome';
          color: #1789aa;
          font-size: 38px; }
      .latest_news .news_wrapper .widget-container ul, .latest_news .news_wrapper .widget-container .upw-posts {
        margin: 0px;
        padding: 0px;
        list-style-type: none; }
        .latest_news .news_wrapper .widget-container ul li, .latest_news .news_wrapper .widget-container ul .category-ycc-post, .latest_news .news_wrapper .widget-container .upw-posts li, .latest_news .news_wrapper .widget-container .upw-posts .category-ycc-post {
          position: relative;
          padding: 0px 0px 20px 20px;
          margin: 0px;
          border: 0px; }
          .latest_news .news_wrapper .widget-container ul li .entry-title, .latest_news .news_wrapper .widget-container ul .category-ycc-post .entry-title, .latest_news .news_wrapper .widget-container .upw-posts li .entry-title, .latest_news .news_wrapper .widget-container .upw-posts .category-ycc-post .entry-title {
            margin: 0px; }
          .latest_news .news_wrapper .widget-container ul li:after, .latest_news .news_wrapper .widget-container ul .category-ycc-post:after, .latest_news .news_wrapper .widget-container .upw-posts li:after, .latest_news .news_wrapper .widget-container .upw-posts .category-ycc-post:after {
            position: absolute;
            top: 5px;
            left: 0px;
            content: "\f04b";
            font-family: 'FontAwesome';
            color: #1789aa;
            font-size: 14px; }

.section {
  float: left;
  width: 100%;
  background-color: #ebebeb;
  padding: 60px 0px; }
  .section .section_wrapper {
    width: 1024px;
    margin: 0px auto; }
    .section .section_wrapper a {
      text-decoration: none;
      font-size: 15px;
      line-height: 22px; }
    .section .section_wrapper h3 {
      position: relative;
      padding: 0px 2% 10px 50px;
      font-weight: bold;
      font-size: 22px; }
      .section .section_wrapper h3:after {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "\f075";
        font-family: 'FontAwesome';
        color: #1789aa;
        font-size: 38px; }
    .section .section_wrapper ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
      .section .section_wrapper ul li {
        float: left;
        width: 45%;
        margin-right: 5%; }
        .section .section_wrapper ul li a {
          float: left;
          position: relative;
          padding: 0px 0px 20px 20px; }
          .section .section_wrapper ul li a:after {
            position: absolute;
            top: 0px;
            left: 0px;
            content: "\f04b";
            font-family: 'FontAwesome';
            color: #1789aa;
            font-size: 14px; }

.memberarea {
  border-top: 1px #ebebeb solid;
  padding-top: 20px;
  margin-top: 50px; }
  .memberarea h3 {
    position: relative;
    padding: 0px 2% 10px 50px;
    font-weight: normal;
    font-size: 22px !important; }
    .memberarea h3:after {
      position: absolute;
      top: 0px;
      left: 0px;
      content: "\f075";
      font-family: 'FontAwesome';
      color: #1789aa;
      font-size: 38px; }
  .memberarea ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .memberarea ul li {
      float: left;
      width: 45%;
      margin-right: 5%;
      list-style-type: none; }
      .memberarea ul li a {
        float: left;
        position: relative;
        padding: 0px 0px 20px 20px;
        text-decoration: none;
        font-size: 15px;
        line-height: 22px; }
        .memberarea ul li a:after {
          position: absolute;
          top: 0px;
          left: 0px;
          content: "\f04b";
          font-family: 'FontAwesome';
          color: #1789aa;
          font-size: 14px; }

/* Event pages */
#event_wrapper {
  /*undo the last child we have inplace to hide the EE advert/link so it doenst effect ordinary paras */ }
  #event_wrapper p {
    display: block; }
  #event_wrapper h1 {
    text-align: center;
    margin: 0 auto;
    font-weight: normal; }
    #event_wrapper h1 a {
      color: #1789aa; }
  #event_wrapper h3 {
    font-size: 22px !important;
    padding: 20px 0px;
    margin: 0px !important;
    font-weight: normal; }
    #event_wrapper h3 a {
      color: #1789aa; }
  #event_wrapper h5 {
    width: 100%;
    display: inline-block;
    font-size: 15px; }
    #event_wrapper h5 a {
      color: #1789aa; }
  #event_wrapper .ui-widget-header {
    border: 0px;
    background: none; }
  #event_wrapper .ui-widget-content {
    border: 0px;
    background: none;
    padding: 0px;
    color: #444444;
    font-family: "Open Sans", verdana, arial; }
    #event_wrapper .ui-widget-content img.alignleft {
      padding: 0px 20px 20px 0px; }
    #event_wrapper .ui-widget-content .event-meta {
      float: left;
      clear: both;
      width: auto;
      color: #1789aa; }
      #event_wrapper .ui-widget-content .event-meta .event_price {
        float: left;
        width: 130px; }
      #event_wrapper .ui-widget-content .event-meta p:nth-child(2) {
        float: left;
        clear: none;
        width: 240px; }
    #event_wrapper .ui-widget-content .spaces-available {
      float: left;
      clear: none;
      width: 230px; }
    #event_wrapper .ui-widget-content .register-link-footer {
      float: left;
      clear: none;
      width: 200px;
      padding: 0px;
      margin: 7px 0px; }
      #event_wrapper .ui-widget-content .register-link-footer a {
        background-color: #1789aa !important;
        color: #ffffff !important;
        padding: 5px 15px; }
  #event_wrapper .event_data {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
  #event_wrapper .event-display-boxes {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px #1789aa solid !important; }
    #event_wrapper .event-display-boxes .register-link-footer a {
      color: #1789aa;
      background: none;
      border: none; }
  #event_wrapper #event_espresso_registration_form {
    border: 1px solid #1789aa !important;
    margin-top: 60px; }

.event_price {
  display: none !important; }

#event_espresso_registration_form {
  /*undo the last child we have inplace to hide the EE advert/link so it doenst effect ordinary paras */
  color: #444444;
  font-family: "Open Sans", verdana, arial;
  font-size: 14px;
  line-height: 22px; }
  #event_espresso_registration_form p {
    display: block; }
  #event_espresso_registration_form h3 {
    font-size: 22px !important;
    padding: 0px 0px 20px 0px;
    margin: 0px !important;
    font-weight: normal;
    color: #1789aa;
    border: 0px; }
  #event_espresso_registration_form h4 {
    margin: 0px 0px 10px 0px !important; }
  #event_espresso_registration_form fieldset {
    margin: 0px !important;
    padding: 0px !important; }
    #event_espresso_registration_form fieldset .event_form_field {
      padding: 7px 0px; }
  #event_espresso_registration_form .event_form_submit {
    margin: 0px; }
  #event_espresso_registration_form .btn_event_form_submit {
    background-color: #1789aa !important;
    color: #ffffff !important;
    padding: 5px 15px; }

.page-id-1108 .entry p:last-child {
  display: none; }

#espresso-payment_page-dv .ui-widget-header,
.event-conf-block .ui-widget-header {
  background-color: #1789aa !important;
  border: 0px !important;
  padding: 10px 30px !important; }

#espresso-payment_page-dv .ui-icon {
  display: none; }

.btn_event_form_submit {
  background-color: #1789aa !important;
  color: #fff !important;
  padding: 5px 10px !important; }

/* Single Page */
.entry table {
  max-width: 100%; }

.the-page table td {
  vertical-align: top; }

.the-page ul {
  list-style-type: disc; }

.the-page ul li {
  margin-bottom: 10px;
  line-height: 16px;
  background-position: 0px 3px;
  padding: 0px 0px 0px 5px; }

/* Posts List Page */
.all-posts {
  float: left;
  width: 70%; }
  .all-posts.search {
    width: 100%; }

.list-post {
  position: relative;
  float: left;
  width: 94%;
  padding: 10px 3% 60px 3%;
  margin: 10px 0;
  background-color: #1789aa;
  color: #fff; }
  .list-post:nth-of-type(2n+3) {
    clear: both; }

.list-post-content {
  float: left;
  width: 100%; }

.list-post-title {
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
  float: left; }

.list-post-title a {
  float: left;
  text-decoration: none;
  color: #fff; }

.list-post-meta {
  font-size: 11px;
  width: 100%; }

.list-entry {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.list-post-more {
  position: absolute;
  left: 3%;
  bottom: 20px;
  padding: 10px 15px;
  background-color: #444444;
  color: #fff;
  text-decoration: none; }

.post-navigation {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0; }

.next-entries a, .previous-entries a {
  padding: 5px 10px;
  background-color: #444;
  margin: 0px 5px;
  color: #fff;
  text-decoration: none; }

.next-entries a:hover, .previous-entries a:hover {
  color: #fff; }

.filters {
  float: right;
  width: 20%;
  padding: 10px 3% 20px 3%;
  margin: 10px 0;
  background-color: #ebebeb; }
  .filters ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px; }
    .filters ul li {
      float: left;
      width: 100%;
      margin: 5px 0px;
      padding: 0px;
      list-style-type: none; }
      .filters ul li a {
        text-decoration: none; }

/* Single Post */
.single-entry {
  margin-top: 20px;
  padding: 15px 0px 15px 0px; }

.post-meta {
  color: #999; }

/* Training */
.training {
  min-height: 400px; }

.training-registration {
  float: left;
  width: 94%;
  padding: 2% 3%;
  background-color: #ebebeb; }
  .training-registration h2 {
    margin-top: 0px !important; }

.training .question {
  float: left;
  clear: both;
  width: 100%; }

.training h2 {
  margin: 20px 0px 10px 0px; }

.training .answers {
  float: left;
  clear: both;
  width: 100%; }

.training .answers input {
  float: left;
  clear: both;
  margin-top: 10px; }

.training .answers span {
  float: left;
  margin: 8px 0px 0px 10px;
  width: 90%; }

.training #explanation {
  float: left;
  clear: both;
  width: 100%; }

.training .button {
  float: left;
  clear: both;
  border: 0px;
  background-color: #1789aa;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  margin: 10px 0px 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* Sidebar */
#sidebar {
  width: 1024px;
  clear: both;
  margin: 45px auto 10px auto;
  padding: 0px;
  font-size: 12px;
  color: #4c4c4c; }

#sidebar a {
  text-decoration: none;
  color: #4c4c4c; }

.sidebar h3 {
  padding: 4px 10px 6px 10px;
  margin: 0px 0px 10px 0px;
  color: #fff;
  background-color: #4c4c4c;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(images/white-bullet.png);
  background-repeat: no-repeat;
  background-position: 160px 10px; }

#sidebar ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 185px; }

#sidebar ul li.widget-container {
  list-style-type: none;
  margin: 0px 0px 20px 0px;
  float: left;
  width: 100%;
  padding: 0px;
  text-align: left; }

#sidebar ul li.widget-container ul li {
  float: left;
  clear: both;
  width: 170px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 15px;
  list-style-type: none;
  background-image: url(images/blue-bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 4px; }

.twitter-timeline-rendered {
  height: 200px; }

.page-id-1544 h1 {
  font-weight: bold; }
.page-id-1544 .code-approval {
  float: left;
  width: 100%;
  height: 400px;
  overflow: scroll; }
.page-id-1544 .radio-wording {
  float: left;
  width: 80%; }
.page-id-1544 .wpcf7-response-output {
  clear: both !important; }
.page-id-1544 span.wpcf7-not-valid-tip {
  display: inline !important; }
.page-id-1544 #wpcf7-f1543-p1544-o1 p {
  float: left;
  width: 100%; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .wpcf7-radio {
  float: left;
  margin-right: 2%; }
.page-id-1544 #wpcf7-f1543-p1544-o1 span.your-email {
  display: none; }
.page-id-1544 #wpcf7-f1543-p1544-o1 input[type="text"], .page-id-1544 #wpcf7-f1543-p1544-o1 textarea {
  width: 96%;
  border: none;
  padding: 2%;
  background-color: #ebebeb;
  margin-bottom: 20px; }
.page-id-1544 #wpcf7-f1543-p1544-o1 input[type="submit"] {
  background: #1789aa;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 100px 10px 100px;
  color: #fff;
  border: none; }
.page-id-1544 #wpcf7-f1543-p1544-o1 input[type="file"] {
  width: 100%;
  color: #1789aa;
  font-weight: bold;
  font-family: "Open Sans", verdana, arial;
  font-size: 17px;
  line-height: 20px; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .wpcf7-checkbox {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .page-id-1544 #wpcf7-f1543-p1544-o1 .wpcf7-checkbox .wpcf7-list-item {
    float: left;
    width: 100%; }
    .page-id-1544 #wpcf7-f1543-p1544-o1 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
      width: 10%;
      margin-top: 5px;
      float: left; }
    .page-id-1544 #wpcf7-f1543-p1544-o1 .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
      width: 88%;
      float: left; }
.page-id-1544 #wpcf7-f1543-p1544-o1 h6 {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  background-color: #fff;
  color: #444444;
  margin: 25px 0px 5px 0px !important; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .custom-file-input::-webkit-file-upload-button {
  visibility: hidden; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .custom-file-input::before {
  content: 'Upload';
  display: inline-block;
  background: #1789aa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .custom-file-input:hover::before {
  border-color: black; }
.page-id-1544 #wpcf7-f1543-p1544-o1 .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }
.page-id-1544 #wpcf7-f1543-p1544-o1 hr {
  border-top: 1px solid #1789aa;
  width: 100%;
  float: left; }
.page-id-1544 #wpcf7-f1543-p1544-o1 h2 {
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 25px 0px 25px 0px !important; }
.page-id-1544 #wpcf7-f1543-p1544-o1 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  color: #444444; }
.page-id-1544 #wpcf7-f1543-p1544-o1 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  color: #444444; }
.page-id-1544 #wpcf7-f1543-p1544-o1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  color: #444444; }
.page-id-1544 #wpcf7-f1543-p1544-o1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  font-family: "Open Sans", verdana, arial;
  color: #444444; }

/* Footer */
#footer {
  clear: both;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  color: #ffffff;
  background: #292929;
  text-align: center; }
  #footer a {
    color: #ccc;
    text-decoration: none; }
  #footer #footer-container {
    width: 1024px;
    padding: 0px;
    margin: 10px auto;
    text-align: left; }
    #footer #footer-container .widget-container {
      float: left; }
      #footer #footer-container .widget-container.widget_nav_menu {
        float: right; }
      #footer #footer-container .widget-container ul {
        list-style: none; }
        #footer #footer-container .widget-container ul li {
          display: inline-block;
          padding: 0px 0px 0px 20px; }
          #footer #footer-container .widget-container ul li a {
            color: #ffffff;
            text-decoration: none; }

/***** wordpress *****/
.floatright, .alignright {
  float: right;
  padding: 0px 0px 20px 20px; }

.floatleft, .alignleft {
  float: left;
  padding: 0px 20px 20px 0px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.gallery {
  margin: 0 auto 1.625em; }

dl.gallery-item {
  margin: 0;
  float: left; }

.gallery-item img {
  margin: 8px 18px 8px 0px; }

/**Epix Media**/
.created-by {
  width: 180px;
  clear: both;
  margin: 10px auto; }

.epix {
  background-image: url(http://www.epixmedia.co.uk/images/createdby_new.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 200px;
  height: 25px;
  float: left; }

a.epix:hover {
  background-position: 0 -25px; }

/** comments **/
.form-allowed-tags {
  display: none; }

.comments-section {
  float: left;
  margin-top: 30px; }

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid; }

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid; }

#commentform p {
  float: left;
  clear: both; }

#commentform .required {
  color: #900; }

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px; }

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid; }

ol.commentlist {
  list-style-type: none;
  padding: 0px; }

.commentlist .avatar {
  float: left;
  margin: 0px 5px 5px 0px; }

.commentlist .comment {
  padding: 10px; }

.commentlist .even {
  background-color: #f2f4e3; }

/* USER EDIT - PLUGIN */
h2.user-edit-title {
  float: left;
  width: 700px;
  clear: both;
  margin: 40px 0px 10px 0px;
  padding: 5px 10px;
  background-color: #1689aa;
  color: #fff; }

h2.user-edit-title.add {
  margin: 20px 0px 10px 0px;
  border-bottom: 2px #1689aa solid;
  background-color: #fff;
  color: #1689aa; }

table.user-edit {
  float: left;
  clear: both;
  border-collapse: collapse;
  width: 720px;
  padding: 10px; }

table.user-edit td {
  padding: 6px 10px 0px 3px; }

table.user-edit.update {
  background-color: #cde2e8; }

/*inputs*/
table.user-edit input {
  border: 1px #999 solid;
  padding-left: 3px; }

table.user-edit select {
  border: 1px #999 solid; }

/*labels*/
table.user-edit td.label {
  width: 150px; }

table.user-edit.client td.label {
  width: 180px; }

table.user-edit label {
  float: left;
  width: 100%;
  text-align: right; }

table.user-edit.country label {
  width: auto; }

/*buttons*/
table.user-edit #delete {
  border: 1px #1689aa solid;
  background-color: #9dc5d0;
  color: #1689aa;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 10px; }

table.user-edit #submit {
  border: 1px #195e71 solid;
  background-color: #9dc5d0;
  color: #195e71;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 10px;
  float: right; }

.usersubmit {
  border: 2px #900 solid;
  background-color: #c29e9e;
  color: #900;
  border-radius: 7px;
  padding: 5px 10px;
  margin: 0px 20px 0px 0px;
  float: left; }

#viewsubmit {
  border: 1px #195e71 solid;
  background-color: #9dc5d0;
  color: #195e71;
  border-radius: 7px;
  padding: 5px 10px;
  margin-bottom: 0px;
  float: left; }

/*success/error*/
.success {
  border: 2px #060 solid;
  padding: 10px 15px;
  background-color: #73d173; }

.error {
  border: 2px #900 solid;
  padding: 10px 15px;
  background-color: #e7b0b0; }

/* USER LIST */
.member-list ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%; }

.member-list ul li {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 50%; }

.member-list-item input {
  border: 0px;
  background-color: #fff;
  width: auto;
  color: #000;
  text-decoration: underline; }

.member-list-item input:hover {
  text-decoration: none; }

/* NEW USER LIST */
.member-filters {
  float: left;
  width: 19%;
  padding: 20px 3%;
  margin-top: 80px;
  min-height: 300px; }
  .member-filters input {
    width: 96%;
    padding: 5px 2%;
    background-color: #ebebeb;
    border: 0px;
    margin-bottom: 10px; }
  .member-filters select {
    width: 100%;
    padding: 5px 2%;
    background-color: #ebebeb;
    border: 0px;
    margin-bottom: 10px; }

.member-list {
  float: right !important;
  width: 70% !important; }

.page-template-page-member-pdf-php .member-list {
  width: 100% !important; }

.member-list-profile {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px #1789aa solid; }
  .member-list-profile h2 {
    font-size: 22px;
    font-weight: bold; }
  .member-list-profile .userwebsite,
  .member-list-profile .numberstaff,
  .member-list-profile .numberclients {
    float: left;
    width: 33.3%;
    color: #444444; }
    .member-list-profile .userwebsite a,
    .member-list-profile .numberstaff a,
    .member-list-profile .numberclients a {
      color: #444444;
      text-decoration: none; }

.appc_button {
  float: left;
  clear: both;
  width: auto !important;
  padding: 5px 15px;
  margin-top: 30px;
  background-color: #1789aa !important;
  color: #ffffff;
  border-radius: 5px;
  border: 0px; }

/* USER PROFILE */
.nav-back {
  float: right;
  padding: 5px	 20px;
  font-size: 13px;
  background-color: #1789aa;
  color: #ffffff;
  border-radius: 5px; }

.nav-back a {
  color: #fff;
  text-decoration: none; }

.member-profile {
  float: left;
  clear: both;
  margin-bottom: 40px;
  width: 100%; }

.member-profile h2 {
  float: left;
  clear: both; }

.member-profile ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%; }

.member-profile ul li {
  list-style-type: none;
  margin: 8px 0px 8px 0px;
  padding: 0px;
  float: left;
  width: 50%; }

.member-profile table {
  float: left;
  clear: both;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px; }

.member-profile table th {
  padding: 5px 10px;
  background-color: #1789aa;
  color: #fff;
  font-size: 14px;
  font-weight: normal; }

.member-profile table td {
  padding: 3px 10px; }

.member-profile table.profile-address td {
  padding: 10px 10px;
  line-height: 20px; }

.Desclink {
  position: relative;
  text-decoration: none; }

.Descbox {
  position: absolute;
  top: 0px;
  left: 20px;
  background-color: #ffffff;
  border: 2px #4c4c4c solid;
  padding: 3px;
  z-index: 99;
  min-width: 150px; }

.floatingcomplete {
  position: fixed;
  top: 183px;
  left: 0;
  background-color: #1689aa;
  padding: 10px 10px; }

.floatingcomplete h1 {
  color: #FFF;
  margin-bottom: 5px; }

button.rnav {
  display: none;
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 5% 15px 5%;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", verdana, arial;
  font-weight: bold;
  background-color: #292929;
  background-size: 40px 40px;
  background-position: 2%, left; }
  button.rnav:focus {
    outline: none; }

.highlight {
  background-color: #292929; }

/* Content box shortcode */
.contentbox {
  padding: 1% 3%; }

.contentbox.none {
  padding: 0px; }

.contentbox.clear {
  clear: both; }

.contentbox.widthfull {
  width: 94%; }

.contentbox.widthfull.none {
  width: 100%; }

.contentbox.widthhalf {
  width: 44%; }

.contentbox.widthhalf.none {
  width: 50%; }

.contentbox.widththird {
  width: 27.33%; }

.contentbox.widththird.none {
  width: 33.33%; }

.contentbox.width20 {
  width: 14%; }

.contentbox.width30 {
  width: 24%; }

.contentbox.width40 {
  width: 34%; }

.contentbox.width50 {
  width: 44%; }

.contentbox.width60 {
  width: 54%; }

.contentbox.width70 {
  width: 64%; }

.contentbox.width80 {
  width: 74%; }

.contentbox.width90 {
  width: 84%; }

.contentbox.width20.none {
  width: 20%; }

.contentbox.width30.none {
  width: 30%; }

.contentbox.width40.none {
  width: 40%; }

.contentbox.width50.none {
  width: 50%; }

.contentbox.width60.none {
  width: 60%; }

.contentbox.width70.none {
  width: 70%; }

.contentbox.width80.none {
  width: 80%; }

.contentbox.width90.none {
  width: 90%; }

.contentbox img {
  max-width: 100%; }

/* Responsive */
@media only screen and (min-width: 1100px) {
  /* Fix for display none, when increasing the size back up so the navigation shows.*/
  .navigation {
    display: block !important; } }
@media screen and (max-width: 1100px) {
  #header {
    background: none;
    border-bottom: 4px solid #4c4c4c; }
    #header .header-top .header_top_wrapper {
      width: 100%; }
      #header .header-top .header_top_wrapper .social {
        width: 50%;
        border-right: none; }
        #header .header-top .header_top_wrapper .social .widget-container {
          width: 33.33%;
          margin: 0 33.33%; }
      #header .header-top .header_top_wrapper .login {
        width: 50%;
        margin: 0;
        padding-left: 0;
        text-align: center; }
        #header .header-top .header_top_wrapper .login a {
          text-decoration: none !important; }
      #header .header-top .header_top_wrapper .search {
        display: none;
        width: 50%;
        margin: 15px 25%; }
        #header .header-top .header_top_wrapper .search #searchform input[type="text"] {
          padding: 5px 2% 5px 12%;
          width: 86%; }
    #header .header-container {
      width: 100%;
      background-color: #292929;
      text-align: center; }
      #header .header-container .logo {
        float: none;
        margin-top: 10px; }
      #header .header-container .navigation {
        width: 100%;
        background-color: #292929;
        display: none;
        height: auto; }
        #header .header-container .navigation #access ul {
          text-align: center;
          padding: 25px 0 25px 0; }
          #header .header-container .navigation #access ul li {
            width: 100%;
            text-align: center;
            margin: 0;
            padding: 0;
            float: none;
            height: auto;
            display: inline; }
            #header .header-container .navigation #access ul li a {
              display: block;
              margin: 0;
              text-align: center;
              width: 100%;
              float: none;
              padding: 10px 0;
              color: #ffffff;
              -o-transition: color .2s ease-out, background 1s ease-in;
              -ms-transition: color .2s ease-out, background 1s ease-in;
              -moz-transition: color .2s ease-out, background 1s ease-in;
              -webkit-transition: color .2s ease-out, background 1s ease-in;
              transition: color .2s ease-out, background 1s ease-in; }
        #header .header-container .navigation #access li:hover, #header .header-container .navigation #access ul li.current_page_item, #header .header-container .navigation #access ul li.current-menu-ancestor, #header .header-container .navigation #access ul li.current-menu-item, #header .header-container .navigation #access ul li.current-menu-parent, #header .header-container .navigation #access ul li.current_page_item a, #header .header-container .navigation #access ul li.current-menu-ancestor a, #header .header-container .navigation #access ul li.current-menu-item a, #header .header-container .navigation #access ul li.current-menu-parent a {
          background: none;
          border-radius: 0;
          color: #1789aa; }
        #header .header-container .navigation #access li:hover a {
          color: #1789aa; }
        #header .header-container .navigation #access ul ul.sub-menu, #header .header-container .navigation #access ul li:hover > ul {
          display: none !important; }
      #header .header-container button.rnav {
        display: block; }

  .epxbanner {
    position: inherit;
    height: 500px; }
    .epxbanner ul li img {
      display: none; }
    .epxbanner ul li .the-message {
      width: 80%;
      padding: 0 10%;
      top: 250px; }
      .epxbanner ul li .the-message h3 {
        width: 100%;
        font-size: 30px;
        line-height: 33px; }
      .epxbanner ul li .the-message p {
        font-size: 14px; }
      .epxbanner ul li .the-message .member_login {
        top: 20px; }
    .epxbanner .curve {
      display: none; }
    .epxbanner .bx-viewport {
      overflow: visible !important; }

  #main {
    width: 100%; }
    #main #content {
      width: 96% !important;
      margin: 0 2%; }

  .latest_news {
    width: 90%;
    padding: 60px 5%; }
    .latest_news .news_wrapper {
      width: 100%; }
      .latest_news .news_wrapper .widget-container {
        width: 100%;
        padding-right: 0;
        text-align: center; }
        .latest_news .news_wrapper .widget-container h3 {
          padding-left: 0; }
          .latest_news .news_wrapper .widget-container h3:after {
            display: none; }
        .latest_news .news_wrapper .widget-container ul li {
          padding-left: 0; }
          .latest_news .news_wrapper .widget-container ul li:after {
            display: none; }

  .home .upw-posts article {
    padding-left: 0 !important; }
    .home .upw-posts article:after {
      display: none; }

  .twitter_feed ul {
    width: 70%;
    padding: 0 15%;
    background: none; }

  .section .section_wrapper {
    width: 100%; }
    .section .section_wrapper ul li {
      width: 90%;
      margin: 0 5%; }
    .section .section_wrapper h3 {
      margin-left: 35px; }

  .accordion-content {
    width: 90%;
    padding: 10px 5%; }

  .member-filters {
    width: 94%; } }
/*tablet landscape*/
@media screen and (max-width: 980px) {
  .header-container {
    width: 100%;
    height: auto; }

  .header-top {
    width: 96%;
    padding: 5px 2%;
    background-color: #4c4c4c; }

  #content-container {
    width: 96%;
    margin: 5px 2%; }

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

  #content {
    width: 73%;
    margin-right: 2%; }

  #sidebar {
    width: 25%;
    margin: 45px 0 10px 0; }

  #sidebar ul {
    width: 100%; }

  #footer {
    height: auto; }

  #footer-container {
    width: 96%;
    padding: 10px 2%;
    height: auto; }

  .first-footer {
    float: left;
    width: 100%; }

  #footer .widget-container {
    width: 18%;
    padding: 10px 1%; }

  #footer .menu, #footer .menu li {
    width: 100%; } }
@media screen and (max-width: 850px) {
  #access {
    text-align: center; }

  #access li {
    display: inline-block;
    float: none; }

  #content {
    width: 100%;
    margin-right: 0%; }

  #sidebar {
    width: 40%;
    margin: 15px 30%; }

  .contentbox.widththird {
    width: 94%; } }
@media screen and (max-width: 765px) {
  #footer .widget-container {
    width: 31%;
    padding: 10px 1%;
    text-align: center; }

  .twitter_feed ul {
    min-height: 70px; }

  .filters {
    display: none; }

  .all-posts {
    width: 100%; } }
@media screen and (max-width: 660px) {
  .epxbanner {
    height: 550px; } }
@media screen and (max-width: 530px) {
  #header .header-top .header_top_wrapper .social {
    width: 100%; }
    #header .header-top .header_top_wrapper .social .widget-container {
      width: 50%;
      margin: 0 25%; }
    #header .header-top .header_top_wrapper .social a {
      padding: 0px 13.5% 0px 13.5%; }
  #header .header-top .header_top_wrapper .login {
    width: 100%; }
  #header .header-top .header_top_wrapper .search {
    width: 80%;
    margin: 15px 10%; }

  .epxbanner {
    height: 600px; }

  #main #content .featured-image {
    display: none; }
  #main #content .page-title.featured {
    width: 100%; }
  #main #content .entry.featured {
    width: 100%; }

  .committee .member {
    width: 97%; } }
@media screen and (max-width: 500px) {
  #sidebar {
    width: 70%;
    margin: 15px 15%; }

  #footer .widget-container {
    width: 48%;
    padding: 10px 1%; } }
@media screen and (max-width: 450px) {
  #header .header-top .header_top_wrapper .social a {
    padding: 0px 12.5% 0px 12.5%; }

  .twitter_feed ul {
    min-height: 100px; } }
@media screen and (max-width: 415px) {
  .epxbanner {
    height: 700px; } }
@media screen and (max-width: 400px) {
  #sidebar {
    width: 96%;
    margin: 15px 2%; }

  #footer .widget-container {
    width: 98%;
    padding: 10px 1%; }

  .page-id-1544 #wpcf7-f1543-p1544-o1 input[type="checkbox"] {
    width: 100%;
    float: left;
    margin: 10px 0; }
  .page-id-1544 #wpcf7-f1543-p1544-o1 span.wpcf7-list-item-label {
    width: 100%;
    float: left; } }
@media screen and (max-width: 350px) {
  #header .header-top .header_top_wrapper .social a {
    padding: 0px 11.5% 0px 11.5%; }

  .epxbanner {
    height: 730px; }

  .twitter_feed ul {
    min-height: 130px; } }
