@charset "UTF-8";
/*
Theme Name: Elysium Gallery
Author: Matt Pearce
Author URI: http://www.accent-adc.co.uk/
Description: Custom Theme for Elysium Gallery
Version: 1.0
*/
/* Colours */
/* Break points */
/*
@import "../node_modules/bootstrap/scss/functions";
@import "../node_modules/bootstrap/scss/variables";
@import "../node_modules/bootstrap/scss/mixins";
*/
/*
@import "../node_modules/bootstrap/scss/reboot";
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/utilities";
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Wordpress Defaults */
.alignnone {
  margin: 1.3em 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1.3em auto 1.3em auto;
}

.alignright {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
  text-align: right;
}

.alignleft {
  float: left;
  display: block;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.3em auto;
}

a img.alignright {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
}
a img.alignnone {
  display: block;
  margin: 0 20px 20px 0;
}
a img.alignleft {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media handheld, only screen and (max-width: 980px) {
  .post .alignright, .post .alignleft, .post a img.alignright, .post a img.alignleft {
    float: none;
    margin: 1.3em auto 20px auto;
  }
}

@media handheld, only screen and (max-width: 720px) {
  .page .alignright, .page .alignleft, .page a img.alignright, .page a img.alignleft {
    float: none;
    margin: 1.3em auto 20px auto;
  }
}

hr {
  border: none;
  border-top: solid 1px black;
  max-width: 80%;
}

.wp-caption {
  text-align: center;
}
.wp-caption .alignnone {
  margin: 0 20px 20px 0;
}
.wp-caption .alignleft {
  margin: 0 20px 20px 0;
}
.wp-caption .alignright {
  margin: 0 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0;
  padding: 0 4px 1.3em;
}

.contact-details {
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-details .details {
  float: left;
  overflow: hidden;
}
.contact-details .details p {
  margin-bottom: 20px;
  padding: 5px 0px;
  font-size: 1.1em;
}
.contact-details .details p span {
  font-weight: bold;
}
.contact-details .details .phone {
  margin-right: 40px;
  background: url(images/phone.png) no-repeat left;
  padding-left: 25px;
}
.contact-details .details .email {
  background: url(images/envelope.png) no-repeat left;
  padding-left: 25px;
}
.contact-details .details .address {
  background: url(images/marker.png) no-repeat;
  padding-left: 25px;
}
.contact-details .contact-me {
  float: left;
  width: 580px;
  font-weight: bold;
}
.contact-details .contact-me .entry-title {
  font-size: 2.5em;
}

@media handheld, only screen and (max-width: 980px) {
  .contact-details .head-office {
    float: none;
    width: 100%;
  }
  .contact-details .address {
    float: none;
    width: 100%;
  }
  .contact-details .contact-wrap {
    float: none;
    width: 100%;
  }
}
#hidden-form {
  display: none;
}

/* Contact Form */
.sidebar .wpcf7 {
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar .wpcf7 input, .sidebar .wpcf7 textarea, .sidebar .wpcf7 select {
  margin-bottom: 8px;
}
.sidebar .wpcf7 br {
  display: none;
}
.sidebar .wpcf7 input.wpcf7-submit {
  float: right;
  clear: left;
}
.sidebar .wpcf7 .wpcf7-response-output {
  font-size: 0.9em;
}

.wpcf7 {
  max-width: 960px;
  margin-top: 20px;
  text-align: left;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  padding: 4px;
  width: 100%;
  height: 30px;
  border: medium none;
  font-size: 1em;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
}
.wpcf7 input.wpcf7-not-valid {
  background-color: #fcdbdb;
  border: 1px solid #ff6161;
  padding: 3px !important;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 textarea:focus, .wpcf7 input:focus {
  -webkit-box-shadow: 0 0 2px #aaa inset;
  box-shadow: 0 0 2px #aaa inset;
}
.wpcf7 select {
  margin: 0px 0px 15px 0px;
}
.wpcf7 input.wpcf7-submit {
  display: inline-block;
  margin: 10px auto;
  width: auto;
  height: auto;
  min-width: 91px;
  padding: 12px 25px;
  color: #FFF;
  cursor: pointer;
  border: none;
  background: #9DB04D;
  font-size: 1.2em;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #666666;
}
.wpcf7 label {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #acacac;
}
.wpcf7 label.subscribe {
  float: none;
  margin: 0;
  padding: 0;
  width: 0;
  text-align: left;
}
.wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
  margin: 0px auto;
  padding: 2px 0 0 65px;
  text-align: left;
  min-height: 50px !important;
  width: 50%;
  border: none;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media handheld, only screen and (max-width: 720px) {
  .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
    width: 60%;
  }
}
@media handheld, only screen and (max-width: 460px) {
  .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
    width: 90%;
  }
}
.wpcf7 div.wpcf7-validation-errors {
  background: url("images/error-grey.png") no-repeat scroll left center transparent;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background: url("images/tick-grey.png") no-repeat scroll left center transparent;
}
.wpcf7 span.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: 1.5em;
  background: url("images/cross-grey.png") no-repeat scroll center center transparent;
  background-size: contain;
  border: none;
  padding: 0px !important;
  width: 11px !important;
  height: 11px !important;
  z-index: 100;
  color: #ccc;
  overflow: hidden;
  text-indent: -9999px;
}
.wpcf7 input[type=radio], .wpcf7 input[type=checkbox] {
  width: 20px;
}
.wpcf7 img.ajax-loader {
  display: block;
  margin: -15px auto 0;
}
.wpcf7 input.date {
  width: 100px;
}
.wpcf7 .message-wrap {
  width: 50%;
  float: right;
}
@media handheld, only screen and (max-width: 720px) {
  .wpcf7 .message-wrap {
    width: 100%;
  }
}
.wpcf7 .contact-wrap {
  float: left;
  overflow: hidden;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media handheld, only screen and (max-width: 720px) {
  .wpcf7 .contact-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.wpcf7 .contact-wrap .contact-field {
  height: 30px;
  margin-bottom: 10px;
}
.wpcf7 .contact-wrap .red-star, .wpcf7 .contact-wrap i {
  color: #660000;
}
.wpcf7 .contact-wrap .message-label {
  margin: 0;
  width: 75px;
}
.wpcf7 .contact-wrap .google-map {
  margin-bottom: 20px;
}
.wpcf7 .button-wrap {
  padding-top: 20px;
  clear: both;
  text-align: center;
}
.wpcf7 .spam-test {
  text-align: center;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-quiz {
  width: 30px;
  margin-left: 5px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap.math-quiz {
  display: inline;
}

a#responsive_menu_button {
  cursor: hand;
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  width: 45px;
  right: 0;
  top: 5px;
  white-space: nowrap;
  background-color: white;
  font-size: 40px;
  line-height: 40px;
  color: black;
}
@media handheld, only screen and (max-width: 720px) {
  a#responsive_menu_button {
    display: block;
  }
}

.scrolled a#responsive_menu_button {
  top: 0px;
  height: 34px;
  font-size: 34px;
  line-height: 34px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.fixfixed a#responsive_menu_button {
  position: absolute;
}

nav.navigation {
  background: #ffffff;
}

/* Dropdown Nav Menu */
#masthead nav.navigation ul.menu {
  line-height: 40px;
  white-space: nowrap;
  font-weight: 200;
  overflow: hidden;
}
#masthead nav.navigation ul.menu li {
  margin-right: 5px;
}
#masthead nav.navigation ul.menu li:last-child {
  margin-right: 0px;
}
#masthead nav.navigation ul.menu li a {
  padding: 0px 10px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid black;
  color: black;
  font-weight: bold;
  background-color: transparent;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 980px) {
  #masthead nav.navigation ul.menu li a {
    padding: 0 7px;
  }
}
#masthead nav.navigation ul.menu li a:visited {
  color: black;
}
#masthead nav.navigation ul.menu li a:hover, #masthead nav.navigation ul.menu li.hover a {
  display: block;
  color: white;
  background: black;
}
#masthead nav.navigation ul.menu > li.current-menu-item > a, #masthead nav.navigation ul.menu > li.current > a, #masthead nav.navigation ul.menu > li.current-menu-ancestor > a {
  display: block;
  color: white;
  background: black;
}
#masthead nav.navigation ul.menu > li.current-menu-item.hover > a, #masthead nav.navigation ul.menu > li.current-menu-item > a:hover, #masthead nav.navigation ul.menu > li.current.hover > a, #masthead nav.navigation ul.menu > li.current > a:hover, #masthead nav.navigation ul.menu > li.current-menu-ancestor.hover > a, #masthead nav.navigation ul.menu > li.current-menu-ancestor > a:hover {
  background: black;
}
#masthead nav.navigation ul.menu li.current-menu-item,
#masthead nav.navigation ul.menu li.current-menu-item a {
  cursor: default;
}
#masthead nav.navigation ul.menu li.current-menu-item ul li a,
#masthead nav.navigation ul.menu li.current-menu-ancestor ul li a {
  color: white;
  cursor: pointer;
}
#masthead nav.navigation ul.menu ul li a:hover,
#masthead nav.navigation ul.menu li.current-menu-item ul li a:hover,
#masthead nav.navigation ul.menu li ul li.current-menu-item a,
#masthead nav.navigation ul.menu li ul li.current a,
#masthead nav.navigation ul.menu li.current-menu-ancestor ul li a:hover {
  background-color: black;
}
#masthead nav.navigation ul.menu li.current-menu-ancestor li.current-menu-item a {
  cursor: default;
}
#masthead nav.navigation ul.menu a {
  display: block;
  text-decoration: none;
}
#masthead nav.navigation ul.menu li {
  float: left;
  white-space: nowrap;
}
#masthead nav.navigation ul.menu ul.sub-menu {
  -webkit-box-shadow: 2px 2px 10px #000000;
          box-shadow: 2px 2px 10px #000000;
  float: left;
  list-style-position: outside;
  list-style-type: none;
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  background: black;
  z-index: 100;
}
#masthead nav.navigation ul.menu ul.sub-menu a {
  color: black;
}
#masthead nav.navigation ul.menu ul.sub-menu li a:hover {
  background: url(images/menu-arrow.png) 5px 8px no-repeat black;
}
#masthead nav.navigation ul.menu li ul {
  position: absolute;
  text-align: left;
  width: 250px;
}
#masthead nav.navigation ul.menu li ul li {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  height: auto;
  text-transform: capitalize;
  width: 100%;
}
#masthead nav.navigation ul.menu li.megamenu ul {
  width: 500px;
  /* margin-top:20px;  */
}
#masthead nav.navigation ul.menu li.megamenu ul li {
  float: left;
  width: 50%;
}
#masthead nav.navigation ul.menu li ul li:first-child {
  border-top: medium none;
}
#masthead nav.navigation ul.menu li ul a {
  height: auto;
  padding: 10px 4px 10px 25px;
  text-align: left;
  white-space: normal;
  /* width: 109px; */
  margin-left: 0;
  line-height: 1.1em;
}
#masthead nav.navigation ul.menu ul ul {
  top: -5px;
}
#masthead nav.navigation ul.menu li ul ul {
  left: 120px;
  margin: 0 0 0 10px;
}
#masthead nav.navigation ul.menu li:hover ul ul,
#masthead nav.navigation ul.menu li:hover ul ul ul,
#masthead nav.navigation ul.menu li:hover ul ul ul ul {
  display: none;
}
#masthead nav.navigation ul.menu li:hover ul,
#masthead nav.navigation ul.menu li li:hover ul,
#masthead nav.navigation ul.menu li li li:hover ul,
#masthead nav.navigation ul.menu li li li li:hover ul {
  display: block;
}

#responsive_menu {
  -webkit-box-shadow: 2px 2px 10px #000000;
          box-shadow: 2px 2px 10px #000000;
  overflow: visible !important;
  width: 250px;
  position: fixed;
  height: 100%;
  z-index: 950;
  top: 0px;
  right: -260px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#responsive_menu #searchform_res {
  margin-bottom: 8px;
}
#responsive_menu .responsive_menu_top {
  z-index: 10;
  background-color: white;
  position: relative;
  overflow: hidden !important;
  padding: 15px;
  width: 220px;
}
#responsive_menu .responsive_menu_top a {
  display: block;
  clear: both;
  text-align: center;
  padding: 5px;
  color: black;
}
#responsive_menu #responsive_menu_close {
  width: 50px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 4px;
  background-color: white;
  color: black;
  font-size: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: left;
  top: 10px;
  cursor: hand;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px #000000;
          box-shadow: 2px 2px 10px #000000;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#responsive_menu.open {
  right: 0;
}
#responsive_menu.open #responsive_menu_close {
  left: -34px;
}
#responsive_menu nav.navigation {
  font-size: 1.2em;
  width: 250px;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  background-color: white;
  color: black;
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#responsive_menu nav.navigation ul.menu {
  z-index: 1;
  background-color: none;
  padding-bottom: 50px;
  position: absolute;
  /* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#responsive_menu nav.navigation ul.menu li {
  width: 250px;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: lowercase;
}
#responsive_menu nav.navigation ul.menu li > a {
  background-color: white;
  color: black;
}
#responsive_menu nav.navigation ul.menu li a {
  color: black;
  border-bottom: solid 1px black;
  line-height: 1.1em;
  display: block;
  clear: both;
  padding: 16px 15px;
  text-transform: capitalize;
}
#responsive_menu nav.navigation ul.menu li a:active {
  background-color: #7b648a;
  color: white;
}
#responsive_menu nav.navigation ul.menu li a:hover {
  color: black;
}
#responsive_menu nav.navigation ul.menu li ul.sub-menu {
  display: block;
  position: static;
  width: 100%;
}
#responsive_menu nav.navigation ul.menu li ul.sub-menu li {
  width: 100%;
  float: left;
  font-size: 0.9em;
}
#responsive_menu nav.navigation ul.menu li ul.sub-menu li a {
  padding: 7px 15px 7px 30px;
  display: block;
  background-color: white;
  text-transform: capitalize;
  line-height: 1.1em;
}
#responsive_menu nav.navigation ul.menu li ul.sub-menu li a:hover {
  color: black;
}
#responsive_menu nav.navigation ul.menu ul li a:hover,
#responsive_menu nav.navigation ul.menu li.current-menu-item ul li a:hover,
#responsive_menu nav.navigation ul.menu li ul li.current-menu-item a,
#responsive_menu nav.navigation ul.menu li ul li.current a,
#responsive_menu nav.navigation ul.menu li.current-menu-ancestor ul li a:hover {
  background-position: 3px center;
  background-color: #7b648a;
  color: white;
}
@media handheld, only screen and (min-width: 720px) {
  #responsive_menu {
    display: none;
  }
}

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: relative;
  width: 90%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.cc-cookies a, .cc-cookies a:hover {
  color: #fff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-cookies .cc-cookies a.cc-cookie-decline, .cc-cookies .cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies .cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies .cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies .cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies .cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.cc-cookies .cookie_banner_txt_area {
  width: 85%;
  float: left;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.cc-cookies .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}

/*
@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}
*/
@media screen and (max-width: 480px) {
  .cc-cookies {
    display: none;
  }
}
.widget_testimonial_widget .testimonial .text {
  padding-left: 40px;
  position: relative;
}
.widget_testimonial_widget .testimonial .text:before {
  content: "";
  font-size: 30px;
  margin-right: 8px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  color: #7b648a;
  position: absolute;
  top: 0;
  left: 0;
}
.widget_testimonial_widget .testimonial .testimonial-title {
  font-size: 1.2em;
  margin: 0.5em 0 1em;
  text-align: right;
}

.entry-content #testimonials {
  overflow: hidden;
}
.entry-content #testimonials li {
  overflow: hidden;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #7b648a;
}
.entry-content blockquote {
  padding-left: 40px;
  position: relative;
}
.entry-content blockquote:before {
  content: "";
  font-size: 30px;
  margin-right: 8px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  color: #7b648a;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content p {
  line-height: 1.4em;
  margin: 0 0 1.3em;
}
.entry-content hr {
  background-color: transparent;
  border-top: 1px dashed #FFF;
  border-bottom: medium none;
  border-left: medium none;
  border-right: medium none;
  color: #FFFFFF;
  height: 4px;
  margin: 25px 0;
}
.entry-content .intro {
  font-size: 1.3em;
  text-align: center;
}
.entry-content .landing-page-intro {
  font-size: 1.8em;
  text-align: center;
}
.entry-content a.download-link {
  display: inline-block;
  background-color: #7b648a;
  color: white;
  padding: 10px 18px 10px 10px;
  text-decoration: none;
  font-size: 1.1em;
}
.entry-content a.download-link:before {
  content: "";
  font-size: 20px;
  margin-right: 8px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
}
.entry-content a.download-link:hover {
  background-color: #00ccff;
}
.entry-content a.block-link {
  display: inline-block;
  background-color: #9DB04D;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 1.1em;
}
.entry-content a.block-link:hover {
  background-color: #999999;
}
.entry-content ul {
  margin: 0 0 1.3em;
  list-style: disc outside none;
  padding-left: 20px;
}
.entry-content ul li {
  line-height: 1.4em;
  padding: 1px 0 1px;
}
.entry-content ul.nobullets {
  list-style: none;
}
.entry-content .sidebar ul.half li {
  width: 128px;
  float: left;
}
.entry-content a {
  text-decoration: underline;
  color: #3d3b3b;
}
.entry-content h1.entry-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 0.5em;
  text-align: center;
  color: black;
}
.entry-content h1 {
  text-transform: uppercase;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  color: black;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0 0 0.5em;
  font-family: "Cabin Condensed", sans-serif;
}
.entry-content h1,
.entry-content h2 {
  font-size: 1.5em;
}
.entry-content h3 {
  font-size: 1.5em;
}
.entry-content h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.entry-content table {
  margin: 0 0 1.3em;
}
.entry-content th, .entry-content .entry-content td {
  padding: 4px;
  border: 1px solid #5B584E;
}
.entry-content th {
  color: #fff;
  background-color: #5B584E;
  font-weight: bold;
  text-align: left;
}
.entry-content section.publications ul, .entry-content section.publications li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.entry-content section.publications ul {
  overflow: hidden;
}
.entry-content section.publications ul li {
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #F0F0F0;
  padding: 20px;
}
.entry-content section.publications ul li .info {
  float: right;
  margin-left: 10px;
  width: 400px;
}
.entry-content section.publications ul li .pub-title {
  font-size: 1.3em;
  color: #7b648a;
  margin-bottom: 0.5em;
}
.entry-content section.publications ul li .pub-title a {
  text-decoration: none;
  color: #7b648a;
}
.entry-content section.publications ul li .img {
  width: 180px;
  float: left;
}
.entry-content section.publications ul li .img img {
  display: block;
  max-height: 180px;
  -webkit-box-shadow: 1px 1px 1px #000000;
          box-shadow: 1px 1px 1px #000000;
}
@media handheld, only screen and (max-width: 980px) {
  .entry-content section.publications ul li .info {
    width: 220px;
  }
}
@media handheld, only screen and (max-width: 720px) {
  .entry-content section.publications ul li .img {
    width: 140px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  .entry-content section.publications ul li .img {
    width: 90px;
    margin: 0 auto 15px;
  }
  .entry-content section.publications ul li .info {
    width: 100%;
    margin-left: 0;
  }
}
.entry-content ol.page-links li, .entry-content ul.page-links li, .entry-content ul.h2-menu li {
  background: none;
  padding: 0;
  margin: 4px 0;
}
.entry-content ol.page-links li a, .entry-content ul.page-links li a, .entry-content ul.h2-menu li a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #ebebeb;
  color: white;
  text-decoration: none;
  font-size: 1.1em;
}
.entry-content ol.page-links li a:hover, .entry-content ul.page-links li a:hover, .entry-content ul.h2-menu li a:hover {
  background-color: #7b648a;
}
.entry-content ul.Jobs-list li {
  margin: 0 0 8px;
  padding: 6px;
  background: none #F0F0F0;
}
.entry-content ul.Jobs-list li h2 {
  font-size: 1.3em;
  color: #7b648a;
  margin: 0 0 0.5em;
}
.entry-content ul.Jobs-list li h2 a {
  text-decoration: none;
  color: #7b648a;
}

.col-1, .col-2, .col-3 {
  float: left;
  width: 31%;
  padding: 0 1.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media handheld, only screen and (max-width: 980px) {
  .col-1, .col-2, .col-3 {
    float: none;
    width: 100%;
    padding: 0px;
  }
}

.col-2 {
  margin: 0 3.3%;
}
@media handheld, only screen and (max-width: 980px) {
  .col-2 {
    margin: 5% 0;
  }
}

#main-banner {
  max-height: 250px;
  margin-bottom: 30px;
}

.banner-wrap {
  position: relative;
}

#main-banner ul li {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: none;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  z-index: 600;
}
.page-title .pad {
  text-align: center;
  padding: 0px 30px;
}
.page-title .pad p {
  font-size: 1.5em;
  line-height: 1.1em;
}

@media handheld, only screen and (max-width: 720px) {
  #main-banner, #main-banner ul li {
    max-height: 200px;
  }

  .page-title .pad p {
    font-size: 1.2em;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #main-banner, #main-banner ul li {
    max-height: 180px;
  }

  .page-title .pad p {
    font-size: 1.2em;
  }
}
#main-banner.noimage ul, #main-banner.noimage ul li {
  height: auto;
}
#main-banner.noimage .page-title {
  position: relative;
  padding-left: 0;
}

.news-feed .sidebar {
  float: left;
  margin-right: 5%;
  padding-bottom: 30px;
  width: 65% !important;
}
@media handheld, only screen and (max-width: 720px) {
  .news-feed .sidebar {
    float: none !important;
    width: 100% !important;
  }
}

ul.events-list li {
  overflow: hidden;
  margin-bottom: 3%;
}
ul.events-list li .news-img {
  float: left;
  margin-right: 5%;
  width: 24%;
}
ul.events-list li .news-info {
  float: left;
  width: 71%;
}
ul.events-list li .news-info h2 {
  line-height: 1.1em;
  font-size: 1.1em;
  font-weight: bold;
  color: #0171BB;
}
ul.events-list li .news-info .time {
  padding: 0.5em 0em;
  color: #7b648a;
}

aside.sidebar {
  float: left;
  width: 30%;
  padding-top: 10px;
}

@media handheld, only screen and (max-width: 720px) {
  article.page, aside.sidebar {
    float: none;
    width: 100%;
  }
}
.link-cards {
  float: left;
  width: 65%;
  margin-right: 5%;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 980px) {
  .link-cards {
    width: 100%;
  }
}

.card {
  position: relative;
  float: left;
  width: 47%;
  margin: 0 6% 6% 0;
}
.card:nth-child(2n+2) {
  margin-right: 0%;
}
.card__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0px;
  font-size: 14px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.card__link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.card img {
  display: block;
  width: 100%;
  height: auto;
}
@media handheld, only screen and (max-width: 460px) {
  .card__title {
    font-size: 1em;
  }
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  position: relative;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  min-height: 350px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Custom
   ========================================================================== */
.modal-strapline {
  color: white;
  font-size: 20px;
  line-height: normal;
  padding-bottom: 30px;
}
@media only screen and (min-width: 540px) {
  .modal-strapline {
    font-size: 23px;
  }
}
@media only screen and (min-width: 720px) {
  .modal-strapline {
    font-size: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .modal-strapline {
    font-size: 29px;
  }
}
@media only screen and (min-width: 1140px) {
  .modal-strapline {
    font-size: 32px;
  }
}

.modal-buttton {
  display: inline-block;
  padding: 0px 10px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  min-width: 100px;
  font-size: 18px;
}
.modal-buttton:hover {
  background: white;
  color: black;
}

.modal-inner {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 300px;
}

/* Assistive text */
.assistive-text, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 0;
  text-indent: -999em;
  line-height: 0;
  overflow: hidden;
  width: 1px;
  color: black;
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

body {
  background: none;
  font-size: 13px;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  color: #000000;
}

/* Responsive */
img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

figure img {
  max-width: 100%;
}

.skip-float {
  clear: left;
}

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 0 1.3em;
}

.video-holder iframe, .video-holder object, .video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Typography */
a {
  color: #7b648a;
  text-decoration: none;
}
a:hover {
  color: #7b648a;
}

sup {
  font-size: 0.5em;
  position: relative;
  top: -0.8em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  font-family: "Cabin", sans-serif;
  color: black;
  font-size: 1.5em;
}

h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 1.5em;
}

/* Stucture */
.container {
  width: 940px;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 980px) {
  .container {
    width: 720px;
  }
}
@media handheld, only screen and (max-width: 720px) {
  .container {
    width: 460px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  .container {
    width: 94%;
    margin: 0 3%;
  }
}

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

#masthead {
  position: relative;
  z-index: 900;
  background-color: white;
}
#masthead #header-inner {
  position: relative;
  padding: 20px 0px;
  padding-bottom: 20px;
}
#masthead ul#top-bar {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
#masthead ul#top-bar li {
  float: left;
  line-height: 30px;
  font-size: 13px;
  padding: 20px 3px;
}
#masthead ul#top-bar li.top-phone, #masthead ul#top-bar li.top-mobile {
  font-size: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
#masthead ul#top-bar li.top-phone {
  padding: 20px 10px 20px 30px;
  background: url("images/phone.png") left center no-repeat transparent;
}
#masthead ul#top-bar li.top-mobile {
  padding: 20px 10px 20px 20px;
  background: url("images/mobile.png") left center no-repeat transparent;
}
#masthead ul#top-bar li.top-link {
  font-weight: bold;
  font-size: 15px;
}
#masthead ul#top-bar li.top-link a {
  color: black;
}
#masthead ul#top-bar li.top-link a:hover {
  color: #7b648a;
}
#masthead ul#top-bar li.top-search {
  padding: 0 4px;
}
#masthead ul#top-bar #controls li {
  padding: 0;
}
#masthead ul#top-bar #controls .dashicons {
  height: 30px;
  line-height: 30px;
}
#masthead #top-social {
  position: absolute;
  top: 60px;
  right: 0;
}
#masthead #top-social a {
  margin-right: 10px;
}
#masthead #logo {
  z-index: 55;
  padding-bottom: 20px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#masthead nav.main-menu {
  margin-left: auto;
}
#masthead img.cqs {
  position: absolute;
  display: block;
  top: 55px;
  right: 0;
}
@media handheld, only screen and (max-width: 980px) {
  #masthead ul#top-bar li.top-search {
    float: right;
  }
  #masthead ul#top-bar #lang-change {
    padding: 20px 35px;
  }
  #masthead ul#top-bar li.font-change {
    float: right;
  }
  #masthead ul#top-bar li.top-phone, #masthead ul#top-bar li.top-mobile {
    font-size: 20px;
  }
}
@media handheld, only screen and (max-width: 720px) {
  #masthead {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 2px 2px 10px #000000;
            box-shadow: 2px 2px 10px #000000;
    background-color: #ffffff;
    width: 100%;
    border-bottom: solid 2px #000000;
  }
  #masthead #header-inner {
    padding: 0px;
  }
  #masthead img.cqs {
    display: none;
  }
  #masthead #logo {
    padding: 10px 0px 5px;
    width: 110px;
  }
  #masthead.scrolled #logo {
    padding: 4px 0 0;
    width: 80px;
  }
  #masthead ul#top-bar, #masthead nav.navigation {
    display: none;
  }
  #masthead #top-social {
    top: 5px;
    right: 48px;
  }
  #masthead #top-social a {
    margin-right: 3px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #masthead #logo {
    padding: 8px 0px 5px;
    width: 100px;
  }
  #masthead #top-social {
    display: none;
  }
}

@media handheld, only screen and (max-width: 720px) {
  .admin-bar #masthead {
    top: 46px;
  }

  #main {
    margin-top: 80px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #main {
    margin-top: 80px;
  }
}
.hidden {
  display: none;
}

/* Entrys */
h1.news-title {
  font-size: 3.33em;
  line-height: 1.1em;
  margin: 0 0 10px;
}

.blog .post {
  border-bottom: dashed 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog .post:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}

article {
  overflow: hidden;
}

h1.entry-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 2em;
  color: black;
  text-align: center;
}

.single h1.entry-title {
  text-align: left;
}

.entry-title a {
  text-decoration: none;
}

.intro {
  font-size: 1.4em;
}

.attachment-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}

body.page #content article.page {
  width: 100%;
  padding-bottom: 30px;
}
body.page #content aside.sidebar {
  float: left;
  width: 30%;
}
@media handheld, only screen and (max-width: 980px) {
  body.page #content article.page, body.page #content aside.sidebar {
    float: none;
    width: 100%;
  }
}

/* 404 */
#post-404 {
  text-align: center;
  margin: 50px 0;
}
#post-404 .dashicons {
  font-size: 1em;
  margin-right: 0.5em;
}
#post-404 h1 {
  font-size: 5em;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}
#post-404 div.entry-content p {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#post-404 div.entry-content p.line-one {
  font-size: 2em;
}

.widgettitle {
  margin-bottom: 1.3em;
}

.widget-area ul li .menu-sidebar-container ul li {
  padding-bottom: 10px;
}
.widget-area ul li .menu-sidebar-container ul li a {
  color: black;
  font-size: 1.2em;
}
.widget-area ul li .menu-sidebar-container ul li a:hover {
  text-decoration: underline;
}

/* Footer */
#colophon {
  clear: both;
  /* margin-top:20px; */
  background: #343435;
  color: #989898;
}
#colophon .logos {
  background: #ffffff;
}
#colophon .logos .inner {
  overflow: hidden;
  background: #ffffff;
  padding: 20px 0px;
}
#colophon .logos .inner .lottery {
  float: left;
  width: 151px;
  margin-right: 18px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .lottery {
    width: 120px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .lottery {
    width: 40%;
    margin-right: 10%;
  }
}
#colophon .logos .inner .acw {
  float: left;
  width: 208px;
  margin-right: 18px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .acw {
    width: 175px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .acw {
    width: 45%;
    margin-right: 0px;
  }
}
#colophon .logos .inner .wg {
  float: left;
  width: 157px;
  margin-right: 18px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .wg {
    width: 120px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .wg {
    clear: left;
    width: 45%;
    margin-right: 10%;
  }
}
#colophon .logos .inner .scvs {
  float: left;
  width: 109px;
  margin-right: 18px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .scvs {
    width: 80px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 720px) {
  #colophon .logos .inner .scvs {
    clear: both;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .scvs {
    clear: none;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .scvs {
    width: 45%;
    margin-right: 0px;
    text-align: center;
  }
}
#colophon .logos .inner .artawe {
  float: left;
  width: 158px;
  margin-right: 18px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .artawe {
    width: 122px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .artawe {
    width: 45%;
    margin-right: 10%;
  }
}
#colophon .logos .inner .ccs {
  float: left;
  width: 64px;
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .logos .inner .ccs {
    width: 52px;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .logos .inner .ccs {
    width: 45%;
    text-align: center;
  }
}
#colophon .footer-inner {
  overflow: hidden;
  padding: 40px 0px;
}
#colophon .footer-inner h3 {
  color: #989898;
  font-size: 1.1em;
  font-weight: bold;
  margin: 4px 0 0.5em;
}
#colophon .footer-inner .row {
  float: left;
  overflow: hidden;
  width: 25%;
  line-height: 1.3em;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#colophon .footer-inner .address, #colophon .footer-inner .contact {
  float: left;
  width: 25%;
  padding-bottom: 15px;
  min-height: 80px;
}
#colophon .footer-inner .address p, #colophon .footer-inner .contact p {
  margin-bottom: 0.5em;
}
#colophon .footer-inner .address {
  width: 20%;
}
#colophon .footer-inner .contact {
  width: 20%;
}
#colophon .footer-inner .contact .number {
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#colophon .footer-inner .swansea-img {
  float: right;
  width: 15%;
}
#colophon .footer-inner .social-img {
  float: right;
  width: 15%;
}
@media handheld, only screen and (max-width: 1200px) {
  #colophon .footer-inner {
    padding: 20px 0px;
  }
}
@media handheld, only screen and (max-width: 980px) {
  #colophon .footer-inner .row {
    width: 100%;
    text-align: center;
  }
  #colophon .footer-inner .contact {
    width: 100%;
    text-align: center;
  }
  #colophon .footer-inner .swansea-img {
    width: 100%;
    text-align: center;
  }
  #colophon .footer-inner .swansea-img img {
    display: inline-block;
    width: 20%;
  }
  #colophon .footer-inner .social-img {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-top: 20px;
  }
  #colophon .footer-inner .social-img img {
    display: inline-block;
    width: 20%;
  }
}
@media handheld, only screen and (max-width: 720px) {
  #colophon .footer-inner .row {
    text-align: center;
  }
  #colophon .footer-inner .row:nth-child(3) {
    margin-right: 0px;
  }
  #colophon .footer-inner .swansea-img img {
    display: inline-block;
    width: 15%;
  }
  #colophon .footer-inner .social-img img {
    display: inline-block;
    width: 20%;
  }
}
@media handheld, only screen and (max-width: 460px) {
  #colophon .footer-inner .row {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    text-align: center;
  }
  #colophon .footer-inner .row:nth-child(3) {
    margin-right: 0px;
  }
  #colophon .footer-inner .swansea-img img {
    width: 40%;
  }
  #colophon .footer-inner .social-img img {
    width: 20%;
  }
}

.site-info {
  padding: 20px 0px;
}

.site-info .admin-link, .site-info .admin-link:hover {
  color: #989898;
  text-decoration: none;
  cursor: text;
}

.site-info {
  clear: both;
  font-size: 0.83em;
  color: #989898;
  text-align: center;
}

#colophon .site-info a {
  color: #989898;
  text-decoration: none;
}

.site-info a:hover {
  text-decoration: underline;
}

#disqus_thread {
  color: #000000;
  margin-bottom: 30px;
}

/* Back to top button*/
.back-to-top {
  background-color: #0171BB;
  bottom: 2em;
  color: #ffffff;
  display: none;
  font-family: "dashicons";
  font-size: 12px;
  padding: 1em;
  position: fixed;
  z-index: 999;
  right: 2em;
  text-decoration: none;
}
.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
  color: #ffffff;
}

/* Pagination */
.pagination {
  float: left;
  margin-right: 10px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.pagination span.title {
  background: #7b648a;
  color: white;
  text-transform: none;
}
.pagination span, .pagination a {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 2px;
}
.pagination span {
  color: #ffffff;
  background: #9DB04D;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 6px 10px;
}
.pagination a {
  color: white;
  background: #7b648a;
  text-decoration: none;
}
.pagination a:hover {
  color: #ffffff;
  background: #9DB04D;
}

svg {
  width: 500px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  clear: both;
}
svg path {
  stroke: #989898;
  stroke-width: 1;
}
svg g:hover path {
  fill: #7b648a;
}

/* Add this */
.addthis_toolbox {
  overflow: hidden;
  margin-bottom: 20px;
  /* Facebook */
  /* Google+ */
  /* Twitter */
  /* Pinterest */
  /* LinkedIn */
  /* Email */
}
.addthis_toolbox a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  padding-left: 5px;
}
.addthis_toolbox span {
  float: left;
  line-height: 30px;
  margin-right: 8px;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.addthis_toolbox a.addthis_button_facebook {
  background: url("images/addthis/facebook.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_google_plusone_share {
  background: url("images/addthis/google-plus.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_twitter {
  background: url("images/addthis/twitter.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_pinterest_share {
  background: url("images/addthis/pinterest.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_linkedin {
  background: url("images/addthis/in.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_email {
  background: url("images/addthis/email.png") center center no-repeat transparent;
}
.addthis_toolbox a.addthis_button_compact {
  background: url("images/addthis/compact.png") center center no-repeat transparent;
}

.vcard.author {
  display: none;
}

.pound {
  font-size: 1.4em;
}

.home .buttons a {
  display: inline-block;
  font-size: 1.8em;
}
@media handheld, only screen and (max-width: 980px) {
  .home .buttons a {
    font-size: 1.5em;
  }
}
@media handheld, only screen and (max-width: 720px) {
  .home .buttons a {
    display: block;
  }
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons a {
  display: block;
  padding: 15px 20px;
  background: #7b648a;
  color: white;
  margin: 10px 5px;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1.1em;
}
.buttons a:hover {
  background: #ebebeb;
  color: #989898;
}
@media handheld, only screen and (max-width: 460px) {
  .buttons a {
    font-size: 1.5em;
    display: block;
  }
}

.answers {
  position: relative;
  min-height: 35px;
  padding: 10px 0 15px;
}

.answers .answer, .answers .confirm, .answers #check-ps {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 9px 12px 8px;
  color: white;
  margin: 6px 6px 6px 0;
  cursor: pointer;
  cursor: hand;
  max-width: 100%;
  background: #268FAF;
}

.answers .answer small, .answers .confirm small, .answers #check-ps small {
  font-size: 0.7em;
}

.answers .answer b, .answers .confirm b, .answers #check-ps b {
  font-weight: bold;
}

.answers .confirm {
  margin: 2px 4px 2px 10px;
}

.answers .answer.current {
  background: #77b72a;
  color: #ffffff;
  z-index: 50;
}

.answers .change {
  display: none;
  padding: 9px 12px 8px;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  position: relative;
  top: 2px;
  background: #e30614;
}

.answers .change.show {
  display: inline-block;
}

.answers #check-ps {
  margin: 2px 10px;
}

#quoteform input {
  height: 28px;
  width: 300px;
  max-width: 100%;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
}

#quoteform .pound {
  font-size: 1.4em;
}

#quoteform .nextbutton {
  cursor: pointer;
  cursor: hand;
  max-width: 90%;
  width: 100px;
  padding: 10px 15px;
  margin: 15px auto;
  font-size: 1.5em;
  background: #cccccc;
  color: #dcdcdc;
  text-align: center;
}

#quoteform .nextbutton.validated {
  background: #268FAF;
  color: white;
}

.col1, .col2, .col3 {
  float: left;
  padding: 2px 0;
}

.col1 {
  width: 60%;
  clear: left;
}

.col2 {
  width: 15%;
  font-weight: bold;
}

.col3 {
  width: 25%;
}

@media handheld, only screen and (max-width: 720px) {
  .disbursements .col1 {
    width: 85%;
  }
}
.quote-wrap {
  overflow: hidden;
  line-height: 1.3em;
}

.quote-wrap .row {
  overflow: hidden;
}

.quote-wrap .top {
  font-size: 1.6em;
  text-align: center;
}

.quote-wrap .top .and {
  font-size: 0.7em;
  margin-bottom: 0.3em;
}

.quote-wrap .top p {
  margin-bottom: 0.3em;
}

.quote-wrap .total {
  padding: 10px 12px;
  width: 230px;
  text-align: center;
  margin: 15px auto;
  display: block;
  color: white;
  font-size: 1.9em;
  background: #B87ABE;
}

.contact-1 {
  float: left;
  margin-right: 20px;
}
@media handheld, only screen and (max-width: 1200px) {
  .contact-1 {
    width: 50%;
    margin-right: 0px;
  }
}
@media handheld, only screen and (max-width: 980px) {
  .contact-1 {
    width: 100%;
    float: left;
  }
}

.contact-2 {
  float: left;
  margin-right: 20px;
}
@media handheld, only screen and (max-width: 1200px) {
  .contact-2 {
    width: 50%;
    margin-right: 0px;
  }
}
@media handheld, only screen and (max-width: 980px) {
  .contact-2 {
    width: 100%;
    float: left;
  }
}

.profile-img {
  float: right;
}
@media handheld, only screen and (max-width: 1200px) {
  .profile-img {
    float: none;
    clear: both;
  }
}

p.cancel {
  clear: both;
  margin: 0px;
  padding: 20px 0px;
}

.lcp_catlist img {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

ul.lcp_catlist {
  list-style: none;
  padding-left: 0px;
}

.btn {
  padding: 3px 15px;
  clear: both;
  color: white;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.btn--purple {
  background: #7b648a;
}
.btn--purple:hover {
  color: white;
  background: black;
}

.btn--black {
  background: black;
}
.btn--black:hover {
  color: white;
  background: #7b648a;
}

.center-block {
  margin: 0 auto;
}

.event-category-description {
  text-align: center;
  padding: 0px 100px 30px 100px;
}
@media handheld, only screen and (max-width: 980px) {
  .event-category-description {
    padding: 0px 50px 30px 50px;
  }
}
@media handheld, only screen and (max-width: 980px) {
  .event-category-description {
    padding: 0px 10px 30px 10px;
  }
}

.eapps-instagram-feed-title {
  padding: 0px 0px 10px 0px !important;
}

aside.sidebar {
  padding-top: 0px !important;
}