@charset "UTF-8";

/*!
Theme Name:     LGG Theme
Theme URI:      http://ladygeekgeek.com
Description:    Built on the LGG Starter theme
Version:        1.0
Author:         Charlie Craig
Author URI:     http://ladygeekgeek.com
Tags:           naked, clean, basic
*/
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/*

	1.	BASE

		1.1	Reset
		1.2	Typography

	2.	LAYOUT

	3.	COMPONENTS

      3.1   Icons
      3.2   Links
		3.3 	Forms
		3.4 	Lists
		3.5	Buttons
		3.6	Images & Videos

	4.	MODULES

		4.1	Header
		4.2	Navigation
      4.3   Search
      4.4   Exit
		4.5	FlexSlider
		4.6	Pagination
		4.7	Widgets
		4.8 	Hcard
		4.9	Social
		4.10	Footer
      4.11  Cookies

	5.  POSTS & PAGES (article, article summary)

	6.	 HELPERS

   7.  SHAME (IE hacks and fixes)

	8.  PRINT
*/
.xsmall {
  font-size: 11px;
}

.small {
  font-size: em(14px);
}

.norm {
  font-size: 18px;
}

.med {
  font-size: 24px;
}

.large {
  font-size: 29px;
}

.larger {
  font-size: 40px;
}

.xlarge {
  font-size: 47px;
}

.xxlarge {
  font-size: 64px;
}

.xxxlarge {
  font-size: 76px;
}

.logo-list,
.nav {
  *zoom: 1;
}

.logo-list:before,
.nav:before,
.logo-list:after,
.nav:after {
  content: "";
  display: table;
}

.logo-list:after,
.nav:after {
  clear: both;
}

.half-width,
.left-col,
.right-col,
.sidebar,
.newsletter,
.contact-details,
.banner,
.navbar,
.article {
  margin-left: 0%;
  float: left;
  min-height: 1px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------
 		1. $BASE
-------------------------------------------------------------------- */
html {
  font-size: 112.5%;
  line-height: 1.5em;
}

/* ...............
   1.1 $RESET
   ...............
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  line-height: 1.5em;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 400;
  color: #464D54;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 47em) {
  body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    min-width: 0;
  }
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

cite {
  font-style: normal;
}

abbr,
acronym {
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px dotted #d5dfe6;
  cursor: help;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #d5dfe6;
  clear: both;
  margin-top: 3em;
  margin-bottom: 1.5em;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

address {
  font-style: normal;
}

iframe {
  border: none;
}

/* 	...............
	1.2 $Typography
 	...............
*/
h1,
h2,
h3,
.gform_confirmation_message_2,
h4,
.widget-title,
h5,
h6 {
  margin-top: 0.252em;
  margin-bottom: 0.252em;
  padding-top: 0.252em;
  padding-bottom: 0.252em;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: Normal;
  color: #43464c;
}

@media only screen and (max-width: 47em) {

  h1,
  h2,
  h3,
  .gform_confirmation_message_2,
  h4,
  .widget-title,
  h5,
  h6 {
    word-wrap: break-word;
  }
}

h1 {
  font-size: 47px;
  font-size: 2.61111rem;
  font-weight: 700;
  line-height: 1.2em;
}

@media only screen and (max-width: 47em) {
  h1 {
    font-size: 29px;
    font-size: 1.61111rem;
  }
}

h2 {
  margin-top: 1.5em;
  font-size: 29px;
  font-size: 1.61111rem;
  font-weight: 700;
  color: #69717b;
  line-height: 1.35em;
}

@media only screen and (max-width: 47em) {
  h2 {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

h3,
.gform_confirmation_message_2 {
  margin-top: 1.5em;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
}

@media only screen and (max-width: 47em) {

  h3,
  .gform_confirmation_message_2 {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

h4,
.widget-title,
h5,
h6 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
}

p {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 13.5px;
  line-height: 1.5em;
}

.date {
  margin: 0;
}

.article-body>p:first-of-type,
.lead {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-top: 0.252em;
  padding-bottom: 0.252em;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.5em;
}

small,
.section-header,
.meta,
.read-more,
.list-column {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.5em;
}

.strapline {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-size: 29px;
  font-size: 1.61111rem;
  line-height: 1.5em;
}

@media only screen and (max-width: 47em) {
  .strapline {
    font-size: 24px;
    font-size: 1.33333rem;
    padding: 0;
  }
}

.footer-strapline {
  font-size: 29px;
  font-size: 1.61111rem;
  color: #8fc6e5;
  font-style: italic;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.section-header {
  padding: 6.75px 13.5px;
  margin-bottom: 1.5em;
  background-color: #45A1D5;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

.news .section-header,
.events .section-header,
.resources .section-header {
  position: absolute;
  top: -2.5em;
  display: block;
}

.events .section-header {
  background-color: #632282;
}

.meta {
  color: #69717b;
  text-transform: uppercase;
  font-weight: 600;
}

.meta span {
  text-transform: none;
}

.summary-article .date {
  margin: 0;
}

.read-more {
  text-transform: uppercase;
  color: #45A1D5;
}

.caption {
  margin: 0;
  padding: 3px;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: #222;
  font-family: "freight-sans-pro", Arial, sans-serif;
}

.wp-caption-text,
.wp-caption-dd {
  margin: 0;
  padding: 3px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: #29607f;
  font-family: "proxima-nova", Arial, sans-serif;
}

blockquote {
  margin: 5%;
  padding: 0 2%;
  border-left: 5px solid #8fc6e5;
  font-size: 18px;
  font-size: 1rem;
}

blockquote cite {
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase;
  color: #69717b;
  text-align: right;
  font-weight: 600;
}

blockquote cite:before {
  content: "\2014 \0020";
}

.pull-out {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  clear: both;
  padding: 1em;
  background-color: #ecf5fa;
  border-left: 1em solid #45A1D5;
}

.pull-out p {
  margin-top: 0.252em;
  margin-bottom: 0.252em;
}

.wf-loading {
  visibility: hidden;
}

/* --------------------------------------------------------------------
 		2. $LAYOUT
-------------------------------------------------------------------- */
.row {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .row {
    width: auto;
    min-width: 0;
  }
}

.wf-inactive {
  font-size: 95%;
}

.banner-box {
  background: #fff;
}

.wrapper-2 {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  height: 40em;
  background-color: #fff;
  margin-top: -8em;
}

.wrapper-2:before,
.wrapper-2:after {
  content: "";
  display: table;
}

.wrapper-2:after {
  clear: both;
}

.wrapper-2>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .wrapper-2 {
    width: auto;
    min-width: 0;
  }
}

.block-row {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: #fff;
}

.block-row:before,
.block-row:after {
  content: "";
  display: table;
}

.block-row:after {
  clear: both;
}

.block-row>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .block-row {
    width: auto;
    min-width: 0;
  }
}

@media only screen and (min-width: 64em) {
  .block-row {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
}

.services {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  background-color: #fff;
  text-align: center;
  padding-left: 6%;
  padding-right: 6%;
}

.services:before,
.services:after {
  content: "";
  display: table;
}

.services:after {
  clear: both;
}

.services>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .services {
    width: auto;
    min-width: 0;
  }
}

.services span {
  display: block;
}

@media only screen and (min-width: 64em) {
  .services {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.spacer {
  width: 8%;
  padding: .8em;
  float: left;
  min-height: 1px;
  position: relative;
  vertical-align: middle;
  padding-top: 6%;
}

@media only screen and (max-width: 47em) {
  .spacer {
    width: 14%;
    padding: 20% .4em 0 .4em;
  }

  .spacer:nth-child(4) {
    display: none;
  }
}

.ie8 .circle {
  margin-left: 2%;
  margin-right: 2%;
  width: 15%;
}

.circle {
  width: 19%;
  float: left;
  min-height: 1px;
  position: relative;
}

@media only screen and (max-width: 47em) {
  .circle {
    width: 43%;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}

.circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (min-width: 48em) {
  .csstransitions .circle:after {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

.circle h3,
.circle .gform_confirmation_message_2 {
  float: left;
  width: 100%;
  padding-top: 50%;
  margin-top: -1.5em;
  text-align: center;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 64em) {

  .circle h3,
  .circle .gform_confirmation_message_2 {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 1em;
  }
}

.circle a,
.circle a:hover {
  color: white;
}

.primary:after,
.ie8 .primary {
  background-color: #45A1D5;
}

.primary:hover p {
  display: block;
}

.primary:hover:after {
  background-color: #29607f;
}

.secondary:after,
.ie8 .secondary {
  background-color: #632282;
}

.secondary:hover:after {
  background-color: #3b144e;
}

.tertiary:after,
.ie8 .tertiary {
  background-color: #96BF0F;
}

.tertiary:hover:after {
  background-color: #5a7209;
}

.primary-light:after,
.ie8 .primary-light {
  background-color: #8fc6e5;
}

.primary-light:hover:after {
  background-color: #45A1D5;
}

.half-width {
  width: 50%;
}

@media only screen and (max-width: 47em) {
  .half-width {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.news {
  background-color: #ecf5fa;
  padding-left: 1em;
  padding-right: 1em;
}

.left-col {
  width: 58.33333%;
}

@media only screen and (max-width: 47em) {
  .left-col {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.right-col {
  width: 33.33333%;
  margin-left: 8.33333%;
}

@media only screen and (max-width: 47em) {
  .right-col {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.right-col:first-child {
  margin-left: 8.33333%;
}

@media only screen and (max-width: 47em) {
  .right-col {
    margin-left: 0;
  }

  .right-col:first-child {
    margin-left: 0;
  }
}

.events {
  background-color: #f4f8e7;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 3em;
}

.events .section-header {
  background-color: #96BF0F;
}

.definition {
  background-color: #f4f8e7;
  padding: 1em;
  border-left: 5px solid #96BF0F;
  line-height: 1.5em;
}

.definition p {
  font-weight: 500;
  margin-top: 0.252em;
  margin-bottom: 0.252em;
}

.definition a {
  font-size: 15px;
  font-size: 0.83333rem;
}

.resources {
  margin-top: 0em;
  background-color: #efe8f2;
  padding-left: 1em;
  padding-right: 1em;
}

.resources .section-header {
  background-color: #632282;
}

.sidebar {
  width: 25%;
  margin-left: 16.66667%;
  margin-top: 1.5em;
}

@media only screen and (max-width: 47em) {
  .sidebar {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.sidebar:first-child {
  margin-left: 16.66667%;
}

@media only screen and (max-width: 47em) {
  .sidebar {
    margin-left: 0;
  }

  .sidebar:first-child {
    margin-left: 0;
  }
}

.sidebar a {
  color: #43464c;
}

.sidebar a:hover {
  color: #45A1D5;
}

.funders {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  position: relative;
  margin-top: 4.5em;
  padding-top: 3em;
  padding-bottom: 1.5em;
  border-top: 1px solid #d5dfe6;
}

.funders:before,
.funders:after {
  content: "";
  display: table;
}

.funders:after {
  clear: both;
}

.funders>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .funders {
    width: auto;
    min-width: 0;
  }
}

.newsletter {
  width: 66.66667%;
}

@media only screen and (max-width: 47em) {
  .newsletter {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.contact-details {
  width: 33.33333%;
}

@media only screen and (max-width: 47em) {
  .contact-details {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

/* --------------------------------------------------------------------
 		3. $COMPONENTS
-------------------------------------------------------------------- */
/* User interface concepts and design patters */
/* ...............
	3.1 $Icons
 	...............
*/
@font-face {
  font-family: 'lgg-icons';
  src: url('fonts/lgg-icons.eot?896500&1393430790');
  src: url('fonts/lgg-icons.eot?896500&1393430790#iefix') format("embedded-opentype"), url('fonts/lgg-icons.woff?896500&1393430790') format("woff"), url('fonts/lgg-icons.ttf?896500&1393430790') format("truetype"), url('fonts/lgg-icons.svg?896500&1393430790#lgg-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}

.flex-direction-nav a:before,
.flex-pauseplay a:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.top-footer .email:before,
.article-body .email:before {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: .4em;
  font-size: 90%;
}

.tel:before {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: .75em;
  margin-left: .15em;
}

.down:after {
  content: false;
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.search-btn {
  font-size: 100%;
}

.search-btn:after {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.down-arrow:after {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
  background-color: #45A1D5;
  height: 100%;
}

.menu-link:before {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

a[href$='.pdf'] {
  background: transparent url(images/pdf.gif) center right no-repeat;
  padding-right: 20px;
}

a[href$='.doc'],
a[href$='.docs'],
a[href$='.docx'] {
  background: transparent url(images/word-icon.png) center right no-repeat;
  padding-right: 20px;
}

a[href$='.ppt'],
a[href$='.pptx'] {
  background: transparent url(images/ppt-icon.gif) center right no-repeat;
  padding-right: 20px;
}

ul.sub-nav li:before,
ul.sub-nav li:before,
ul.menu li:before,
ul.menu li:before {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #45A1D5;
  padding-right: .5em;
}

/*  ...............
    3.2 $Links
   ...............
*/
a {
  background: transparent;
  color: #45A1D5;
  text-decoration: none;
  font-weight: 600;
}

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

a:active,
a:hover {
  color: #29607f;
  -moz-text-decoration-color: rgba(39, 92, 131, 0.33);
  outline: 0;
}

@media only screen and (min-width: 48em) {
  .section-header {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .section-header:hover {
    color: #fff;
    background-color: #29607f;
  }
}

.section-header a {
  display: block;
  color: #fff;
}

.article .downloads a {
  color: #43464c;
}

/*  ...............
   3.3 $Forms
   ...............
*/
input,
button {
  *overflow: visible;
  line-height: normal;
}

input,
textarea {
  background: #fafafa;
  -webkit-appearance: none;
  /* Remove inner shadow from inputs on mobile iOS */
  margin-bottom: 1.5em;
  padding-left: .5em;
  padding-right: .5em;
  border-radius: 0;
  /* Remove border-radius from inputs on mobile iOS */
  font-size: 100%;
  border: 1px solid #ddd;
  line-height: 2em;
  height: 2em;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-family: "freight-sans-pro", Arial, sans-serif;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-family: "freight-sans-pro", Arial, sans-serif;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-family: "freight-sans-pro", Arial, sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-family: "freight-sans-pro", Arial, sans-serif;
}

input:focus,
textarea:focus {
  color: #373737;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

select,
textarea {
  margin: 0;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 0.105em;
  height: auto;
  resize: vertical;
  max-width: 100%;
}

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

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

legend {
  border: 0;
  padding: 0;
}

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

button,
select {
  text-transform: none;
  line-height: 1.95em;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-weight: 700;
  font-family: "freight-sans-pro", Arial, sans-serif;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

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

.signup-form input[type=submit] {
  width: 20%;
}

@media only screen and (max-width: 47em) {
  .signup-form input[type=submit] {
    width: 100%;
  }
}

.signup-form input[type=email] {
  width: 50%;
  margin: 13.5px 0;
  border: none;
}

@media only screen and (max-width: 47em) {
  .signup-form input[type=email] {
    width: 100%;
  }
}

.signup-form .btn,
.signup-form .gform_wrapper input[type=submit].button,
.gform_wrapper .signup-form input[type=submit].button {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.8em;
  padding-right: 0;
}

.signup-form .btn:hover,
.signup-form .gform_wrapper input[type=submit].button:hover,
.gform_wrapper .signup-form input[type=submit].button:hover {
  background-color: #a17ab4;
}

.contact-form {
  margin-top: 3em;
}

@media only screen and (min-width: 64em) {
  .contact-form {
    width: 80%;
  }
}

.contact-form input {
  width: 100%;
}

.contact-form input[type=submit] {
  width: 50%;
}

@media only screen and (max-width: 20em) {
  .contact-form input[type=submit] {
    width: 100%;
  }
}

@media only screen and (portrait-phones) {
  .contact-form input[type=submit] {
    width: 100%;
  }
}

.gform_wrapper input[type=submit].button {
  line-height: inherit;
}

.validation_error,
.validation_message {
  color: #bf1e24;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gfield {
  margin-bottom: 1.5em;
}

.ginput_container input {
  margin-bottom: 0.252em;
}

.gform_confirmation_message_2 {
  color: #fff;
}

select.dropdown.controls {
  max-width: 100%;
}

#facebook.facebook-charity-page .main-content-header h1 {
  color: red !important;
}

/*  ...............
   3.4 $Lists
   ...............
*/
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

ol ol {
  margin: 1em 0 1em 2em;
}

.article-body ul {
  margin-left: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-indent: -1.2em;
}

.article-body ul ul {
  margin: 1em 0 1em 3em;
}

.article-body ul li {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.current-cat a,
.current-menu-item>a {
  color: #a17ab4;
}

.menu {
  margin-left: 0.2em;
}

.menu a {
  font-weight: 400;
}

.menu ul {
  margin-left: 1em;
  font-size: 95%;
}

.menu ul li:before {
  content: "- ";
}

.article-list {
  padding-top: 0.75em;
}

.article-body ul li:before {
  font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
  content: '■';
  width: 1em;
  color: #45A1D5;
  /* or whatever color you prefer */
  margin-right: .5em;
}

.article-body form li:before {
  content: none;
  margin: 0;
}

.article-body form ul {
  text-indent: 0;
}

.article .widget .article-list {
  padding-top: 1.5em;
  padding-bottom: 3em;
}

.list-column li {
  display: inline-block;
  width: 49%;
  padding-top: 0.252em;
  padding-bottom: 0.252em;
}

@media only screen and (min-width: 64em) {
  .list-column li {
    width: 32%;
  }
}

.sidebar .article-list {
  padding-top: 0.75em;
}

.no-columns .list-column li {
  float: left;
  width: 50%;
}

.logo-list {
  width: auto;
  min-width: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.5em;
}

.logo-list>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .logo-list {
    width: auto;
    min-width: 0;
  }
}

.logo-list li {
  text-align: center;
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  float: left;
  padding-left: 0%;
  padding-right: 0%;
  width: 33.33333%;
  height: auto;
  padding: 0;
}

@media only screen and (min-width: 0px) {
  .logo-list li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 48em) {
  .logo-list li {
    width: 16.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .logo-list li {
    width: 16.66667%;
  }
}

ul.gform_fields {
  list-style: none;
  margin-left: 0;
}

.search-results li {
  margin-top: 3em;
  margin-bottom: 3em;
}

/*  ...............
    3.5 $Buttons
   ...............
*/
.btn,
.gform_wrapper input[type=submit].button {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  margin: 13.5px 0;
  padding-left: .5em;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-weight: 700;
}

.btn:after,
.gform_wrapper input[type=submit].button:after {
  content: "";
  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: .5em;
  padding-left: .5em;
  padding-right: .5em;
  border-left: 1px solid #fff;
}

@media only screen and (min-width: 48em) {

  .btn,
  .gform_wrapper input[type=submit].button {
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }

  .btn:hover,
  .gform_wrapper input[type=submit].button:hover {
    color: #fff;
    background-color: #632282;
  }
}

.btn-primary,
.gform_wrapper input[type=submit].button {
  background-color: #45A1D5;
}

.btn-primary-dark {
  background-color: #29607f;
}

.btn-secondary {
  background-color: #632282;
}

.btn-red {
  background-color: #bf1e24;
}

.small-btn {
  font-size: 80%;
}

.top-bar .btn,
.top-bar .gform_wrapper input[type=submit].button,
.gform_wrapper .top-bar input[type=submit].button {
  display: none;
}

@media only screen and (min-width: 64em) {

  .top-bar .btn,
  .top-bar .gform_wrapper input[type=submit].button,
  .gform_wrapper .top-bar input[type=submit].button {
    display: -moz-inline-stack;
    -moz-box-orient: vertical;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0;
    height: 32px;
    line-height: 2.5em;
    float: right;
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.feature-box .btn,
.feature-box .gform_wrapper input[type=submit].button,
.gform_wrapper .feature-box input[type=submit].button,
.flexslider .btn,
.flexslider .gform_wrapper input[type=submit].button,
.gform_wrapper .flexslider input[type=submit].button {
  line-height: 2.25em;
}

.center {
  text-align: center;
}

/*   ...............
   3.6 $Images & Videos
   ...............
*/
.feature-image {
  margin-top: 0.252em;
  margin-bottom: 1.5em;
}

.fit-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
}

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

/* --------------------------------------------------------------------
 		4. $MODULES
-------------------------------------------------------------------- */
/*  ...............
   4.1 $header
   ...............
*/
.top-bar {
  color: #fff;
  text-align: center;
  background-color: #45A1D5;
}

.top-bar a {
  color: #fff;
}

.top-bar p {
  margin: 0;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 3em;
}

@media only screen and (max-width: 48em) {
  .top-bar p {
    display: none;
  }
}

.wrapper {
  border-bottom: 2px solid #8fc6e5;
}

@media only screen and (max-width: 47em) {
  .wrapper {
    border: none;
  }
}

@media only screen and (min-width: 1062px) {
  .wrapper {
    height: 138px;
    margin-bottom: 6em;
  }
}

.header {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  overflow: hidden;
}

.header:before,
.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .header {
    width: auto;
    min-width: 0;
  }
}

@media only screen and (max-width: 47em) {
  .header {
    padding: 0;
  }
}

.banner {
  width: 41.66667%;
  background-color: #fff;
  padding: .75em;
}

@media only screen and (max-width: 47em) {
  .banner {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1062px) {
  .banner {
    padding: .75em 1.75em 0 1.75em;
    width: 400px;
    max-width: 400px;
  }
}

@media only screen and (max-width: 47em) {
  .banner img {
    float: left;
    width: 55%;
  }
}

.border-box {
  width: 400px;
  margin-left: -1.75em;
}

@media only screen and (max-width: 47em) {
  .border-box {
    display: none;
  }
}

@media only screen and (min-width: 1062px) {
  .border-box {
    margin-top: -11px;
    height: 30px;
    border-bottom: 2px solid #8fc6e5;
    border-left: 2px solid #8fc6e5;
    border-right: 2px solid #8fc6e5;
  }
}

.banner-box {
  background-color: #111;
  text-align: center;
}

@media only screen and (min-width: 1062px) {
  .banner-box {
    margin-top: -6em;
    border-bottom: 2px solid #8fc6e5;
  }
}

.home-page-header {
  background-color: #fff;
  z-index: 100;
  position: relative;
}

@media only screen and (min-width: 64em) {
  .home-page-header {
    margin-top: -4em;
    border-top: 2px solid #8fc6e5;
    border-left: 2px solid #8fc6e5;
    border-right: 2px solid #8fc6e5;
    height: 72px;
  }
}

.home-page-header h1 {
  display: block;
  margin: 0;
  margin-bottom: 2em;
  font-size: 40px;
  font-size: 2.22222rem;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 47em) {
  .home-page-header h1 {
    font-size: 29px;
    font-size: 1.61111rem;
  }
}

@media only screen and (min-width: 64em) {
  .home-page-header h1 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

/* ...............
	4.2 $Navigation
 	...............
*/
.navbar {
  width: 50%;
  margin-left: 8.33333%;
  float: right;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (max-width: 47em) {
  .navbar {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.navbar:first-child {
  margin-left: 8.33333%;
}

@media only screen and (max-width: 47em) {
  .navbar {
    margin-left: 0;
  }

  .navbar:first-child {
    margin-left: 0;
  }
}

.navbar a {
  color: #43464c;
}

.navbar a:hover {
  color: #45A1D5;
}

@media only screen and (max-width: 47em) {
  .navbar {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    background-color: #45A1D5;
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .navbar a {
    color: #fff;
  }
}

.nav {
  width: auto;
  min-width: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .nav {
    width: auto;
    min-width: 0;
  }
}

@media only screen and (max-width: 47em) {
  .nav {
    width: 100%;
    max-width: 1064px;
    min-width: 20em;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    *zoom: 1;
  }

  .nav:before,
  .nav:after {
    content: "";
    display: table;
  }

  .nav:after {
    clear: both;
  }

  .nav>*:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 47em) and (max-width: 47em) {
  .nav {
    width: auto;
    min-width: 0;
  }
}

.nav li {
  width: 33.333333%;
  float: left;
  padding-top: 0.3em;
  padding-bottom: 0.75em;
}

.nav li a {
  border-bottom: 1px solid #45A1D5;
}

@media only screen and (max-width: 47em) {
  .nav li {
    width: 33.3333%;
    margin-right: 0;
    font-size: 11px;
    font-size: 0.61111rem;
    padding-top: 0.3em;
    padding-bottom: 0em;
  }
}

@media screen and (min-width: 48.25em) {
  a.menu-link {
    display: none;
  }
}

/* ...............
   4.3 $Search
   ...............
*/
.search-container {
  overflow: hidden;
  margin-left: 1.95313%;
  margin-right: 1em;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 43px;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

@media only screen and (max-width: 64em) {
  .search-container {
    display: none;
  }
}

.search-container:hover {
  width: 16em;
}

.search-container input {
  width: 19em;
  height: 43px;
  padding: 10px;
  color: #333;
}

.search-input {
  appearance: none;
  vertical-align: top;
  color: #a17ab4;
  padding: 0px;
}

.search-button {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.icon-search {
  width: 32px;
  height: 43px;
  line-height: 43px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #45A1D5;
  z-index: 90;
  font-size: 20px;
  font-family: 'lgg-icons';
  speak: none;
}

.icon-search:before {
  content: "\e82b";
}

/* ...............
   5.6.3 $Exit
   ...............
*/
.exit {
  display: none;
}

@media only screen and (min-width: 64em) {
  .exit {
    z-index: 100;
    display: inline;
    position: fixed;
    top: 45%;
    background: #45A1D5 url("images/exit-person.png") no-repeat 5px 10px;
    right: 0;
    width: 56px;
    height: 110px;
    padding: 10px 2px;
  }

  .exit a {
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    display: block;
    font-weight: 700;
    padding: 50px 2px 5px 3px;
  }

  .exit:hover {
    background-color: #96BF0F;
  }
}

/* ...............
   4.5 $Flex Slider
   ...............
*/
@media only screen and (max-width: 47em) {

  .home .flexslider .flex-control-nav,
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.carousel {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

@media only screen and (max-width: 47em) {
  .carousel {
    margin-left: 10px;
    margin-right: 10px;
  }

  .carousel li img {
    padding-right: 1em;
  }
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

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

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

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides,
.carousel .slides {
  zoom: 1;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #a17ab4;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

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

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.home .flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 36%;
}

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

.carousel .flex-next,
.carousel .flex-prev {
  opacity: 1;
  top: 65%;
}

@media only screen and (max-width: 47em) {

  .carousel .flex-next,
  .carousel .flex-prev {
    top: -20px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "lgg-icons";
  display: inline-block;
  content: '\e834';
}

@media only screen and (min-width: 64em) {
  .flex-direction-nav a:before {
    font-size: 29px;
    font-size: 1.61111rem;
  }
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "lgg-icons";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #45A1D5;
  cursor: pointer;
  text-indent: -9999px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #29607f;
}

.flex-control-paging li a.flex-active {
  background: #29607f;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

.flex-caption {
  padding: 1% 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  background: rgba(41, 96, 127, 0.8);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.flex-caption:empty {
  background: none;
}

/* ...............
   4.6 $Pagination
   ...............
*/
.nav-next,
.nav-prev {
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 3em;
}

.nav-prev {
  float: left;
}

.nav-next {
  float: right;
}

.page-nav {
  margin-top: 3em;
  margin-bottom: 1.5em;
  display: block;
  width: 100%;
  float: left;
  text-align: right;
}

.page-numbers,
.pagination-item {
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.8em;
  margin-right: 1%;
  background: #45A1D5;
  color: #fff;
}

.page-numbers:hover,
.page-numbers.current,
.pagination-item:hover,
.pagination-item.current {
  background: #a17ab4;
  color: #fff;
}

/* ...............
   4.7 $Widgets
...............
*/
.widget {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  position: relative;
}

.jobs.widget {
  background-color: #efe8f2;
}

.widget.jobs {
  margin-bottom: 0em;
}

.article .widget {
  margin-top: 3em;
}

.box {
  overflow: hidden;
  border: 1px solid #d5dfe6;
  margin-bottom: 3em;
  padding: 1em;
}

.box h4,
.box .widget-title {
  padding-top: 0;
  margin-top: 0;
}

.widget-title {
  color: #69717b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.widget-title a {
  color: #69717b;
  font-weight: 700;
}

.feature-box {
  overflow: hidden;
  border: 1px solid #d5dfe6;
  text-align: center;
}

.feature-box p:first-of-type {
  padding-top: 2em;
}

.ie8 .feature-box {
  padding-top: 2em;
}

.feature-box p {
  margin-bottom: 0.252em;
}

.feature-box p a {
  font-weight: 500;
}

.feature-box h2 {
  font-size: 24px;
  font-size: 1.33333rem;
  color: #43464c;
  font-weight: 700;
  margin: 9px;
}

@media only screen and (max-width: 48em) {
  .feature-box h2 {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.feature-box h3,
.feature-box .gform_confirmation_message_2 {
  margin-top: 0.252em;
  margin-bottom: 0.252em;
}

@media only screen and (min-width: 48em) and (max-width: 63em) {
  .feature-box {
    padding: .3em;
    font-size: 90%;
  }

  .feature-box h2 {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

@media only screen and (min-width: 64em) {
  .feature-box {
    padding-right: 2em;
  }
}

.feature-box .alignleft {
  margin-right: 0;
}

@media only screen and (max-width: 47em) {
  .feature-box {
    font-size: 80%;
    line-height: 1.4;
  }

  .feature-box p {
    padding-top: .5em;
  }

  .feature-box img {
    max-width: 25%;
  }

  .feature-box .btn-primary,
  .feature-box .gform_wrapper input[type=submit].button,
  .gform_wrapper .feature-box input[type=submit].button {
    font-size: 80%;
  }
}

.sidebar .feature-box {
  font-size: 90%;
  margin-top: 0em;
  margin-bottom: 4.5em;
  line-height: 1.4;
  padding-right: 0.5em;
}

.sidebar .feature-box img {
  width: 38%;
}

.sidebar .feature-box .alignleft {
  margin-right: 0;
}

.sidebar .feature-box p:first-of-type {
  padding-bottom: 0.75em;
  padding-top: 1em;
}

.sidebar .feature-box .btn-primary,
.sidebar .feature-box .gform_wrapper input[type=submit].button,
.gform_wrapper .sidebar .feature-box input[type=submit].button {
  font-size: 80%;
  margin-top: 1.125em;
}

/* ...............
	4.8 $Hcard
 	...............
*/
.p-postal-code,
.p-locality {
  display: inline;
}

address {
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 64em) {

  .top-footer .email,
  .tel {
    font-weight: 700;
  }
}

@media only screen and (small-screens) {
  .email {
    font-size: 85%;
  }
}

.ie8 .top-footer .email {
  font-size: 85%;
}

/* ...............
	4.9 $Social
 	...............
*/
/* .social {
  position: relative;
  display: none;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.9em;
} */

@media only screen and (min-width: 64em) {
  .social {
    display: inherit;
  }
}

.social a {
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .social a {
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    width: 2em;
  }
}

.top-bar .social {
  position: absolute;
  top: 0;
  /* right: 0; */
}

/* .top-bar .social a {
  width: 2em;
  margin-bottom: .2em;
  display: block;
  color: #fafafa;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left: 1px solid #fff;
  border-bottom-left: 1px solid #fff;
} */

.top-bar .social a:hover {
  color: #96BF0F;
}

.top-footer .social {
  font-size: 24px;
  font-size: 1.33333rem;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.top-footer .social a {
  padding-right: 1em;
}

.top-footer .social .email {
  display: none;
}

/* ...............
	4.10 $Footer
 	...............
*/
.top-footer {
  background-color: #45A1D5;
  margin-top: 4.5em;
  padding-top: 1.5em;
  padding-bottom: 2.25em;
  color: #fff;
  font-weight: 500;
}

.top-footer p {
  font-weight: 500;
  margin: 0;
}

.top-footer a {
  color: #fff;
}

.top-footer a:hover {
  color: #29607f;
}

.top-footer h4,
.top-footer .widget-title {
  text-transform: uppercase;
  color: #fff;
}

footer[role="contentinfo"] {
  background-color: #29607f;
}

footer[role="contentinfo"] span {
  padding-left: .5em;
  padding-right: .5em;
}

.contentinfo {
  width: 100%;
  max-width: 1064px;
  min-width: 20em;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.contentinfo:before,
.contentinfo:after {
  content: "";
  display: table;
}

.contentinfo:after {
  clear: both;
}

.contentinfo>*:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 47em) {
  .contentinfo {
    width: auto;
    min-width: 0;
  }
}

.contentinfo p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: 500;
}

.contentinfo a {
  color: #fff;
}

/* ...............
   4.11 $Cookies
...............
*/
#catapult-cookie-bar {
  display: none;
  color: #ffffff;
  position: fixed;
  width: 20em;
  left: 0;
  bottom: 0;
  z-index: 99999;
  line-height: 32px;
  padding: 1em;
  background-color: #29607f;
  text-align: left;
  font-weight: 600;
}

#catapult-cookie-bar a {
  color: #fff;
  display: block;
  font-weight: 700;
}

button#catapultCookie {
  margin-left: .5em;
  line-height: 32px;
  background-color: #632282;
  border: none;
  color: #fff;
  padding: 0 1em;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 47em) {
  button#catapultCookie {
    margin: 0 10px;
    padding: 0 .5em;
    font-size: 80%;
  }
}

.ie8 #catapult-cookie-bar span {
  display: none;
}

/* --------------------------------------------------------------------
      5. $POSTS & PAGES (articles, news feeds, static pages)
-------------------------------------------------------------------- */
.article {
  width: 58.33333%;
}

@media only screen and (max-width: 47em) {
  .article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

.article-body {
  margin-bottom: 1.5em;
  *zoom: 1;
}

.article-body:before,
.article-body:after {
  content: "";
  display: table;
}

.article-body:after {
  clear: both;
}

.article-body p {
  margin-bottom: 1.5em;
}

.article-title {
  margin: 0;
  padding-top: 0;
}

.article-footer {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.summary-article {
  overflow: hidden;
  padding-top: 1.5em;
}

.archive-page .summary-article {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.category .summary-article {
  border-bottom: 1px solid #d5dfe6;
}

.sidebar .summary-article {
  padding-top: 0.75em;
  padding-bottom: 0.252em;
}

.ie8 .summary-article {
  border: none;
}

.summary-title {
  font-family: "freight-sans-pro", Arial, sans-serif;
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.35;
}

.article .summary-title {
  font-size: 29px;
  font-size: 1.61111rem;
  font-weight: 600;
  margin: 0;
}

.archive-page .summary-title {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
}

.summary-title a {
  color: #43464c;
}

.summary-title a:hover {
  color: #45A1D5;
}

.summary-title a {
  font-weight: 500;
}

@media only screen and (max-width: 47em) {
  .summary-image {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  .summary-image {
    float: left;
    margin-right: 3%;
    max-width: 35%;
    margin-bottom: 1.5em;
  }
}

.archive-page .summary-image {
  margin-right: 3%;
  margin-top: 0.504em;
}

.sidebar .summary-image {
  max-width: none;
  float: none;
  display: block;
  margin-right: 0;
  margin-top: 0.252em;
  margin-bottom: 0.504em;
}

/* --------------------------------------------------------------------
 		 6. $HELPERS
-------------------------------------------------------------------- */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.alignleft {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

.alignleft img {
  width: 100%;
}

@media only screen and (max-width: 47em) {
  .alignleft {
    max-width: 40%;
  }
}

.alignright {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

@media only screen and (max-width: 47em) {
  .alignright {
    max-width: 40%;
  }
}

.alignright img {
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  text-align: center;
}

.aligncenter:before,
.aligncenter:after {
  content: "";
  display: table;
}

.aligncenter:after {
  clear: both;
}

.aligncenter img {
  width: 100%;
}

.down-arrow:after,
.btn:after,
.gform_wrapper input[type=submit].button:after {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

/* --------------------------------------------------------------------
        7. $SHAME IE Hacks, Plugin Overrides and Fixes
-------------------------------------------------------------------- */
.ie7 .hero,
.ie8 .hero {
  border: 1px none;
}

@media \0screen {
  img {
    width: auto;
  }
}

/* Prevent image height distortion in IE8. */
.rsDefault .rsBullets {
  line-height: inherit;
}

.rsDefault .rsGCaption {
  font-size: 18px;
  font-size: 1rem;
  padding: 0 .5em;
}

.rsDefault .rsGCaption:empty {
  padding: 0;
}

@media only screen and (max-width: 47em) {
  .gmap {
    height: 20em !important;
  }
}

.gmap_controls,
.gmap {
  margin-bottom: 1.5em;
}

.gm-style-iw span.p-street-address {
  display: block;
}

.dropdown.controls {
  font-size: 18px;
  font-size: 1rem;
}

/* --------------------------------------------------------------------
        8. $PRINT
-------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #464D54 !important;
  }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3,
  .gform_confirmation_message_2 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3,
  .gform_confirmation_message_2 {
    page-break-after: avoid;
  }

  .summary-article,
  .sidebar {
    font-size: 14px;
    line-height: 1.3;
  }

  .sidebar {
    font-size: 12px;
    line-height: 1.3;
  }

  header[role=banner],
  .feature-image,
  .menu-link,
  .site-footer,
  .royalSlider,
  .extended-footer,
  .content-info .fit-video {
    display: none;
  }

  .main {
    width: 100%;
  }
}

.top-bar .social {
  right: 40px;
}

@media only screen and (max-width: 74em) {
  .top-bar .social {
    display: none;
  }

}

.icon-twitter:before {

  font-family: "lgg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;

  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;


}

.top-bar .icon-twitter:before {
  margin-right: 45px;
  font-size: 23px;
  line-height: 43px;
}

.icon-twitter:before {
  content: '\e809';
}