/*!
Theme Name: g_and_i
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: g_and_i
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

g_and_i is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# MIXINS
# VARIABLES
# GRID
# GLOBAL
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#HEADER
#FOOTER
#HOMEPAGE
#CONTACTPAGE
#EVENTSPAGE
#SINGLEPAGE
#SERVICESPAGE
#RESPONSIVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VARIABLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b42418207ed391e07344)
 * Config saved to config.json and https://gist.github.com/b42418207ed391e07344
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    /*width: 1170px;*/
    width: 1000px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .alpha {
    padding-left: 0; }
  .omega {
    padding-right: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container-work-grid,
.container-home-grid,
.container-diary-grid,
.work-grid,
.diary-grid {
  width: 1000px;
  margin: 0 auto; }

.container-work-grid .grid-multi-block,
.container-home-grid .grid-multi-block,
.container-diary-grid .grid-multi-block,
.work-grid .grid-multi-block,
.diary-grid .grid-multi-block,
.right-column .grid-multi-block {
  float: left; }
  .container-work-grid .grid-multi-block.left,
  .container-home-grid .grid-multi-block.left,
  .container-diary-grid .grid-multi-block.left,
  .work-grid .grid-multi-block.left,
  .diary-grid .grid-multi-block.left,
  .right-column .grid-multi-block.left {
    margin-right: 0.5%; }
  .container-work-grid .grid-multi-block.right,
  .container-home-grid .grid-multi-block.right,
  .container-diary-grid .grid-multi-block.right,
  .work-grid .grid-multi-block.right,
  .diary-grid .grid-multi-block.right,
  .right-column .grid-multi-block.right {
    margin-left: 0.5%; }

.container-work-grid .grid-block,
.container-home-grid .grid-block,
.container-diary-grid .grid-block,
.work-grid .grid-block,
.diary-grid .grid-block,
.right-column .grid-block {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  float: left; }
  .container-work-grid .grid-block.hide,
  .container-home-grid .grid-block.hide,
  .container-diary-grid .grid-block.hide,
  .work-grid .grid-block.hide,
  .diary-grid .grid-block.hide,
  .right-column .grid-block.hide {
    display: none; }
  .container-work-grid .grid-block.left,
  .container-home-grid .grid-block.left,
  .container-diary-grid .grid-block.left,
  .work-grid .grid-block.left,
  .diary-grid .grid-block.left,
  .right-column .grid-block.left {
    margin-right: 0.5%; }
  .container-work-grid .grid-block.right,
  .container-home-grid .grid-block.right,
  .container-diary-grid .grid-block.right,
  .work-grid .grid-block.right,
  .diary-grid .grid-block.right,
  .right-column .grid-block.right {
    margin-left: 0.5%; }
  .container-work-grid .grid-block .grid-image,
  .container-home-grid .grid-block .grid-image,
  .container-diary-grid .grid-block .grid-image,
  .work-grid .grid-block .grid-image,
  .diary-grid .grid-block .grid-image,
  .right-column .grid-block .grid-image {
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .container-work-grid .grid-block .grid-image:before,
    .container-home-grid .grid-block .grid-image:before,
    .container-diary-grid .grid-block .grid-image:before,
    .work-grid .grid-block .grid-image:before,
    .diary-grid .grid-block .grid-image:before,
    .right-column .grid-block .grid-image:before {
      -moz-transition: opacity 800ms;
      -o-transition: opacity 800ms;
      -webkit-transition: opacity 800ms;
      transition: opacity 800ms;
      display: block;
      content: " ";
      background-color: white;
      width: 101%;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .container-work-grid .grid-block .grid-image:hover:before,
    .container-home-grid .grid-block .grid-image:hover:before,
    .container-diary-grid .grid-block .grid-image:hover:before,
    .work-grid .grid-block .grid-image:hover:before,
    .diary-grid .grid-block .grid-image:hover:before,
    .right-column .grid-block .grid-image:hover:before {
      opacity: 0.7; }
    .container-work-grid .grid-block .grid-image > a,
    .container-home-grid .grid-block .grid-image > a,
    .container-diary-grid .grid-block .grid-image > a,
    .work-grid .grid-block .grid-image > a,
    .diary-grid .grid-block .grid-image > a,
    .right-column .grid-block .grid-image > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .container-work-grid .grid-block .grid-image a:hover,
    .container-work-grid .grid-block .grid-image a:focus,
    .container-home-grid .grid-block .grid-image a:hover,
    .container-home-grid .grid-block .grid-image a:focus,
    .container-diary-grid .grid-block .grid-image a:hover,
    .container-diary-grid .grid-block .grid-image a:focus,
    .work-grid .grid-block .grid-image a:hover,
    .work-grid .grid-block .grid-image a:focus,
    .diary-grid .grid-block .grid-image a:hover,
    .diary-grid .grid-block .grid-image a:focus,
    .right-column .grid-block .grid-image a:hover,
    .right-column .grid-block .grid-image a:focus {
      border-bottom: 0; }
  .container-work-grid .grid-block.block-8 .info-block,
  .container-home-grid .grid-block.block-8 .info-block,
  .container-diary-grid .grid-block.block-8 .info-block,
  .work-grid .grid-block.block-8 .info-block,
  .diary-grid .grid-block.block-8 .info-block,
  .right-column .grid-block.block-8 .info-block {
    width: 240px;
    height: 240px;
    padding: 5% 20px; }
  .container-work-grid .grid-block .info-block,
  .container-home-grid .grid-block .info-block,
  .container-diary-grid .grid-block .info-block,
  .work-grid .grid-block .info-block,
  .diary-grid .grid-block .info-block,
  .right-column .grid-block .info-block {
    text-align: center;
    width: 70%;
    height: 70%;
    /*min-height: 100px;*/
    padding: 15% 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -500px;
    background-color: #642c84;
    opacity: 0.9;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .container-work-grid .grid-block .info-block.no-padding,
    .container-home-grid .grid-block .info-block.no-padding,
    .container-diary-grid .grid-block .info-block.no-padding,
    .work-grid .grid-block .info-block.no-padding,
    .diary-grid .grid-block .info-block.no-padding,
    .right-column .grid-block .info-block.no-padding {
      padding: 0; }
      .container-work-grid .grid-block .info-block.no-padding .vertically-align,
      .container-home-grid .grid-block .info-block.no-padding .vertically-align,
      .container-diary-grid .grid-block .info-block.no-padding .vertically-align,
      .work-grid .grid-block .info-block.no-padding .vertically-align,
      .diary-grid .grid-block .info-block.no-padding .vertically-align,
      .right-column .grid-block .info-block.no-padding .vertically-align {
        width: 100%;
        padding: 0 10px; }
    .container-work-grid .grid-block .info-block .category,
    .container-work-grid .grid-block .info-block .name,
    .container-home-grid .grid-block .info-block .category,
    .container-home-grid .grid-block .info-block .name,
    .container-diary-grid .grid-block .info-block .category,
    .container-diary-grid .grid-block .info-block .name,
    .work-grid .grid-block .info-block .category,
    .work-grid .grid-block .info-block .name,
    .diary-grid .grid-block .info-block .category,
    .diary-grid .grid-block .info-block .name,
    .right-column .grid-block .info-block .category,
    .right-column .grid-block .info-block .name {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      word-wrap: break-word;
      letter-spacing: 0.4em;
      padding-left: 0.4em; }
    .container-work-grid .grid-block .info-block .excerpt,
    .container-work-grid .grid-block .info-block .position,
    .container-home-grid .grid-block .info-block .excerpt,
    .container-home-grid .grid-block .info-block .position,
    .container-diary-grid .grid-block .info-block .excerpt,
    .container-diary-grid .grid-block .info-block .position,
    .work-grid .grid-block .info-block .excerpt,
    .work-grid .grid-block .info-block .position,
    .diary-grid .grid-block .info-block .excerpt,
    .diary-grid .grid-block .info-block .position,
    .right-column .grid-block .info-block .excerpt,
    .right-column .grid-block .info-block .position {
      margin-top: 40px;
      font-size: 23px;
      word-wrap: break-word;
      letter-spacing: 0.05em; }
    .container-work-grid .grid-block .info-block .vertically-align,
    .container-home-grid .grid-block .info-block .vertically-align,
    .container-diary-grid .grid-block .info-block .vertically-align,
    .work-grid .grid-block .info-block .vertically-align,
    .diary-grid .grid-block .info-block .vertically-align,
    .right-column .grid-block .info-block .vertically-align {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .container-work-grid .grid-block:hover .info-block,
  .container-home-grid .grid-block:hover .info-block,
  .container-diary-grid .grid-block:hover .info-block,
  .work-grid .grid-block:hover .info-block,
  .diary-grid .grid-block:hover .info-block,
  .right-column .grid-block:hover .info-block {
    bottom: 50%;
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }

.container-work-grid .grid-block.block-6,
.container-home-grid .grid-block.block-6,
.container-diary-grid .grid-block.block-6,
.work-grid .grid-block.block-6,
.diary-grid .grid-block.block-6,
.right-column .grid-block.block-6 {
  height: 490px; }

.container-work-grid .block-6,
.container-home-grid .block-6,
.container-diary-grid .block-6,
.work-grid .block-6,
.diary-grid .block-6,
.right-column .block-6 {
  width: 49.5%; }
  .container-work-grid .block-6 .block-6,
  .container-home-grid .block-6 .block-6,
  .container-diary-grid .block-6 .block-6,
  .work-grid .block-6 .block-6,
  .diary-grid .block-6 .block-6,
  .right-column .block-6 .block-6 {
    /*need to double up the margin  spacing*/
    width: 49%;
    height: 235px;
    float: left; }
    .container-work-grid .block-6 .block-6:hover,
    .container-home-grid .block-6 .block-6:hover,
    .container-diary-grid .block-6 .block-6:hover,
    .work-grid .block-6 .block-6:hover,
    .diary-grid .block-6 .block-6:hover,
    .right-column .block-6 .block-6:hover {
      -webkit-filter: blur(0);
      -moz-filter: blur(0);
      -ms-filter: blur(0);
      -o-filter: blur(0);
      filter: blur(0); }
    .container-work-grid .block-6 .block-6.left,
    .container-home-grid .block-6 .block-6.left,
    .container-diary-grid .block-6 .block-6.left,
    .work-grid .block-6 .block-6.left,
    .diary-grid .block-6 .block-6.left,
    .right-column .block-6 .block-6.left {
      margin-right: 1%; }
    .container-work-grid .block-6 .block-6.right,
    .container-home-grid .block-6 .block-6.right,
    .container-diary-grid .block-6 .block-6.right,
    .work-grid .block-6 .block-6.right,
    .diary-grid .block-6 .block-6.right,
    .right-column .block-6 .block-6.right {
      margin-left: 1%; }
  .container-work-grid .block-6 .block-12,
  .container-home-grid .block-6 .block-12,
  .container-diary-grid .block-6 .block-12,
  .work-grid .block-6 .block-12,
  .diary-grid .block-6 .block-12,
  .right-column .block-6 .block-12 {
    height: 490px; }

.container-work-grid .block-8,
.container-home-grid .block-8,
.container-diary-grid .block-8,
.work-grid .block-8,
.diary-grid .block-8,
.right-column .block-8 {
  width: 65.5%;
  height: 320px; }

.container-work-grid .block-4,
.container-home-grid .block-4,
.container-diary-grid .block-4,
.work-grid .block-4,
.diary-grid .block-4,
.right-column .block-4 {
  width: 33.5%;
  height: 320px; }

.container-work-grid .block-12,
.container-home-grid .block-12,
.container-diary-grid .block-12,
.work-grid .block-12,
.diary-grid .block-12,
.right-column .block-12 {
  width: 100%;
  height: 490px; }

.aboutpage .three-col-grid .block-4,
.servicespage .three-col-grid .block-4 {
  width: 33%; }
  .aboutpage .three-col-grid .block-4.no-margin,
  .servicespage .three-col-grid .block-4.no-margin {
    margin: 0; }
  .aboutpage .three-col-grid .block-4 .info-block,
  .servicespage .three-col-grid .block-4 .info-block {
    width: 100%;
    height: 100%; }
  .aboutpage .three-col-grid .block-4:hover .info-block,
  .servicespage .three-col-grid .block-4:hover .info-block {
    bottom: 50%; }

.aboutpage .four-col-grid .block-3,
.servicespage .four-col-grid .block-3 {
  width: 24.5%;
  height: 236px; }
  .aboutpage .four-col-grid .block-3.no-margin,
  .servicespage .four-col-grid .block-3.no-margin {
    margin: 0; }
  .aboutpage .four-col-grid .block-3 .info-block,
  .servicespage .four-col-grid .block-3 .info-block {
    width: 100%;
    height: 100%;
    padding: 15% 0; }
  .aboutpage .four-col-grid .block-3:hover .info-block,
  .servicespage .four-col-grid .block-3:hover .info-block {
    bottom: 50%; }

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

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

@media (max-width: 799px) {
  #main .grid-block {
    margin-left: 0;
    margin-right: 0; }
    #main .grid-block.no-margin {
      margin-bottom: 10px; }
  .container-home-grid .three-col-grid .block-4,
  .container-home-grid .four-col-grid .block-3,
  .container-home-grid .block-4,
  .container-home-grid .block-6,
  .container-home-grid .block-8,
  .container-home-grid .block-12,
  .container-home-grid .block-6 .block-6,
  .container-home-grid .grid-block,
  .aboutpage .container-home-grid .three-col-grid .block-4,
  .aboutpage .container-home-grid .four-col-grid .block-3,
  .aboutpage .container-home-grid .block-4,
  .aboutpage .container-home-grid .block-6,
  .aboutpage .container-home-grid .block-8,
  .aboutpage .container-home-grid .block-12,
  .aboutpage .container-home-grid .block-6 .block-6,
  .aboutpage .container-home-grid .grid-block,
  .container-diary-grid .three-col-grid .block-4,
  .container-diary-grid .four-col-grid .block-3,
  .container-diary-grid .block-4,
  .container-diary-grid .block-6,
  .container-diary-grid .block-8,
  .container-diary-grid .block-12,
  .container-diary-grid .block-6 .block-6,
  .container-diary-grid .grid-block,
  .container-work-grid .three-col-grid .block-4,
  .container-work-grid .four-col-grid .block-3,
  .container-work-grid .block-4,
  .container-work-grid .block-6,
  .container-work-grid .block-8,
  .container-work-grid .block-12,
  .container-work-grid .block-6 .block-6,
  .container-work-grid .grid-block {
    width: 100%; }
  .container-home-grid .block-4 .info-block,
  .container-home-grid .block-3 .info-block,
  .aboutpage .container-home-grid .block-4 .info-block,
  .aboutpage .container-home-grid .block-3 .info-block,
  .container-diary-grid .block-4 .info-block,
  .container-diary-grid .block-3 .info-block,
  .container-work-grid .block-4 .info-block,
  .container-work-grid .block-3 .info-block {
    padding: 5% 0 0 0; }
    .container-home-grid .block-4 .info-block .category,
    .container-home-grid .block-3 .info-block .category,
    .aboutpage .container-home-grid .block-4 .info-block .category,
    .aboutpage .container-home-grid .block-3 .info-block .category,
    .container-diary-grid .block-4 .info-block .category,
    .container-diary-grid .block-3 .info-block .category,
    .container-work-grid .block-4 .info-block .category,
    .container-work-grid .block-3 .info-block .category {
      width: 100%;
      text-align: center;
      padding: 5% 0 0 0; } }

@media (max-width: 1024px) {
  .container-home-grid,
  .container-work-grid,
  .work-grid,
  .container-diary-grid,
  .diary-grid {
    width: 95%; } }

/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
.whiteBackground,
.white-background {
  background-color: white; }

.lightBackground {
  background-color: #f7f5f3; }

.ironBackground {
  background-color: #c7cccf; }

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
#main .subtitle {
  font-size: 28px;
  color: #666; }

/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/
.container a.standard-btn {
  background-color: #642c84;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  text-decoration: none; }

/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/
.nav-next,
.nav-previous {
  font-size: 16px;
  margin-bottom: 10px; }

/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
p {
  color: #666666;
  font-size: 18px;
  line-height: 1.4em; }

.display-flex {
  display: flex; }

.row.large-bottom-gap {
  margin-bottom: 88px; }

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

.margin-bottom {
  margin-bottom: 30px; }

img.full-width-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .valign.halign {
    left: 0;
    right: 0; }

.full-width-colored-block {
  height: 300px;
  padding-top: 80px; }
  .full-width-colored-block h1 {
    padding-top: 0;
    margin-top: 0; }
  .full-width-colored-block.no-filter-links {
    height: 210px; }

.pull-up {
  margin-top: -65px; }

.push-down {
  margin-top: 75px; }

.padding-bottom {
  padding-bottom: 75px; }

.padded-full-width-bar {
  padding: 50px 0px; }
  .padded-full-width-bar h3 {
    font-size: 27px; }

.user-content h1, .user-content h2, .user-content h3, .user-content h4 {
  color: #642c84; }

.user-content h2 {
  font-size: 24px; }

.no-top-spacing {
  padding-top: 0;
  margin-top: 0; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: AvenirLT-Book;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-width: 320px;
  font-family: AvenirLT-Book;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 400; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0;
  padding-bottom: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 34px;
  margin: 0.67em 0;
  color: #642c84; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: AvenirLT-Book;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400; }

h2.large {
  font-size: 34px;
  color: #642c84; }

p {
  margin-bottom: 0.75em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #642c84; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: #642c84;
  text-decoration: none;
  border-bottom: 1px solid #642c84; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }
  .main-navigation a:hover span {
    padding-bottom: 4px;
    border-bottom: 1px solid #642c84; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul li.current-menu-item a {
  border-bottom: 1px solid #642c84; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

img.alignleft, img.alignright {
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
#main {
  margin-top: 133px; }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
main h2 {
  color: #666666;
  font-size: 28px; }

.logo {
  width: 200px;
  height: 65px;
  background: url(images/gertrude_and_ivy.png) no-repeat; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }
    .logo a:hover, .logo a:active, .logo a:focus {
      text-decoration: none;
      border-bottom: 0; }

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .logo {
    background-image: url(images/gertrude_and_ivy@2.png);
    background-size: 200px 65px; } }

header {
  height: 133px;
  line-height: 133px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  -moz-transition: height 500ms;
  -o-transition: height 500ms;
  -webkit-transition: height 500ms;
  transition: height 500ms;
  z-index: 2; }
  header .header-content {
    position: relative;
    left: 0;
    right: 0;
    top: 40px;
    -moz-transition: top 500ms;
    -o-transition: top 500ms;
    -webkit-transition: top 500ms;
    transition: top 500ms; }
  header .logo {
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
    -webkit-transition: transform 500ms;
    transition: transform 500ms; }
  header.smaller {
    height: 70px; }
    header.smaller .header-content {
      top: 0; }
    header.smaller .logo {
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
    header.smaller .open-mobile-menu {
      margin-top: 5px; }

.main-navigation ul {
  float: right;
  margin-top: 20px; }
  .main-navigation ul li {
    border-left: 1px solid #642c84;
    height: 20px;
    padding: 0 15px; }
    .main-navigation ul li a {
      color: #642c84;
      font-size: 17px;
      line-height: 20px;
      display: inline-block;
      float: left; }
      .main-navigation ul li a:hover {
        padding-bottom: 0;
        border-bottom: 1px solid #642c84; }
    .main-navigation ul li:first-child {
      border-left: 0; }

.open-mobile-menu {
  background-image: url(images/mobile-menu-burger.png);
  width: 66px;
  height: 44px;
  cursor: pointer;
  float: right;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.close-mobile-menu {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  background: url(images/close-button.png);
  cursor: pointer; }

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#mc_embed_signup h2 {
  font-size: 28px; }

#mc_embed_signup .response {
  font-size: 15px;
  color: #642c84;
  text-align: center; }

#mc_embed_signup .mc-field-group {
  display: inline-block;
  width: 280px;
  height: 45px;
  position: relative; }
  #mc_embed_signup .mc-field-group .textfield {
    width: 100%;
    height: 100%;
    display: block;
    color: #642c84;
    padding: 0 15px;
    font-size: 15px;
    margin-left: 10px;
    background-color: #f7f5f3;
    border: 0;
    outline: none;
    border-radius: 5px; }
    #mc_embed_signup .mc-field-group .textfield.email {
      margin-left: 0; }
    #mc_embed_signup .mc-field-group .textfield.name {
      padding-right: 50px; }
      #mc_embed_signup .mc-field-group .textfield.name + .mce_inline_error {
        margin-left: 10px; }
    #mc_embed_signup .mc-field-group .textfield.mce_inline_error {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

#mc_embed_signup .mc-field-group div.mce_inline_error {
  width: 100%;
  background-color: transparent;
  color: #642c84;
  position: absolute;
  top: -25px;
  left: 5px;
  text-align: left; }

#mc-embedded-subscribe {
  position: absolute;
  right: -10px;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: #642c84;
  color: #fff;
  box-shadow: none;
  outline: none;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 15px;
  text-indent: -5000px;
  background: #642c84 url(images/white-arrow-right.png) center center no-repeat; }

.socialise-bar h3 {
  color: white;
  margin: 0;
  padding: 0;
  line-height: 28px; }

.social-media-links li {
  float: left;
  list-style-type: none;
  margin-right: 30px; }
  .social-media-links li a {
    display: block;
    height: 28px;
    width: 28px;
    background-size: 28px 28px; }
    .social-media-links li a.facebook {
      background: url(images/social-media/facebook.svg); }
    .social-media-links li a.linkedin {
      background: url(images/social-media/linkedin.svg); }
    .social-media-links li a.instagram {
      background: url(images/social-media/instagram.svg); }
    .social-media-links li a.pinterest {
      background: url(images/social-media/pinterest.svg); }
    .social-media-links li a.twitter {
      background: url(images/social-media/twitter.svg); }
    .social-media-links li a.youtube {
      background: url(images/social-media/youtube.svg);
      width: 62px; }
    .social-media-links li a:hover, .social-media-links li a:active, .social-media-links li a:focus {
      border-bottom: 0; }

#colophon {
  margin: 50px auto;
  border-top: 1px solid #cbcfd3;
  border-bottom: 1px solid #cbcfd3; }
  #colophon .site-info h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #642c84;
    height: 30px; }
    #colophon .site-info h2 + div {
      font-size: 18px;
      color: #642c84; }
  #colophon .site-info a {
    color: #642c84; }
  #colophon .site-info .push-down {
    margin-top: 52px; }
    #colophon .site-info .push-down a {
      font-size: 15px;
      color: #8f99a0; }

/*--------------------------------------------------------------
# EVENTSPAGE
--------------------------------------------------------------*/
.event-listing {
  padding: 20px;
  border: 1px solid #642c84;
  margin-bottom: 30px;
  font-size: 18px; }
  .event-listing.past-event {
    opacity: 0.6; }
  .event-listing .image {
    background-repeat: no-repeat;
    background-size: cover; }
  .event-listing .label {
    color: #642c84; }
  .event-listing h3 {
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    color: #642c84;
    border-bottom: 1px solid #000; }
    @media (max-width: 400px) {
      .event-listing h3 {
        margin-top: 15px; } }
  .event-listing .image {
    width: 300px;
    height: 300px; }
    @media (max-width: 400px) {
      .event-listing .image {
        height: 280px; } }
    @media (max-width: 320px) {
      .event-listing .image {
        height: 260px; } }
  .event-listing .standard-btn {
    position: absolute;
    bottom: 0;
    right: 15px; }

/*--------------------------------------------------------------
# HOMEPAGE
--------------------------------------------------------------*/
.homepage main h1 {
  margin-bottom: 0; }

.homepage main h2 {
  color: #642c84;
  margin-top: 0; }

/*latest tweets block*/
#content .latest-tweets {
  background: #642c84 url(images/twitter-small-trans.png) 15px 20px no-repeat; }
  #content .latest-tweets .rotatingtweets {
    width: 100%;
    border: 0;
    color: white; }
    #content .latest-tweets .rotatingtweets .rotatingtweet {
      padding: 35px 15px; }
      #content .latest-tweets .rotatingtweets .rotatingtweet .rtw_meta {
        display: none; }
      #content .latest-tweets .rotatingtweets .rotatingtweet p {
        width: 200px !important;
        color: white;
        font-size: 15px; }
      #content .latest-tweets .rotatingtweets .rotatingtweet a {
        color: white;
        text-decoration: underline; }

/*--------------------------------------------------------------
# CONTACTPAGE
--------------------------------------------------------------*/
.contactpage .user-input h2 {
  color: #642c84;
  font-size: 34px; }

.contactpage .acf-map {
  width: 100%;
  height: 690px; }

.contactpage form p {
  margin: 0; }

.contactpage .contact-form {
  width: 100%;
  height: 100%; }
  .contactpage .contact-form .textfield {
    height: 55px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #642c84;
    background-color: #f7f5f3;
    border: 0;
    font-size: 16px; }
  .contactpage .contact-form textarea {
    width: 98%;
    height: 400px;
    padding: 35px 15px;
    font-size: 16px;
    color: #642c84;
    background-color: #f7f5f3;
    border: 0;
    resize: vertical; }

.contactpage .standard-btn {
  width: 100%;
  height: 55px;
  padding: 10px 25px;
  background-color: #642c84;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px; }
  .contactpage .standard-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/*--------------------------------------------------------------
# SINGLEPAGE
--------------------------------------------------------------*/
.gallery {
  overflow: hidden; }
  .gallery img {
    float: left;
    width: 49%;
    margin-bottom: 10px; }
    .gallery img:nth-child(odd) {
      margin-right: 2%; }

.category-filter {
  display: inline-block;
  margin: 0; }
  .category-filter li {
    list-style-type: none;
    float: left;
    padding: 0 20px;
    font-size: 17px;
    height: 19px;
    line-height: 19px;
    color: #642c84;
    border-left: 2px solid #642c84; }
    .category-filter li:first-child {
      border-left: 0; }
    .category-filter li a:hover {
      text-decoration: none;
      padding-bottom: 0;
      border-bottom: 1px solid #642c84; }
    .category-filter li a:active {
      border-bottom: 1px solid #642c84; }

.testimonial p {
  color: #642c84;
  font-size: 24px;
  margin-bottom: 30px; }

.testimonial-source {
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px; }

.right-column .grid-block {
  width: 100%;
  height: 320px;
  margin-bottom: 40px; }

.right-column h3 {
  font-size: 20px;
  color: #666;
  text-align: center; }

.right-column hr {
  color: #999; }

.right-column .categories {
  margin-top: 20px;
  margin-bottom: 35px; }
  .right-column .categories h4 {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
  .right-column .categories ul {
    margin: 0;
    padding: 0; }
    .right-column .categories ul li {
      list-style-type: none;
      float: none;
      display: inline-block;
      padding: 0 10px;
      margin-bottom: 7px;
      height: 20px;
      border-right: 1px solid #642c84; }
      .right-column .categories ul li a {
        display: block;
        font-size: 17px;
        color: #642c84;
        line-height: 20px; }
      .right-column .categories ul li:last-child {
        border-right: 0; }

.author {
  font-size: 28px;
  color: #666; }

.user-content > h2,
.user-content > h1,
.user-content > h3,
.user-content > h4 {
  margin-top: 0; }

ol li, ul li {
  font-size: 18px; }

/*--------------------------------------------------------------
# SERVICESPAGE
--------------------------------------------------------------*/
ul.services {
  padding-left: 0;
  margin-left: 0; }
  ul.services li {
    list-style-type: none;
    overflow: hidden;
    min-height: 84px; }
    ul.services li .title {
      position: relative;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      color: #642c84;
      cursor: pointer;
      font-size: 22px;
      text-align: center;
      height: 50px;
      line-height: 50px; }
      ul.services li .title:after {
        position: absolute;
        left: 70%;
        top: 0px;
        -moz-transition: transform 600ms;
        -o-transition: transform 600ms;
        -webkit-transition: transform 600ms;
        transition: transform 600ms;
        display: block;
        content: " ";
        width: 50px;
        height: 50px;
        background: url(images/purple-pointer.svg);
        background-size: 50px 50px; }
      ul.services li .title.open:after {
        -moz-transform: rotateZ(90deg);
        -o-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg); }
    ul.services li .description {
      height: 0;
      opacity: 0;
      -moz-transition: height 0s 900ms, opacity 600ms ease-in-out;
      -o-transition: height 0s 900ms, opacity 600ms ease-in-out;
      -webkit-transition: height 0s 900ms, opacity 600ms ease-in-out;
      transition: height 0s 900ms, opacity 600ms ease-in-out; }
      ul.services li .description h2, ul.services li .description h3 {
        font-size: 22px; }
    ul.services li .open + .description {
      opacity: 1;
      height: auto; }

.servicespage h2 {
  font-size: 34px;
  color: #642c84; }

.servicespage h3 {
  font-size: 22px;
  color: #642c84;
  margin-bottom: 9px; }
  .servicespage h3 + p {
    margin-top: 0; }

.servicespage .grid-block .info-block {
  font-size: 20px; }
  .servicespage .grid-block .info-block .category {
    text-transform: none; }

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 991px) {
  #mobile-menu {
    margin: 0 auto; }
  header {
    z-index: 2;
    height: 170px;
    /*&.smaller {
			height: 125px;
		}*/ }
  #mobile-menu {
    position: fixed;
    top: -100%;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; }
    #mobile-menu ul {
      margin-left: 0;
      padding: 50px 0; }
      #mobile-menu ul li {
        float: none;
        position: static;
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        list-style-type: none;
        font-size: 15px;
        text-align: center; }
        #mobile-menu ul li a {
          color: #642c84;
          font-size: 31px; }
    #mobile-menu.open {
      z-index: 5;
      top: 0;
      height: 100%; }
      #mobile-menu.open ul {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media (min-width: 769px) and (max-width: 990px) {
  body #main .grid-block .info-block .category,
  body #main .grid-block .info-block .name {
    letter-spacing: 0.2em; }
  body #main .grid-block .info-block .excerpt,
  body #main .grid-block .info-block .position {
    font-size: 20px; } }

/*@media only (max-width: 799px) {
	
	.homepage {
	    h1 {
	      font-size: 2em;
	    }
	}

	h2 {
		font-size: 1.8em;
	}
	
}
*/
@media (max-width: 991px) {
  ul.services li .title::after {
    left: 85%; }
  .center-md {
    text-align: center; }
  .display-flex {
    display: block; }
  .socialise-bar h3 {
    text-align: center; }
  .social-media-links {
    margin-top: 10px;
    display: inline-block;
    padding-left: 0; }
    .social-media-links li {
      margin-right: 10px; } }

@media (max-width: 799px) {
  #content .latest-tweets .rotatingtweets .rotatingtweet p {
    width: 95% !important; } }

@media (max-width: 810px) {
  .container a.standard-btn {
    position: static;
    max-width: 250px;
    width: 100%;
    display: block;
    margin-top: 15px; } }

@media (max-width: 780px) {
  body {
    overflow-x: hidden; }
  #page {
    overflow-x: hidden; } }

@media (max-width: 600px) {
  .full-width-colored-block {
    height: auto;
    padding-bottom: 40px; }
  #main .subtitle {
    font-size: 22px; }
  ul.services li .title {
    font-size: 17px; }
    ul.services li .title:after {
      left: 90%; }
  .rotatingtweets .rotatingtweet p {
    width: 90%; }
  .pull-up {
    margin-top: 0; } }

@media (max-width: 600px) {
  .mobile-menu-toggle {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .category-filter {
    margin-left: 0;
    padding-left: 0; }
    .category-filter li {
      text-align: center;
      margin-bottom: 10px;
      border-left: 0 !important;
      float: none; }
  #mc_embed_signup .mc-field-group {
    margin-bottom: 20px; }
    #mc_embed_signup .mc-field-group .textfield.name {
      margin-left: 0; }
      #mc_embed_signup .mc-field-group .textfield.name + .mce_inline_error {
        margin-left: 0; }
  #colophon .site-info h2 {
    font-size: 15px; }
    #colophon .site-info h2 + div {
      font-size: 15px; }
  #mc_embed_signup .mc-field-group {
    width: 80%; }
  .social-media-links li {
    margin-bottom: 10px; } }

@media (max-width: 400px) {
  .event-listing .image {
    width: 100%; }
  ul.services li .title::after {
    left: 85%; } }

@media (max-width: 360px) {
  .event-listing .image {
    background-size: contain; } }
