/* Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Usage
.jumbotron {
  .retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
}
*/
/* Colors */
/* Font stacks examples */
/* Structural */
/* 
 * Gridonkulous: a tiny fluid grid system for Less 
 * http://github.com/daltonrooney/gridonkulous
 * MIT License: http://opensource.org/licenses/MIT
 */
/* Change these variables */
/* Any number of columns */
/* in % */
/* When do the columns kick in? By default, columns are 100% width. */
/* You probably don't want to edit below this line */
.row,
.col {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.row {
  width: 100%;
  max-width: 1180px;
  margin: 0px auto;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin: 0 -2%;
}
.col {
  float: left;
  width: 100%;
  margin: 0 1%;
}
.col:first-child {
  margin-left: 0;
}
.col:last-child {
  margin-right: 0;
}
.site-navigation a {
  color: #003050;
  font-weight: bold;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  text-transform: uppercase;
}
.main-navigation {
  margin-top: 58px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 1.5rem auto;
}
.main-navigation .left-nav {
  position: relative;
  right: 130px;
}
@media only screen and (min-width: 1025px) {
  .main-navigation .left-nav {
    right: 180px;
  }
}
.main-navigation .right-nav {
  position: relative;
  left: 240px;
}
@media only screen and (min-width: 1025px) {
  .main-navigation .right-nav {
    left: 290px;
  }
}
.main-navigation ul {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.main-navigation > ul > li + li {
  margin-left: 1.5em;
}
@media screen and (min-width: 1200px) {
  .main-navigation > ul > li + li {
    margin-left: 3em;
  }
}
.main-navigation a {
  font-size: 12px;
}
.main-navigation a:hover {
  color: #2c95b5;
}
@media screen and (min-width: 860px) {
  .main-navigation a {
    font-size: 14px;
  }
}
.main-navigation .sub-menu {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.1);
          box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.1);
}
.main-navigation .sub-menu li {
  margin-bottom: 10px;
}
.main-navigation .sub-menu a {
  background-color: #fff;
  font-weight: normal;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a {
  color: #2c95b5;
}
.main-navigation li.current_page_item .sub-menu a,
.main-navigation li.current-menu-item .sub-menu a,
.main-navigation li.current-page-ancestor .sub-menu a {
  color: #003050;
}
.main-navigation li.current_page_item .sub-menu a:hover,
.main-navigation li.current-menu-item .sub-menu a:hover,
.main-navigation li.current-page-ancestor .sub-menu a:hover {
  color: #2c95b5;
}
.main-navigation li.menu-item-has-children {
  position: relative;
}
.main-navigation li.menu-item-has-children ul.sub-menu {
  list-style-type: none;
  position: absolute;
  left: -9999px;
}
.main-navigation li.menu-item-has-children:hover ul.sub-menu,
.main-navigation li.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
  margin: 0;
  left: -10px;
  top: 100%;
  width: 250px;
  display: block;
  z-index: 20;
}
#menu-toggle {
  background-color: #2c95b5;
  width: 100%;
  padding: 0.7em 0;
  text-align: right;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}
#menu-toggle p {
  width: 90px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#menu-toggle span {
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#menu-toggle.open span {
  background-color: #003050;
}
#menu-toggle.open p {
  color: #003050;
}
#menu-toggle.open:hover p {
  color: #705e85;
}
#menu-toggle.open:active p {
  color: #6b597f;
}
#menu-toggle.open:hover span {
  background-color: #705e85;
}
#menu-toggle.open:active span {
  background-color: #615173;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  width: 30px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#menu-toggle span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#menu-toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#menu-toggle.open span:nth-child(1) {
  -webkit-transform: translate(4px, 0px) rotate(45deg);
          transform: translate(4px, 0px) rotate(45deg);
}
#menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: translate(4px, 3px) rotate(-45deg);
          transform: translate(4px, 3px) rotate(-45deg);
}
.menu-open {
  overflow: hidden;
}
.small-navigation {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #69afc0;
  text-align: center;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  z-index: -1;
}
.small-navigation ul,
.small-navigation div {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-open .small-navigation ul,
.menu-open .small-navigation div {
  opacity: 1;
}
.small-navigation li,
.small-navigation .translate {
  font-size: 20px;
  color: #fff;
  list-style-type: none;
  font-weight: bold;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 1.3rem 0;
}
.small-navigation li ul,
.small-navigation .translate ul {
  display: none;
}
.small-navigation [data-icon]:after {
  margin-left: 7px;
}
.small-navigation .translate-options {
  display: none;
  margin-top: 10px;
}
.small-navigation .translate-options .title {
  display: none;
}
.small-navigation a {
  color: #fff;
}
.menu-open .small-navigation {
  z-index: 100;
  height: 100vh;
}
.jump-menu {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .jump-menu {
    display: none;
  }
}
.site-content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-content .nav-previous {
  float: left;
  width: 50%;
}
.site-content .nav-previous,
.site-content .nav-next {
  font-size: 1.1em;
}
.site-info {
  font-size: 0.8em;
}
.site-content .nav-previous a,
.site-content .nav-next a {
  text-decoration: none;
}
.site-content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Border box model for everyone! */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
/* Micro Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
hr {
  background-color: #9fa6b1;
  border: 0;
  height: 1px;
  margin: 30px 0;
}
/* Text elements */
p {
  margin-bottom: 1em;
}
ul,
ol {
  margin: 0 0 1.5em 1.5em;
}
p.form-allowed-tags {
  display: none;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
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: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input,
textarea {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
  border-radius: 0;
  border: none;
}
button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  line-height: 1;
  background-color: #003050;
  padding: 0.6em 1.8em;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  font-weight: normal;
}
button:hover,
.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #2c95b5;
  cursor: pointer;
  color: white;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
}
input[type="radio"] {
  margin-right: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  color: #003050;
  background-color: #f5f5f5;
}
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=password],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 input[type=tel],
#gform_wrapper_1 textarea {
  background-color: #fff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  color: #003050;
}
input[type=text],
input[type=password],
input[type=email] {
  padding: 0 7px;
  height: 38px;
}
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=password],
#gform_wrapper_1 input[type=email] {
  height: 34px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 7px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
.gfield {
  list-style-type: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}
/* Links */
a {
  text-decoration: none;
}
/* Body text */
p:last-child {
  margin-bottom: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.visuallyhidden,
.assistive-text,
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.user-is-tabbing .skip-link:focus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: #fff;
  z-index: 22;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
}
/* and for keyboard users, override everything with
   a Big Blue Border when focused on any element */
.user-is-tabbing *:focus,
.user-is-tabbing *.has-focus {
  outline: 2px solid #7AACFE;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color;
}
/* Icons */
[data-icon]:after {
  font-family: socials;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
}
.icon-alone {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  display: inline-block;
  /* Chrome 19 was weird with clickability without this */
}
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-content .gallery {
  margin-bottom: 1.5em;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
/* =Widgets
----------------------------------------------- */
.widget-area ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.widget li {
  list-style-type: none ;
  margin: 0;
  padding: 0;
}
.widget li ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.main-small-navigation ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.main-small-navigation li {
  list-style-type: none;
}
#wpstats {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
/* Site Login */
#theme-my-login {
  width: 300px;
  margin: 0px auto;
}
#theme-my-login input[type=text],
#theme-my-login input[type=password] {
  width: 100%;
}
.tml-action-links {
  margin: 20px 0;
}
.tml-action-links li {
  list-style-type: none;
}
html,
body {
  height: 100%;
}
.site-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin: 0 auto -510px;
}
@media screen and (min-width: 680px) {
  .site-container {
    margin: 0 auto -280px;
  }
}
.site-footer,
.push {
  height: 560px;
}
@media screen and (min-width: 680px) {
  .site-footer,
  .push {
    height: 280px;
  }
}
#masthead {
  display: none;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 769px) {
  #masthead {
    display: block;
  }
}
#masthead .col {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  float: left;
  margin: 0 1%;
}
#masthead .col:first-of-type {
  margin-left: 0;
}
#masthead .col:last-of-type {
  margin-right: 0;
}
#main {
  clear: both;
}
.site-content {
  margin: 0 auto 60px;
}
@media only screen and (min-width: 1025px) {
  .site-content {
    margin-top: 26px;
  }
}
.home .site-content {
  width: 100%;
}
/* Two column templates */
.page-template-page-two-col-left-php .site-content {
  float: right;
  width: 75%;
}
.page-template-page-two-col-left-php .widget-area {
  float: left;
  width: 22%;
}
.page-template-page-two-col-right-php .site-content {
  float: left;
  width: 75%;
}
.page-template-page-two-col-right-php .widget-area {
  float: right;
  width: 22%;
}
.site-footer {
  clear: both;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.hentry {
  margin: 0 0 1.5em;
}
.entry-meta {
  clear: both;
  margin-bottom: 20px;
}
footer.entry-meta {
  margin-bottom: 60px;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.4em;
}
/* Forms */
.full {
  clear: both;
}
.full input,
.full textarea {
  width: 70%;
}
.gform_fields input[type="text"],
.gform_fields input[type="email"],
.gform_fields input[type="password"],
.gform_fields textarea {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .left_half,
  .right_half {
    width: 48.5%;
  }
  .left_half input,
  .right_half input {
    width: 100%;
  }
  .left_half {
    float: left;
    clear: both;
  }
  .right_half {
    float: right;
  }
  .left_third {
    clear: both;
    float: left;
    margin-right: 2%;
    width: 30%;
  }
  .middle_third {
    float: left;
    margin-right: 2%;
    width: 36%;
  }
  .right_third {
    float: right;
    width: 30%;
  }
  .centered {
    width: 50%;
  }
}
#commentform input {
  float: left;
  margin-right: 20px;
  vertical-align: bottom;
}
#commentform label {
  font-size: 0.8em;
  vertical-align: bottom;
}
#commentform textarea {
  max-width: 600px;
  display: block;
}
#commentform {
  margin-bottom: 80px;
}
ol.commentlist {
  margin: 0;
}
li.comment {
  list-style-type: none;
}
/* @end */
/* @group Forms */
.gform_wrapper {
  *zoom: 1;
  margin-top: 30px;
}
.gform_wrapper:before,
.gform_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.gform_wrapper:after {
  clear: both;
}
.gform_wrapper ul {
  margin: 0;
}
.gform_wrapper label {
  font-weight: 600;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-weight: 500;
}
.validation_error,
.validation_message {
  color: #ef1838;
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.3;
}
.validation_message {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 0;
}
/* Search widget */
#searchsubmit {
  display: none;
}
/* credit card icons */
.gform_wrapper .gform_card_icon_container {
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(img/gf_creditcard_icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(img/gf_creditcard_icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gfield_checkbox,
.gfield_radio {
  list-style-type: none;
}
.gfield {
  margin-bottom: 15px;
}
.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;
}
/* Stolen from Foundation, will add settings classes later */
table {
  margin-bottom: 1.25rem;
  table-layout: auto;
  border: solid 1px #ebebeb;
  background: #ffffff;
}
table caption {
  font-size: 1rem;
  font-weight: bold;
  color: #484954;
  background: transparent;
}
table thead {
  background: #f5f5f5;
}
table thead tr th,
table thead tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5em 0.625em 0.625em;
}
table tfoot {
  background: #f5f5f5;
}
table tfoot tr th,
table tfoot tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 0.5em 0.625em 0.625em;
}
table tr th,
table tr td {
  font-size: 16px;
  padding: 0.5625em 0.625em;
  text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  line-height: 1.125rem;
  display: table-cell;
}
@font-face {
  font-family: 'Socials';
  src: url('../fonts/socials/fonts/socials.eot');
  src: url('../fonts/socials/fonts/socials.eot?#iefix') format('embedded-opentype'), url('../fonts/socials/fonts/socials.woff') format('woff'), url('../fonts/socials/fonts/socials.ttf') format('truetype'), url('../fonts/socials/fonts/socials.svg#PacificoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.content-block {
  *zoom: 1;
  margin-bottom: 25px;
}
.content-block:before,
.content-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-block:after {
  clear: both;
}
.content-block.image-gallery {
  margin-bottom: 0;
}
.content-block p:last-child {
  margin-bottom: 0;
}
.text-block.columns-2 {
  *zoom: 1;
}
.text-block.columns-2:before,
.text-block.columns-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.text-block.columns-2:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .text-block.columns-2 .column {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
    float: left;
    margin: 0 1%;
  }
  .text-block.columns-2 .column:first-of-type {
    margin-left: 0;
  }
  .text-block.columns-2 .column:last-of-type {
    margin-right: 0;
  }
}
.logo-grid {
  *zoom: 1;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-grid:before,
.logo-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.logo-grid:after {
  clear: both;
}
.logo-grid .element {
  float: left;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .logo-grid .element {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .logo-grid .element {
    width: 33.33333%;
  }
}
.logo-grid .element {
  padding: 2rem 4rem;
}
.photos {
  text-align: center;
}
.photos img {
  margin-bottom: 1rem;
}
.photos .portrait {
  max-width: 80%;
}
@media only screen and (min-width: 769px) {
  .photos .size-medium {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .photos .portrait {
    max-width: 60%;
  }
}
.text-with-photo img {
  margin-bottom: 15px;
}
.text-with-photo.size-icon img {
  float: left;
  width: 15%;
  max-width: 60px;
  margin-right: 5%;
}
.text-with-photo.size-icon p,
.text-with-photo.size-icon h2,
.text-with-photo.size-icon h3,
.text-with-photo.size-icon h4 {
  margin-left: 20%;
}
@media screen and (min-width: 600px) {
  .text-with-photo.photo-right img {
    float: right;
    margin: 8px 0 5px 15px;
  }
  .text-with-photo.photo-left img {
    float: left;
    margin: 8px 15px 5px 0;
  }
  .text-with-photo.size-medium img {
    width: 45%;
  }
  .text-with-photo.size-small img {
    width: 30%;
  }
  .text-with-photo.size-icon img {
    float: left;
    width: 10%;
    max-width: 60px;
    margin-right: 3%;
  }
  .text-with-photo.size-icon p,
  .text-with-photo.size-icon h2,
  .text-with-photo.size-icon h3,
  .text-with-photo.size-icon h4 {
    margin-left: 13%;
  }
}
.image-grid {
  margin: 0;
}
.image-grid li {
  list-style-type: none;
  width: 47%;
  margin-right: 2.5%;
  margin-bottom: 1.5%;
  float: left;
}
@media screen and (min-width: 600px) {
  .image-grid li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
}
@media only screen and (min-width: 769px) {
  .image-grid li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
}
.thumbnail-wrapper {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.thumbnail-wrapper .video-trigger {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #fff;
  background-color: #2c95b5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.thumbnail-wrapper .video-trigger:hover,
.thumbnail-wrapper .video-trigger:active {
  background-color: #298ba9;
}
.thumbnail-wrapper .play-icon {
  width: 30px;
  height: 30px;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  fill: #fff;
}
.video-block {
  *zoom: 1;
}
.video-block:before,
.video-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.video-block:after {
  clear: both;
}
.video-block .video-thumbnail {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .video-block .video-thumbnail {
    width: 48%;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 3%;
    float: left;
  }
  .video-block .video-description {
    width: 49%;
    float: right;
  }
}
.call-to-action {
  background-color: rgba(145, 135, 135, 0.2);
}
.call-to-action img {
  line-height: 0;
  margin-bottom: -3px;
}
.call-to-action .cta-inner {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0px auto;
}
.call-to-action .cta-inner:before,
.call-to-action .cta-inner:after {
  content: "";
  display: table;
}
.call-to-action .cta-inner:after {
  clear: both;
}
.call-to-action .cta-inner .row {
  margin: 0 -2%;
}
.call-to-action h1 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.call-to-action .cta-photo {
  width: 100%;
}
.call-to-action .cta-content {
  width: 100%;
  text-align: center;
  padding: 3rem 2rem 4rem;
}
@media only screen and (min-width: 600px) {
  .call-to-action .cta-photo {
    width: 45%;
    float: left;
  }
  .call-to-action .cta-content {
    width: 55%;
    padding: 0 5% 0 7%;
    text-align: left;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .call-to-action h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .call-to-action h1 {
    font-size: 36px;
  }
}
.faqs .faq-category {
  padding-bottom: 0;
}
.faqs .close-icon {
  position: relative;
  top: 2px;
  left: 10px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.faqs .active .close-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faqs ul {
  margin: 0 0 15px 15px;
}
.faqs ul li {
  border: 1px solid transparent;
}
.faqs h1 {
  font-size: 18px;
  line-height: 1.6;
}
.faqs article h1:hover {
  cursor: pointer;
}
.faqs article .faq-content {
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: none;
}
.testimonial-block {
  *zoom: 1;
  text-align: center;
  padding: 20px 0;
}
.testimonial-block:before,
.testimonial-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.testimonial-block:after {
  clear: both;
}
.testimonial-block .testimonial-image {
  margin-bottom: 2rem;
  width: 40%;
  margin: 0 auto 20px;
}
.testimonial-block .testimonial-image img {
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .testimonial-block {
    padding: 40px 5%;
    text-align: left;
  }
  .testimonial-block .testimonial-image {
    margin-bottom: 0;
    width: 25%;
    float: left;
  }
  .testimonial-block .testimonial-text {
    width: 65%;
    float: right;
    margin-top: 1rem;
  }
  .testimonial-block .testimonial-text p {
    margin-bottom: 0;
  }
}
.flexbox .image-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox .image-grid li {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .flexbox .video-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox .video-block .video-description {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.flexbox .testimonial-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .testimonial-block:before,
.flexbox .testimonial-block:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .flexbox .testimonial-block {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox .testimonial-block .testimonial-text {
    margin-top: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.flexbox .cta-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .cta-content {
  -ms-flex-item-align: center;
      align-self: center;
}
body,
button,
input,
select,
textarea {
  color: #003050;
  font-size: 17px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17px;
  }
}
.site-content p,
.site-content li,
.site-content input,
.site-content select,
.site-content textarea {
  line-height: 1.8;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
body {
  background-color: #c0c8d6;
}
.site-container {
  background-color: #fff;
  position: relative;
}
.site-icon {
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 22;
  top: 5px;
}
@media only screen and (min-width: 769px) {
  .site-icon {
    position: absolute;
    background-image: url("../img/icon@2x.png");
    background-size: contain;
    width: 69px;
    height: 69px;
    text-indent: -99999px;
    display: inline-block;
    background-repeat: no-repeat;
    display: block;
  }
}
@media only screen and (min-width: 769px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 769px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 769px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 769px) and only screen and (min-resolution: 2dppx) {
  .site-icon {
    background-image: url("../img/icon@2x.png");
    background-size: 69px 69px;
  }
}
.site-title {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .site-title {
    background-image: url("../img/logo@2x.png");
    background-size: contain;
    width: 240px;
    height: 39px;
    text-indent: -99999px;
    display: inline-block;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 769px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 769px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 769px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 769px) and only screen and (min-resolution: 2dppx) {
  .site-title {
    background-image: url("../img/logo@2x.png");
    background-size: 240px 39px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-title {
    background-image: url("../img/logo@2x.png");
    background-size: contain;
    width: 300px;
    height: 49px;
    text-indent: -99999px;
    display: inline-block;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1025px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1025px) and only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 1025px) and only screen and (min-resolution: 192dpi), only screen and (min-width: 1025px) and only screen and (min-resolution: 2dppx) {
  .site-title {
    background-image: url("../img/logo@2x.png");
    background-size: 300px 49px;
  }
}
a {
  -webkit-transition: color linear 0.1s;
  transition: color linear 0.1s;
  color: #2c95b5;
}
a:hover {
  color: #003050;
}
a:active,
a:focus {
  outline: none;
}
.current-cat a {
  color: #003050;
}
h1 {
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  color: #003050;
  font-weight: 500;
}
h2,
legend {
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  color: #003050;
  font-weight: 500;
}
h3,
h1.widget-title {
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  color: #8977a0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.7;
}
.show_label .gfield_label {
  line-height: 1.3;
}
#input_5_26 li {
  display: block !important;
}
#input_5_30 {
  margin-top: 25px;
  height: 100px;
}
/* Header */
.notification {
  background-color: #d9edf4;
  padding: 2rem;
  text-align: center;
}
.tools-top {
  position: sticky;
  top: 0;
  z-index: 21;
  height: 40px;
  padding: 8px 2rem;
  background-color: #003050;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tools-top span,
.tools-top .translate {
  display: inline-block;
  line-height: 1.7;
}
.tools-top .desktop-only {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tools-top .desktop-only {
    display: inline-block;
  }
}
.tools-top .translate a,
.tools-top .hotline a {
  color: #fff;
  text-decoration: underline;
}
.tools-top .translate a:hover,
.tools-top .hotline a:hover {
  color: #c0c8d6;
}
.tools-top .language-features {
  margin-right: 13%;
}
.tools-top .sep {
  padding: 0 8px;
  font-size: 18px;
  line-height: 1;
  color: #6a7996;
}
.glink.english {
  display: none;
}
:lang(es) .glink.spanish {
  display: none;
}
:lang(es) .glink.english {
  display: block;
}
.donate-button {
  width: 144px;
  background-color: #4bc8b6;
  color: #fff;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 2.6;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  position: absolute;
  top: 0;
  right: 0;
}
.donate-button:hover {
  color: #fff;
  background-color: #2c95b5;
}
.term-community-events li.menu-item-92 a,
.single-events li.menu-item-92 a,
.post-type-archive-events li.menu-item-92 a,
.post-type-archive-news li.menu-item-91 a,
.single-news li.menu-item-91 a,
.post-type-archive-news .press a,
.post-type-archive-press_releases li.menu-item-91 a,
.single-press_releases li.menu-item-91 a,
.post-type-archive-press_releases li.press_releases a,
.single-press_releases li.press_releases a,
.post-type-archive-post li.blog a,
.single-post li.blog a,
.post-type-archive-post li.menu-item-91 a,
.single-post li.menu-item-91 a,
.blog li.blog a,
.category li.blog a,
.category li.menu-item-91 a,
.single-events.community-events li.community_events a {
  color: #2c95b5;
}
.left-navigation .first {
  margin-left: 0;
}
/* Mobile Navigation */
.site-header-mobile {
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .site-header-mobile {
    display: none;
  }
}
.site-title-small {
  text-align: center;
  padding: 25px 0;
}
.site-title-small a {
  background-image: url("../img/logo_mobile@2x.jpg");
  background-size: contain;
  width: 300px;
  height: 53px;
  text-indent: -99999px;
  display: inline-block;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-title-small a {
    background-image: url("../img/logo_mobile@2x.jpg");
    background-size: 300px 53px;
  }
}
/* Footer */
.post-password-form {
  margin-left: 20px;
}
@media only screen and (min-width: 769px) {
  .post-password-form {
    margin-left: 300px;
  }
}
.site-footer {
  background-color: #f0f0f0;
  padding: 30px 2rem 2rem;
}
.site-footer .row {
  max-width: 1400px;
}
.site-footer .col {
  text-align: center;
  padding: 0 0 30px;
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (min-width: 680px) {
  .site-footer .col {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 23.5%;
    float: left;
    margin: 0 1%;
  }
  .site-footer .col:first-of-type {
    margin-left: 0;
  }
  .site-footer .col:last-of-type {
    margin-right: 0;
  }
}
.site-footer .col img {
  max-height: 150px;
  width: auto;
}
.site-footer h3 {
  color: #003050;
  margin-bottom: 1em;
}
.site-footer .sep {
  display: inline-block;
  padding: 15px 10px;
}
.site-footer .validation_error {
  display: none;
}
.site-footer .validation_message {
  position: absolute;
  top: -20px;
}
.site-footer .button {
  font-size: 13px;
  padding: 11px 18px 10px;
}
.site-footer .copyright {
  color: #908F90;
  border-top: 3px solid #ebebeb;
  text-align: center;
  margin-bottom: 0;
}
.button-with-icon {
  display: block;
  position: relative;
  text-align: left;
  width: 230px;
  padding: 0.7rem 0 0.7rem 5rem;
  margin: 0 auto 0.8rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #7a6691;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.social-widgets .button-with-icon {
  margin-left: 0;
}
.button-with-icon:hover {
  background-color: #6d5b82;
  color: #fff;
}
.button-with-icon:before {
  text-align: center;
  width: 2rem;
  position: absolute;
  font-family: 'Socials';
  text-transform: none;
  font-size: 22px;
  margin: 0;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.button-with-icon.facebook:before {
  content: "\e607";
}
.button-with-icon.twitter:before {
  content: "\e609";
  font-size: 16px;
}
.button-with-icon.mailing-list:before {
  content: "\e600";
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .social-widgets .button-with-icon {
    width: 170px;
    margin-left: 0;
  }
  .social-widgets .button-with-icon:before {
    content: '';
  }
}
#signup-modal {
  display: none;
}
.signup-wrapper {
  position: relative;
  background-color: #fff;
  padding: 2em 3em;
}
.signup-wrapper input[type="text"],
.signup-wrapper input[type="email"] {
  background-color: #fafafa;
  border: 1px solid #eee;
}
.signup-wrapper .close {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.signup-wrapper .close:before {
  position: absolute;
  font-family: 'Socials';
  text-transform: none;
  font-size: 22px;
  margin: 0;
  top: 1rem;
  right: 1rem;
  line-height: 1;
  content: "\e60c";
}
.signup-wrapper .close:hover {
  color: #2c95b5;
  cursor: pointer;
}
.btn-submit-email {
  margin-top: 12px;
}
/* Sidebars */
.widget-area aside {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #f5f5f5;
  margin-right: 25px;
}
.widget-area aside:last-child {
  border-bottom: 0;
}
#dafdirectdiv {
  width: 240px !important;
}
.support-graphics img {
  max-width: 225px;
}
.support-graphics li + li {
  margin-top: 25px;
}
.social-widgets .icon-alone {
  text-align: center;
  color: #fff;
  background-color: #2c95b5;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  font-size: 20px;
  margin: 0 8px 20px 0;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.social-widgets .icon-alone.twitter {
  font-size: 18px;
  line-height: 38px;
}
.social-widgets .icon-alone.youtube {
  margin-right: 0;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  top: 2px;
}
.social-widgets .icon-alone:hover {
  background-color: #003050;
}
.external-link:after {
  content: "\e603";
  font-family: Socials;
  margin-left: 7px;
  position: relative;
  top: 1px;
  display: inline-block;
  /* IE 9 */
  -webkit-transform: rotate(320deg);
  /* Opera, Chrome, and Safari */
  transform: rotate(320deg);
}
h1.widget-title {
  margin-bottom: 10px;
}
/* All pages */
h2.section-title {
  margin-bottom: 10px;
}
a.current {
  color: #003050;
  cursor: default;
}
.subnav,
.widget-area .menu {
  text-align: left;
  margin: 0;
}
.subnav li,
.widget-area .menu li {
  list-style-type: none;
  text-transform: uppercase;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.subnav li a,
.widget-area .menu li a {
  color: #2c95b5;
}
.subnav li a:hover,
.widget-area .menu li a:hover {
  color: #003050;
}
.subnav .current_page_item a,
.widget-area .menu .current_page_item a {
  color: #003050;
}
.page .entry-header,
.single-events .entry-header,
.page-header,
.single-press_releases .entry-header {
  margin-top: 1em;
  padding: 0 1em;
}
@media only screen and (min-width: 769px) {
  .page .entry-header,
  .single-events .entry-header,
  .page-header,
  .single-press_releases .entry-header {
    margin-top: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 23.5%;
    float: left;
    margin: 0 1%;
  }
  .page .entry-header:first-of-type,
  .single-events .entry-header:first-of-type,
  .page-header:first-of-type,
  .single-press_releases .entry-header:first-of-type {
    margin-left: 0;
  }
  .page .entry-header:last-of-type,
  .single-events .entry-header:last-of-type,
  .page-header:last-of-type,
  .single-press_releases .entry-header:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1228px) {
  .page .entry-header,
  .single-events .entry-header,
  .page-header,
  .single-press_releases .entry-header {
    padding: 0;
  }
}
@media print {
  .page .entry-header,
  .single-events .entry-header,
  .page-header,
  .single-press_releases .entry-header {
    width: 100%;
  }
}
.page .hentry.col,
.post-list {
  padding: 0 1em;
}
@media only screen and (min-width: 769px) {
  .page .hentry.col,
  .post-list {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 74.5%;
    float: left;
    margin: 0 1%;
    padding-left: 0;
    float: right;
  }
  .page .hentry.col:first-of-type,
  .post-list:first-of-type {
    margin-left: 0;
  }
  .page .hentry.col:last-of-type,
  .post-list:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
}
@media print {
  .page .hentry.col,
  .post-list {
    width: 100%;
    float: none;
  }
}
.page-login .hentry.col {
  width: 100%;
}
.type-page .entry-content .alignright,
.type-page .entry-content .alignleft {
  max-width: 50%;
}
.blog .page-header .widget-area,
.category .page-header .widget-area,
.date .page-header .widget-area,
.single-post .page-header .widget-area {
  display: none;
}
@media only screen and (min-width: 769px) {
  .blog .page-header,
  .category .page-header,
  .date .page-header,
  .single-post .page-header {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 23.5%;
    float: left;
    margin: 0 1%;
  }
  .blog .page-header .widget-area,
  .category .page-header .widget-area,
  .date .page-header .widget-area,
  .single-post .page-header .widget-area {
    display: block;
  }
  .blog .page-header:first-of-type,
  .category .page-header:first-of-type,
  .date .page-header:first-of-type,
  .single-post .page-header:first-of-type {
    margin-left: 0;
  }
  .blog .page-header:last-of-type,
  .category .page-header:last-of-type,
  .date .page-header:last-of-type,
  .single-post .page-header:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .blog .post-list,
  .category .post-list,
  .date .post-list,
  .single-post .post-list {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 74.5%;
    float: left;
    margin: 0 1%;
  }
  .blog .post-list:first-of-type,
  .category .post-list:first-of-type,
  .date .post-list:first-of-type,
  .single-post .post-list:first-of-type {
    margin-left: 0;
  }
  .blog .post-list:last-of-type,
  .category .post-list:last-of-type,
  .date .post-list:last-of-type,
  .single-post .post-list:last-of-type {
    margin-right: 0;
  }
}
.sponsors img {
  border: none;
  margin-bottom: 25px;
}
.page-images {
  *zoom: 1;
  margin: 10px 0 25px;
}
.page-images:before,
.page-images:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-images:after {
  clear: both;
}
.page-images img {
  width: 49%;
  float: left;
}
.page-images img:first-child {
  margin-right: 2%;
}
.blog-highlights {
  background-color: #fafafa;
  padding: 3rem 4rem;
  margin-bottom: 4rem;
}
.blog-highlights h2 {
  font-size: 30px;
}
/* Home */
.homepage-features {
  max-width: 1700px;
  margin: 0 auto;
  *zoom: 1;
}
.homepage-features:before,
.homepage-features:after {
  display: table;
  content: "";
  line-height: 0;
}
.homepage-features:after {
  clear: both;
}
.homepage-features .button {
  background-color: #7a6691;
}
.homepage-features .button:hover {
  background-color: #a793bd;
}
.homepage-features .button,
.mission .button {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  padding: 1em 1.5em;
}
@media only screen and (min-width: 1025px) {
  .homepage-features-mobile {
    display: none;
  }
}
.homepage-features-mobile .feature {
  line-height: 0;
  position: relative;
  width: 100%;
  margin: 10px 0 0;
}
.homepage-features-mobile .feature:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .homepage-features-mobile .feature {
    width: 50%;
    float: left;
  }
  .homepage-features-mobile .feature:first-child {
    padding-right: 2px;
  }
  .homepage-features-mobile .feature:last-child {
    padding-left: 2px;
  }
}
.homepage-features-mobile .overlay {
  position: absolute;
  padding: 0 2rem;
  text-align: center;
  width: 100%;
  bottom: 2rem;
  left: 0;
  z-index: 3;
}
.homepage-features-mobile h2 {
  z-index: 3;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .homepage-features-mobile h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-features-mobile h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage-features-mobile h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-features-mobile h2 {
    font-size: 28px;
  }
}
.homepage-features-desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .homepage-features-desktop {
    display: block;
  }
}
.homepage-features-desktop .feature-section {
  width: 32.75%;
  float: left;
  margin-right: 0.8%;
}
.homepage-features-desktop .feature-right {
  float: right;
  margin-right: 0%;
}
.homepage-features-desktop .feature {
  position: relative;
  line-height: 0;
  margin-bottom: 1.1vw;
  text-align: center;
}
.homepage-features-desktop .feature img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-left .homepage-features-desktop .feature img {
  border-left: none;
}
.feature-right .homepage-features-desktop .feature img {
  border-right: none;
}
.homepage-features-desktop .feature img.placeholder {
  position: relative;
}
.homepage-features-desktop .feature .overlay {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 15;
  line-height: 1.5;
  background-color: #7a6691;
  -webkit-transition: opacity, 0.2s ease-in-out;
  transition: opacity, 0.2s ease-in-out;
}
.homepage-features-desktop .feature .overlay.transparent {
  background-color: transparent;
}
.homepage-features-desktop .feature .overlay:hover,
.homepage-features-desktop .feature .overlay:focus {
  opacity: 1;
}
.homepage-features-desktop .feature .overlay .inner {
  padding: 3rem;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.homepage-features-desktop .feature .overlay h2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 600px) {
  .homepage-features-desktop .feature .overlay h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-features-desktop .feature .overlay h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage-features-desktop .feature .overlay h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-features-desktop .feature .overlay h2 {
    font-size: 18px;
  }
}
.homepage-features-desktop .feature .overlay .button {
  background-color: #a793bd;
}
section.mission {
  border: 2px solid #ebebeb;
  text-align: center;
  margin: 30px auto 50px;
  padding: 2rem;
  width: 90%;
  max-width: 60em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  section.mission {
    width: 65%;
    padding: 40px 87px 25px;
  }
}
section.mission h2 {
  font-size: 26px;
}
section.mission p {
  font-size: 18px;
  margin-bottom: 24px;
}
section.mission .button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -127px;
}
/* About */
.values,
ul.fancylist {
  margin: 0 0 20px;
  *zoom: 1;
}
.values:before,
ul.fancylist:before,
.values:after,
ul.fancylist:after {
  display: table;
  content: "";
  line-height: 0;
}
.values:after,
ul.fancylist:after {
  clear: both;
}
.values li,
ul.fancylist li {
  color: #fff;
  list-style-type: none;
  background-color: #7a6691;
  text-transform: uppercase;
  width: 49%;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  margin: 0 0 8px 0;
  font-family: "Montserrat", Hevetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #ebebeb;
  float: left;
}
.values li:nth-child(odd),
ul.fancylist li:nth-child(odd) {
  margin-right: 2%;
}
/* Services */
.services {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .services {
    margin-top: 0;
  }
}
.service {
  clear: both;
  margin-bottom: 40px;
}
.service .icon-alone {
  float: left;
  width: 22%;
  font-size: 50px;
  color: #7a6691;
  line-height: 1.3;
}
.service .icon-alone:hover {
  color: #003050;
}
@media only screen and (min-width: 769px) {
  .service .icon-alone {
    width: 10%;
  }
}
.service-details {
  float: left;
  width: 78%;
}
@media only screen and (min-width: 769px) {
  .service-details {
    width: 90%;
  }
}
.service-details h2 {
  margin-bottom: 10px;
}
.service-details p,
.service-details a {
  display: inline;
}
/* Events */
.term-community-events .community_events a {
  color: #2c95b5;
}
.sponsors {
  text-align: center;
}
.main-img {
  margin: 10px 0 15px;
}
.img-frame {
  height: 100px;
  /* equals max image height */
  width: 140px;
  text-align: center;
  margin-right: 30px;
  display: inline;
}
.img-frame img {
  vertical-align: middle;
  max-height: 100px;
  max-width: 140px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.type-post {
  *zoom: 1;
  border-bottom: 3px solid #b0b6be;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.type-post:before,
.type-post:after {
  display: table;
  content: "";
  line-height: 0;
}
.type-post:after {
  clear: both;
}
.single-post .type-post {
  border-bottom: none;
}
.type-post h2,
.type-post h3 {
  margin-bottom: 10px;
}
.type-post:last-of-type {
  margin-bottom: 40px;
}
.has-post-thumbnail .wp-post-image {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 400px;
}
.blog .entry-content,
.category .entry-content,
.date .entry-content {
  display: none;
}
@media only screen and (min-width: 769px) {
  .blog .entry-content,
  .category .entry-content,
  .date .entry-content {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .blog .mobile-read-more,
  .category .mobile-read-more,
  .date .mobile-read-more {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .blog .has-post-thumbnail .wp-post-image,
  .category .has-post-thumbnail .wp-post-image,
  .date .has-post-thumbnail .wp-post-image {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 769px) {
  .blog .has-post-thumbnail .wp-post-image,
  .category .has-post-thumbnail .wp-post-image,
  .date .has-post-thumbnail .wp-post-image {
    width: 30%;
    float: right;
  }
  .blog .has-post-thumbnail .entry-header,
  .category .has-post-thumbnail .entry-header,
  .date .has-post-thumbnail .entry-header,
  .blog .has-post-thumbnail .entry-content,
  .category .has-post-thumbnail .entry-content,
  .date .has-post-thumbnail .entry-content {
    float: left;
    width: 68%;
  }
}
.single-post article {
  *zoom: 1;
}
.single-post article:before,
.single-post article:after {
  display: table;
  content: "";
  line-height: 0;
}
.single-post article:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .single-post .has-post-thumbnail .wp-post-image {
    float: right;
    margin-top: 7px;
    padding-left: 1.5rem;
    width: 40%;
  }
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  clear: none;
}
/* Archives */
.post-list {
  margin: 3px 0 0;
}
/* Blog */
.blog .entry-title,
.single-post .entry-title,
.category .entry-title {
  font-size: 18px;
}
/* Donate page */
fieldset {
  *zoom: 1;
}
fieldset:before,
fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
fieldset:after {
  clear: both;
}
h2.block {
  border-top: 3px solid #9fa6b1;
  margin: 20px 0 10px;
  padding-top: 20px;
  display: block;
  clear: both;
  width: 100%;
}
#input_2_3,
#input_5_3 {
  width: 75%;
}
.gform_confirmation_message_2 strong,
.gform_confirmation_message_5 strong {
  display: none;
}
.gsection_title {
  display: block;
  clear: both !important;
}
.show_label .gfield_label {
  margin: 15px 0 5px;
}
#input_2_1_1_container,
#input_5_1_1_container,
.ginput_cardextras {
  *zoom: 1;
  margin-bottom: 15px;
  display: block;
}
#input_2_1_1_container:before,
#input_5_1_1_container:before,
.ginput_cardextras:before,
#input_2_1_1_container:after,
#input_5_1_1_container:after,
.ginput_cardextras:after {
  display: table;
  content: "";
  line-height: 0;
}
#input_2_1_1_container:after,
#input_5_1_1_container:after,
.ginput_cardextras:after {
  clear: both;
}
.ginput_cardextras {
  width: 100%;
  margin-bottom: 25px;
}
.gform_card_icon_container {
  float: right;
  width: 25%;
  margin-right: 19%;
  margin-top: 3px;
}
#input_2_1_1,
#input_5_1_1 {
  float: left;
  width: 55%;
}
#input_2_1_5,
#input_5_1_5 {
  width: 55%;
}
#donation_amount,
#input_5_28,
#input_5_29 {
  width: 150px;
  margin: 10px 20px 10px 0;
}
.ginput_cardinfo_left:before {
  content: 'Expiration';
  display: block;
}
.ginput_cardinfo_left,
.ginput_cardinfo_right {
  float: left;
  width: 38%;
}
.ginput_cardinfo_right {
  margin-top: 24px;
}
.ginput_card_expiration {
  width: 47%;
  margin-right: 3%;
}
/* Magnific */
.mfp-content button {
  margin-right: 0;
}
.mfp-content figure {
  background-color: transparent;
}
.mfp-arrow:hover,
.mfp-close:hover,
.mfp-arrow:active,
.mfp-close:active,
.mfp-arrow:focus,
.mfp-close:focus {
  outline: none;
  border: none;
  background-color: transparent;
}
/* Bloomerang */
#donation-form-container {
  max-width: 600px;
}
#donation-form-container input[type='text'],
#donation-form-container input[type='email'],
#donation-form-container textarea {
  width: 100% !important;
}
#donation-form-container h2,
#donation-form-container h3 {
  margin-top: 20px;
}
#donation-form-container .btn-group {
  margin-top: 15px;
}
#donation-form-container .recurring {
  margin-bottom: 15px;
  padding-bottom: 0;
}
@media print {
  .tools-top,
  .site-navigation,
  .site-footer,
  .subnav {
    display: none;
  }
  .site-title a {
    content: url("img/logo-full.png");
    width: 350px;
    height: 160px;
  }
}
.ie-oldie .site-container,
.ie-oldie .site-footer {
  display: none;
}
.ie-oldie body {
  background-color: #fff;
}
.browsehappy {
  text-align: center;
  max-width: 600px;
  padding: 30px;
  margin: 100px auto 30px;
  display: none;
}
.ie-oldie .browsehappy {
  display: block;
}
/*# sourceMappingURL=style.css.map */