@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/Montserrat-Light-webfont.eot");
  src: url("../fonts/Montserrat-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light-webfont.woff2") format("woff2"), url("../fonts/Montserrat-Light-webfont.woff") format("woff"), url("../fonts/Montserrat-Light-webfont.ttf") format("truetype"), url("../fonts/Montserrat-Light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* site wide variables (colours, font sizes) */
/*	--------------------------------------------------
    !Collection of common classes
    and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
    !Common Classes
-------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

.img-replacement {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.list-no-bullets {
  list-style: none; }

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 62.5%;
  position: relative; }

body {
  font-family: "Merriweather", serif;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 0;
  background-color: white; }
  .hashchange.no-canvas.smaller body {
    font-size: 9px;
    font-size: 0.9rem; }
  .hashchange.no-canvas.bigger body {
    font-size: 21px;
    font-size: 2.1rem; }
  body.page-template-page-services {
    background-color: #f8f8f7; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif; }
  .hashchange.no-canvas.smaller h1 {
    font-size: 34px;
    font-size: 3.4rem; }
  .hashchange.no-canvas.bigger h1 {
    font-size: 46px;
    font-size: 4.6rem; }

h2 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: "Montserrat", sans-serif; }
  .hashchange.no-canvas.smaller h2 {
    font-size: 21px;
    font-size: 2.1rem; }
  .hashchange.no-canvas.bigger h2 {
    font-size: 33px;
    font-size: 3.3rem; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0;
  font-family: "Montserrat", sans-serif; }
  .hashchange.no-canvas.smaller h3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger h3 {
    font-size: 26px;
    font-size: 2.6rem; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0; }
  .hashchange.no-canvas.smaller h4 {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger h4 {
    font-size: 26px;
    font-size: 2.6rem; }

a {
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.7s;
  color: #000; }
  .hashchange.no-canvas.smaller a {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger a {
    font-size: 22px;
    font-size: 2.2rem; }

a:hover {
  text-decoration: underline;
  color: #f0061e;
  transition: 0.7s; }

p {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 26px;
  line-height: 1.5em;
  font-weight: 200; }
  .hashchange.no-canvas.smaller p {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger p {
    font-size: 22px;
    font-size: 2.2rem; }

p a {
  text-decoration: underline;
  line-height: 1.5em;
  font-family: "Merriweather", serif;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }
  .hashchange.no-canvas.smaller p a {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger p a {
    font-size: 22px;
    font-size: 2.2rem; }

p a:hover {
  color: #f0061e; }

p em a {
  line-height: 1.5em;
  text-decoration: none;
  font-family: "Merriweather", serif;
  color: #000;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 400; }
  .hashchange.no-canvas.smaller p em a {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger p em a {
    font-size: 22px;
    font-size: 2.2rem; }

p em {
  line-height: 1.6em; }

p a em:hover {
  color: #f0061e;
  text-decoration: underline; }

p + a {
  margin-bottom: 15px;
  display: block; }

ul {
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300; }
  .hashchange.no-canvas.smaller ul {
    font-size: 8px;
    font-size: 0.8rem; }
  .hashchange.no-canvas.bigger ul {
    font-size: 20px;
    font-size: 2rem; }

ul em {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal; }
  .hashchange.no-canvas.smaller ul em {
    font-size: 16px;
    font-size: 1.6rem; }
  .hashchange.no-canvas.bigger ul em {
    font-size: 28px;
    font-size: 2.8rem; }

li {
  padding: 5px 0;
  font-size: 18px;
  font-size: 1.8rem; }
  .hashchange.no-canvas.smaller li {
    font-size: 12px;
    font-size: 1.2rem; }
  .hashchange.no-canvas.bigger li {
    font-size: 24px;
    font-size: 2.4rem; }

blockquote {
  margin-top: 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif; }
  .hashchange.no-canvas.smaller blockquote {
    font-size: 30px;
    font-size: 3rem; }
  .hashchange.no-canvas.bigger blockquote {
    font-size: 42px;
    font-size: 4.2rem; }
  @media (max-width: 1000px) {
    blockquote {
      font-size: 25px;
      font-size: 2.5rem; }
      .hashchange.no-canvas.smaller blockquote {
        font-size: 19px;
        font-size: 1.9rem; }
      .hashchange.no-canvas.bigger blockquote {
        font-size: 31px;
        font-size: 3.1rem; } }
  @media (max-width: 850px) {
    blockquote {
      font-size: 18px;
      font-size: 1.8rem; }
      .hashchange.no-canvas.smaller blockquote {
        font-size: 12px;
        font-size: 1.2rem; }
      .hashchange.no-canvas.bigger blockquote {
        font-size: 24px;
        font-size: 2.4rem; } }

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

::selection {
  background: #f0061e; }

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

.top-ad {
  padding: 35px 0 46px;
  border-bottom: 1px solid #e4e4e4; }
  @media (max-width: 1182px) {
    .top-ad {
      padding: 15px 0 15px; } }
  @media (max-width: 950px) {
    .top-ad {
      display: none; } }
  .top-ad img {
    width: auto;
    max-width: 100%; }

@media (max-width: 1220px) and (min-width: 950px) {
  .upper-menu-inner {
    padding: 0 9px; } }

.menu-container {
  position: relative;
  z-index: 20; }
  @media (max-width: 950px) {
    .menu-container {
      position: static; } }

.upper-menu-wrapper {
  width: 100%;
  margin: 0; }
  .upper-menu-wrapper .upper-menu-inner {
    margin: 0 auto;
    max-width: 1182px;
    width: 100%;
    padding-bottom: 1px; }
    @media (max-width: 950px) {
      .upper-menu-wrapper .upper-menu-inner {
        padding-bottom: 0; } }
    .upper-menu-wrapper .upper-menu-inner .main-logo {
      position: relative;
      float: left;
      margin-top: 32px; }
      @media (max-width: 950px) {
        .upper-menu-wrapper .upper-menu-inner .main-logo {
          width: 194px;
          margin-left: 9px;
          margin-top: 7px;
          margin-bottom: 6px;
          overflow: hidden;
          height: 22px; } }
      .upper-menu-wrapper .upper-menu-inner .main-logo img {
        margin: 0; }
    .upper-menu-wrapper .upper-menu-inner .mob-head {
      display: none; }
      @media (max-width: 950px) {
        .upper-menu-wrapper .upper-menu-inner .mob-head {
          display: block;
          text-align: left;
          border: none;
          display: block;
          padding: 16px 47px 8px 8px;
          color: white;
          float: left;
          min-width: 143px;
          width: 100%;
          background-color: #1b3346;
          max-width: none;
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 4px;
          margin-bottom: 0;
          min-height: 54px;
          text-transform: uppercase; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper .upper-menu-inner .mob-head {
            font-size: 12px;
            font-size: 1.2rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper .upper-menu-inner .mob-head {
            font-size: 24px;
            font-size: 2.4rem; } }
    .upper-menu-wrapper .upper-menu-inner .text-change {
      float: right; }
    .upper-menu-wrapper .upper-menu-inner .btn {
      float: right;
      clear: right; }
      @media (max-width: 950px) {
        .upper-menu-wrapper .upper-menu-inner .btn {
          display: none; } }
    .upper-menu-wrapper .upper-menu-inner .text-change {
      margin-top: 15px;
      margin-bottom: 18px; }
      @media (max-width: 950px) {
        .upper-menu-wrapper .upper-menu-inner .text-change {
          display: none; } }
      .upper-menu-wrapper .upper-menu-inner .text-change button {
        padding: 0px 3px;
        min-height: 22px;
        background-color: transparent;
        border: none;
        font-family: "Montserrat", sans-serif;
        color: #808080;
        margin-left: 1px; }
        .upper-menu-wrapper .upper-menu-inner .text-change button#small {
          font-size: 11px;
          font-size: 1.1rem;
          margin-left: 0; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper .upper-menu-inner .text-change button#small {
            font-size: 5px;
            font-size: 0.5rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper .upper-menu-inner .text-change button#small {
            font-size: 17px;
            font-size: 1.7rem; }
        .upper-menu-wrapper .upper-menu-inner .text-change button#normal {
          font-size: 17px;
          font-size: 1.7rem; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper .upper-menu-inner .text-change button#normal {
            font-size: 11px;
            font-size: 1.1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper .upper-menu-inner .text-change button#normal {
            font-size: 23px;
            font-size: 2.3rem; }
        .upper-menu-wrapper .upper-menu-inner .text-change button#large {
          font-size: 22px;
          font-size: 2.2rem; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper .upper-menu-inner .text-change button#large {
            font-size: 16px;
            font-size: 1.6rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper .upper-menu-inner .text-change button#large {
            font-size: 28px;
            font-size: 2.8rem; }
  .upper-menu-wrapper form {
    display: none; }
    @media (max-width: 950px) {
      .upper-menu-wrapper form {
        display: block;
        width: 100%;
        float: left;
        clear: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        z-index: 20; }
        .upper-menu-wrapper form span {
          display: none; }
        .upper-menu-wrapper form input {
          background-color: transparent;
          border: none;
          color: white;
          margin-bottom: 0;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1em;
          font-family: "Open Sans Condensed", sans-serif;
          text-transform: none;
          padding: 8px 5px 9px 34px;
          background-image: url(../images/black-search.png);
          background-repeat: no-repeat;
          background-position: 47.6% 47%;
          width: 38px;
          min-width: 0;
          max-width: none;
          top: 0;
          right: 0;
          position: absolute;
          max-width: 400px; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper form input {
            font-size: 10px;
            font-size: 1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper form input {
            font-size: 22px;
            font-size: 2.2rem; } }
    @media (max-width: 950px) and (min-width: 0px) {
      .upper-menu-wrapper form input {
        background-image: url(../images/black-search@2.png);
        background-size: 16px 16px; } }
    @media (max-width: 950px) {
          .upper-menu-wrapper form input:hover {
            cursor: pointer; }
          .upper-menu-wrapper form input:focus {
            background-color: #2b2b2b;
            width: 100%;
            background-position: 12px 47%;
            padding: 8px 5px 9px 42px;
            background-image: url(../images/search.png); } }
      @media (max-width: 950px) and (min-width: 0px) {
        .upper-menu-wrapper form input:focus {
          background-image: url(../images/search@2.png);
          background-size: 16px 16px; } }
    @media (max-width: 950px) {
            .upper-menu-wrapper form input:focus + span {
              background-image: url(../images/grey-cross.png);
              background-repeat: no-repeat;
              background-position: 50% 50%;
              height: 41px;
              width: 37px;
              background-color: transparent;
              display: block;
              position: absolute;
              top: 0;
              right: 0; }
              .upper-menu-wrapper form input:focus + span:hover {
                cursor: pointer; } }
        @media (max-width: 950px) and (min-width: 0px) {
          .upper-menu-wrapper form input:focus + span {
            background-image: url(../images/grey-cross@2.png);
            background-size: 13px 13px; } }
    @media (max-width: 950px) {
            .upper-menu-wrapper form input:focus::-webkit-input-placeholder {
              color: white;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.5em;
              font-family: "Open Sans Condensed", sans-serif;
              text-transform: none; }
              .hashchange.no-canvas.smaller .upper-menu-wrapper form input:focus::-webkit-input-placeholder {
                font-size: 10px;
                font-size: 1rem; }
              .hashchange.no-canvas.bigger .upper-menu-wrapper form input:focus::-webkit-input-placeholder {
                font-size: 22px;
                font-size: 2.2rem; }
            .upper-menu-wrapper form input:focus:-moz-placeholder {
              /* Firefox 18- */
              color: white;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.5em;
              font-family: "Open Sans Condensed", sans-serif;
              text-transform: none; }
              .hashchange.no-canvas.smaller .upper-menu-wrapper form input:focus:-moz-placeholder {
                font-size: 10px;
                font-size: 1rem; }
              .hashchange.no-canvas.bigger .upper-menu-wrapper form input:focus:-moz-placeholder {
                font-size: 22px;
                font-size: 2.2rem; }
            .upper-menu-wrapper form input:focus::-moz-placeholder {
              /* Firefox 19+ */
              color: white;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.5em;
              font-family: "Open Sans Condensed", sans-serif;
              text-transform: none; }
              .hashchange.no-canvas.smaller .upper-menu-wrapper form input:focus::-moz-placeholder {
                font-size: 10px;
                font-size: 1rem; }
              .hashchange.no-canvas.bigger .upper-menu-wrapper form input:focus::-moz-placeholder {
                font-size: 22px;
                font-size: 2.2rem; }
            .upper-menu-wrapper form input:focus:-ms-input-placeholder {
              color: white;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 1.5em;
              font-family: "Open Sans Condensed", sans-serif;
              text-transform: none; }
              .hashchange.no-canvas.smaller .upper-menu-wrapper form input:focus:-ms-input-placeholder {
                font-size: 10px;
                font-size: 1rem; }
              .hashchange.no-canvas.bigger .upper-menu-wrapper form input:focus:-ms-input-placeholder {
                font-size: 22px;
                font-size: 2.2rem; }
        .upper-menu-wrapper form ::-webkit-input-placeholder {
          color: white;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5em;
          font-family: "Open Sans Condensed", sans-serif; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper form ::-webkit-input-placeholder {
            font-size: 10px;
            font-size: 1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper form ::-webkit-input-placeholder {
            font-size: 22px;
            font-size: 2.2rem; }
        .upper-menu-wrapper form :-moz-placeholder {
          /* Firefox 18- */
          color: white;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5em;
          font-family: "Open Sans Condensed", sans-serif; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper form :-moz-placeholder {
            font-size: 10px;
            font-size: 1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper form :-moz-placeholder {
            font-size: 22px;
            font-size: 2.2rem; }
        .upper-menu-wrapper form ::-moz-placeholder {
          /* Firefox 19+ */
          color: white;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5em;
          font-family: "Open Sans Condensed", sans-serif; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper form ::-moz-placeholder {
            font-size: 10px;
            font-size: 1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper form ::-moz-placeholder {
            font-size: 22px;
            font-size: 2.2rem; }
        .upper-menu-wrapper form :-ms-input-placeholder {
          color: white;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5em;
          font-family: "Open Sans Condensed", sans-serif; }
          .hashchange.no-canvas.smaller .upper-menu-wrapper form :-ms-input-placeholder {
            font-size: 10px;
            font-size: 1rem; }
          .hashchange.no-canvas.bigger .upper-menu-wrapper form :-ms-input-placeholder {
            font-size: 22px;
            font-size: 2.2rem; } }

.lower-menu-wrapper {
  width: 100%;
  margin: 0;
  background-color: transparent; }
  @media (max-width: 950px) {
    .lower-menu-wrapper {
      position: static; } }
  .lower-menu-wrapper .lower-menu-inner {
    margin: 0 auto;
    position: relative;
    max-width: 1182px;
    width: 100%; }
@media (max-width: 1220px) and (min-width: 950px) {
  .lower-menu-wrapper .lower-menu-inner {
    padding: 0 9px; } }

    @media (max-width: 950px) {
      .lower-menu-wrapper .lower-menu-inner {
        position: static; } }

.main-menu .current_page_parent > a,
.main-menu .current-menu-parent > a,
.main-menu .current-menu-item > a,
.main-menu .current-post-ancestor ul .current-menu-parent > a {
  border-bottom: 5px solid #0a4353;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .current_page_parent > a,
    .main-menu .current-menu-parent > a,
    .main-menu .current-menu-item > a,
    .main-menu .current-post-ancestor ul .current-menu-parent > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-71.current_page_parent > a,
.main-menu .menu-item-71.current-menu-parent > a,
.main-menu .menu-item-71.current-menu-item > a,
.main-menu .menu-item-71.current-post-ancestor > a {
  border-bottom: 5px solid #993700;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-71.current_page_parent > a,
    .main-menu .menu-item-71.current-menu-parent > a,
    .main-menu .menu-item-71.current-menu-item > a,
    .main-menu .menu-item-71.current-post-ancestor > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-71.current-menu-parent ul .current-menu-item > a,
.main-menu .menu-item-71.current-post-ancestor ul .current-post-parent > a {
  border-bottom: 5px solid #993700;
  padding: 11px 2px 5px 2px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-71.current-menu-parent ul .current-menu-item > a,
    .main-menu .menu-item-71.current-post-ancestor ul .current-post-parent > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-75.current_page_parent > a,
.main-menu .menu-item-75.current-menu-parent > a,
.main-menu .menu-item-75.current-menu-item > a,
.main-menu .menu-item-75.current-post-ancestor > a {
  border-bottom: 5px solid #996e00;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-75.current_page_parent > a,
    .main-menu .menu-item-75.current-menu-parent > a,
    .main-menu .menu-item-75.current-menu-item > a,
    .main-menu .menu-item-75.current-post-ancestor > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-75.current-menu-parent ul .current-menu-item > a,
.main-menu .menu-item-75.current-post-ancestor ul .current-post-parent > a {
  border-bottom: 5px solid #996e00;
  padding: 11px 2px 5px 2px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-75.current-menu-parent ul .current-menu-item > a,
    .main-menu .menu-item-75.current-post-ancestor ul .current-post-parent > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-59.current_page_parent > a,
.main-menu .menu-item-59.current-menu-parent > a,
.main-menu .menu-item-59.current-menu-item > a,
.main-menu .menu-item-59.current-post-ancestor > a {
  border-bottom: 5px solid #0a4353;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-59.current_page_parent > a,
    .main-menu .menu-item-59.current-menu-parent > a,
    .main-menu .menu-item-59.current-menu-item > a,
    .main-menu .menu-item-59.current-post-ancestor > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-59.current-menu-parent ul .current-menu-item > a,
.main-menu .menu-item-59.current-post-ancestor ul .current-post-parent > a {
  border-bottom: 5px solid #0a4353;
  padding: 11px 2px 5px 2px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-59.current-menu-parent ul .current-menu-item > a,
    .main-menu .menu-item-59.current-post-ancestor ul .current-post-parent > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-67.current_page_parent > a,
.main-menu .menu-item-67.current-menu-parent > a,
.main-menu .menu-item-67.current-menu-item > a,
.main-menu .menu-item-67.current-post-ancestor > a {
  border-bottom: 5px solid #1d7e77;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-67.current_page_parent > a,
    .main-menu .menu-item-67.current-menu-parent > a,
    .main-menu .menu-item-67.current-menu-item > a,
    .main-menu .menu-item-67.current-post-ancestor > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-67.current-menu-parent ul .current-menu-item > a,
.main-menu .menu-item-67.current-post-ancestor ul .current-post-parent > a {
  border-bottom: 5px solid #1d7e77;
  padding: 11px 2px 5px 2px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-67.current-menu-parent ul .current-menu-item > a,
    .main-menu .menu-item-67.current-post-ancestor ul .current-post-parent > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-66.current_page_parent > a,
.main-menu .menu-item-66.current-menu-parent > a,
.main-menu .menu-item-66.current-menu-item > a,
.main-menu .menu-item-66.current-post-ancestor > a {
  border-bottom: 5px solid #5a5273;
  padding: 12px 10px 7px 10px; }
  @media (max-width: 950px) {
    .main-menu .menu-item-66.current_page_parent > a,
    .main-menu .menu-item-66.current-menu-parent > a,
    .main-menu .menu-item-66.current-menu-item > a,
    .main-menu .menu-item-66.current-post-ancestor > a {
      padding: 16px 5px 12px 10px; } }

.main-menu .menu-item-66.current-menu-parent ul .current-menu-item > a,
.main-menu .menu-item-66.current-post-ancestor ul .current-post-parent > a {
  border-bottom: 5px solid #5a5273;
  padding: 11px 2px 5px 2px !important; }
  @media (max-width: 950px) {
    .main-menu .menu-item-66.current-menu-parent ul .current-menu-item > a,
    .main-menu .menu-item-66.current-post-ancestor ul .current-post-parent > a {
      padding: 16px 5px 12px 10px !important; } }

.main-menu-wrapper input[type="checkbox"],
.main-menu-wrapper input[type="checkbox"]:nth-of-type(n) {
  display: none;
  margin: 0; }
.main-menu-wrapper input[type="checkbox"] {
  display: none;
  margin: 0; }

.main-menu {
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 12;
  list-style: none;
  float: left; }
@media (max-width: 1220px) and (min-width: 951px) {
  .main-menu {
    width: calc(100% - 267px); } }

  .main-menu li:hover {
    text-decoration: none; }
  .main-menu > li > a {
    text-transform: lowercase; }
  .main-menu li {
    float: left;
    padding: 0;
    margin: 0;
    border-left: 2px solid white; }
@media (max-width: 1220px) and (min-width: 951px) {
  .main-menu li {
    width: 20%; } }

    .main-menu li:hover a {
      transition: 0.7s; }
    .main-menu li:hover ul a {
      color: white; }
    .main-menu li.first {
      border-left: 0 solid white; }
    .main-menu li.last {
      border-right: 2px solid white; }
      .main-menu li.last a {
        padding-left: 41px !important;
        padding-right: 46px !important; }
@media (max-width: 1220px) and (min-width: 951px) {
  .main-menu li.last a {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

      .main-menu li.last li {
        border-right: none; }
      .main-menu li.last ul a {
        padding: 11px 2px 10px 2px !important; }
    .main-menu li a {
      padding: 12px 10px 12px 10px;
      min-width: 181px;
      max-width: 181px;
      font-size: 17px;
      font-size: 1.7rem;
      text-align: center;
      display: block;
      color: white;
      text-decoration: none;
      white-space: nowrap;
      font-family: "Open Sans Condensed", sans-serif;
      font-style: normal;
      font-weight: 200;
      line-height: 1em;
      text-transform: uppercase;
      background-color: #158cae; }
      .hashchange.no-canvas.smaller .main-menu li a {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu li a {
        font-size: 23px;
        font-size: 2.3rem; }
@media (max-width: 1220px) and (min-width: 951px) {
  .main-menu li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: 83px;
    width: 100%; } }

      .main-menu li a:hover {
        background-color: #127a97;
        transition: .7s; }
    .main-menu li a:hover {
      text-decoration: none; }
    @media (max-width: 950px) {
      .main-menu li.menu-item-71 {
        border-color: #ff5b00 !important; } }
    .main-menu li.menu-item-71 a {
      background-color: #ff5b00; }
      .main-menu li.menu-item-71 a:hover {
        background-color: #e65200;
        transition: .7s; }
    .main-menu li.menu-item-71 ul {
      background-color: #ff5b00; }
    @media (max-width: 950px) {
      .main-menu li.menu-item-75 {
        border-color: #ffb800 !important; } }
    .main-menu li.menu-item-75 a {
      background-color: #ffb800; }
      .main-menu li.menu-item-75 a:hover {
        background-color: #e6a600;
        transition: .7s; }
    .main-menu li.menu-item-75 ul {
      background-color: #ffb800; }
    @media (max-width: 950px) {
      .main-menu li.menu-item-59 {
        border-color: #158cae !important; } }
    .main-menu li.menu-item-59 a {
      background-color: #158cae; }
      .main-menu li.menu-item-59 a:hover {
        background-color: #127a97;
        transition: .7s; }
    .main-menu li.menu-item-59 ul {
      background-color: #158cae; }
    @media (max-width: 950px) {
      .main-menu li.menu-item-67 {
        border-color: #32cfc4 !important; } }
    .main-menu li.menu-item-67 a {
      background-color: #32cfc4; }
      .main-menu li.menu-item-67 a:hover {
        background-color: #2cbcb2;
        transition: .7s; }
    .main-menu li.menu-item-67 ul {
      background-color: #32cfc4; }
    @media (max-width: 950px) {
      .main-menu li.menu-item-66 {
        border-color: #8c84a7 !important; } }
    .main-menu li.menu-item-66 a {
      background-color: #8c84a7; }
      .main-menu li.menu-item-66 a:hover {
        background-color: #7e759c;
        transition: .7s; }
    .main-menu li.menu-item-66 ul {
      background-color: #8c84a7; }
  .main-menu li:hover ul {
    transition: border-top 0s 0s, max-height 1s 0s;
    max-height: 600px;
    border-top: 2px solid white; }
  .main-menu ul {
    width: 100%;
    left: 0;
    max-height: 0;
    list-style: none;
    text-align: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #158cae;
    left: 0;
    z-index: 13;
    border-top: 0px solid white;
    transition: max-height .3s .3s, border-top .5s .5s; }
    .main-menu ul li {
      display: block;
      float: left;
      border: none;
      padding: 0 21px 0 48px; }
      .main-menu ul li:first-of-type a {
        border-top: none; }
      .main-menu ul li a {
        padding: 11px 2px 10px 2px;
        max-width: 181px;
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        display: block;
        color: white;
        text-decoration: none;
        white-space: nowrap;
        font-family: "Open Sans Condensed", sans-serif;
        font-style: normal;
        font-weight: 200;
        line-height: 1em;
        text-transform: uppercase;
        background-color: #158cae; }
        .hashchange.no-canvas.smaller .main-menu ul li a {
          font-size: 11px;
          font-size: 1.1rem; }
        .hashchange.no-canvas.bigger .main-menu ul li a {
          font-size: 23px;
          font-size: 2.3rem; }
        .main-menu ul li a:hover {
          background-color: #127a97;
          transition: .7s; }

.burger {
  display: none; }

@media (max-width: 950px) {
  .burger {
    margin: 0;
    display: block; } }
@media (max-width: 950px) {
  input[type="checkbox"]:nth-of-type(n) {
    display: none;
    margin: 0; }
    input[type="checkbox"]:nth-of-type(n) + .burger {
      cursor: pointer;
      position: absolute;
      top: 39px;
      right: 0px;
      margin: 0;
      width: 45px;
      height: 54px;
      padding: 0;
      background-repeat: no-repeat;
      background-size: 56%;
      background-position: center center;
      background-color: transparent;
      z-index: 20; }
      input[type="checkbox"]:nth-of-type(n) + .burger:before {
        display: none; }
      input[type="checkbox"]:nth-of-type(n) + .burger .burger-inner {
        padding: 6px 11px 0 6px;
        position: relative; }
      input[type="checkbox"]:nth-of-type(n) + .burger .menu-line {
        height: 2px;
        transition: 0.5s;
        background-color: white;
        width: 56%;
        position: absolute;
        right: 9px; }
        input[type="checkbox"]:nth-of-type(n) + .burger .menu-line1 {
          top: 20px; }
        input[type="checkbox"]:nth-of-type(n) + .burger .menu-line2 {
          top: 25px; }
        input[type="checkbox"]:nth-of-type(n) + .burger .menu-line3 {
          top: 30px; }
    input[type="checkbox"]:nth-of-type(n):checked + .burger .menu-line1, input[type="checkbox"]:nth-of-type(n):checked + .burger .menu-line2, input[type="checkbox"]:nth-of-type(n):checked + .burger .menu-line3 {
      background-color: #f0061e; }

  .main-menu-wrapper {
    height: auto;
    min-height: none;
    width: 100%;
    left: -100%;
    position: absolute; }
    .main-menu-wrapper:before {
      height: calc(100% + 39px);
      position: absolute;
      top: 0;
      right: 0;
      width: 5px;
      content: "";
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c6c6c6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #c6c6c6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c6c6c6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c6c6c6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c6c6c6 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #c6c6c6 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c6c6c6',GradientType=1 );
      /* IE6-8 */ }
    .main-menu-wrapper.open {
      left: 0%; }
      .main-menu-wrapper.open:before {
        top: -39px; }

  .main-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.2s;
    border-top: 1px solid #e4e4e4; }
    .main-menu > li > a {
      background-color: white !important; }
    .main-menu li {
      width: 100%;
      float: none;
      padding: 0;
      border-left: 11px solid #32cfc4;
      background-color: white;
      background-image: url(../images/bottom-line.png);
      background-position: 50% 100%;
      background-repeat: repeat-x;
      padding-bottom: 1px; }
      .main-menu li.menu-item-has-children {
        background-image: url(../images/bottom-line.png), url(../images/a-d.png);
        background-repeat: repeat-x, no-repeat;
        background-size: 1px ,7px 5px;
        background-position: 50% 100%, right 23px top 26px; }
        .main-menu li.menu-item-has-children.open {
          background-image: url(../images/bottom-line.png), url(../images/a-u.png); }
          .main-menu li.menu-item-has-children.open ul {
            max-height: 1000px;
            transition: .7s; }
      .main-menu li:hover {
        background-color: white; }
        .main-menu li:hover ul {
          max-height: 0;
          border-top: none; }
        .main-menu li:hover a {
          color: black; }
      .main-menu li.last {
        border-right: none; }
        .main-menu li.last a {
          padding: 16px 5px 17px 10px !important; }
      .main-menu li.first {
        border-left: 11px solid #32cfc4; }
      .main-menu li a {
        text-align: left;
        border: none;
        display: block;
        padding: 16px 5px 17px 10px;
        color: black;
        min-width: 143px;
        width: 100%;
        width: calc(100% - 60px);
        max-width: none;
        font-size: 20px;
        font-size: 2rem; }
        .hashchange.no-canvas.smaller .main-menu li a {
          font-size: 14px;
          font-size: 1.4rem; }
        .hashchange.no-canvas.bigger .main-menu li a {
          font-size: 26px;
          font-size: 2.6rem; }
        .main-menu li a:hover {
          background-color: transparent;
          color: black; }
      .main-menu li ul {
        max-height: 0;
        width: 100%;
        margin: 0;
        position: static;
        padding: 0;
        background-color: transparent;
        border: none;
        transition: .3s; }
        .main-menu li ul:hover {
          background-color: transparent; }
        .main-menu li ul li {
          padding: 0; }
          .main-menu li ul li:hover a {
            background-color: transparent;
            color: black; }
          .main-menu li ul li:hover ul {
            border-top: none; }
          .main-menu li ul li:hover ul a {
            background-color: transparent;
            color: black; }
          .main-menu li ul li a {
            padding: 9px 5px 12px 10px;
            border-top: none;
            border-bottom: none;
            min-width: 143px;
            color: white;
            width: 100%;
            background-color: pink;
            max-width: none;
            text-align: left;
            font-size: 20px;
            font-size: 2rem; }
            .hashchange.no-canvas.smaller .main-menu li ul li a {
              font-size: 14px;
              font-size: 1.4rem; }
            .hashchange.no-canvas.bigger .main-menu li ul li a {
              font-size: 26px;
              font-size: 2.6rem; }
            .main-menu li ul li a:hover {
              background-color: transparent;
              color: white; } }
.higher-footer.footer-outer-wrapper {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 24px;
  background-color: #f9f9f9;
  border-top: 1px solid #e4e4e4; }
  @media (max-width: 1000px) {
    .higher-footer.footer-outer-wrapper {
      padding-top: 20px;
      padding-bottom: 10px; } }
  .higher-footer.footer-outer-wrapper .col3.first {
    width: 20.3%;
    padding-top: 2px; }
    @media (max-width: 850px) {
      .higher-footer.footer-outer-wrapper .col3.first {
        margin-bottom: 14px !important; } }
    .higher-footer.footer-outer-wrapper .col3.first h2 {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 16px;
      background-color: transparent;
      color: #000;
      padding: 0;
      padding: 0; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col3.first h2 {
        font-size: 8px;
        font-size: 0.8rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col3.first h2 {
        font-size: 20px;
        font-size: 2rem; }
      @media (max-width: 850px) {
        .higher-footer.footer-outer-wrapper .col3.first h2 {
          margin-bottom: 0; } }
    .higher-footer.footer-outer-wrapper .col3.first p {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 14px; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col3.first p {
        font-size: 7px;
        font-size: 0.7rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col3.first p {
        font-size: 19px;
        font-size: 1.9rem; }
      @media (max-width: 625px) {
        .higher-footer.footer-outer-wrapper .col3.first p {
          display: none; } }
  @media (max-width: 1182px) {
    .higher-footer.footer-outer-wrapper .col3 {
      width: 22.5% !important; } }
  @media (max-width: 850px) {
    .higher-footer.footer-outer-wrapper .col3 {
      width: 100% !important; } }
  .higher-footer.footer-outer-wrapper .col6 {
    width: 52.5%; }
    .higher-footer.footer-outer-wrapper .col6 hr {
      display: none;
      transition: 0s;
      transition-delay: 0s; }
    @media (max-width: 1182px) {
      .higher-footer.footer-outer-wrapper .col6 {
        width: 74.1%; } }
    @media (max-width: 850px) {
      .higher-footer.footer-outer-wrapper .col6 {
        width: 100%;
        margin-left: 0; } }
    .higher-footer.footer-outer-wrapper .col6 span {
      font-size: 11px;
      font-size: 1.1rem;
      font-family: "Montserrat", sans-serif;
      line-height: 1em;
      color: #959595; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col6 span {
        font-size: 5px;
        font-size: 0.5rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col6 span {
        font-size: 17px;
        font-size: 1.7rem; }
    .higher-footer.footer-outer-wrapper .col6 h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1em;
      margin-bottom: 11px;
      font-family: "montserratlight", sans-serif; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col6 h2 {
        font-size: 18px;
        font-size: 1.8rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col6 h2 {
        font-size: 30px;
        font-size: 3rem; }
      @media (max-width: 550px) {
        .higher-footer.footer-outer-wrapper .col6 h2 {
          pointer-events: none; } }
    .higher-footer.footer-outer-wrapper .col6 p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7em;
      margin-bottom: 21px;
      font-family: "Merriweather", serif;
      font-weight: 200; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col6 p {
        font-size: 7px;
        font-size: 0.7rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col6 p {
        font-size: 19px;
        font-size: 1.9rem; }
    .higher-footer.footer-outer-wrapper .col6 a {
      font-size: 11px;
      font-size: 1.1rem;
      font-family: "Montserrat", sans-serif;
      line-height: 1em;
      margin-top: -4px;
      color: #000; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col6 a {
        font-size: 5px;
        font-size: 0.5rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col6 a {
        font-size: 17px;
        font-size: 1.7rem; }
      .higher-footer.footer-outer-wrapper .col6 a:hover {
        text-decoration: none; }
    .higher-footer.footer-outer-wrapper .col6 article {
      overflow: hidden;
      max-height: 111px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e4e4e4;
      transition: .25s; }
      @media (max-width: 550px) {
        .higher-footer.footer-outer-wrapper .col6 article {
          max-height: 165px; } }
      .higher-footer.footer-outer-wrapper .col6 article:last-of-type {
        border-bottom: none; }
      .higher-footer.footer-outer-wrapper .col6 article.open {
        max-height: 1000px;
        transition: .7s; }
        .higher-footer.footer-outer-wrapper .col6 article.open .col10 {
          max-height: 1000px; }
        .higher-footer.footer-outer-wrapper .col6 article.open .col2 {
          background-image: url(../images/minus.svg);
          background-repeat: no-repeat; }
          .lt-ie9 .higher-footer.footer-outer-wrapper .col6 article.open .col2 {
            background-image: url(../images/minus.png); }
          .no-svg .higher-footer.footer-outer-wrapper .col6 article.open .col2 {
            background-image: url(../images/minus.png); }
          .higher-footer.footer-outer-wrapper .col6 article.open .col2:hover {
            background-image: url(../images/minus-red.svg);
            background-repeat: no-repeat; }
            .lt-ie9 .higher-footer.footer-outer-wrapper .col6 article.open .col2:hover {
              background-image: url(../images/minus-red.png); }
            .no-svg .higher-footer.footer-outer-wrapper .col6 article.open .col2:hover {
              background-image: url(../images/minus-red.png); }
    .higher-footer.footer-outer-wrapper .col6 .col10 {
      width: 80%;
      overflow: hidden;
      max-height: 68px;
      transition: .2s;
      margin: 0;
      margin-bottom: 20px; }
      @media (max-width: 850px) {
        .higher-footer.footer-outer-wrapper .col6 .col10 {
          width: calc(100% - 3% - 95px);
          margin-left: 0; } }
      @media (max-width: 550px) {
        .higher-footer.footer-outer-wrapper .col6 .col10 {
          width: 100%;
          margin-bottom: 0; } }
      .higher-footer.footer-outer-wrapper .col6 .col10 a:hover {
        color: #f0061e; }
    .higher-footer.footer-outer-wrapper .col6 .col2 {
      background-image: url(../images/plus.svg);
      background-repeat: no-repeat;
      background-position: 0% 11px;
      background-repeat: no-repeat;
      min-height: 100px;
      margin-bottom: 0;
      width: 9.1%;
      margin-right: 4.9%; }
      .lt-ie9 .higher-footer.footer-outer-wrapper .col6 .col2 {
        background-image: url(../images/plus.png); }
      .no-svg .higher-footer.footer-outer-wrapper .col6 .col2 {
        background-image: url(../images/plus.png); }
      @media (max-width: 850px) {
        .higher-footer.footer-outer-wrapper .col6 .col2 {
          width: 55px; } }
      @media (max-width: 550px) {
        .higher-footer.footer-outer-wrapper .col6 .col2 {
          width: 100%;
          margin: 0;
          background-position: 0% 9px;
          min-height: 63px; } }
      .higher-footer.footer-outer-wrapper .col6 .col2:hover {
        cursor: pointer;
        background-image: url(../images/plus-red.svg);
        background-repeat: no-repeat; }
        .lt-ie9 .higher-footer.footer-outer-wrapper .col6 .col2:hover {
          background-image: url(../images/plus-red.png); }
        .no-svg .higher-footer.footer-outer-wrapper .col6 .col2:hover {
          background-image: url(../images/plus-red.png); }
    .higher-footer.footer-outer-wrapper .col6 .btn {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Open Sans Condensed", sans-serif;
      color: white;
      margin-top: 1px; }
      .hashchange.no-canvas.smaller .higher-footer.footer-outer-wrapper .col6 .btn {
        font-size: 10px;
        font-size: 1rem; }
      .hashchange.no-canvas.bigger .higher-footer.footer-outer-wrapper .col6 .btn {
        font-size: 22px;
        font-size: 2.2rem; }
      .higher-footer.footer-outer-wrapper .col6 .btn-white {
        background-color: white;
        color: #808080;
        border: 1px solid #e4e4e4; }
        .higher-footer.footer-outer-wrapper .col6 .btn-white:hover, .higher-footer.footer-outer-wrapper .col6 .btn-white:focus {
          background-color: #f0061e;
          color: white;
          border: 1px solid #f0061e; }

.lower-footer.footer-outer-wrapper {
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 49px;
  background-color: #2b2b2b; }
  @media (max-width: 1000px) {
    .lower-footer.footer-outer-wrapper {
      padding-top: 10px;
      padding-bottom: 10px; } }

footer {
  color: white; }
  @media (max-width: 625px) {
    footer .facebook-footer,
    footer .twitter-footer {
      position: absolute;
      top: 12px;
      right: 18px; } }
  footer .facebook-footer img,
  footer .twitter-footer img {
    max-width: 18px;
    width: 18px;
    float: left;
    margin: 0 2px 0 18px;
    background-color: #808080; }
    footer .facebook-footer img:hover,
    footer .twitter-footer img:hover {
      background-color: white; }
  @media (max-width: 625px) {
    footer .facebook-footer {
      top: 12px;
      right: 57px; } }
  footer .footer-copy {
    float: left;
    clear: left;
    color: #808080;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif; }
    .hashchange.no-canvas.smaller footer .footer-copy {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger footer .footer-copy {
      font-size: 18px;
      font-size: 1.8rem; }
    @media (max-width: 625px) {
      footer .footer-copy {
        margin-bottom: 78px; } }
  footer .footer-menu {
    margin-bottom: 23px;
    float: left; }
    @media (max-width: 625px) {
      footer .footer-menu {
        margin-bottom: 14px; } }
    footer .footer-menu li {
      list-style: none;
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding: 0;
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: 21px; }
      .hashchange.no-canvas.smaller footer .footer-menu li {
        font-size: 6px;
        font-size: 0.6rem; }
      .hashchange.no-canvas.bigger footer .footer-menu li {
        font-size: 18px;
        font-size: 1.8rem; }
      @media (max-width: 625px) {
        footer .footer-menu li {
          display: block;
          padding: 7px 0 6px 0; } }
      footer .footer-menu li.first a {
        padding: 0; }
      footer .footer-menu li.last {
        margin-right: 5px; }
      footer .footer-menu li a {
        color: #808080;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 200;
        font-family: "Montserrat", sans-serif; }
        .hashchange.no-canvas.smaller footer .footer-menu li a {
          font-size: 6px;
          font-size: 0.6rem; }
        .hashchange.no-canvas.bigger footer .footer-menu li a {
          font-size: 18px;
          font-size: 1.8rem; }
        footer .footer-menu li a:hover {
          color: white; }
      footer .footer-menu li ul {
        display: none; }
  footer span {
    color: #d2d2d2;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    margin-top: 0; }
    .hashchange.no-canvas.smaller footer span {
      font-size: 9px;
      font-size: 0.9rem; }
    .hashchange.no-canvas.bigger footer span {
      font-size: 21px;
      font-size: 2.1rem; }
    @media (max-width: 850px) {
      footer span {
        font-size: 12px;
        font-size: 1.2rem; }
        .hashchange.no-canvas.smaller footer span {
          font-size: 6px;
          font-size: 0.6rem; }
        .hashchange.no-canvas.bigger footer span {
          font-size: 18px;
          font-size: 1.8rem; } }
  footer .btt-con {
    float: right; }
    footer .btt-con a {
      float: right; }
      @media (max-width: 625px) {
        footer .btt-con a {
          position: absolute;
          left: 17px;
          bottom: 8px; }
          footer .btt-con a:hover {
            color: white; }
            footer .btt-con a:hover img {
              background-color: white; } }
      footer .btt-con a img {
        width: 111px;
        margin-top: 2px;
        background-color: #808080; }
    footer .btt-con #btt {
      color: #808080;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 200;
      font-family: "Montserrat", sans-serif;
      margin-left: 44px; }
      .hashchange.no-canvas.smaller footer .btt-con #btt {
        font-size: 6px;
        font-size: 0.6rem; }
      .hashchange.no-canvas.bigger footer .btt-con #btt {
        font-size: 18px;
        font-size: 1.8rem; }
      footer .btt-con #btt:hover {
        color: white; }
        footer .btt-con #btt:hover img {
          background-color: white; }
      @media (max-width: 625px) {
        footer .btt-con #btt {
          position: absolute;
          right: 9px;
          bottom: 0px;
          width: auto;
          left: auto;
          position: fixed;
          font-size: 0px;
          font-size: 0rem;
          line-height: 0;
          background-color: #2b2b2b;
          padding: 0px;
          opacity: 0;
          height: 0;
          transition: .25s; }
          .hashchange.no-canvas.smaller footer .btt-con #btt {
            font-size: -6px;
            font-size: -0.6rem; }
          .hashchange.no-canvas.bigger footer .btt-con #btt {
            font-size: 6px;
            font-size: 0.6rem; }
          footer .btt-con #btt.scroll {
            opacity: 1;
            height: auto;
            transition: .5s; }
          footer .btt-con #btt img {
            margin: 15px 17px !important; } }
      footer .btt-con #btt img {
        width: 11px;
        float: right;
        margin-left: 9px;
        background-color: #808080; }
    footer .btt-con .epda-logo {
      background-image: url(../images/epda-logo.png);
      background-size: 111px 45px;
      height: 45px;
      width: 111px; }
      footer .btt-con .epda-logo:hover {
        background-image: url(../images/epda-logo-white.png); }
      .lt-ie9 footer .btt-con .epda-logo {
        background-image: url(../images/epda-logo-s.png); }
        .lt-ie9 footer .btt-con .epda-logo:hover {
          background-image: url(../images/epda-logo-white-s.png); }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 1182px;
  clear: both; }
  .row.full {
    max-width: none; }

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 0 0 3%;
  position: relative;
  margin-bottom: 20px; }

.col1.first,
.col2.first,
.col3.first,
.col4.first,
.col5.first,
.col6.first,
.col7.first,
.col8.first,
.col9.first,
.col10.first,
.col11.first,
.col12 {
  margin: 0;
  margin-bottom: 20px;
  clear: left; }

.col1.last,
.col2.last,
.col3.last,
.col4.last,
.col5.last,
.col6.last,
.col7.last,
.col8.last,
.col9.last,
.col10.last,
.col11.last,
.col12 {
  float: right; }

.col1 {
  width: 5.5%; }

.col2 {
  width: 14%; }

.col3 {
  width: 22.5%; }

.col4 {
  width: 31.3%; }

/* changed from 31% to make the gutter equel when 4 4 4 but needs a fix for ie7*/
.lt-ie8 .col4 {
  width: 31.1%; }

.col5 {
  width: 39.5%; }

.col6 {
  width: 48%; }

.col7 {
  width: 56.5%; }

.col8 {
  width: 62.6%; }

/* changed from 65% to because most times will be next to a 4 */
.col9 {
  width: 74.2%; }

.col10 {
  width: 82%; }

.col11 {
  width: 90.5%; }

.col12 {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }

.col1.full {
  width: 8.3%;
  margin-left: 0;
  margin-right: 0; }

.col2.full {
  width: 16.6%;
  margin-left: 0;
  margin-right: 0; }

.col3.full {
  width: 25%;
  margin-left: 0;
  margin-right: 0; }

.col4.full {
  width: 33.3%;
  margin-left: 0;
  margin-right: 0; }

.col5.full {
  width: 41.6%;
  margin-left: 0;
  margin-right: 0; }

.col6.full {
  width: 50%;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 600px) {
    .col6.full {
      width: 100%;
      margin-bottom: 0; } }

.col7.full {
  width: 58.3%;
  margin-left: 0;
  margin-right: 0; }

.col8.full {
  width: 68.7%;
  margin-left: 0;
  margin-right: 0; }

.col9.full {
  width: 74.9%;
  margin-left: 0;
  margin-right: 0; }

.col10.full {
  width: 83.3%;
  margin-left: 0;
  margin-right: 0; }

.col11.full {
  width: 91.6%;
  margin-left: 0;
  margin-right: 0; }

.col12.full {
  width: 100%;
  margin: 0;
  margin-bottom: 20px; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 11px; }

main > img:first-of-type,
main > img:first-child {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 60px;
  margin-bottom: 35px; }

main > img:first-of-type ~ h1:first-of-type {
  margin-top: 0; }

main > .flexslider:first-of-type ~ h1:first-of-type {
  margin-top: 0; }

.col1 .img-full, .col2 .img-full, .col3 .img-full, .col4 .img-full, .col5 .img-full, .col6 .img-full, .col7 .img-full, .col8 .img-full, .col9 .img-full, .col10 .img-full, .col11 .img-full, .col12 .img-full {
  margin: 0 0 20px; }

.col1 .img-left, .col2 .img-left, .col3 .img-left, .col4 .img-left, .col5 .img-left, .col6 .img-left, .col7 .img-left, .col8 .img-left, .col9 .img-left, .col10 .img-left, .col11 .img-left, .col12 .img-left {
  width: 48%;
  height: auto;
  margin: 0 2% 15px 0;
  float: left; }

.col1 .img-right, .col2 .img-right, .col3 .img-right, .col4 .img-right, .col5 .img-right, .col6 .img-right, .col7 .img-right, .col8 .img-right, .col9 .img-right, .col10 .img-right, .col11 .img-right, .col12 .img-right {
  width: 48%;
  height: auto;
  margin: 0 0 15px 2%;
  float: right; }

.col1 img.half, .col2 img.half, .col3 img.half, .col4 img.half, .col5 img.half, .col6 img.half, .col7 img.half, .col8 img.half, .col9 img.half, .col10 img.half, .col11 img.half, .col12 img.half {
  width: 50%;
  margin-bottom: 0;
  margin-top: 0; }

.grid-container {
  margin-top: 70px;
  margin-bottom: 87px; }
  .grid-container .col3 {
    width: 22.7%; }

/* COL3 */
@media (max-width: 900px) {
  .first.col3,
  .col3 + .col3 {
    width: 48% !important; } }
@media (max-width: 500px) {
  .first.col3,
  .col3 + .col3,
  .col3 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important; } }
/* COL4 */
@media (max-width: 850px) {
  .col4.last + .col4:nth-of-type(2n + 1).first {
    margin: 0;
    margin-bottom: 20px; } }
@media (max-width: 700px) {
  .col4,
  .first.col4 {
    width: 48.5%; }

  .col4:nth-of-type(2n + 3) {
    margin-left: 0;
    clear: left; }

  .col4:nth-of-type(2n +4) {
    margin-left: 3%;
    clear: none; } }
@media (max-width: 450px) {
  .col4,
  .first.col4,
  .col4 + .col4,
  .col4:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; } }
/* COL4 (JUST FOR THE GRID) */
@media (max-width: 700px) {
  .col4:nth-of-type(2n + 3) {
    clear: left;
    margin-left: 0;
    float: left; } }
@media (max-width: 450px) {
  .grid:nth-child(3n+4) {
    margin: 0;
    margin-bottom: 20px; } }
/* COL5 */
@media (max-width: 650px) {
  .col5,
  .first.col5,
  .col5 + .col5 {
    width: 48%;
    margin-top: 0; }

  .col5.last {
    float: left; }

  .col5.last:first-of-type {
    margin-left: 0; } }
@media (max-width: 500px) {
  .col5,
  .first.col5,
  .col5 + .col5 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; } }
/* COL6 */
@media (max-width: 550px) {
  .col6,
  .col6.first {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; } }
/* COL7 */
@media (max-width: 650px) {
  .col7,
  .col7.first {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; } }
/* COL8 */
@media (max-width: 700px) {
  .col8,
  .col8.first {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }

  .col8 + .col4.last {
    float: left;
    margin-left: 0; }

  .col8 + .col4.last:last-child {
    width: 100%; } }
/* COL9 */
@media (max-width: 900px) {
  .col9 {
    width: 62%; } }
@media (max-width: 600px) {
  .col9 {
    width: 100%; } }
/* cols and rows and all of its media queries */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

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

.web-link {
  font-style: italic;
  word-wrap: break-word; }

.relative {
  position: relative; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

.clear-right {
  clear: right; }

.left {
  float: left; }

.none {
  float: none; }

.right {
  float: right; }

.line-bottom {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 30px; }

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

.margin-top, .first.margin-top {
  margin-top: 20px; }

.margin-top-small {
  margin-top: 10px; }

.margin-none {
  margin: 0 !important; }

.padding-none {
  padding: 0 !important; }

.block {
  display: block; }

.auto.auto {
  width: auto;
  max-width: 100%; }

/* stuff like float-left, clear-right, align-center */
button:focus {
  outline: none; }

.btn {
  display: inline-block;
  width: auto;
  padding: 12px 19px 12px;
  padding-left: 19px;
  padding-right: 25px;
  background-color: #f0061e;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  font-style: normal;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  font-family: "Open Sans Condensed", sans-serif; }
  .hashchange.no-canvas.smaller .btn {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger .btn {
    font-size: 22px;
    font-size: 2.2rem; }
  .btn:hover, .btn:focus {
    background-color: #d7051b;
    outline: none;
    text-decoration: none;
    transition: 0.7s;
    color: white; }
  .btn-grey {
    background-color: #d8d8d8; }
    .btn-grey:hover, .btn-grey:focus {
      background-color: #bfbfbf; }
  .btn-white {
    background-color: white;
    color: #808080;
    border: 1px solid #e4e4e4; }
    .btn-white:hover, .btn-white:focus {
      background-color: #f0061e;
      color: white;
      border: 1px solid #f0061e; }
  .btn-big {
    padding: 15px;
    padding-left: 45px;
    padding-right: 45px; }
  .btn-arrow {
    padding-right: 34px !important;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 95% 50%; }
    .lt-ie9 .btn-arrow {
      background-image: url(../images/btn-arrow.png); }
    .no-svg .btn-arrow {
      background-image: url(../images/btn-arrow.png); }

.btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -156px; }

.btn-top-left {
  position: absolute;
  left: 0;
  top: 0px; }

.btn-top-right {
  position: absolute;
  right: 0;
  top: 0px; }

.btn-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0px; }

.btn-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0px; }

.btn-small {
  font-size: 18px;
  font-size: 1.8rem; }
  .hashchange.no-canvas.smaller .btn-small {
    font-size: 12px;
    font-size: 1.2rem; }
  .hashchange.no-canvas.bigger .btn-small {
    font-size: 24px;
    font-size: 2.4rem; }

.btn-massive {
  font-size: 55px;
  font-size: 5.5rem;
  display: block;
  font-weight: 900;
  clear: both;
  margin: 0 auto;
  float: none; }
  .hashchange.no-canvas.smaller .btn-massive {
    font-size: 49px;
    font-size: 4.9rem; }
  .hashchange.no-canvas.bigger .btn-massive {
    font-size: 61px;
    font-size: 6.1rem; }

.btn-full {
  width: 100%; }

.text-btn {
  color: #5AC8C3;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 53px;
  margin-bottom: 22px; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 20px;
  font-size: 2rem; }
  .hashchange.no-canvas.smaller ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger ::-webkit-input-placeholder {
    font-size: 26px;
    font-size: 2.6rem; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 20px;
  font-size: 2rem; }
  .hashchange.no-canvas.smaller :-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger :-moz-placeholder {
    font-size: 26px;
    font-size: 2.6rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 20px;
  font-size: 2rem; }
  .hashchange.no-canvas.smaller ::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger ::-moz-placeholder {
    font-size: 26px;
    font-size: 2.6rem; }

:-ms-input-placeholder {
  color: #000;
  font-size: 20px;
  font-size: 2rem; }
  .hashchange.no-canvas.smaller :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger :-ms-input-placeholder {
    font-size: 26px;
    font-size: 2.6rem; }

footer ::-webkit-input-placeholder {
  color: white;
  font-size: 12px;
  font-size: 1.2rem; }
  .hashchange.no-canvas.smaller footer ::-webkit-input-placeholder {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger footer ::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

footer :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 12px;
  font-size: 1.2rem; }
  .hashchange.no-canvas.smaller footer :-moz-placeholder {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger footer :-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 12px;
  font-size: 1.2rem; }
  .hashchange.no-canvas.smaller footer ::-moz-placeholder {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger footer ::-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

footer :-ms-input-placeholder {
  color: white;
  font-size: 12px;
  font-size: 1.2rem; }
  .hashchange.no-canvas.smaller footer :-ms-input-placeholder {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger footer :-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

form {
  clear: both; }
  form p a {
    text-decoration: none; }
    form p a:hover {
      text-decoration: underline; }
  form .btn {
    min-width: 155px; }

input,
textarea,
select {
  display: inline-block;
  padding: 5px 0 6px 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #e4e4e4;
  background-color: white;
  border-radius: 0;
  font-family: "montserratlight", sans-serif; }
  .hashchange.no-canvas.smaller input, .hashchange.no-canvas.smaller
  textarea, .hashchange.no-canvas.smaller
  select {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger input, .hashchange.no-canvas.bigger
  textarea, .hashchange.no-canvas.bigger
  select {
    font-size: 26px;
    font-size: 2.6rem; }

input:focus,
textarea:focus,
select:focus,
select:hover,
div.select:focus,
div.select:hover {
  outline: none;
  background-color: #f2f2f2; }

label {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 3px 0;
  line-height: 1; }
  .hashchange.no-canvas.smaller label {
    font-size: 8px;
    font-size: 0.8rem; }
  .hashchange.no-canvas.bigger label {
    font-size: 20px;
    font-size: 2rem; }

form > label:first-of-type {
  margin-top: 0; }

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px; }
  .input-radio:before,
  .input-checkbox:before {
    content: '';
    display: block;
    position: absolute; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    padding-left: 65px;
    position: relative;
    cursor: pointer; }
    input[type="radio"] + label:before {
      position: absolute;
      background-image: url(../images/radio-button.png);
      background-repeat: no-repeat;
      margin-left: -34px;
      content: "";
      width: 25px;
      height: 25px;
      background-position: 0% 50%; }
  input[type="radio"]:checked + label:before {
    background-position: 100% 50%; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    padding-left: 65px;
    position: relative;
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      position: absolute;
      background-image: url(../images/checkbox.png);
      background-repeat: no-repeat;
      margin-left: -34px;
      content: "";
      width: 25px;
      height: 25px;
      background-position: 0% 50%; }
  input[type="checkbox"]:checked + label:before {
    background-position: 100% 50%; }

input[type="file"] {
  font-size: 16px;
  font-size: 1.6rem; }
  .hashchange.no-canvas.smaller input[type="file"] {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger input[type="file"] {
    font-size: 22px;
    font-size: 2.2rem; }

select {
  padding-right: 36px;
  background-color: white;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 13px top 17px;
  background-image: url(../images/a-d.png);
  background-size: 7px 5px;
  cursor: pointer;
  text-indent: 1px;
  text-overflow: ''; }
  select:focus {
    background-image: url(../images/a-u.png); }

div.select select {
  width: 130%;
  /* this percentage effectively extends the drop down button out of view */
  margin: 0;
  background-color: transparent;
  /* this hides the select's background making any styling visible from the div */
  border: none;
  box-shadow: none;
  padding-right: 0;
  /* padding should be added to the select, not the div */ }

div.select {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  margin-bottom: 30px !important;
  height: 37px !important;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 14px top 11px;
  position: relative;
  background-position: right 13px top 17px;
  background-image: url(../images/a-d.png);
  border: 1px solid #e4e4e4;
  padding-right: 18.5%;
  /* Fix for FF */
  padding-right: 0;
  border-radius: 0;
  width: 20%;
  float: right;
  background-size: 7px 5px; }
  div.select:focus {
    background-image: url(../images/a-u.png); }

div.select select {
  width: 200%;
  /* this percentage effectively extends the drop down button out of view */
  margin: 0 !important;
  background-color: transparent;
  /* this hides the select's background making any styling visible from the div */
  border: none;
  box-shadow: none;
  /* padding should be added to the select, not the div */
  background-image: none;
  padding-right: 0; }
  div.select select:hover + .select-cover {
    display: none; }
  div.select select:focus + .select-cover {
    background-image: url(../images/a-u.png); }
  div.select select + .select-cover {
    background-position: right 13px top 17px;
    background-size: 7px 5px;
    background-image: url(../images/a-d.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    width: 36px;
    height: 37px;
    top: 0;
    right: 0;
    background-color: #f8f8f7;
    display: block;
    pointer-events: none; }
    div.select select + .select-cover:hover {
      display: none; }

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 10px; }

.flexslider {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-box-: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  max-width: 1182px;
  margin: 0 auto;
  margin-bottom: 44px; }
  .flexslider li {
    padding: 0; }
  .flexslider .slides {
    overflow: hidden;
    transition: 0s; }
    .flexslider .slides img {
      height: auto; }
    .flexslider .slides li {
      display: block;
      padding: 0;
      position: relative;
      transition: 0s; }

.flex-control-nav {
  display: none;
  bottom: 4px; }
  @media (max-width: 625px) {
    .flex-control-nav {
      display: block; } }

.flex-control-nav li {
  margin: 0 7px; }

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #e4e4e4;
  background-color: rgba(255, 255, 255, 0.6); }

.flex-control-paging li a:hover {
  background-color: #f0061e; }

.flex-control-paging li a.flex-active {
  background-color: white; }

.flex-direction-nav a {
  width: 39px;
  height: 39px;
  opacity: 1;
  margin-top: -43px; }
  #carousel .flex-direction-nav a {
    margin-top: -34px; }

.flex-direction-nav .flex-prev {
  left: -39px; }

.flex-direction-nav .flex-next {
  right: -39px; }

.flexslider:hover .flex-prev {
  opacity: 1;
  left: -39px; }

.flexslider:hover .flex-next {
  opacity: 1;
  right: -39px; }

.flex-direction-nav a:before {
  display: none;
  font-family: none;
  height: 60px;
  font-size: 40px;
  display: inline-block;
  content: ''; }

.flex-direction-nav a.flex-next:before {
  content: '';
  background-position: 100% 50%; }

.flex-direction-nav a {
  font-family: none;
  font-size: 22px;
  color: white;
  background-color: #808080;
  display: inline-block;
  content: '';
  height: 39px;
  width: 39px;
  background-image: url(../images/flex-arrow.png);
  background-repeat: no-repeat;
  background-position: 0% 50%; }

.lt-ie8 .flex-direction-nav a {
  background-position: 0px 0px; }

.flex-direction-nav a.flex-next {
  content: '';
  background-position: 100% 50%; }

.lt-ie8 .flex-direction-nav a {
  background-position: 0px 0px;
  text-indent: 40px;
  top: 335px; }

.lt-ie8 .flex-direction-nav a.flex-next {
  background-position: -61px 0px;
  text-indent: 40px; }

#slider {
  margin: 0;
  width: 626px;
  width: calc(100% - 227px);
  float: right;
  max-height: 393px;
  overflow: hidden;
  transition: 0s; }
  @media (max-width: 850px) {
    #slider {
      padding-right: 9px; } }
  @media (max-width: 625px) {
    #slider {
      width: 100%;
      padding-right: 0;
      max-height: 296px; } }
  #slider ul {
    transition: 0.4s ease !important;
    transition: 0s !important; }
    #slider ul.slides li {
      transition: 0s !important; }
      #slider ul.slides li div {
        height: 394px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
        @media (max-width: 625px) {
          #slider ul.slides li div {
            height: 296px; } }
  #slider li {
    position: relative;
    transition: 0s !important; }
    #slider li.orange h1 {
      background-color: #ff5b00;
      background-color: rgba(255, 91, 0, 0.7); }
    #slider li.yellow h1 {
      background-color: #ffb800;
      background-color: rgba(255, 184, 0, 0.7); }
    #slider li.blue h1 {
      background-color: #158cae;
      background-color: rgba(21, 140, 174, 0.7); }
    #slider li.tur h1 {
      background-color: #32cfc4;
      background-color: rgba(50, 207, 196, 0.7); }
    #slider li.lilac h1 {
      background-color: #8c84a7;
      background-color: rgba(140, 132, 167, 0.7); }
    #slider li.red h1 {
      background-color: #f0061e;
      background-color: rgba(240, 6, 30, 0.7); }
    #slider li img {
      margin: 0; }
    #slider li h1 {
      font-size: 32px;
      font-size: 3.2rem;
      width: 100%;
      padding: 13px 5px 11px 16px;
      background-color: red;
      color: white;
      font-family: "montserratlight", sans-serif;
      position: absolute;
      bottom: -50%;
      left: 0;
      right: 0;
      margin-bottom: 0;
      transition: 0s; }
      .hashchange.no-canvas.smaller #slider li h1 {
        font-size: 26px;
        font-size: 2.6rem; }
      .hashchange.no-canvas.bigger #slider li h1 {
        font-size: 38px;
        font-size: 3.8rem; }
      @media (max-width: 625px) {
        #slider li h1 {
          font-size: 24px;
          font-size: 2.4rem;
          padding: 5px 15px 24px 15px; }
          .hashchange.no-canvas.smaller #slider li h1 {
            font-size: 18px;
            font-size: 1.8rem; }
          .hashchange.no-canvas.bigger #slider li h1 {
            font-size: 30px;
            font-size: 3rem; } }
    #slider li.flex-active-slide h1 {
      bottom: 0;
      transition: .2s ease-in;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      transform: translateY(0); }

#carousel {
  margin: 0;
  max-width: 200px;
  float: left;
  transition: 0s; }
  @media (max-width: 625px) {
    #carousel {
      display: none; } }
  #carousel ul {
    max-width: 200px;
    transition: 0s; }
  #carousel .slides li.flex-active-slide h2,
  #carousel .slides li.flex-active-slide p,
  #carousel .slides li.flex-active-slide a,
  #carousel .slides li:hover h2,
  #carousel .slides li:hover p,
  #carousel .slides li:hover a {
    color: #000; }
  #carousel .slides li.flex-active-slide a:hover,
  #carousel .slides li:hover a:hover {
    color: #f0061e;
    text-decoration: none; }
  #carousel li {
    width: 100% !important;
    clear: both;
    margin-bottom: 20px;
    transition: 0s !important;
    transition: 0s !important; }
    #carousel li.orange hr {
      border-top: 2px solid #ff5b00; }
    #carousel li.yellow hr {
      border-top: 2px solid #ffb800; }
    #carousel li.blue hr {
      border-top: 2px solid #158cae; }
    #carousel li.tur hr {
      border-top: 2px solid #32cfc4; }
    #carousel li.lilac hr {
      border-top: 2px solid #8c84a7; }
    #carousel li.red hr {
      border-top: 2px solid #f0061e; }
    #carousel li h2 {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px;
      background-color: transparent;
      padding: 0;
      padding: 0;
      line-height: 1em;
      text-transform: uppercase;
      color: #d2d2d2; }
      .hashchange.no-canvas.smaller #carousel li h2 {
        font-size: 8px;
        font-size: 0.8rem; }
      .hashchange.no-canvas.bigger #carousel li h2 {
        font-size: 20px;
        font-size: 2rem; }
    #carousel li hr {
      width: 100%;
      margin-top: 0;
      display: block;
      height: 1px;
      border: 0;
      border-top: 2px solid #e4e4e4;
      margin-bottom: 6px; }
    #carousel li p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 6px;
      color: #d2d2d2;
      text-transform: none;
      font-family: "Merriweather", serif; }
      .hashchange.no-canvas.smaller #carousel li p {
        font-size: 8px;
        font-size: 0.8rem; }
      .hashchange.no-canvas.bigger #carousel li p {
        font-size: 20px;
        font-size: 2rem; }
    #carousel li a {
      text-transform: uppercase;
      width: 100%;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 9px;
      color: #d2d2d2; }
      .hashchange.no-canvas.smaller #carousel li a {
        font-size: 5px;
        font-size: 0.5rem; }
      .hashchange.no-canvas.bigger #carousel li a {
        font-size: 17px;
        font-size: 1.7rem; }

html.open {
  overflow: hidden; }
  html.open nav {
    min-height: 100%;
    height: auto;
    overflow: visible; }

html.dom-ready *,
html.dom-ready *:before,
html.dom-ready *:after {
  transition: .7s; }

head + body aside.left-aside .left-text,
head + body aside.left-aside .left-text article,
head + body aside.left-aside .quote {
  background-color: #32cfc4; }
  head + body aside.left-aside .left-text ul,
  head + body aside.left-aside .left-text article ul,
  head + body aside.left-aside .quote ul {
    padding-left: 20px; }
    head + body aside.left-aside .left-text ul ul,
    head + body aside.left-aside .left-text article ul ul,
    head + body aside.left-aside .quote ul ul {
      padding-left: 20px; }
head + body .search-results .right-aside .promo, head + body .search-no-results .right-aside .promo {
  display: none; }
head.Perspectives + body aside.left-aside .left-text, head.Perspectives + body aside.left-aside .left-text article, head.Perspectives + body aside.left-aside .quote, head.Perspectives + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Interviews + body aside.left-aside .left-text, head.Interviews + body aside.left-aside .left-text article, head.Interviews + body aside.left-aside .quote, head.Interviews + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Voices + body aside.left-aside .left-text, head.Voices + body aside.left-aside .left-text article, head.Voices + body aside.left-aside .quote, head.Voices + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.My.PD.Journey + body aside.left-aside .left-text, head.My.PD.Journey + body aside.left-aside .left-text article, head.My.PD.Journey + body aside.left-aside .quote, head.My.PD.Journey + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #ff5b00; }
head.Health.Fitness + body aside.left-aside .left-text, head.Health.Fitness + body aside.left-aside .left-text article, head.Health.Fitness + body aside.left-aside .quote, head.Health.Fitness + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Recipes.Nutrition + body aside.left-aside .left-text, head.Recipes.Nutrition + body aside.left-aside .left-text article, head.Recipes.Nutrition + body aside.left-aside .quote, head.Recipes.Nutrition + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Research.Tools + body aside.left-aside .left-text, head.Research.Tools + body aside.left-aside .left-text article, head.Research.Tools + body aside.left-aside .quote, head.Research.Tools + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Resources.Tools + body aside.left-aside .left-text, head.Resources.Tools + body aside.left-aside .left-text article, head.Resources.Tools + body aside.left-aside .quote, head.Resources.Tools + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Corner + body aside.left-aside .left-text, head.Corner + body aside.left-aside .left-text article, head.Corner + body aside.left-aside .quote, head.Corner + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Wellbeing + body aside.left-aside .left-text, head.Wellbeing + body aside.left-aside .left-text article, head.Wellbeing + body aside.left-aside .quote, head.Wellbeing + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #ffb800; }
head.Campaigns + body aside.left-aside .left-text, head.Campaigns + body aside.left-aside .left-text article, head.Campaigns + body aside.left-aside .quote, head.Campaigns + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.EPDA.Campaigns + body aside.left-aside .left-text, head.EPDA.Campaigns + body aside.left-aside .left-text article, head.EPDA.Campaigns + body aside.left-aside .quote, head.EPDA.Campaigns + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.In.my.country + body aside.left-aside .left-text, head.In.my.country + body aside.left-aside .left-text article, head.In.my.country + body aside.left-aside .quote, head.In.my.country + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Global.Updates + body aside.left-aside .left-text, head.Global.Updates + body aside.left-aside .left-text article, head.Global.Updates + body aside.left-aside .quote, head.Global.Updates + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Global.update + body aside.left-aside .left-text, head.Global.update + body aside.left-aside .left-text article, head.Global.update + body aside.left-aside .quote, head.Global.update + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Global.updates + body aside.left-aside .left-text, head.Global.updates + body aside.left-aside .left-text article, head.Global.updates + body aside.left-aside .quote, head.Global.updates + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Europe + body aside.left-aside .left-text, head.Europe + body aside.left-aside .left-text article, head.Europe + body aside.left-aside .quote, head.Europe + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #158cae; }
head.Research + body aside.left-aside .left-text, head.Research + body aside.left-aside .left-text article, head.Research + body aside.left-aside .quote, head.Research + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Discoveries + body aside.left-aside .left-text, head.Discoveries + body aside.left-aside .left-text article, head.Discoveries + body aside.left-aside .quote, head.Discoveries + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Special.reports + body aside.left-aside .left-text, head.Special.reports + body aside.left-aside .left-text article, head.Special.reports + body aside.left-aside .quote, head.Special.reports + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.My.PD.Journey + body aside.left-aside .left-text, head.My.PD.Journey + body aside.left-aside .left-text article, head.My.PD.Journey + body aside.left-aside .quote, head.My.PD.Journey + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.PD.in.Practic + body aside.left-aside .left-text, head.PD.in.Practic + body aside.left-aside .left-text article, head.PD.in.Practic + body aside.left-aside .quote, head.PD.in.Practic + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Advances + body aside.left-aside .left-text, head.Advances + body aside.left-aside .left-text article, head.Advances + body aside.left-aside .quote, head.Advances + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #32cfc4; }
head.Get.Involved + body aside.left-aside .left-text, head.Get.Involved + body aside.left-aside .left-text article, head.Get.Involved + body aside.left-aside .quote, head.Get.Involved + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Get.involved + body aside.left-aside .left-text, head.Get.involved + body aside.left-aside .left-text article, head.Get.involved + body aside.left-aside .quote, head.Get.involved + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Agenda + body aside.left-aside .left-text, head.Agenda + body aside.left-aside .left-text article, head.Agenda + body aside.left-aside .quote, head.Agenda + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Recent.Events + body aside.left-aside .left-text, head.Recent.Events + body aside.left-aside .left-text article, head.Recent.Events + body aside.left-aside .quote, head.Recent.Events + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Recent.events + body aside.left-aside .left-text, head.Recent.events + body aside.left-aside .left-text article, head.Recent.events + body aside.left-aside .quote, head.Recent.events + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Event.Reports + body aside.left-aside .left-text, head.Event.Reports + body aside.left-aside .left-text article, head.Event.Reports + body aside.left-aside .quote, head.Event.Reports + body header .upper-menu-wrapper .upper-menu-inner .mob-head, head.Event.reports + body aside.left-aside .left-text, head.Event.reports + body aside.left-aside .left-text article, head.Event.reports + body aside.left-aside .quote, head.Event.reports + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #8c84a7; }
head.News + body aside.left-aside .left-text, head.News + body aside.left-aside .left-text article, head.News + body aside.left-aside .quote, head.News + body header .upper-menu-wrapper .upper-menu-inner .mob-head {
  background-color: #f0061e; }

body {
  transition: 0s; }
  @media (max-width: 950px) {
    body {
      overflow-x: hidden;
      width: 100%;
      margin-bottom: -81px; } }

@media (max-width: 950px) {
  .page-container {
    overflow: hidden;
    right: 0%;
    position: relative;
    width: 100%; }
    .page-container.open {
      right: calc(-100% + 42px); } }

.col9.first {
  width: 72.2%; }
  @media (max-width: 850px) {
    .col9.first {
      width: 100%; } }

.right-aside.col3.last {
  width: 25.4%;
  margin: 0 0 0 2.2%;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .right-aside.col3.last {
      padding-right: 9px; } }
  @media (max-width: 850px) {
    .right-aside.col3.last {
      width: 100%; }
      .single-post .right-aside.col3.last {
        display: none; } }

.left-aside.col2.first {
  width: 14.2%;
  margin: 0 0 0 0;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .left-aside.col2.first {
      padding-left: 9px;
      min-width: 165px; } }
  @media (max-width: 850px) {
    .left-aside.col2.first {
      display: none; } }

main.col7 {
  margin: 0 0 0 2.4%;
  width: 55.7%;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    main.col7 {
      width: calc(100% - 165px - 2.4% - 2.2% - 25.4%); } }
  @media (max-width: 850px) {
    main.col7 {
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0;
      padding-left: 9px;
      padding-right: 9px; } }

.main-wrapper,
.main-menu-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1182px;
  width: 100%;
  background-color: transparent; }

.main-wrapper {
  width: 100%;
  max-width: 1182px;
  min-height: 203px;
  padding-top: 35px;
  padding-bottom: 35px;
  transition: padding-top .1s .5s; }
  .main-wrapper.hovered {
    padding-top: 75px;
    transition: padding-top .1s .1s; }
    @media (max-width: 625px) {
      .main-wrapper.hovered {
        padding-top: 0; } }
  @media (max-width: 625px) {
    .main-wrapper {
      padding-top: 0; } }

.content {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto; }

.main-menu-wrapper {
  max-width: 1182px;
  padding: 0;
  z-index: 15;
  width: auto;
  margin-top: 25px;
  position: relative; }
  @media (max-width: 950px) {
    .main-menu-wrapper {
      width: 100%;
      width: calc(100% - 42px);
      margin-top: 4px;
      min-height: 41px;
      position: absolute;
      height: 100%;
      background-color: white;
      top: 35px;
      z-index: 1000; } }
  .main-menu-wrapper .btn {
    float: left;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 29px;
    padding-right: 32px; }
    .hashchange.no-canvas.smaller .main-menu-wrapper .btn {
      font-size: 11px;
      font-size: 1.1rem; }
    .hashchange.no-canvas.bigger .main-menu-wrapper .btn {
      font-size: 23px;
      font-size: 2.3rem; }
    @media (max-width: 950px) {
      .main-menu-wrapper .btn {
        width: 100%;
        background-color: white;
        color: black;
        background-image: url(../images/bottom-line.png);
        background-position: 50% 100%;
        background-repeat: repeat-x;
        border-left: 11px solid #e4e4e4;
        padding: 16px 5px 17px 10px !important;
        text-align: left;
        font-size: 20px;
        font-size: 2rem; }
        .hashchange.no-canvas.smaller .main-menu-wrapper .btn {
          font-size: 14px;
          font-size: 1.4rem; }
        .hashchange.no-canvas.bigger .main-menu-wrapper .btn {
          font-size: 26px;
          font-size: 2.6rem; } }
  .main-menu-wrapper .mob-only {
    display: none; }
    @media (max-width: 950px) {
      .main-menu-wrapper .mob-only {
        display: block;
        width: 100%;
        background-color: white;
        color: black;
        background-image: url(../images/bottom-line.png);
        background-position: 50% 100%;
        background-repeat: repeat-x;
        border-left: 11px solid #f0061e;
        padding: 16px 5px 17px 10px !important;
        text-align: left;
        font-size: 20px;
        font-size: 2rem; }
        .hashchange.no-canvas.smaller .main-menu-wrapper .mob-only {
          font-size: 14px;
          font-size: 1.4rem; }
        .hashchange.no-canvas.bigger .main-menu-wrapper .mob-only {
          font-size: 26px;
          font-size: 2.6rem; } }
  .main-menu-wrapper form {
    float: left;
    clear: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    z-index: 20; }
    @media (max-width: 950px) {
      .main-menu-wrapper form {
        display: none; } }
    .main-menu-wrapper form span {
      display: none; }
    .main-menu-wrapper form input {
      background-color: #d8d8d8;
      border: none;
      color: white;
      margin-bottom: 0;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 600;
      line-height: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      text-transform: uppercase;
      padding: 12px 19px 12px;
      background-image: url(../images/search.png);
      background-repeat: no-repeat;
      background-position: 76.5% 47%;
      width: 134px;
      min-width: 0;
      max-width: none;
      height: 41px;
      color: white; }
      .hashchange.no-canvas.smaller .main-menu-wrapper form input {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu-wrapper form input {
        font-size: 23px;
        font-size: 2.3rem; }
      @media (min-width: 0px) {
        .main-menu-wrapper form input {
          background-image: url(../images/search@2.png);
          background-size: 16px 16px; } }
      .main-menu-wrapper form input:hover {
        background-color: #bfbfbf; }
      .main-menu-wrapper form input:focus {
        text-transform: lowercase;
        background-color: #242a2c;
        width: 475px;
        background-position: 12px 47%;
        padding-right: 42px;
        padding-left: 42px;
        color: white; }
        .main-menu-wrapper form input:focus + span {
          background-image: url(../images/grey-cross.png);
          background-repeat: no-repeat;
          background-position: 50% 50%;
          height: 41px;
          width: 37px;
          background-color: transparent;
          display: block;
          position: absolute;
          top: 0;
          right: 0; }
          .main-menu-wrapper form input:focus + span:hover {
            cursor: pointer; }
          @media (min-width: 0px) {
            .main-menu-wrapper form input:focus + span {
              background-image: url(../images/grey-cross@2.png);
              background-size: 13px 13px; } }
        .main-menu-wrapper form input:focus::-webkit-input-placeholder {
          color: white;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1.25em;
          font-weight: 600;
          font-family: "Open Sans Condensed", sans-serif;
          text-transform: none; }
          .hashchange.no-canvas.smaller .main-menu-wrapper form input:focus::-webkit-input-placeholder {
            font-size: 11px;
            font-size: 1.1rem; }
          .hashchange.no-canvas.bigger .main-menu-wrapper form input:focus::-webkit-input-placeholder {
            font-size: 23px;
            font-size: 2.3rem; }
        .main-menu-wrapper form input:focus:-moz-placeholder {
          /* Firefox 18- */
          color: white;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1em;
          font-weight: 600;
          font-family: "Open Sans Condensed", sans-serif;
          text-transform: none; }
          .hashchange.no-canvas.smaller .main-menu-wrapper form input:focus:-moz-placeholder {
            font-size: 11px;
            font-size: 1.1rem; }
          .hashchange.no-canvas.bigger .main-menu-wrapper form input:focus:-moz-placeholder {
            font-size: 23px;
            font-size: 2.3rem; }
        .main-menu-wrapper form input:focus::-moz-placeholder {
          /* Firefox 19+ */
          color: white;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1em;
          font-weight: 600;
          font-family: "Open Sans Condensed", sans-serif;
          text-transform: none; }
          .hashchange.no-canvas.smaller .main-menu-wrapper form input:focus::-moz-placeholder {
            font-size: 11px;
            font-size: 1.1rem; }
          .hashchange.no-canvas.bigger .main-menu-wrapper form input:focus::-moz-placeholder {
            font-size: 23px;
            font-size: 2.3rem; }
        .main-menu-wrapper form input:focus:-ms-input-placeholder {
          color: white;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 1.1em;
          font-weight: 600;
          font-family: "Open Sans Condensed", sans-serif;
          text-transform: none; }
          .hashchange.no-canvas.smaller .main-menu-wrapper form input:focus:-ms-input-placeholder {
            font-size: 11px;
            font-size: 1.1rem; }
          .hashchange.no-canvas.bigger .main-menu-wrapper form input:focus:-ms-input-placeholder {
            font-size: 23px;
            font-size: 2.3rem; }
    .main-menu-wrapper form input::-webkit-input-placeholder {
      color: white;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.4em;
      font-weight: 600;
      font-family: "Open Sans Condensed", sans-serif; }
      .hashchange.no-canvas.smaller .main-menu-wrapper form input::-webkit-input-placeholder {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu-wrapper form input::-webkit-input-placeholder {
        font-size: 23px;
        font-size: 2.3rem; }
    .main-menu-wrapper form input:-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1em;
      font-weight: 600;
      font-family: "Open Sans Condensed", sans-serif; }
      .hashchange.no-canvas.smaller .main-menu-wrapper form input:-moz-placeholder {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu-wrapper form input:-moz-placeholder {
        font-size: 23px;
        font-size: 2.3rem; }
    .main-menu-wrapper form input::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1em;
      font-weight: 600;
      font-family: "Open Sans Condensed", sans-serif;
      color: white;
      opacity: 1; }
      .hashchange.no-canvas.smaller .main-menu-wrapper form input::-moz-placeholder {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu-wrapper form input::-moz-placeholder {
        font-size: 23px;
        font-size: 2.3rem; }
    .main-menu-wrapper form input:-ms-input-placeholder {
      color: white;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.1em;
      font-weight: 600;
      font-family: "Open Sans Condensed", sans-serif; }
      .hashchange.no-canvas.smaller .main-menu-wrapper form input:-ms-input-placeholder {
        font-size: 11px;
        font-size: 1.1rem; }
      .hashchange.no-canvas.bigger .main-menu-wrapper form input:-ms-input-placeholder {
        font-size: 23px;
        font-size: 2.3rem; }

.footer-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1182px;
  width: 100%; }
  @media (max-width: 1182px) {
    .footer-wrapper {
      padding-right: 9px;
      padding-left: 9px; } }

.main-outer {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 840px) {
  .main-wrapper,
  .footer-wrapper {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 840px) {
  .footer-wrapper {
    padding-left: 17px;
    padding-right: 17px; } }

.smaller-width {
  max-width: 1020px; }

.main-wrapper .header-intro {
  margin-bottom: 45px; }

.content-indent {
  margin-top: 60px; }

@media (max-width: 850px) {
  aside.right-aside {
    padding-left: 9px;
    padding-right: 9px; } }
aside.right-aside .top-right-ad {
  margin-bottom: 34px; }
  @media (max-width: 850px) {
    aside.right-aside .top-right-ad {
      display: none; } }
  aside.right-aside .top-right-ad img {
    margin: 0 auto; }
aside.right-aside h2 {
  padding: 2px 5px 1px 10px;
  background-color: #f0061e;
  width: 100%;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif; }
  .hashchange.no-canvas.smaller aside.right-aside h2 {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger aside.right-aside h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  @media (max-width: 850px) {
    aside.right-aside h2 {
      display: none; } }
aside.right-aside .news-area {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 9px 10px 2px;
  margin-bottom: 29px; }
  @media (max-width: 850px) {
    aside.right-aside .news-area {
      display: none; } }
  aside.right-aside .news-area a:last-of-type {
    border-bottom: none;
    margin-bottom: 0px; }
  aside.right-aside .news-area a {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 8px; }
    aside.right-aside .news-area a:hover {
      text-decoration: none;
      color: #808080; }
    aside.right-aside .news-area a article {
      width: 100%; }
      aside.right-aside .news-area a article:hover p {
        text-decoration: none;
        color: #808080; }
      aside.right-aside .news-area a article:hover {
        text-decoration: none; }
        aside.right-aside .news-area a article:hover img {
          -webkit-filter: brightness(50%);
          -moz-filter: brightness(50%);
          -ms-filter: brightness(50%);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-50)";
          filter: brightness(50%); }
          @media (max-width: 950px) {
            aside.right-aside .news-area a article:hover img {
              -webkit-filter: brightness(100%);
              -moz-filter: brightness(100%);
              -ms-filter: brightness(100%);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-100)";
              filter: brightness(100%); } }
        aside.right-aside .news-area a article:hover .read-more:hover {
          color: #f0061e; }
        aside.right-aside .news-area a article:hover h2 {
          color: #808080;
          transition: .5s;
          text-decoration: none; }
        aside.right-aside .news-area a article:hover p {
          color: #808080;
          transition: .5s;
          text-decoration: none; }
        aside.right-aside .news-area a article:hover .read-more {
          color: #808080;
          transition: .5s; }
      aside.right-aside .news-area a article img {
        float: left;
        max-width: 100px;
        margin-bottom: 10px;
        margin-right: 14px; }
      aside.right-aside .news-area a article p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 200;
        font-family: "Montserrat", sans-serif;
        line-height: 1.2em;
        color: #000; }
        .hashchange.no-canvas.smaller aside.right-aside .news-area a article p {
          font-size: 9px;
          font-size: 0.9rem; }
        .hashchange.no-canvas.bigger aside.right-aside .news-area a article p {
          font-size: 21px;
          font-size: 2.1rem; }
aside.right-aside .promo {
  background-color: #71a1e3; }
  aside.right-aside .promo a:hover {
    text-decoration: none; }
  aside.right-aside .promo:hover {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-80)";
    filter: brightness(80%); }
    @media (max-width: 950px) {
      aside.right-aside .promo:hover {
        -webkit-filter: brightness(100%);
        -moz-filter: brightness(100%);
        -ms-filter: brightness(100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-100)";
        filter: brightness(100%); } }
  aside.right-aside .promo img {
    margin-bottom: 0;
    width: auto;
    max-width: 100%; }
    @media (max-width: 850px) {
      aside.right-aside .promo img {
        display: none; } }
    @media (max-width: 550px) {
      aside.right-aside .promo img {
        position: static;
        float: none;
        width: 100%; } }
  aside.right-aside .promo .under-img {
    background-color: #71a1e3;
    padding: 13px 5px 5px 13px; }
    aside.right-aside .promo .under-img h2 {
      padding: 0;
      background-color: transparent;
      width: 100%;
      color: white;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 200;
      font-family: "montserratlight", sans-serif;
      margin-bottom: 8px; }
      .hashchange.no-canvas.smaller aside.right-aside .promo .under-img h2 {
        font-size: 18px;
        font-size: 1.8rem; }
      .hashchange.no-canvas.bigger aside.right-aside .promo .under-img h2 {
        font-size: 30px;
        font-size: 3rem; }
      @media (max-width: 850px) {
        aside.right-aside .promo .under-img h2 {
          display: block; } }
    aside.right-aside .promo .under-img p {
      color: white;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 10px; }
      .hashchange.no-canvas.smaller aside.right-aside .promo .under-img p {
        font-size: 8px;
        font-size: 0.8rem; }
      .hashchange.no-canvas.bigger aside.right-aside .promo .under-img p {
        font-size: 20px;
        font-size: 2rem; }
      @media (max-width: 850px) {
        aside.right-aside .promo .under-img p {
          margin-bottom: 7px; } }
  @media (max-width: 850px) {
    aside.right-aside .promo {
      margin-bottom: 64px; } }

@media (max-width: 850px) {
  .single-post .par-text .btn.btn-white.btn-full {
    position: absolute;
    left: 9px;
    right: 9px;
    width: calc(100% - 18px);
    z-index: 1;
    transition: background-color .7s, color .7s, border .7s, bottom 0s; } }

aside.left-aside .left-social {
  margin-top: 150px; }
  aside.left-aside .left-social h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px;
    background-color: transparent;
    color: #000;
    padding: 0 10px; }
    .hashchange.no-canvas.smaller aside.left-aside .left-social h2 {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger aside.left-aside .left-social h2 {
      font-size: 20px;
      font-size: 2rem; }
  aside.left-aside .left-social ul li {
    padding: 0 10px;
    list-style: none;
    float: left; }
    aside.left-aside .left-social ul li.f:hover img {
      background-color: #2a3990; }
    aside.left-aside .left-social ul li.t:hover img {
      background-color: #27aae1; }
    aside.left-aside .left-social ul li.g:hover img {
      background-color: #ea4b35; }
    aside.left-aside .left-social ul li.p:hover img {
      background-color: #be1e2c; }
    aside.left-aside .left-social ul li.pr:hover img {
      background-color: #00578b; }
    aside.left-aside .left-social ul li.m:hover img {
      background-color: #fa8f2f; }
    aside.left-aside .left-social ul li a img {
      width: 34px;
      background-color: black;
      border-radius: 50%; }
aside.left-aside .left-text {
  color: white; }
  aside.left-aside .left-text img {
    margin-bottom: 0; }
    @media (max-width: 850px) {
      aside.left-aside .left-text img {
        width: 30% !important;
        left: 9px;
        float: left; } }
    @media (max-width: 550px) {
      aside.left-aside .left-text img {
        position: static;
        float: none;
        width: 100% !important; } }
  aside.left-aside .left-text article {
    padding: 8px 5px 4px 13px;
    word-break: break-word; }
    @media (max-width: 850px) {
      aside.left-aside .left-text article {
        float: right;
        width: 68%; } }
    @media (max-width: 550px) {
      aside.left-aside .left-text article {
        float: none;
        width: 100%; } }
    aside.left-aside .left-text article h2 {
      padding: 0;
      background-color: transparent;
      width: 100%;
      color: white;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 200;
      font-family: "montserratlight", sans-serif;
      margin-bottom: 3px;
      line-height: 1.2em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h2 {
        font-size: 18px;
        font-size: 1.8rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h2 {
        font-size: 30px;
        font-size: 3rem; }
    aside.left-aside .left-text article h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 2.875em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h1 {
        font-size: 40px;
        font-size: 4rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h1 {
        font-size: 52px;
        font-size: 5.2rem; }
      aside.left-aside .left-text article h1.art-head {
        line-height: 1em; }
    aside.left-aside .left-text article h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 1.5em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h2 {
        font-size: 40px;
        font-size: 4rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h2 {
        font-size: 52px;
        font-size: 5.2rem; }
    aside.left-aside .left-text article h3 {
      font-family: "montserratlight", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 0.875em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h3 {
        font-size: 8px;
        font-size: 0.8rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h3 {
        font-size: 20px;
        font-size: 2rem; }
    aside.left-aside .left-text article h4 {
      font-family: "Merriweather", serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.250em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h4 {
        font-size: 14px;
        font-size: 1.4rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h4 {
        font-size: 26px;
        font-size: 2.6rem; }
    aside.left-aside .left-text article h5 {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 0.750em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h5 {
        font-size: 6px;
        font-size: 0.6rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h5 {
        font-size: 18px;
        font-size: 1.8rem; }
    aside.left-aside .left-text article h6 {
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 0.688em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article h6 {
        font-size: 5px;
        font-size: 0.5rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article h6 {
        font-size: 17px;
        font-size: 1.7rem; }
    aside.left-aside .left-text article p {
      color: white;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 10px;
      line-height: 1.6em; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article p {
        font-size: 7px;
        font-size: 0.7rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article p {
        font-size: 19px;
        font-size: 1.9rem; }
      aside.left-aside .left-text article p a {
        color: white;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 10px;
        line-height: 1.6em;
        text-decoration: none; }
        .hashchange.no-canvas.smaller aside.left-aside .left-text article p a {
          font-size: 7px;
          font-size: 0.7rem; }
        .hashchange.no-canvas.bigger aside.left-aside .left-text article p a {
          font-size: 19px;
          font-size: 1.9rem; }
        aside.left-aside .left-text article p a:hover {
          color: #f0061e; }
    aside.left-aside .left-text article ul li {
      color: white;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 6px;
      line-height: 1.6em;
      font-style: italic;
      padding: 0; }
      .hashchange.no-canvas.smaller aside.left-aside .left-text article ul li {
        font-size: 7px;
        font-size: 0.7rem; }
      .hashchange.no-canvas.bigger aside.left-aside .left-text article ul li {
        font-size: 19px;
        font-size: 1.9rem; }
aside.left-aside .quote {
  position: relative;
  margin-top: 25px;
  background-color: #32cfc4;
  padding: 42px 11px 35px; }
  @media (max-width: 950px) {
    aside.left-aside .quote {
      display: none; } }
  aside.left-aside .quote .open-quote {
    background-image: url(../images/open-quote.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 20px;
    position: absolute;
    top: 16px;
    left: 16px; }
    .lt-ie9 aside.left-aside .quote .open-quote {
      background-image: url(../images/open-quote.png); }
    .no-svg aside.left-aside .quote .open-quote {
      background-image: url(../images/open-quote.png); }
  aside.left-aside .quote .closed-quote {
    background-image: url(../images/close-quote.svg);
    background-repeat: no-repeat;
    height: 14px;
    width: 20px;
    position: absolute;
    bottom: 15px;
    right: 19px; }
    .lt-ie9 aside.left-aside .quote .closed-quote {
      background-image: url(../images/close-quote.png); }
    .no-svg aside.left-aside .quote .closed-quote {
      background-image: url(../images/close-quote.png); }
  aside.left-aside .quote blockquote {
    padding: 0;
    background-color: transparent;
    width: 100%;
    color: white;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 200;
    font-family: "montserratlight", sans-serif;
    margin: 0;
    margin-bottom: 13px;
    line-height: 1.1em;
    word-break: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual; }
    .hashchange.no-canvas.smaller aside.left-aside .quote blockquote {
      font-size: 16px;
      font-size: 1.6rem; }
    .hashchange.no-canvas.bigger aside.left-aside .quote blockquote {
      font-size: 28px;
      font-size: 2.8rem; }
  aside.left-aside .quote h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: white;
    padding: 0;
    padding: 0;
    margin-bottom: 0; }
    .hashchange.no-canvas.smaller aside.left-aside .quote h2 {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger aside.left-aside .quote h2 {
      font-size: 20px;
      font-size: 2rem; }

.slider-con {
  padding: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  min-height: 427px; }
  @media (max-width: 625px) {
    .slider-con {
      padding-bottom: 1px;
      border-bottom: none;
      margin-bottom: 8px;
      min-height: 0; } }

.article-area.search-area article {
  padding-bottom: 11px;
  border-bottom: 1px solid #e4e4e4; }
.article-area.search-area img {
  max-width: 196px;
  float: left;
  margin-right: 20px; }
.article-area.search-area h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 5px; }
  .hashchange.no-canvas.smaller .article-area.search-area h2 {
    font-size: 15px;
    font-size: 1.5rem; }
  .hashchange.no-canvas.bigger .article-area.search-area h2 {
    font-size: 27px;
    font-size: 2.7rem; }
.article-area.search-area .spon {
  position: static; }
@media (max-width: 850px) {
  .single-post .article-area {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 850px) {
  .single-post .article-area .col4 {
    margin-left: 0;
    width: 100%;
    padding-left: 147px; }
  .single-post .article-area article {
    padding-bottom: 11px;
    border-bottom: 1px solid #e4e4e4; }
  .single-post .article-area img {
    max-width: 126px;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px; }
  .single-post .article-area h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 5px; }
    .hashchange.no-canvas.smaller .single-post .article-area h2 {
      font-size: 15px;
      font-size: 1.5rem; }
    .hashchange.no-canvas.bigger .single-post .article-area h2 {
      font-size: 27px;
      font-size: 2.7rem; }
  .single-post .article-area .spon {
    position: static; } }
.article-area hr {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 29px; }
.article-area img {
  margin-bottom: 9px;
  width: auto;
  max-width: 100%; }
.article-area a {
  transition: .25s; }
.article-area a:hover {
  text-decoration: none; }
  .article-area a:hover img {
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-50)";
    filter: brightness(50%); }
    @media (max-width: 950px) {
      .article-area a:hover img {
        -webkit-filter: brightness(100%);
        -moz-filter: brightness(100%);
        -ms-filter: brightness(100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-100)";
        filter: brightness(100%); } }
  .article-area a:hover .read-more:hover {
    color: #f0061e; }
  .article-area a:hover h2 {
    color: #808080;
    transition: .5s;
    text-decoration: none; }
  .article-area a:hover p {
    color: #808080;
    transition: .5s;
    text-decoration: none; }
  .article-area a:hover .read-more {
    color: #808080;
    transition: .5s; }
.article-area article {
  position: relative; }
  .article-area article.col4 {
    margin-bottom: 17px; }
  .article-area article .full-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    width: 100%;
    height: 100%; }
  .article-area article .cat {
    text-transform: uppercase;
    padding: 2px 4px 1px 4px;
    background-color: #f0061e;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 2px;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    z-index: 666; }
    .hashchange.no-canvas.smaller .article-area article .cat {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .article-area article .cat {
      font-size: 18px;
      font-size: 1.8rem; }
    .article-area article .cat a {
      color: white;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 200;
      font-family: "Montserrat", sans-serif; }
      .hashchange.no-canvas.smaller .article-area article .cat a {
        font-size: 6px;
        font-size: 0.6rem; }
      .hashchange.no-canvas.bigger .article-area article .cat a {
        font-size: 18px;
        font-size: 1.8rem; }
      .article-area article .cat a:hover {
        color: black; }
  .article-area article.orange .cat {
    background-color: #ff5b00; }
  .article-area article.yellow .cat {
    background-color: #ffb800; }
  .article-area article.blue .cat {
    background-color: #158cae; }
  .article-area article.tur .cat {
    background-color: #32cfc4; }
  .article-area article.lilac .cat {
    background-color: #8c84a7; }
  .article-area article.red .cat {
    background-color: #f0061e; }
  .article-area article h2,
  .article-area article p,
  .article-area article .read-more {
    color: #000;
    transition: .5s; }
  .article-area article h4 {
    text-transform: uppercase;
    padding: 2px 4px 1px 4px;
    background-color: #f0061e;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0; }
    .hashchange.no-canvas.smaller .article-area article h4 {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .article-area article h4 {
      font-size: 18px;
      font-size: 1.8rem; }
  .article-area article h2 {
    width: 100%;
    display: block;
    font-family: "montserratlight", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 9px; }
    .hashchange.no-canvas.smaller .article-area article h2 {
      font-size: 18px;
      font-size: 1.8rem; }
    .hashchange.no-canvas.bigger .article-area article h2 {
      font-size: 30px;
      font-size: 3rem; }
  .article-area article p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px;
    font-weight: 200;
    max-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .hashchange.no-canvas.smaller .article-area article p {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .article-area article p {
      font-size: 20px;
      font-size: 2rem; }
  .article-area article .read-more {
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 9px;
    position: relative; }
    .hashchange.no-canvas.smaller .article-area article .read-more {
      font-size: 5px;
      font-size: 0.5rem; }
    .hashchange.no-canvas.bigger .article-area article .read-more {
      font-size: 17px;
      font-size: 1.7rem; }
  .article-area article:hover {
    text-decoration: none; }
    .article-area article:hover img {
      -webkit-filter: brightness(50%);
      -moz-filter: brightness(50%);
      -ms-filter: brightness(50%);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-50)";
      filter: brightness(50%); }
      @media (max-width: 950px) {
        .article-area article:hover img {
          -webkit-filter: brightness(100%);
          -moz-filter: brightness(100%);
          -ms-filter: brightness(100%);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-100)";
          filter: brightness(100%); } }
    .article-area article:hover .read-more:hover {
      color: #f0061e; }
    .article-area article:hover h2 {
      color: #808080;
      transition: .5s;
      text-decoration: none; }
    .article-area article:hover p {
      color: #808080;
      transition: .5s;
      text-decoration: none; }
    .article-area article:hover .read-more {
      color: #808080;
      transition: .5s; }

.comment-area .comment-count {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Merriweather", serif;
  font-weight: 600;
  margin-bottom: 10px; }
  .hashchange.no-canvas.smaller .comment-area .comment-count {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger .comment-area .comment-count {
    font-size: 26px;
    font-size: 2.6rem; }
  .comment-area .comment-count em {
    color: #808080;
    font-style: normal; }
.comment-area .sign-in-area {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
  margin-bottom: 21px; }
  .hashchange.no-canvas.smaller .comment-area .sign-in-area {
    font-size: 7px;
    font-size: 0.7rem; }
  .hashchange.no-canvas.bigger .comment-area .sign-in-area {
    font-size: 19px;
    font-size: 1.9rem; }
  .comment-area .sign-in-area a {
    font-weight: 200;
    text-decoration: none;
    color: #00578b;
    font-family: "Montserrat", sans-serif; }
    .comment-area .sign-in-area a:hover {
      color: #f0061e; }
.comment-area .fn {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  float: left; }
  .hashchange.no-canvas.smaller .comment-area .fn {
    font-size: 7px;
    font-size: 0.7rem; }
  .hashchange.no-canvas.bigger .comment-area .fn {
    font-size: 19px;
    font-size: 1.9rem; }
  .comment-area .fn a {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    float: left; }
    .hashchange.no-canvas.smaller .comment-area .fn a {
      font-size: 7px;
      font-size: 0.7rem; }
    .hashchange.no-canvas.bigger .comment-area .fn a {
      font-size: 19px;
      font-size: 1.9rem; }
.comment-area time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #808080;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  float: left;
  margin-left: 13px; }
  .hashchange.no-canvas.smaller .comment-area time {
    font-size: 6px;
    font-size: 0.6rem; }
  .hashchange.no-canvas.bigger .comment-area time {
    font-size: 18px;
    font-size: 1.8rem; }
.comment-area .comment-reply-link,
.comment-area .comment-reply-login {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  position: absolute;
  bottom: 22px;
  left: 62px;
  color: #00578b; }
  .hashchange.no-canvas.smaller .comment-area .comment-reply-link, .hashchange.no-canvas.smaller
  .comment-area .comment-reply-login {
    font-size: 7px;
    font-size: 0.7rem; }
  .hashchange.no-canvas.bigger .comment-area .comment-reply-link, .hashchange.no-canvas.bigger
  .comment-area .comment-reply-login {
    font-size: 19px;
    font-size: 1.9rem; }
  .comment-area .comment-reply-link:hover,
  .comment-area .comment-reply-login:hover {
    text-decoration: none;
    color: #f0061e; }
.comment-area .comment-reply-link {
  padding-left: 17px;
  background-image: url(../images/reply-blue.png);
  background-repeat: no-repeat;
  background-position: 0% 50%; }
  .comment-area .comment-reply-link:hover {
    background-image: url(../images/reply-red.png);
    color: #f0061e; }
  @media (min-width: 0px) {
    .comment-area .comment-reply-link {
      background-image: url(../images/reply-blue@2.png);
      background-size: 36px; }
      .comment-area .comment-reply-link:hover {
        background-image: url(../images/reply-red@2.png); } }
.comment-area .comment-content {
  margin-top: 10px;
  margin-bottom: 10px; }
  .comment-area .comment-content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-bottom: 10px; }
    .hashchange.no-canvas.smaller .comment-area .comment-content p {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .comment-area .comment-content p {
      font-size: 20px;
      font-size: 2rem; }
.comment-area .comment-respond .comment-reply-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  margin-bottom: 0px; }
  .hashchange.no-canvas.smaller .comment-area .comment-respond .comment-reply-title {
    font-size: 8px;
    font-size: 0.8rem; }
  .hashchange.no-canvas.bigger .comment-area .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 2rem; }
.comment-area ol.commentlist {
  padding: 0; }
  .comment-area ol.commentlist li {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px; }
    .comment-area ol.commentlist li article {
      padding-left: 62px;
      position: relative;
      padding-bottom: 34px; }
      .comment-area ol.commentlist li article .comment-author .av {
        max-height: 48px; }
        .comment-area ol.commentlist li article .comment-author .av img {
          position: absolute;
          top: 0;
          left: 0;
          margin: 0;
          max-width: 48px; }
    .comment-area ol.commentlist li ul.children {
      padding-left: 62px; }
      .comment-area ol.commentlist li ul.children li {
        border-top: 1px solid #e4e4e4;
        padding-top: 22px;
        border-bottom: none;
        margin-bottom: 0; }

.comment-form #submit {
  display: inline-block;
  width: auto;
  padding: 12px 19px 12px;
  padding-left: 19px;
  padding-right: 25px;
  background-color: #f0061e;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  font-style: normal;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  font-family: "Open Sans Condensed", sans-serif; }
  .hashchange.no-canvas.smaller .comment-form #submit {
    font-size: 10px;
    font-size: 1rem; }
  .hashchange.no-canvas.bigger .comment-form #submit {
    font-size: 22px;
    font-size: 2.2rem; }
  .comment-form #submit:hover, .comment-form #submit:focus {
    background-color: #d7051b;
    outline: none;
    text-decoration: none;
    transition: 0.7s;
    color: white; }

.white-text {
  color: white; }

.white-bg {
  background-color: white; }

.light-grey-bg {
  background-color: #d8d8d8; }

@media (max-width: 800px) {
  .col3.full {
    width: 100% !important;
    margin-bottom: 0 !important; } }

.bottom-footer-wrapper {
  background-color: white; }
  .bottom-footer-wrapper footer {
    padding: 15px 0 0 25px; }

@media (max-width: 700px) {
  .col4.top, .first.col4.top, .col4 + .col4.top, .top.col4:nth-of-type(3) {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 20px; } }

.par-text {
  padding: 0px 0 18px; }
  .par-text + .col2.first.left-aside {
    display: none; }
    @media (max-width: 850px) {
      .par-text + .col2.first.left-aside {
        display: block;
        width: 100%; }
        .par-text + .col2.first.left-aside .left-social {
          display: none; }
        .par-text + .col2.first.left-aside .left-text img {
          width: auto; } }
  .par-text .atricle-info .cat {
    text-transform: uppercase;
    padding: 2px 5px 2px 4px;
    background-color: #32cfc4;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 6px;
    margin-bottom: 8px;
    text-transform: uppercase; }
    .hashchange.no-canvas.smaller .par-text .atricle-info .cat {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .par-text .atricle-info .cat {
      font-size: 18px;
      font-size: 1.8rem; }
    .par-text .atricle-info .cat.Voices {
      background-color: #ff5b00; }
    .par-text .atricle-info .cat.Wellbeing {
      background-color: #ffb800; }
    .par-text .atricle-info .cat.Campaigns {
      background-color: #158cae; }
    .par-text .atricle-info .cat.Research {
      background-color: #32cfc4; }
    .par-text .atricle-info .cat.Get.Involved {
      background-color: #8c84a7; }
    .par-text .atricle-info .cat.red {
      background-color: #f0061e; }
  .par-text .atricle-info .spon {
    text-transform: uppercase;
    padding: 2px 5px 2px 4px;
    background-color: #f0061e;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 6px;
    margin-bottom: 8px;
    text-transform: uppercase; }
    .hashchange.no-canvas.smaller .par-text .atricle-info .spon {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .par-text .atricle-info .spon {
      font-size: 18px;
      font-size: 1.8rem; }
  .par-text .atricle-info .aut,
  .par-text .atricle-info .date {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 200;
    font-family: "montserratlight", sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 3px;
    margin-right: 9px; }
    .hashchange.no-canvas.smaller .par-text .atricle-info .aut, .hashchange.no-canvas.smaller
    .par-text .atricle-info .date {
      font-size: 7px;
      font-size: 0.7rem; }
    .hashchange.no-canvas.bigger .par-text .atricle-info .aut, .hashchange.no-canvas.bigger
    .par-text .atricle-info .date {
      font-size: 19px;
      font-size: 1.9rem; }
    .par-text .atricle-info .aut em,
    .par-text .atricle-info .date em {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-right: -1px; }
  .par-text .featured-img {
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 24px; }
  .par-text h1 {
    font-family: "montserratlight", sans-serif;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.1em;
    margin-bottom: 18px; }
    .hashchange.no-canvas.smaller .par-text h1 {
      font-size: 40px;
      font-size: 4rem; }
    .hashchange.no-canvas.bigger .par-text h1 {
      font-size: 52px;
      font-size: 5.2rem; }
    @media (max-width: 850px) {
      .par-text h1 {
        font-size: 29px;
        font-size: 2.9rem;
        margin-top: 8px; }
        .hashchange.no-canvas.smaller .par-text h1 {
          font-size: 23px;
          font-size: 2.3rem; }
        .hashchange.no-canvas.bigger .par-text h1 {
          font-size: 35px;
          font-size: 3.5rem; } }
  .par-text h2 {
    font-family: "montserratlight", sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 35px;
    font-weight: 200;
    line-height: 1.4em; }
    .hashchange.no-canvas.smaller .par-text h2 {
      font-size: 28px;
      font-size: 2.8rem; }
    .hashchange.no-canvas.bigger .par-text h2 {
      font-size: 40px;
      font-size: 4rem; }
    @media (max-width: 1000px) {
      .par-text h2 {
        font-size: 20px;
        font-size: 2rem; }
        .hashchange.no-canvas.smaller .par-text h2 {
          font-size: 14px;
          font-size: 1.4rem; }
        .hashchange.no-canvas.bigger .par-text h2 {
          font-size: 26px;
          font-size: 2.6rem; } }
  .par-text h3 {
    margin-bottom: 24px; }
    @media (max-width: 1000px) {
      .par-text h3 {
        font-size: 16px;
        font-size: 1.6rem; }
        .hashchange.no-canvas.smaller .par-text h3 {
          font-size: 10px;
          font-size: 1rem; }
        .hashchange.no-canvas.bigger .par-text h3 {
          font-size: 22px;
          font-size: 2.2rem; } }
  .par-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 27px; }
    .hashchange.no-canvas.smaller .par-text p {
      font-size: 10px;
      font-size: 1rem; }
    .hashchange.no-canvas.bigger .par-text p {
      font-size: 22px;
      font-size: 2.2rem; }
    .par-text p strong {
      line-height: 1.1em;
      font-size: 20px;
      font-size: 2rem; }
      .hashchange.no-canvas.smaller .par-text p strong {
        font-size: 14px;
        font-size: 1.4rem; }
      .hashchange.no-canvas.bigger .par-text p strong {
        font-size: 26px;
        font-size: 2.6rem; }
      .par-text p strong a {
        line-height: 1.1em;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600; }
        .hashchange.no-canvas.smaller .par-text p strong a {
          font-size: 14px;
          font-size: 1.4rem; }
        .hashchange.no-canvas.bigger .par-text p strong a {
          font-size: 26px;
          font-size: 2.6rem; }
    @media (max-width: 1000px) {
      .par-text p {
        font-size: 14px;
        font-size: 1.4rem; }
        .hashchange.no-canvas.smaller .par-text p {
          font-size: 8px;
          font-size: 0.8rem; }
        .hashchange.no-canvas.bigger .par-text p {
          font-size: 20px;
          font-size: 2rem; } }
    .par-text p a {
      color: #00578b;
      text-decoration: none; }
      .par-text p a:hover {
        color: #f0061e;
        text-decoration: none; }
  .par-text strong p {
    font-size: 20px;
    font-size: 2rem; }
    .hashchange.no-canvas.smaller .par-text strong p {
      font-size: 14px;
      font-size: 1.4rem; }
    .hashchange.no-canvas.bigger .par-text strong p {
      font-size: 26px;
      font-size: 2.6rem; }
  .par-text img {
    width: auto;
    max-width: 100%;
    margin: 0px 0 38px; }
  .par-text img.alignleft,
  .par-text img.alignright {
    max-width: 48%;
    margin: 0px 0 38px;
    float: left; }
  .par-text img.alignright {
    float: right; }
  .par-text img.aligncenter {
    display: block;
    margin: 0 auto 38px; }
  .par-text img.alignnone {
    margin: 0px 0 38px; }
  .par-text .aligncenter,
  .par-text div.aligncenter {
    display: block;
    margin: 0px auto 38px auto; }
  .par-text .alignright {
    float: right;
    margin: 0px 0 38px; }
  .par-text .alignleft {
    float: left;
    margin: 0px 0 38px; }
  .par-text .alignnone {
    margin: 0px 0 38px; }
  .par-text h1 {
    font-family: "montserratlight", sans-serif;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.1em;
    font-weight: 200; }
    .hashchange.no-canvas.smaller .par-text h1 {
      font-size: 40px;
      font-size: 4rem; }
    .hashchange.no-canvas.bigger .par-text h1 {
      font-size: 52px;
      font-size: 5.2rem; }
    .par-text h1.art-head {
      line-height: 1.1em; }
  .par-text h2 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.250em; }
    .hashchange.no-canvas.smaller .par-text h2 {
      font-size: 14px;
      font-size: 1.4rem; }
    .hashchange.no-canvas.bigger .par-text h2 {
      font-size: 26px;
      font-size: 2.6rem; }
  .par-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.075em;
    font-weight: 900; }
    .hashchange.no-canvas.smaller .par-text h3 {
      font-size: 10px;
      font-size: 1rem; }
    .hashchange.no-canvas.bigger .par-text h3 {
      font-size: 22px;
      font-size: 2.2rem; }
  .par-text h4 {
    font-family: "Merriweather", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.250em;
    font-weight: 400; }
    .hashchange.no-canvas.smaller .par-text h4 {
      font-size: 9px;
      font-size: 0.9rem; }
    .hashchange.no-canvas.bigger .par-text h4 {
      font-size: 21px;
      font-size: 2.1rem; }
  .par-text h5 {
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.48em;
    font-style: italic;
    font-weight: 200; }
    .hashchange.no-canvas.smaller .par-text h5 {
      font-size: 24px;
      font-size: 2.4rem; }
    .hashchange.no-canvas.bigger .par-text h5 {
      font-size: 36px;
      font-size: 3.6rem; }
  .par-text .wp-caption-text,
  .par-text h6 {
    font-family: "montserratlight", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 0.688em; }
    .hashchange.no-canvas.smaller .par-text .wp-caption-text, .hashchange.no-canvas.smaller
    .par-text h6 {
      font-size: 5px;
      font-size: 0.5rem; }
    .hashchange.no-canvas.bigger .par-text .wp-caption-text, .hashchange.no-canvas.bigger
    .par-text h6 {
      font-size: 17px;
      font-size: 1.7rem; }
  .par-text blockquote {
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.48em;
    font-style: italic; }
    .hashchange.no-canvas.smaller .par-text blockquote {
      font-size: 24px;
      font-size: 2.4rem; }
    .hashchange.no-canvas.bigger .par-text blockquote {
      font-size: 36px;
      font-size: 3.6rem; }
  .par-text ul {
    padding-left: 20px;
    margin-bottom: 27px; }
    .par-text ul li {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6em;
      padding: 0; }
      .hashchange.no-canvas.smaller .par-text ul li {
        font-size: 10px;
        font-size: 1rem; }
      .hashchange.no-canvas.bigger .par-text ul li {
        font-size: 22px;
        font-size: 2.2rem; }
      .par-text ul li a {
        line-height: 1.1em;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600; }
        .hashchange.no-canvas.smaller .par-text ul li a {
          font-size: 10px;
          font-size: 1rem; }
        .hashchange.no-canvas.bigger .par-text ul li a {
          font-size: 22px;
          font-size: 2.2rem; }
        @media (max-width: 1000px) {
          .par-text ul li a {
            font-size: 14px;
            font-size: 1.4rem; }
            .hashchange.no-canvas.smaller .par-text ul li a {
              font-size: 8px;
              font-size: 0.8rem; }
            .hashchange.no-canvas.bigger .par-text ul li a {
              font-size: 20px;
              font-size: 2rem; } }
      @media (max-width: 1000px) {
        .par-text ul li {
          font-size: 14px;
          font-size: 1.4rem; }
          .hashchange.no-canvas.smaller .par-text ul li {
            font-size: 8px;
            font-size: 0.8rem; }
          .hashchange.no-canvas.bigger .par-text ul li {
            font-size: 20px;
            font-size: 2rem; } }
    .par-text ul ul {
      padding-left: 20px; }

.main-social {
  margin-top: 0;
  margin-bottom: 30px; }
  .main-social h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px;
    background-color: transparent;
    color: "Merriweather", serif;
    padding: 8px 1px;
    float: left; }
    .hashchange.no-canvas.smaller .main-social h2 {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .main-social h2 {
      font-size: 20px;
      font-size: 2rem; }
    @media (max-width: 850px) {
      .main-social h2 {
        width: 100%; } }
  .main-social ul li {
    padding: 0 10px;
    list-style: none;
    float: left; }
    @media (max-width: 850px) {
      .main-social ul li {
        padding: 0 6px; } }
    .main-social ul li.f:hover img {
      background-color: #2a3990; }
    .main-social ul li.t:hover img {
      background-color: #27aae1; }
    .main-social ul li.g:hover img {
      background-color: #ea4b35; }
    .main-social ul li.p:hover img {
      background-color: #be1e2c; }
    .main-social ul li.pr:hover img {
      background-color: #00578b; }
    .main-social ul li.m:hover img {
      background-color: #fa8f2f; }
    .main-social ul li a img {
      width: 34px;
      background-color: black;
      border-radius: 50%; }

.form-search-page {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 66px; }
  @media (max-width: 1182px) {
    .form-search-page {
      padding-left: 9px; } }
  @media (max-width: 850px) {
    .form-search-page {
      padding-right: 9px; } }
  @media (max-width: 625px) {
    .form-search-page {
      padding-bottom: 85px; } }
  .form-search-page + .article-area {
    margin-top: 20px; }
  .form-search-page input {
    padding: 13px 5px 13px 15px;
    border: 1px solid #e4e4e4;
    background-color: white;
    color: #808080;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "montserratlight", sans-serif;
    width: 783px;
    margin-bottom: 21px; }
    .hashchange.no-canvas.smaller .form-search-page input {
      font-size: 12px;
      font-size: 1.2rem; }
    .hashchange.no-canvas.bigger .form-search-page input {
      font-size: 24px;
      font-size: 2.4rem; }
    @media (min-width: 0px) {
      .form-search-page input {
        width: calc(100% - 48px); } }
    .form-search-page input.search-btn {
      width: 48px;
      background-image: url(../images/search.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: #f0061e;
      border: 1px solid #f0061e;
      float: right;
      text-indent: 99px; }
      .form-search-page input.search-btn:hover {
        background-color: #d7051b;
        border: 1px solid #d7051b; }
  .form-search-page select {
    float: right;
    max-width: 166px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 0 7px 8px;
    font-family: "Open Sans Condensed", sans-serif; }
  .form-search-page ::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 18px;
    font-size: 1.8rem; }
    .hashchange.no-canvas.smaller .form-search-page ::-webkit-input-placeholder {
      font-size: 12px;
      font-size: 1.2rem; }
    .hashchange.no-canvas.bigger .form-search-page ::-webkit-input-placeholder {
      font-size: 24px;
      font-size: 2.4rem; }
  .form-search-page :-moz-placeholder {
    /* Firefox 18- */
    color: #d2d2d2;
    font-size: 18px;
    font-size: 1.8rem; }
    .hashchange.no-canvas.smaller .form-search-page :-moz-placeholder {
      font-size: 12px;
      font-size: 1.2rem; }
    .hashchange.no-canvas.bigger .form-search-page :-moz-placeholder {
      font-size: 24px;
      font-size: 2.4rem; }
  .form-search-page ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d2d2d2;
    font-size: 18px;
    font-size: 1.8rem; }
    .hashchange.no-canvas.smaller .form-search-page ::-moz-placeholder {
      font-size: 12px;
      font-size: 1.2rem; }
    .hashchange.no-canvas.bigger .form-search-page ::-moz-placeholder {
      font-size: 24px;
      font-size: 2.4rem; }
  .form-search-page :-ms-input-placeholder {
    color: #d2d2d2;
    font-size: 18px;
    font-size: 1.8rem; }
    .hashchange.no-canvas.smaller .form-search-page :-ms-input-placeholder {
      font-size: 12px;
      font-size: 1.2rem; }
    .hashchange.no-canvas.bigger .form-search-page :-ms-input-placeholder {
      font-size: 24px;
      font-size: 2.4rem; }

.result-count {
  position: absolute;
  top: 113px;
  left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "montserratlight", sans-serif; }
  .hashchange.no-canvas.smaller .result-count {
    font-size: 12px;
    font-size: 1.2rem; }
  .hashchange.no-canvas.bigger .result-count {
    font-size: 24px;
    font-size: 2.4rem; }
  @media (max-width: 1182px) {
    .result-count {
      padding-left: 9px; } }

.right.next a,
.left.prev a {
  display: inline-block;
  width: auto;
  padding: 12px 19px 12px;
  padding-left: 19px;
  padding-right: 25px;
  background-color: #f0061e;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  font-style: normal;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: white;
  color: #808080;
  border: 1px solid #e4e4e4;
  width: 100%; }

.right.next,
.left.prev {
  width: 50%; }

.right.next a:hover,
.left.prev a:hover {
  color: white;
  background-color: #f0061e;
  border: 1px solid #f0061e; }

@media (max-width: 700px) {
  .article-ad {
    display: none; } }

@media (max-width: 1182px) {
  .article-area {
    padding-left: 20px; } }
@media (max-width: 700px) {
  .article-area hr {
    display: none; } }
@media (max-width: 850px) {
  .article-area {
    padding-right: 20px; } }

.commentlist .av img {
  width: auto; }

.fancybox-wrap {
  transition: 0s;
  max-width: 418px;
  width: 100% !important; }
  @media (max-width: 625px) {
    .fancybox-wrap {
      max-width: 85%; } }
  .fancybox-wrap .fancybox-inner {
    width: 100% !important; }
  .fancybox-wrap .fancybox-skin {
    border-radius: 0;
    padding: 22px 34px 18px 30px !important;
    background-color: #f7f7f7; }
  .fancybox-wrap h2 {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px; }
    .hashchange.no-canvas.smaller .fancybox-wrap h2 {
      font-size: 14px;
      font-size: 1.4rem; }
    .hashchange.no-canvas.bigger .fancybox-wrap h2 {
      font-size: 26px;
      font-size: 2.6rem; }
    .fancybox-wrap h2.added {
      margin-bottom: 29px; }
  .fancybox-wrap span {
    font-family: "montserratlight", sans-serif;
    font-size: 12px;
    font-size: 1.2rem; }
    .hashchange.no-canvas.smaller .fancybox-wrap span {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .fancybox-wrap span {
      font-size: 18px;
      font-size: 1.8rem; }
  .fancybox-wrap .gform_wrapper {
    margin: 13px 0 0 0;
    background-color: transparent;
    max-width: 100%; }
    .fancybox-wrap .gform_wrapper .top_label .gfield_label {
      margin: 0 0 3px 0;
      line-height: 1; }
    .fancybox-wrap .gform_wrapper label.gfield_label + div.ginput_container {
      margin-top: 3px; }
    .fancybox-wrap .gform_wrapper .gfield_required {
      display: none; }
    .fancybox-wrap .gform_wrapper .top_label input.medium,
    .fancybox-wrap .gform_wrapper .top_label select.medium {
      margin-bottom: 10px;
      width: 100%;
      padding: 5px 0 6px 8px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      border: 1px solid #e4e4e4;
      background-color: white;
      border-radius: 0;
      font-family: "montserratlight", sans-serif; }
    .fancybox-wrap .gform_wrapper .gfield_checkbox li label,
    .fancybox-wrap .gform_wrapper .gfield_radio li label {
      margin-top: 7px;
      margin-bottom: 2px;
      margin-left: 31px;
      line-height: 1.5em;
      font-size: 12px;
      font-size: 1.2rem;
      max-width: 250px; }
      .hashchange.no-canvas.smaller .fancybox-wrap .gform_wrapper .gfield_checkbox li label, .hashchange.no-canvas.smaller
      .fancybox-wrap .gform_wrapper .gfield_radio li label {
        font-size: 6px;
        font-size: 0.6rem; }
      .hashchange.no-canvas.bigger .fancybox-wrap .gform_wrapper .gfield_checkbox li label, .hashchange.no-canvas.bigger
      .fancybox-wrap .gform_wrapper .gfield_radio li label {
        font-size: 18px;
        font-size: 1.8rem; }
    .fancybox-wrap .gform_wrapper ul.gfield_checkbox,
    .fancybox-wrap .gform_wrapper ul.gfield_radio {
      padding: 8px 0 0 0; }
    .fancybox-wrap .gform_wrapper #label_1_5_1 {
      margin-top: 16px;
      position: relative;
      top: 2px;
      margin-left: 0;
      float: left;
      width: 50%; }
      .fancybox-wrap .gform_wrapper #label_1_5_1:before {
        top: -21px;
        left: 29px; }
    .fancybox-wrap .gform_wrapper .gform_footer {
      margin: 0;
      padding: 0; }
      .fancybox-wrap .gform_wrapper .gform_footer input[type=submit] {
        margin-bottom: 0;
        display: inline-block;
        width: auto;
        padding: 12px 19px 12px;
        padding-left: 19px;
        padding-right: 25px;
        background-color: #f0061e;
        border: none;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 0;
        text-align: center;
        font-style: normal;
        color: white;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1em;
        font-family: "Open Sans Condensed", sans-serif;
        float: right;
        position: absolute;
        bottom: 49px;
        right: 0; }
        .hashchange.no-canvas.smaller .fancybox-wrap .gform_wrapper .gform_footer input[type=submit] {
          font-size: 10px;
          font-size: 1rem; }
        .hashchange.no-canvas.bigger .fancybox-wrap .gform_wrapper .gform_footer input[type=submit] {
          font-size: 22px;
          font-size: 2.2rem; }
        .fancybox-wrap .gform_wrapper .gform_footer input[type=submit]:hover, .fancybox-wrap .gform_wrapper .gform_footer input[type=submit]:focus {
          background-color: #d7051b;
          outline: none;
          text-decoration: none;
          transition: 0.7s;
          color: white; }

.gform_wrapper div.validation_error {
  display: none !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 3px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container.ginput_container.ginput_container {
  width: 100% !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  margin-left: 0 !important;
  color: black !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_contains_required.gfield_contains_required {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  background-color: transparent !important;
  position: relative;
  width: 100%; }

.gform_wrapper .gfield_error .gfield_label {
  color: black; }

.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
  border: 1px solid #f0061e !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 3px !important; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: black !important; }
  .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label input[type="checkbox"] + label:before, .gform_wrapper li.gfield_error ul.gfield_checkbox input[type="checkbox"] + label:before, .gform_wrapper li.gfield_error ul.gfield_radio input[type="checkbox"] + label:before {
    background-image: url(../images/error-checkbox.png); }
  .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label input[type="radio"] + label:before, .gform_wrapper li.gfield_error ul.gfield_checkbox input[type="radio"] + label:before, .gform_wrapper li.gfield_error ul.gfield_radio input[type="radio"] + label:before {
    background-image: url(../images/error-radio-button.png); }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  line-height: 2em !important;
  color: #f0061e !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-family: "Montserrat", sans-serif !important;
  display: inline-block;
  width: auto !important; }

.ginput_container .gfield_description.validation_message {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

.fancybox-close {
  top: 0px;
  right: 0px;
  width: 34px;
  height: 33px;
  cursor: pointer;
  z-index: 8040;
  background-color: #808080; }

span.right.forgot a {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 3px 0;
  line-height: 1;
  position: relative;
  top: -18px; }
  span.right.forgot a:hover {
    color: #f0061e;
    text-decoration: none; }

.right.login.btn {
  min-width: 122px;
  clear: both;
  margin-top: 4px;
  margin-bottom: 13px; }

span.new {
  margin-top: 4px;
  float: left;
  margin-bottom: 15px;
  line-height: 1.6em; }
  span.new a {
    font-family: "montserratlight", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #f0061e; }
    .hashchange.no-canvas.smaller span.new a {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger span.new a {
      font-size: 18px;
      font-size: 1.8rem; }
    span.new a:hover {
      color: #00578b;
      text-decoration: none; }

html {
  transition: 0s; }

@media (max-width: 850px) {
  .related {
    font-size: 27px;
    font-size: 2.7rem;
    margin-top: 8px;
    font-family: "Merriweather", serif; } }

.lt-ie8 .main-menu LI A {
  padding: 12px 10px 12px 10px !important;
  width: 153px !important; }
.lt-ie8 .main-menu-wrapper FORM INPUT {
  min-height: 21px; }
.lt-ie8 .main-menu .current_page_parent > a,
.lt-ie8 .main-menu .current-menu-parent > a,
.lt-ie8 .main-menu .current-menu-item > a {
  padding: 12px 10px 7px 10px !important; }
.lt-ie8 .footer-outer-wrapper.higher-footer .col6 .col10 {
  width: 79%; }
.lt-ie8 aside.left-aside .left-social UL LI {
  width: 33px; }
.lt-ie8 .main-social UL LI {
  width: 33px; }
.lt-ie8 .col12 {
  float: none; }
.lt-ie8 .right.next,
.lt-ie8 .left.prev {
  width: 48%; }
.lt-ie8 aside.right-aside H2 {
  width: 95%; }
.lt-ie8 .form-search-page INPUT.search-btn {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 10px 53px;
  border: 1px solid #f0061e; }
.lt-ie8 DIV.select SELECT {
  width: 100%; }
.lt-ie8 DIV.select {
  width: 20%;
  float: right;
  background-image: none;
  height: 28px !important; }
.lt-ie8 footer .btt-con {
  width: 139px; }
.lt-ie8 footer .btt-con A {
  position: absolute;
  top: -9px;
  left: 850px; }
.lt-ie8 footer .btt-con #btt {
  position: static; }
.lt-ie8 .btn.btn-white.btn-full {
  width: 95%; }
.lt-ie8 .footer-outer-wrapper.higher-footer .col6 .btn-white {
  width: 93%; }

.ie8 DIV.select {
  background-image: none; }

.lt-ie9 .higher-footer.footer-outer-wrapper .col6 .btn-white {
  display: none; }

@media (max-width: 1182px) {
  #carousel {
    padding-left: 9px; } }

body.category-10 #slider li h1,
body.category-4 #slider li h1,
body.category-11 #slider li h1 {
  background-color: #ff5b00;
  background-color: rgba(255, 91, 0, 0.7); }
body.category-10 #carousel li hr,
body.category-4 #carousel li hr,
body.category-11 #carousel li hr {
  border-top: 2px solid #ff5b00; }
body.category-10 .article-area article .cat,
body.category-4 .article-area article .cat,
body.category-11 .article-area article .cat {
  background-color: #ff5b00; }

body.category-15 #slider li h1,
body.category-5 #slider li h1,
body.category-13 #slider li h1,
body.category-12 #slider li h1,
body.category-14 #slider li h1,
body.category-198 #slider li h1,
body.category-258 #slider li h1 {
  background-color: #ffb800;
  background-color: rgba(255, 184, 0, 0.7); }
body.category-15 #carousel li hr,
body.category-5 #carousel li hr,
body.category-13 #carousel li hr,
body.category-12 #carousel li hr,
body.category-14 #carousel li hr,
body.category-198 #carousel li hr,
body.category-258 #carousel li hr {
  border-top: 2px solid #ffb800; }
body.category-15 .article-area article .cat,
body.category-5 .article-area article .cat,
body.category-13 .article-area article .cat,
body.category-12 .article-area article .cat,
body.category-14 .article-area article .cat,
body.category-198 .article-area article .cat,
body.category-258 .article-area article .cat {
  background-color: #ffb800; }

body.category-6 #slider li h1,
body.category-17 #slider li h1,
body.category-18 #slider li h1,
body.category-19 #slider li h1 {
  background-color: #158cae;
  background-color: rgba(21, 140, 174, 0.7); }
body.category-6 #carousel li hr,
body.category-17 #carousel li hr,
body.category-18 #carousel li hr,
body.category-19 #carousel li hr {
  border-top: 2px solid #158cae; }
body.category-6 .article-area article .cat,
body.category-17 .article-area article .cat,
body.category-18 .article-area article .cat,
body.category-19 .article-area article .cat {
  background-color: #158cae; }

body.category-7 #slider li h1,
body.category-20 #slider li h1,
body.category-22 #slider li h1,
body.category-21 #slider li h1 {
  background-color: #32cfc4;
  background-color: rgba(50, 207, 196, 0.7); }
body.category-7 #carousel li hr,
body.category-20 #carousel li hr,
body.category-22 #carousel li hr,
body.category-21 #carousel li hr {
  border-top: 2px solid #32cfc4; }
body.category-7 .article-area article .cat,
body.category-20 .article-area article .cat,
body.category-22 .article-area article .cat,
body.category-21 .article-area article .cat {
  background-color: #32cfc4; }

body.category-8 #slider li h1,
body.category-23 #slider li h1,
body.category-24 #slider li h1 {
  background-color: #8c84a7;
  background-color: rgba(140, 132, 167, 0.7); }
body.category-8 #carousel li hr,
body.category-23 #carousel li hr,
body.category-24 #carousel li hr {
  border-top: 2px solid #8c84a7; }
body.category-8 .article-area article .cat,
body.category-23 .article-area article .cat,
body.category-24 .article-area article .cat {
  background-color: #8c84a7; }

@media (max-width: 1182px) {
  .article-area + .btn-full {
    margin-left: 2%;
    width: 98%; } }
@media (max-width: 850px) {
  .article-area + .btn-full {
    margin-right: 2%;
    width: 96%; } }

h1.related {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px; }
  .hashchange.no-canvas.smaller h1.related {
    font-size: 14px;
    font-size: 1.4rem; }
  .hashchange.no-canvas.bigger h1.related {
    font-size: 26px;
    font-size: 2.6rem; }
  h1.related + hr {
    margin-bottom: 22px; }

@media (max-width: 1182px) {
  .page-template-default main.col9.first {
    padding-left: 9px; } }
@media (max-width: 850px) {
  .page-template-default main.col9.first {
    padding-right: 9px; } }

#create-account {
  min-height: 714px;
  position: relative; }

#sign-in {
  min-height: 290px;
  position: relative; }

.fancybox-inner,
.fancybox-outer,
.fancybox-wrap .fancybox-skin {
  overflow: visible;
  max-height: 10000px; }

.lastem {
  margin-left: 20px; }

.article-area article .cat.Perspectives, .article-area article .cat.Interviews, .article-area article .cat.Voices, .article-area article .cat.My.PD.Journey {
  background-color: #ff5b00 !important; }
.article-area article .cat.Health.Fitness, .article-area article .cat.Recipes.Nutrition, .article-area article .cat.Research.Tools, .article-area article .cat.Resources.Tools, .article-area article .cat.Corner, .article-area article .cat.Wellbeing {
  background-color: #ffb800; }
.article-area article .cat.Campaigns, .article-area article .cat.EPDA.Campaigns, .article-area article .cat.In.my.country, .article-area article .cat.Global.Updates, .article-area article .cat.Global.updates, .article-area article .cat.Global.update, .article-area article .cat.Europe {
  background-color: #158cae; }
.article-area article .cat.Research, .article-area article .cat.Discoveries, .article-area article .cat.Special.reports, .article-area article .cat.My.PD.Journey, .article-area article .cat.PD.in.Practice, .article-area article .cat.Advances {
  background-color: #32cfc4; }
.article-area article .cat.Get.Involved, .article-area article .cat.Get.involved, .article-area article .cat.Agenda, .article-area article .cat.Recent.Events, .article-area article .cat.Recent.events, .article-area article .cat.Event.Reports, .article-area article .cat.Event.reports {
  background-color: #8c84a7; }
.article-area article .cat.News {
  background-color: #f0061e; }

#carousel li.Perspectives hr, #carousel li.Interviews hr, #carousel li.Voices hr, #carousel li.My.PD.Journey hr {
  border-top: 2px solid #ff5b00 !important; }
#carousel li.Health.Fitness hr, #carousel li.Recipes.Nutrition hr, #carousel li.Research.Tools hr, #carousel li.Resources.Tools hr, #carousel li.Corner hr, #carousel li.Wellbeing hr {
  border-top: 2px solid #ffb800; }
#carousel li.Campaigns hr, #carousel li.EPDA.Campaigns hr, #carousel li.In.my.country hr, #carousel li.Global.Updates hr, #carousel li.Global.updates hr, #carousel li.Global.update hr, #carousel li.Europe hr {
  border-top: 2px solid #158cae; }
#carousel li.Research hr, #carousel li.Discoveries hr, #carousel li.Special.reports hr, #carousel li.My.PD.Journey hr, #carousel li.PD.in.Practice hr, #carousel li.Advances hr {
  border-top: 2px solid #32cfc4; }
#carousel li.Get.Involved hr, #carousel li.Get.involved hr, #carousel li.Agenda hr, #carousel li.Recent.Events hr, #carousel li.Recent.events hr, #carousel li.Event.Reports hr, #carousel li.Event.reports hr {
  border-top: 2px solid #8c84a7; }
#carousel li.News hr {
  border-top: 2px solid #f0061e; }

#slider li.Perspectives h1, #slider li.Interviews h1, #slider li.Voices h1, #slider li.My.PD.Journey h1 {
  background-color: #ff5b00 !important;
  background-color: rgba(255, 91, 0, 0.7) !important; }
#slider li.Health.Fitness h1, #slider li.Recipes.Nutrition h1, #slider li.Research.Tools h1, #slider li.Resources.Tools h1, #slider li.Corner h1, #slider li.Wellbeing h1 {
  background-color: #ffb800;
  background-color: rgba(255, 184, 0, 0.7); }
#slider li.Campaigns h1, #slider li.EPDA.Campaigns h1, #slider li.In.my.country h1, #slider li.Global.Updates h1, #slider li.Global.updates h1, #slider li.Global.update h1, #slider li.Europe h1 {
  background-color: #158cae;
  background-color: rgba(21, 140, 174, 0.7); }
#slider li.Research h1, #slider li.Discoveries h1, #slider li.Special.reports h1, #slider li.My.PD.Journey h1, #slider li.PD.in.Practice h1, #slider li.Advances h1 {
  background-color: #32cfc4;
  background-color: rgba(50, 207, 196, 0.7); }
#slider li.Get.Involved h1, #slider li.Get.involved h1, #slider li.Agenda h1, #slider li.Recent.Events h1, #slider li.Recent.events h1, #slider li.Event.Reports h1, #slider li.Event.reports h1 {
  background-color: #8c84a7;
  background-color: rgba(140, 132, 167, 0.7); }
#slider li.News h1 {
  background-color: #f0061e;
  background-color: rgba(240, 6, 30, 0.7); }

#slider li.Perspectives h1, #slider li.Interviews h1, #slider li.Voices h1, #slider li.My.PD.Journey h1 {
  background-color: #ff5b00 !important;
  background-color: rgba(255, 91, 0, 0.7) !important; }
#slider li.Health.Fitness h1, #slider li.Recipes.Nutrition h1, #slider li.Research.Tools h1, #slider li.Resources.Tools h1, #slider li.Corner h1, #slider li.Wellbeing h1 {
  background-color: #ffb800;
  background-color: rgba(255, 184, 0, 0.7); }
#slider li.Campaigns h1, #slider li.EPDA.Campaigns h1, #slider li.In.my.country h1, #slider li.Global.Updates h1, #slider li.Global.updates h1, #slider li.Global.update h1, #slider li.Europe h1 {
  background-color: #158cae;
  background-color: rgba(21, 140, 174, 0.7); }
#slider li.Research h1, #slider li.Discoveries h1, #slider li.Special.reports h1, #slider li.My.PD.Journey h1, #slider li.PD.in.Practice h1, #slider li.Advances h1 {
  background-color: #32cfc4;
  background-color: rgba(50, 207, 196, 0.7); }
#slider li.Get.Involved h1, #slider li.Get.involved h1, #slider li.Agenda h1, #slider li.Recent.Events h1, #slider li.Recent.events h1, #slider li.Event.Reports h1, #slider li.Event.reports h1 {
  background-color: #8c84a7;
  background-color: rgba(140, 132, 167, 0.7); }
#slider li.News h1 {
  background-color: #f0061e;
  background-color: rgba(240, 6, 30, 0.7); }

.par-text .atricle-info .cat.Perspectives, .par-text .atricle-info .cat.Interviews, .par-text .atricle-info .cat.Voices, .par-text .atricle-info .cat.My.PD.Journey {
  background-color: #ff5b00 !important; }
.par-text .atricle-info .cat.Health.Fitness, .par-text .atricle-info .cat.Recipes.Nutrition, .par-text .atricle-info .cat.Research.Tools, .par-text .atricle-info .cat.Resources.Tools, .par-text .atricle-info .cat.Corner, .par-text .atricle-info .cat.Wellbeing {
  background-color: #ffb800; }
.par-text .atricle-info .cat.Campaigns, .par-text .atricle-info .cat.EPDA.Campaigns, .par-text .atricle-info .cat.In.my.country, .par-text .atricle-info .cat.Global.Updates, .par-text .atricle-info .cat.Global.update, .par-text .atricle-info .cat.Global.updates, .par-text .atricle-info .cat.Europe {
  background-color: #158cae; }
.par-text .atricle-info .cat.Research, .par-text .atricle-info .cat.Discoveries, .par-text .atricle-info .cat.Special.reports, .par-text .atricle-info .cat.My.PD.Journey, .par-text .atricle-info .cat.PD.in.Practice, .par-text .atricle-info .cat.Advances {
  background-color: #32cfc4; }
.par-text .atricle-info .cat.Get.Involved, .par-text .atricle-info .cat.Get.involved, .par-text .atricle-info .cat.Agenda, .par-text .atricle-info .cat.Recent.Events, .par-text .atricle-info .cat.Recent.events, .par-text .atricle-info .cat.Event.Reports, .par-text .atricle-info .cat.Event.reports {
  background-color: #8c84a7; }
.par-text .atricle-info .cat.News {
  background-color: #f0061e; }

.par-text .atricle-info .aut.Recipe {
  display: none; }

.par-text .atricle-info .aut.Recipe.cook {
  display: block; }

.aut.cook {
  display: none !important; }
  .aut.cook.Recipes {
    display: inline-block !important; }
  .aut.cook img {
    margin: 0;
    display: inline-block;
    margin-left: 23px;
    margin-right: 8px;
    position: relative;
    top: 3px; }
    .aut.cook img + em {
      margin-left: 0px; }

.aut.people.Recipes {
  display: none !important; }

.con p {
  display: none; }

.con a p {
  display: block; }

.col4.get-in {
  background-color: #71a1e3;
  color: white; }
  .col4.get-in h2,
  .col4.get-in p {
    padding: 0 9px; }

.col3.last.right-aside.no .top-right-ad {
  display: none; }

.top-ad.align-center.no {
  display: none; }

.page-id-4 .widecolumn {
  max-width: 1182px;
  width: 98%;
  margin: 35px auto; }

.wp-caption {
  width: auto;
  max-width: 100%; }
  .wp-caption img {
    margin-bottom: 5px; }
  .wp-caption p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 200; }
    .hashchange.no-canvas.smaller .wp-caption p {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .wp-caption p {
      font-size: 20px;
      font-size: 2rem; }

.col6.news-posts.big article {
  max-height: 161px; }
  .col6.news-posts.big article .col10.first {
    max-height: 200000px; }
  .col6.news-posts.big article.open {
    max-height: 20000px; }
    .col6.news-posts.big article.open .col10.first {
      max-height: 200000px; }
  .col6.news-posts.big article .col10.first {
    max-height: 114px; }

.col6.news-posts.small article.open {
  max-height: 20000px; }
  .col6.news-posts.small article.open .col10.first {
    max-height: 200000px; }
.col6.news-posts.small article .col10.first {
  max-height: 52px; }

.col6.news-posts article .col10.first p {
  color: white; }
.col6.news-posts article.open {
  max-height: 20000px; }
  .col6.news-posts article.open .col10.first p {
    color: black; }

#label_5_5_1 {
  color: #f0061e; }

#input_5_3_1_container {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  #input_5_3_1_container input {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 0 6px 8px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    background-color: white;
    border-radius: 0;
    font-family: "montserratlight", sans-serif; }

#input_5_3_2_container {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  #input_5_3_2_container input {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 0 6px 8px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    background-color: white;
    border-radius: 0;
    font-family: "montserratlight", sans-serif; }

#input_5_3_1_container label {
  display: none; }

#input_5_3_2_container label {
  margin: .625em 0 .5em 0;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem; }

@media (max-width: 1220px) and (min-width: 950px) {
  .right-aside.col3.last {
    padding-right: 9px; } }

.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
  max-width: 42px !important;
  max-height: 42px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  margin-bottom: 5px !important; }

.addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32 {
  margin-left: 5px !important;
  margin-top: 5px !important; }

.at4-icon.aticon-facebook {
  margin-left: 1px !important;
  margin-top: 5px !important;
  position: relative;
  top: -3px; }

a.at-svc-facebook,
a.at-svc-twitter,
a.at-svc-google_plusone_share,
a.at-svc-pinterest_share,
a.at-svc-print,
a.at-svc-email {
  background-color: black !important;
  transition: 0.75s !important; }

a.at-svc-facebook:hover {
  background-color: #2a3990 !important; }

a.at-svc-twitter:hover {
  background-color: #27aae1 !important; }

a.at-svc-google_plusone_share:hover {
  background-color: #ea4b35 !important; }

a.at-svc-pinterest_share:hover {
  background-color: #be1e2c !important; }

a.at-svc-print:hover {
  background-color: #00578b !important; }

a.at-svc-email:hover {
  background-color: #fa8f2f !important; }

.par-text h1.art-head {
  font-family: "montserratlight", sans-serif;
  font-weight: 200;
  line-height: 1.1em; }

.com {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 33px;
  margin-bottom: 5px; }
  .com + hr {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 29px;
    margin-bottom: 5px; }

.ginput_container div.select {
  width: 100%; }
.ginput_container select {
  margin-left: 0 !important; }

.twitter-footer a div {
  background-image: url(../images/twitter-logo.png);
  height: 17px;
  width: 17px;
  float: left;
  margin-left: 10px; }
  .twitter-footer a div:hover {
    background-image: url(../images/twitter-logo-white.png); }

.main-menu.small li > a {
  padding-left: 52px !important;
  padding-right: 52px !important;
  max-width: 185px;
  min-width: 185px; }
@media (max-width: 1182px) and (min-width: 950px) {
  .main-menu.small li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: 136px;
    min-width: 136px; } }

@media (max-width: 1182px) and (min-width: 950px) {
  .main-menu.small {
    width: calc(100% - 244px); } }

.main-menu.big li > a {
  padding-left: 30px !important;
  padding-right: 30px !important;
  max-width: 176px;
  min-width: 176px; }
@media (max-width: 1182px) and (min-width: 950px) {
  .main-menu.big li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-width: 136px;
    min-width: 136px; } }

.cook1 {
  margin-left: 0 !important; }

#gform_wrapper_3 form .ginput_container
input,
#gform_wrapper_3 form select,
#gform_wrapper_3 form textarea {
  width: 100%;
  max-width: 100% !important; }

@media (max-width: 1182px) and (min-width: 950px) {
  .right-aside.col3.last {
    padding-right: 9px; } }

iframe {
  text-align: center;
  margin: 0 auto;
  /* width: 98%; */
  float: none;
  position: relative;
  display: block;
  max-width: 100% !important; }

@media (max-width: 550px) {
  .higher-footer.footer-outer-wrapper .col6 .col2 {
    max-width: 60px;
    float: left; } }

#sher {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 9px;
  background-color: transparent;
  color: #000;
  padding: 0 10px;
  float: left;
  position: relative;
  bottom: -9px; }

.lt-ie9 .main-menu-wrapper FORM INPUT {
  border-left: 2px solid white; }

.tss {
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 31px;
  line-height: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 250px;
  position: relative;
  top: -17px;
  color: #f0061e;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 100; }
  .tss.span {
    margin-top: 4px;
    top: -18px;
    margin-left: 31px;
    display: inline-block; }
  .tss.link {
    margin-top: 0;
    top: 1px;
    margin-left: 0;
    display: inline-block; }

.tss.span {
  margin-top: 4px;
  top: -18px;
  margin-left: 31px;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 31px;
  line-height: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 250px;
  position: relative;
  top: -17px;
  color: #f0061e;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin-top: 4px;
  top: -18px;
  margin-left: 31px;
  display: inline-block; }

.tss.link {
  margin-top: 0;
  top: 1px;
  margin-left: 0;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 31px;
  line-height: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 250px;
  position: relative;
  top: -17px;
  color: #f0061e;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  margin-top: 0;
  top: 1px;
  margin-left: 0;
  display: inline-block;
  text-decoration: underline; }

#slider li .spon {
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  background-color: #f0061e;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  zoom: 1;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0; }

.galimg {
  width: 19.9%;
  float: left; }
  .galimg:focus {
    outline: none; }
  @media (max-width: 700px) {
    .galimg {
      width: 24.9%; } }
  @media (max-width: 550px) {
    .galimg {
      width: 33.2%; } }

.fbox {
  background-color: #e7f3f7;
  padding: 14px; }
  .fbox img {
    float: left;
    max-width: 45%;
    margin-right: 20px;
    margin-bottom: 0; }
  .fbox h2 {
    font-family: "montserratlight", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    font-style: normal;
    margin-bottom: 15px; }
    .hashchange.no-canvas.smaller .fbox h2 {
      font-size: 18px;
      font-size: 1.8rem; }
    .hashchange.no-canvas.bigger .fbox h2 {
      font-size: 30px;
      font-size: 3rem; }
  .fbox h3 {
    font-family: "montserratlight", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 0.875em; }
    .hashchange.no-canvas.smaller .fbox h3 {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .fbox h3 {
      font-size: 20px;
      font-size: 2rem; }
  .fbox h4 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.250em; }
    .hashchange.no-canvas.smaller .fbox h4 {
      font-size: 14px;
      font-size: 1.4rem; }
    .hashchange.no-canvas.bigger .fbox h4 {
      font-size: 26px;
      font-size: 2.6rem; }
  .fbox h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 0.750em; }
    .hashchange.no-canvas.smaller .fbox h5 {
      font-size: 6px;
      font-size: 0.6rem; }
    .hashchange.no-canvas.bigger .fbox h5 {
      font-size: 18px;
      font-size: 1.8rem; }
  .fbox h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 0.688em; }
    .hashchange.no-canvas.smaller .fbox h6 {
      font-size: 5px;
      font-size: 0.5rem; }
    .hashchange.no-canvas.bigger .fbox h6 {
      font-size: 17px;
      font-size: 1.7rem; }
  .fbox p {
    font-size: 14px;
    font-size: 1.4rem; }
    .hashchange.no-canvas.smaller .fbox p {
      font-size: 8px;
      font-size: 0.8rem; }
    .hashchange.no-canvas.bigger .fbox p {
      font-size: 20px;
      font-size: 2rem; }

.page-id-11 #sher,
.page-id-11 .addthis_sharing_toolbox,
.page-id-14 #sher,
.page-id-14 .addthis_sharing_toolbox,
.page-id-1147 #sher,
.page-id-1147 .addthis_sharing_toolbox,
.page-id-7 #sher,
.page-id-7 .addthis_sharing_toolbox,
.page-id-9 #sher,
.page-id-9 .addthis_sharing_toolbox {
  display: none; }

#field_5_5 .validation_message {
  left: 0; }

#gforms_confirmation_message_5 + #gform_ajax_frame_5 + .tss {
  display: none; }

.user-subscribed .fancybox-wrap.changed {
  height: auto !important;
  min-height: 0 !important;
  height: 200px !important;
  max-height: 200px !important; }
.user-subscribed #subscribing-to-news {
  height: auto !important;
  min-height: 0 !important;
  height: 200px !important;
  max-height: 200px !important; }
  .user-subscribed #subscribing-to-news h2,
  .user-subscribed #subscribing-to-news span {
    display: none; }

#singleslider {
  float: left;
  clear: both;
  margin-bottom: 5px;
  max-width: 100%; }
  #singleslider ul {
    padding-left: 0; }
    #singleslider ul p {
      color: white;
      padding-left: 10px;
      padding-right: 10px; }
    #singleslider ul img {
      margin-bottom: 5px; }
  #singleslider .flex-direction-nav {
    height: 100%;
    top: 0; }
    #singleslider .flex-direction-nav a.flex-next {
      background-position: 142% 50% !important;
      right: -20px;
      height: 100%;
      width: 50%;
      top: 24px;
      background-color: transparent;
      background-image: none;
      font-size: 0;
      opacity: 1 !important; }
    #singleslider .flex-direction-nav a.flex-prev {
      background-position: -30% 50% !important;
      left: -20px;
      height: 100%;
      width: 50%;
      top: 24px;
      background-color: transparent;
      background-image: none;
      font-size: 0;
      opacity: 1 !important; }

#singlecarousel {
  float: left;
  clear: both;
  margin-bottom: 0;
  max-width: 100%; }
  #singlecarousel ul {
    padding-left: 0; }
    #singlecarousel ul img {
      margin-bottom: 0px; }
  #singlecarousel .flex-direction-nav {
    position: relative;
    top: -25px; }
    #singlecarousel .flex-direction-nav a.flex-next {
      background-position: 142% 50% !important;
      right: -39px;
      opacity: 1 !important; }
    #singlecarousel .flex-direction-nav a.flex-prev {
      background-position: -46% 50% !important;
      left: -39px;
      opacity: 1 !important; }
  #singlecarousel .slides li {
    margin-right: 10px;
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -ms-filter: brightness(60%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-60)";
    filter: brightness(60%); }
    #singlecarousel .slides li.flex-active-slide {
      -webkit-filter: brightness(100%);
      -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(brightness=-100)";
      filter: brightness(100%); }

.gallery {
  background-color: #0c0c0c;
  padding: 20px;
  width: 94%;
  max-width: 600px;
  margin: 65px auto 20px; }

.gform_wrapper form {
  position: relative; }

.subscribing-to-news {
  padding-bottom: 50px; }

.fancybox-wrap .gform_wrapper .gform_footer input[type=submit] {
  bottom: -49px; }

.recaptchatable #recaptcha_response_field {
  font-size: 17px !important; }

#disqus_thread iframe {
  display: inline-block; }

.lt-ie9 .addthis_32x32_style.at-share-tbx-element .at-share-btn {
  max-width: 32px !important;
  max-height: 32px !important; }

@media (max-width: 950px) {
  .main-menu .current-post-ancestor ul,
  .main-menu .current-page-parent ul,
  .main-menu .current-menu-parent ul,
  .main-menu .current-menu-item ul {
    max-height: 1000px !important; }

  .main-menu .current-post-ancestor.menu-item-has-children,
  .main-menu .current-page-parent.menu-item-has-children,
  .main-menu .current-menu-parent.menu-item-has-children,
  .main-menu .current-menu-item.menu-item-has-children {
    background-image: url(../images/bottom-line.png), none !important; } }
.dol {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
  text-transform: none;
  color: #808080;
  padding: 0 5px; }
  .hashchange.no-canvas.smaller .dol {
    font-size: 11px;
    font-size: 1.1rem; }
  .hashchange.no-canvas.bigger .dol {
    font-size: 23px;
    font-size: 2.3rem; }
  .dol:hover {
    text-decoration: none; }
  .dol2 {
    padding-right: 10px;
    margin-right: 3px;
    border-right: 1px solid #808080; }

.months {
  display: none; }
  .Agenda + body .months {
    display: block; }
  .months .next-m,
  .months .last-m {
    max-width: 50%;
    line-height: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    font-family: "Open Sans Condensed", sans-serif; }
    .months .next-m:hover a,
    .months .last-m:hover a {
      color: white;
      text-decoration: none; }
    .months .next-m a,
    .months .last-m a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1em;
      font-family: "Open Sans Condensed", sans-serif;
      font-style: normal; }
      .months .next-m a:hover,
      .months .last-m a:hover {
        color: white;
        text-decoration: none; }
  .months .next-m {
    float: right; }
  .months .last-m {
    float: left; }

.next {
  position: absolute; }

@media (max-width: 625px) {
  .form-search-page {
    padding-top: 35px; } }

@media (max-width: 625px) {
  .result-count {
    top: 158px;
    font-size: 14px;
    font-size: 1.4rem; } }

.goback {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  margin-left: 44px;
  position: absolute;
  right: 0px;
  bottom: 80px;
  width: 76px;
  left: auto;
  position: fixed;
  background-color: #2b2b2b;
  padding: 8px; }

h1.related {
  margin-top: 10px; }

.com {
  margin-bottom: 19px; }

.mob-head a {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400; }
  .mob-head a:hover {
    text-decoration: none;
    font-weight: 400; }

#carousel li a {
  position: relative;
  z-index: 33; }

@media (max-width: 850px) {
  .single-post .right-aside.col3.last {
    display: block; } }

#field_5_3 .gfield_description.validation_message {
  top: -14px !important;
  right: 0 !important;
  line-height: 1.1em !important;
  max-width: 64.5% !important; }
  @media (max-width: 850px) {
    #field_5_3 .gfield_description.validation_message {
      max-width: 100% !important;
      position: static !important; } }

@media (max-width: 850px) {
  .fancybox-wrap .gform_wrapper .gform_footer input[type=submit] {
    bottom: -68px; } }

#singleslider,
#singlecarousel {
  overflow: hidden;
  max-height: 0;
  transition: 1s; }
  #singleslider.loaded,
  #singlecarousel.loaded {
    max-height: 1000px; }

.comment-area img {
  width: auto !important;
  margin: 2px;
  display: inline-block; }

.atricle-info + img {
  margin: 0px auto 38px; }

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