@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper, .mainnav, #footer .support {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after, .mainnav::after, #footer .support::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 640px) {
    .wrapper, .mainnav, #footer .support {
      width: 600px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 940px) {
    .wrapper, .mainnav, #footer .support {
      width: 900px; } }
  @media screen and (min-width: 1240px) {
    .wrapper, .mainnav, #footer .support {
      width: 1200px; } }
  @media screen and (min-width: 1840px) {
    .wrapper, .mainnav, #footer .support {
      width: 1800px; } }

.row::after {
  clear: both;
  content: "";
  display: block; }

.col9 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col9:last-child {
    margin-right: 0; }
  @media screen and (min-width: 940px) {
    .col9 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 74.4105869942%; }
      .col9:last-child {
        margin-right: 0; } }

.col8, main {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col8:last-child, main:last-child {
    margin-right: 0; }
  @media screen and (min-width: 940px) {
    .col8, main {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 65.8807826589%; }
      .col8:last-child, main:last-child {
        margin-right: 0; } }

.col6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 940px) {
    .col6 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .col6:last-child {
        margin-right: 0; }
      .col6:nth-child(2n) {
        margin-right: 0; }
      .col6:nth-child(2n+1) {
        clear: left; } }

.col4, aside, .feature-block, .card {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col4:last-child, aside:last-child, .feature-block:last-child, .card:last-child {
    margin-right: 0; }
  @media screen and (min-width: 940px) {
    .col4, aside, .feature-block, .card {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .col4:last-child, aside:last-child, .feature-block:last-child, .card:last-child {
        margin-right: 0; }
      .col4:nth-child(3n), aside:nth-child(3n), .feature-block:nth-child(3n), .card:nth-child(3n) {
        margin-right: 0; }
      .col4:nth-child(3n+1), aside:nth-child(3n+1), .feature-block:nth-child(3n+1), .card:nth-child(3n+1) {
        clear: left; } }

.col3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .col3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 940px) {
    .col3 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .col3:last-child {
        margin-right: 0; }
      .col3:nth-child(4n) {
        margin-right: 0; }
      .col3:nth-child(4n+1) {
        clear: left; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .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; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.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; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1240px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1240px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #2eaf7c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #23875f; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #2eaf7c;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #2eaf7c;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Gurajada", serif;
  text-transform: uppercase;
  color: #626e7b; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 {
  font-size: calc(22px + 1.8vw); }

h2 {
  font-size: calc(20px + 1.4vw); }

h3 {
  font-size: calc(18px + 1.2vw); }

h4 {
  font-size: calc(16px + 1vw); }

h5 {
  font-size: calc(14px + 0.75vw); }

h6 {
  font-size: calc(14px + 0.5vw); }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

.lead {
  font-size: 120%;
  font-weight: 700; }

.green {
  color: #2eaf7c; }

.blue {
  color: #2b94b2; }

.grey {
  color: #626e7b; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-top: 1px dotted #ccc;
  margin: 2em 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  label .required {
    color: #c82727;
    font-size: 12px; }
  label.error {
    color: #c82727; }

.note {
  font-size: 12px;
  color: #c82727;
  margin: 0; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "Open Sans", sans-serif;
  color: #1e2d3d;
  font-size: 16px;
  background: #fff;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #e9f0f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input.button,
  textarea.button {
    margin: 0; }

textarea {
  height: 160px; }

input[type="text"], input[type="password"], input[type="file"], input[type="email"], textarea {
  outline: none; }

select {
  width: 100%;
  margin-bottom: 20px; }
  select.error {
    border: 1px solid #c82727; }

fieldset {
  margin-bottom: 20px; }
  fieldset legend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    fieldset legend .required {
      color: #c82727;
      font-size: 12px; }
  fieldset label {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    float: left;
    width: calc(100% - 25px); }
    fieldset label.alt {
      width: auto; }
  fieldset input {
    width: 25px;
    margin-bottom: 10px;
    margin-top: 2px;
    display: inline-block;
    float: left; }
  fieldset .errormsg {
    margin-top: 20px; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg {
  display: none; }

.error label {
  color: #c82727; }

.error input, .error textarea {
  border-color: #c82727; }

.error .errormsg {
  display: block; }

.errormsg {
  margin: -20px 0 20px 0;
  font-size: 14px; }
  .errormsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    margin: 0 10px 0 0;
    width: 100%; }

.successmsg {
  margin: 20px 0; }
  .successmsg span {
    display: inline-block;
    padding: 10px;
    color: #fff;
    width: 100%; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

.errorlist {
  margin: 30px 0;
  background: #c82727;
  color: #fff;
  font-size: 14px;
  padding: 20px; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%;
  height: 100%; }

img {
  height: auto;
}

.content-left img {
  height: auto !important; }

.button, .button-alt {
  padding: 10px 20px;
  background: #2eaf7c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px; }
  .button:hover, .button-alt:hover {
    color: #fff;
    background: #23875f; }
  .button.blue {
    background: #2b94b2;
    color: #fff; }
    .button.blue:hover {
      color: #fff;
      background: #217289; }
  .button.grey {
    background: #626e7b;
    color: #fff; }
    .button.grey:hover {
      color: #fff;
      background: #4b555f; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.alignleft.round, .alignright.round, .aligncenter.round {
    border-radius: 100%;
}

@media screen and (min-width: 640px) {
  .alignleft {
    float: left;
    margin: 10px 30px 10px 0; } }

@media screen and (min-width: 640px) {
  .alignright {
    float: right;
    margin: 10px 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/* -----------------------------------------------------------------
CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  margin-bottom: 20px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
  background-clip: padding-box;
  color: #1e2d3d;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 8px;
        left: 38%;
        font-size: 16px;
        font-family: "FontAwesome";
        content: '\f107';
        color: #1e2d3d; }

.chosen-container-single .chosen-default {
  color: #aaa; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 16px;
    font-family: "FontAwesome";
    content: '\f002';
    color: #cccccc; }
  .chosen-container-single .chosen-search input[type="text"] {
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    border-radius: 0;
    margin: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #cccccc;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #1e2d3d;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e9f0f2;
  background-clip: padding-box;
  color: #1e2d3d;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 0 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #e9f0f2;
      color: #1e2d3d;
      border-color: #cccccc; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: none; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #cccccc;
  background: #e9f0f2; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #cccccc;
  background: #e9f0f2; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #cccccc; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.6);
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0;
  z-index: 1; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #2eaf7c;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #2eaf7c;
      opacity: 1;
      content: ""; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #1e2d3d;
  font-family: "Open Sans", sans-serif;
  background: #fff; }

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, .iframe-wrap:first-child, .split-content:first-child {
  margin-top: 0; }

p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child, .iframe-wrap:last-child, .split-content:last-child {
  margin-bottom: 0; }

ul, ol {
  padding-left: 20px; }
  ul li, ol li {
    padding: 3px 0; }

a.blue:hover {
  color: #217289; }

a.grey:hover {
  color: #4b555f; }

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 1em 0; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blockpad, .blurb, .tweets {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 940px) {
    .blockpad, .blurb, .tweets {
      padding-top: 80px;
      padding-bottom: 80px; } }

.more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .more:after {
    font-family: "FontAwesome";
    content: '\f178';
    padding-left: 5px; }

.space {
  height: 40px; }
  .space::after {
    clear: both;
    content: "";
    display: block; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  border-bottom: 1px solid #ddd; }
  #header::after {
    clear: both;
    content: "";
    display: block; }

/* -----------------------------------------------------------------
	BLUEBAR
------------------------------------------------------------------*/
.bluebar {
  background: #2b94b2;
  color: #fff;
  font-size: 13px;
  font-weight: 400; }
  .bluebar::after {
    clear: both;
    content: "";
    display: block; }
  .bluebar .connect {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px; }
    .bluebar .connect::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 640px) {
      .bluebar .connect {
        float: left;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px; } }
    .bluebar .connect a {
      color: #fff;
      margin: 0 15px; }
      .bluebar .connect a:hover {
        color: #1e2d3d; }
      @media screen and (min-width: 640px) {
        .bluebar .connect a {
          margin: 0 10px 0 0; } }
    .bluebar .connect .divider {
      display: none; }
      @media screen and (min-width: 640px) {
        .bluebar .connect .divider {
          display: inline-block;
          margin-right: 10px; } }
    .bluebar .connect .desk {
      display: none; }
      @media screen and (min-width: 1240px) {
        .bluebar .connect .desk {
          display: inline-block; } }
  .bluebar .topnav-container {
    float: right; }
  .bluebar .search {
    float: right;
    position: relative; }
    .bluebar .search::after {
      clear: both;
      content: "";
      display: block; }
    .bluebar .search form {
      margin-left: 20px;
      position: relative; }
      .bluebar .search form label {
        display: none; }
      .bluebar .search form input {
        border: none;
        font-size: 12px;
        padding: 10px;
        margin: 0;
        background: #68c1db;
        color: #fff;
        width: 200px; }
        .bluebar .search form input::-webkit-input-placeholder {
          color: #fff;
          text-transform: uppercase;
          font-style: italic; }
        .bluebar .search form input::-moz-placeholder {
          color: #fff;
          text-transform: uppercase;
          font-style: italic; }
        .bluebar .search form input:-ms-input-placeholder {
          color: #fff;
          text-transform: uppercase;
          font-style: italic; }
        .bluebar .search form input::placeholder {
          color: #fff;
          text-transform: uppercase;
          font-style: italic; }
        .bluebar .search form input:focus {
          width: 300px; }
      .bluebar .search form button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        padding: 9px;
        color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .bluebar .search form button:hover {
          background: #2b94b2; }
  .bluebar .login {
    float: right; }
    .bluebar .login .button {
      padding: 9px 18px;
      font-size: 12px;
      border-radius: 0;
      background: #217289; }
      .bluebar .login .button:hover {
        color: #fff;
        background: #2eaf7c; }
  .bluebar .search, .bluebar .login {
    display: none; }
    @media screen and (min-width: 640px) {
      .bluebar .search, .bluebar .login {
        display: inline-block; } }

#topnav {
  display: none;
  float: left;
  padding-top: 6px; }
  @media screen and (min-width: 940px) {
    #topnav {
      display: block; } }
  #topnav > ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    #topnav > ul > li {
      float: left;
      text-transform: uppercase; }
      #topnav > ul > li > a {
        color: #fff;
        padding: 0 10px; }
      #topnav > ul > li:hover .dropdown {
        display: block;
        position: absolute;
        z-index: 2; }
      #topnav > ul > li:hover > a {
        color: #1e2d3d; }
  #topnav .dropdown {
    display: none;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background: #2b94b2; }
    #topnav .dropdown li {
      padding: 5px 10px; }
      #topnav .dropdown li a {
        color: #fff; }
      #topnav .dropdown li:hover {
        background: #1c6174; }

/* -----------------------------------------------------------------
	MAIN NAVIGATION
------------------------------------------------------------------*/
.mainnav {
  padding-top: 20px;
  padding-bottom: 20px; }

.logo {
  display: block;
  float: left;
  position: relative;
  z-index: 2; }

#logo {
  width: 140px; }
  @media screen and (min-width: 640px) {
    #logo {
      width: 180px; } }
  @media screen and (min-width: 1240px) {
    #logo {
      width: 300px; } }

#nav {
  position: relative; }
  #nav::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 940px) {
    #nav {
      float: right; } }
  #nav #trigger {
    text-transform: uppercase;
    float: right;
    padding: 5px 10px;
    background: #2eaf7c;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #nav #trigger:hover {
      background: #23875f; }
    #nav #trigger i {
      margin-left: 5px; }
    @media screen and (min-width: 640px) {
      #nav #trigger {
        margin-top: 15px; } }
    @media screen and (min-width: 940px) {
      #nav #trigger {
        display: none; } }
  #nav > ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 75px;
    background: #2eaf7c;
    width: 100%; }
    @media screen and (min-width: 640px) {
      #nav > ul {
        top: 90px; } }
    @media screen and (min-width: 940px) {
      #nav > ul {
        display: block !important;
        float: right;
        padding-top: 24px;
        position: relative;
        background: transparent;
        top: 0;
        width: auto; } }
    @media screen and (min-width: 1240px) {
      #nav > ul {
        padding-top: 48px; } }
    #nav > ul > li {
      text-transform: uppercase;
      padding: 5px 10px;
      border-bottom: 1px solid #2a9f71; }
      @media screen and (min-width: 940px) {
        #nav > ul > li {
          font-size: 14px;
          float: left;
          margin-right: 15px;
          padding: 0;
          border-bottom: none; }
          #nav > ul > li:after {
            content: '/';
            padding-left: 10px;
            font-weight: 300; }
          #nav > ul > li:nth-last-child(1) {
            margin-right: 0; }
            #nav > ul > li:nth-last-child(1):after {
              content: '';
              padding-left: 0; } }
      @media screen and (min-width: 1240px) {
        #nav > ul > li {
          font-size: 16px; } }
      #nav > ul > li .fa-caret-down {
        float: right;
        padding-top: 4px;
        color: #fff; }
        @media screen and (min-width: 940px) {
          #nav > ul > li .fa-caret-down {
            display: none; } }
      @media screen and (min-width: 940px) {
        #nav > ul > li.mobi {
          display: none; } }
      #nav > ul > li > a {
        color: #fff; }
        @media screen and (min-width: 940px) {
          #nav > ul > li > a {
            color: #1e2d3d; } }
      #nav > ul > li:hover {
        background: #43cd97; }
        @media screen and (min-width: 940px) {
          #nav > ul > li:hover {
            background: transparent; }
            #nav > ul > li:hover .dropdown {
              display: block;
              position: absolute; } }
        #nav > ul > li:hover > a {
          color: #fff; }
          @media screen and (min-width: 940px) {
            #nav > ul > li:hover > a {
              color: #2eaf7c; } }
  #nav .dropdown {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 14px; }
    #nav .dropdown li {
      padding: 5px 0; }
      #nav .dropdown li a {
        color: #fff; }
        #nav .dropdown li a:hover {
          color: #1e2d3d; }
    @media screen and (min-width: 940px) {
      #nav .dropdown {
        background: #2eaf7c;
        border-radius: 3px;
        padding: 5px 0; }
        #nav .dropdown li {
          padding: 5px 10px; }
          #nav .dropdown li a {
            color: #fff; }
          #nav .dropdown li:hover {
            background: #43cd97; }
            #nav .dropdown li:hover a {
              color: #fff; } }
  #nav .searchbar {
    padding: 0;
    background: #33c38a; }
    #nav .searchbar form {
      position: relative; }
      #nav .searchbar form label {
        display: none; }
      #nav .searchbar form input {
        border: none;
        padding: 10px;
        margin: 0;
        background: transparent;
        color: #fff; }
        #nav .searchbar form input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.8);
          font-style: italic; }
        #nav .searchbar form input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.8);
          font-style: italic; }
        #nav .searchbar form input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.8);
          font-style: italic; }
        #nav .searchbar form input::placeholder {
          color: rgba(255, 255, 255, 0.8);
          font-style: italic; }
        #nav .searchbar form input:focus {
          background: #6bd8ad; }
      #nav .searchbar form button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        padding: 8px 16px;
        color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        #nav .searchbar form button:hover {
          background: #299b6e; }
    @media screen and (min-width: 640px) {
      #nav .searchbar {
        display: none; } }
  #nav .login {
    background: #2b94b2; }
    #nav .login:hover {
      background: #217289; }
    @media screen and (min-width: 640px) {
      #nav .login {
        display: none; } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
aside {
  margin-top: 40px; }
  @media screen and (min-width: 940px) {
    aside {
      margin-top: 0; } }

.slide-hero {
  color: white;
}

.slide-hero .wrapper {
  background-color: rgba(46, 175, 124, 0.75);
  padding: 20px 20px 30px;
  max-width: 600px;
  color: white;
}

.slide-hero .wrapper.blue {
  background-color: rgba(43, 148, 178, 0.75);
  color: white;
}

.slide-hero .wrapper.grey {
  background-color: rgba(98, 110, 123, 0.75);
  color: white;
}

.slide-hero .slick-prev, .slide-hero .slick-next {
  height: 40px;
  top: calc(50% - 20px);
  color: white;
  font-size: 20px;
  line-height: 1;
}

.slide-hero .title {
  font-size: calc(22px + 1.8vw);
  line-height: 1.1;
  font-family: "Gurajada", serif;
  text-transform: uppercase;
}

.slide-hero .button {
  background: 0;
  border: 1px solid white;
  margin-top: 20px;
}

.slide-hero .slide {
  padding: 0 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 640px) {
  .slide-hero .slide {
    max-height: 500px;
    height: 50vw;
  } 
}

.int-hero {
  background-position: center;
  background-size: cover;
  max-height: 500px;
  height: 50vw;
}

.hero {
  background: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px; }
  .hero::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1240px) {
    .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .hero .bulb {
    display: none; }
    @media screen and (min-width: 940px) {
      .hero .bulb {
        display: block;
        float: left;
        display: block;
        margin-right: 2%;
        width: 38%; }
        .hero .bulb:last-child {
          margin-right: 0; }
        .hero .bulb img {
          margin: 0 auto;
          max-height: 380px; } }
  .hero .cta {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .hero .cta:last-child {
      margin-right: 0; }
    .hero .cta .call {
      background: #2eaf7c;
      color: #fff;
      display: block;
      margin-bottom: 30px; }
      .hero .cta .call::after {
        clear: both;
        content: "";
        display: block; }
      .hero .cta .call h1, .hero .cta .call p {
        margin: 0; }
      .hero .cta .call h1 {
        color: #fff;
        font-size: calc(20px + 1.2vw); }
      .hero .cta .call .lead {
        font-weight: 300;
        font-size: 14px; }
        @media screen and (min-width: 640px) {
          .hero .cta .call .lead {
            font-size: 16px; } }
        @media screen and (min-width: 1240px) {
          .hero .cta .call .lead {
            font-size: 18px; } }
      .hero .cta .call .text {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        padding: 20px; }
        .hero .cta .call .text:last-child {
          margin-right: 0; }
      .hero .cta .call .go {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 6.1721523119%;
        color: #fff;
        text-align: center;
        background: #23875f;
        font-size: 24px;
        position: relative; }
        .hero .cta .call .go:last-child {
          margin-right: 0; }
        .hero .cta .call:hover .go {
          background: #195e43; }
        .hero .cta .call .go i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .hero .cta .call.blue {
        background: #2b94b2;
        margin-bottom: 0; }
        .hero .cta .call.blue .go {
          background: #217289; }
          .hero .cta .call.blue:hover .go {
            background: #175060; }
    @media screen and (min-width: 940px) {
      .hero .cta {
        float: left;
        display: block;
        margin-right: 0;
        width: 60%; }
        .hero .cta:last-child {
          margin-right: 0; } }

.callout {
    text-align: center;
    padding: 40px 0;
    background: #2b94b2;
    color: #fff;
}

.callout h1 {
    color: white;
}

.blurb {
  border-top: 10px solid #2b94b2;
  background: #e9f0f2;
  font-size: 18px; }
  .blurb::after {
    clear: both;
    content: "";
    display: block; }
  .blurb .lead {
    color: #626e7b; }

.blurb-contain .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blurb-contain .wrapper::after {
    display: none;
}

.home-video{
    display:block;
    width:100%;
    margin-top: 40px;
}

@media screen and (min-width: 940px) {
	.home-video{
        margin: 0;
	    width:40%;
	}
}

.home-blurb{
    display:block;
    width:100%;
}

.home-blurb img {
    height: auto !important;
}

@media screen and (min-width: 940px) {
	.home-blurb{
	    width:55%;
	}
}

.feature-block {
  margin-bottom: 30px; }
  @media screen and (min-width: 940px) {
    .feature-block {
      margin-bottom: 0; } }
  .feature-block h2 {
    font-size: calc(16px + 1vw); }
  .feature-block h3 {
    font-size: calc(16px + 0.75vw); }
  .feature-block img {
    border-top: 5px solid #626e7b;
    width: 100%; }
  .feature-block.news h2, .feature-block.news h3 {
    color: #2eaf7c; }
  .feature-block.event h2, .feature-block.event h3, .feature-block.event .more {
    color: #2b94b2; }
  .feature-block .button {
    margin-right: 15px; }

.tweets {
  background: #e9f0f2; }
  .tweets::after {
    clear: both;
    content: "";
    display: block; }

.feature-news {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .feature-news::after {
    clear: both;
    content: "";
    display: block; }
  .feature-news:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .feature-news .round {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #2eaf7c; }
    .feature-news .round img {
      width: auto;
      height: 100%;
      max-width: none; }

.results::after {
  clear: both;
  content: "";
  display: block; }

.results .post {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc; }
  .results .post::after {
    clear: both;
    content: "";
    display: block; }

.pagination {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  font-size: 14px; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none; }
      .pagination ul li.page-prev {
        float: left; }
      .pagination ul li.page-next {
        float: right; }
    .pagination ul ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
      @media screen and (min-width: 940px) {
        .pagination ul ul li {
          display: inline; } }
    .pagination ul li a {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border: 1px solid #2eaf7c;
      outline: none;
      padding: 0.375em 12px;
      text-decoration: none; }
      .pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active, .pagination ul li a.active {
        background: #2eaf7c;
        color: #fff;
        border: 1px solid #2eaf7c; }

.angel-details {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc; }
  .angel-details::after {
    clear: both;
    content: "";
    display: block; }
  .angel-details img {
    margin: 0 auto;
    padding: 20px;
    height: auto; }
  .angel-details .info {
    list-style: none;
    padding: 0; }
    .angel-details .info li {
      position: relative;
      padding-left: 30px; }
      .angel-details .info li:before {
        position: absolute;
        left: 0;
        font-family: "FontAwesome";
        color: #2eaf7c; }
      .angel-details .info li.address {
        padding-bottom: 20px; }
        .angel-details .info li.address:before {
          content: '\f279'; }
      .angel-details .info li.email:before {
        content: '\f0e0'; }
      .angel-details .info li.web:before {
        content: '\f108'; }

.angel-user {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }
  .angel-user::after {
    clear: both;
    content: "";
    display: block; }
  .angel-user img {
    margin-bottom: 30px; }
    @media screen and (min-width: 940px) {
      .angel-user img {
        margin-bottom: 0; } }

.slideshow {
  margin-top: 40px;
  margin-bottom: 40px; }
  .slideshow::after {
    clear: both;
    content: "";
    display: block; }
  .slideshow img {
    width: 100%; }

.featured {
  margin-top: 40px;
  margin-bottom: 40px; }

.newslist {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc; }
  .newslist::after {
    clear: both;
    content: "";
    display: block; }

.card {
  margin-bottom: 30px; }
  .card::after {
    clear: both;
    content: "";
    display: block; }
  .card .titlebox {
    padding: 20px 10px;
    background: #626e7b;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .card .titlebox h5, .card .titlebox p {
      color: #fff;
      margin: 0; }
  .card .logobox {
    position: relative;
    text-align: center;
    min-height: 100px;
    border: 1px solid #ddd;
    padding: 20px; }
    .card .logobox::after {
      clear: both;
      content: "";
      display: block; }
    .card .logobox img {
      margin: 0 auto;
      max-height: 120px; }
  .card:hover .titlebox {
    background: #2eaf7c; }

.linkbar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 20px 0 30px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  .linkbar::after {
    clear: both;
    content: "";
    display: block; }
  .linkbar a {
    color: #aaa;
    margin-right: 20px; }
    .linkbar a:hover, .linkbar a.active {
      color: #2eaf7c; }

.book-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
}

.book-bar .copy {
    width: calc(100% - 80px);
}


.event-info {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0; }
  .event-info::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 940px) {
    .event-info {
      padding: 0; } }
  .event-info .date {
    font-weight: 700;
    color: #2b94b2;
    text-transform: uppercase;
    margin: 0; }
    @media screen and (min-width: 940px) {
      .event-info .date {
        font-size: 20px; } }
  .event-info .sponsor {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase; }
    @media screen and (min-width: 940px) {
      .event-info .sponsor {
        margin-bottom: 20px; } }
  .event-info .button {
    margin-top: 20px;
    padding: 10px; }
    @media screen and (min-width: 940px) {
      .event-info .button {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px; } }
  .event-info .data {
    font-size: 14px; }
    @media screen and (min-width: 940px) {
      .event-info .data {
        margin: 20px 0; } }
    .event-info .data span {
      font-weight: 700;
      text-transform: uppercase;
      color: #2b94b2;
      padding-right: 5px; }

.event-post {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #ccc; }
  .event-post::after {
    clear: both;
    content: "";
    display: block; }
  .event-post .datebox {
    float: left;
    width: 60px;
    margin-right: 20px;
    border: 2px solid #2b94b2;
    padding: 10px 0;
    text-align: center; }
    .event-post .datebox::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 640px) {
      .event-post .datebox {
        width: 70px;
        margin-right: 30px; } }
    .event-post .datebox p {
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #2b94b2;
      line-height: 1.2; }
      .event-post .datebox p.day {
        font-size: 30px; }
  .event-post .eventbox {
    float: left;
    width: calc(100% - 80px); }
    .event-post .eventbox::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 640px) {
      .event-post .eventbox {
        width: calc(100% - 100px); } }
    .event-post .eventbox span {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px; }
    .event-post .eventbox p {
      margin: 10px 0; }

.filterbox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 40px; }
  .filterbox::after {
    clear: both;
    content: "";
    display: block; }
  .filterbox .category {
    padding: 20px 0; }
    .filterbox .category::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 640px) {
      .filterbox .category {
        float: left;
        padding: 0; } }
    .filterbox .category .label {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase;
      color: #999;
      font-weight: 700; }
    .filterbox .category label {
      display: none; }
    .filterbox .category .chosen-container {
      font-size: 14px;
      width: 100% !important;
      margin: 10px 0; }
      @media screen and (min-width: 640px) {
        .filterbox .category .chosen-container {
          width: 154px !important;
          margin: 20px 10px; } }
      @media screen and (min-width: 940px) {
        .filterbox .category .chosen-container {
          width: 144px !important; } }
      @media screen and (min-width: 1240px) {
        .filterbox .category .chosen-container {
          width: 340px !important; } }
    .filterbox .category .chosen-container-single .chosen-single div {
      width: 30px; }
      .filterbox .category .chosen-container-single .chosen-single div b:after {
        top: 6px;
        left: 36%; }
  .filterbox .new {
    border-top: 1px solid #ddd;
    padding: 20px 0; }
    .filterbox .new::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 640px) {
      .filterbox .new {
        float: right;
        padding: 18px 0 20px 20px;
        border-top: none;
        border-left: 1px solid #ddd; } }

.bulletin {
  border-top: 1px dotted #ccc;
  margin-top: 30px;
  padding-top: 30px; }
  .bulletin::after {
    clear: both;
    content: "";
    display: block; }
  .bulletin h2 {
    font-size: calc(20px + 1vw);
    line-height: 1; }
  .bulletin .reply {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
    .bulletin .reply:after {
      font-family: "FontAwesome";
      content: '\f075';
      padding-left: 5px; }
  .bulletin .replybox {
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    border-left: 5px solid #626e7b; }
    .bulletin .replybox::after {
      clear: both;
      content: "";
      display: block; }
    .bulletin .replybox .title {
      font-weight: 700;
      color: #2b94b2; }


/* -----------------------------------------------------------------
	SIDEBAR
------------------------------------------------------------------*/
.ctabox {
  display: block;
  margin-bottom: 30px;
  background: #2eaf7c;
  color: #fff; }
.ctabox:hover .go {
    background: #195e43;
}
.ctabox.blue:hover .go {
    background: #175060;;
}
  .ctabox::after {
    clear: both;
    content: "";
    display: block; }
  .ctabox .text {
      color: #fff;
    float: left;
    width: calc(100% - 40px);
    padding: 20px; }
    .ctabox .text::after {
      clear: both;
      content: "";
      display: block; }
    .ctabox .text h4 {
      font-size: 24px;
      color: #fff; }
    .ctabox .text p {
      font-size: 14px;
      margin: 0; }
  .ctabox .go {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    float: right;
    display: block;
    width: 40px;
    position: relative;
    background: #23875f;
    color: #fff; }
    .ctabox .go i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 18px; }
  .ctabox.blue {
    color: #fff;
    background: #2b94b2; }
    .ctabox.blue .go {
      background: #217289; }

.featurebox {
  background: #e9f0f2;
  font-size: 14px;
  margin-bottom: 30px; }
  .featurebox::after {
    clear: both;
    content: "";
    display: block; }
  .featurebox .title {
    padding: 10px 20px;
    background: #626e7b; }
    .featurebox .title h4 {
      font-size: 24px;
      color: #fff; }
  .featurebox img {
    width: 100%; }
  .featurebox .contentbox {
    padding: 20px; }
    .featurebox .contentbox p {
      margin-top: 0; }
    .featurebox .contentbox .button {
      margin-right: 10px; }
  .featurebox.find .title {
    padding: 2px; }

.socialbox {
  background: #e9f0f2;
  text-align: center;
  font-weight: 700;
  color: #2b94b2;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Gurajada", serif;
  padding: 10px 5px;
  margin-bottom: 30px; }
  .socialbox::after {
    clear: both;
    content: "";
    display: block; }
  .socialbox .title {
    padding: 0 10px; }
    .socialbox .title i {
      padding-right: 5px; }
  .socialbox .social {
    white-space: nowrap;
    padding: 0 10px; }
  /*.socialbox i {
    font-size: 18px; }
  .socialbox a {
    color: #fff;
    padding: 0 5px; }
    .socialbox a i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      border-radius: 40px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .socialbox a i.fa-facebook {
        background: #3b5998; }
        .socialbox a i.fa-facebook:hover {
          background: #263961; }
      .socialbox a i.fa-twitter {
        background: #55acee; }
        .socialbox a i.fa-twitter:hover {
          background: #1689e0; }
      .socialbox a i.fa-linkedin {
        background: #007bb5; }
        .socialbox a i.fa-linkedin:hover {
          background: #004769; }*/
  .socialbox i {
    font-size: 18px; }
  .socialbox div {
    color: #fff;
    padding: 0 5px;
    display: inline-block; }
    .socialbox div i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      border-radius: 40px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .socialbox div i.fa-facebook {
        background: #3b5998; }
        .socialbox .socialbtn i.fa-facebook:hover {
          background: #263961; }
      .socialbox div i.fa-twitter {
        background: #55acee; }
        .socialbox div i.fa-twitter:hover {
          background: #1689e0; }
      .socialbox div i.fa-linkedin {
        background: #007bb5; }
        .socialbox div i.fa-linkedin:hover {
          background: #004769; }

.twitterbox {
  background: #e9f0f2;
  font-size: 14px;
  margin-bottom: 30px; }
  .twitterbox::after {
    clear: both;
    content: "";
    display: block; }
  .twitterbox .title {
    padding: 10px 20px;
    background: #626e7b; }
    .twitterbox .title h4 {
      font-size: 24px;
      color: #fff; }
  .twitterbox .contentbox {
    padding: 20px; }

.letterbox {
  background: #e9f0f2;
  font-size: 14px;
  margin-bottom:30px;}
  .letterbox::after {
    clear: both;
    content: "";
    display: block; }
  .letterbox .title {
    padding: 10px 20px;
    background: #626e7b; }
    .letterbox .title h4 {
      font-size: 24px;
      color: #fff; }
  .letterbox .contentbox {
    padding: 20px; }
  .letterbox .button {
    margin-top: 20px; }

.success-logo-grid {
    margin: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.success-logo-grid a {
    display: inline-block;
    margin: 0 20px 25px;
}

.success-logo-grid a img {
    width: 100%;
    max-width: 200px;
    max-height: 100px;
}

.video-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.video-grid .block {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;

}
@media screen and (min-width: 640px) {
    .video-grid .block { width: 48%; }
}

.video-grid .block .title {
    text-align: center;
    font-size: 22px;
    font-family: "Gurajada", serif;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.video-grid .block .iframe-wrap {
    margin-top: auto;
}

.quiz-results {
    padding: 30px;
    background: #2EAF76;
    color: white;
    text-align: center;
    font-weight: bold;
}

.quiz-results a {
    color: white;
    text-decoration: underline;
}

.quiz-results a:hover {
    color: #cacaca;
}

.quiz-results .button {
    background: #23875f;
    font-weight: 400;
    text-decoration: none;
}

.quiz-results .button:hover {
    background: #1a6748;
}

.quiz-contain {
    margin-top: 25px;
}

.quiz-contain .row {
    margin-bottom: 25px;
}

.quiz-contain .head {
    font-family: "Gurajada", serif;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5px;
    display: none;
    color: #2b94b2;
}

.quiz-contain .col {

}

.quiz-contain .row::after {
    clear: both;
    content: "";
    display: block;
}

.quiz-contain .title {
    font-weight: bold;
}

.quiz-contain .col:nth-child(1) {
    margin-bottom: 10px;
}

.quiz-contain .col:nth-child(2) {

}

.quiz-contain .col:nth-child(3) {

}

@media screen and (min-width: 640px) {
    .quiz-contain .head {
        display: block;
    }
    .quiz-contain .col {
        float: left;
    }
    .quiz-contain .col:nth-child(1) {
        width: 70%;
        margin: 0;
    }
    .quiz-contain .col:nth-child(2), .quiz-contain .col:nth-child(3) {
        width: 15%;
        text-align: center;
    }
    .quiz-contain .col:nth-child(2) input, .quiz-contain .col:nth-child(3) input {
        margin: 0 auto;
        float: none;
    }
    .quiz-contain .col fieldset label {
        display: none;
    }
}

.quiz-contain fieldset {
    margin: 0;
}

.calendarbox {
  background: #2b94b2;
  padding: 10px;
  margin-bottom: 30px; }
  .calendarbox::after {
    clear: both;
    content: "";
    display: block; }
  .calendarbox .month {
    margin-bottom: 20px; }
    .calendarbox .month::after {
      clear: both;
      content: "";
      display: block; }
    .calendarbox .month:last-child {
      margin-bottom: 0; }
    .calendarbox .month .title {
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      margin-bottom: 5px; }
      .calendarbox .month .title span {
        line-height: 30px; }
      .calendarbox .month .title a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 16px; }
        .calendarbox .month .title a:hover {
          color: #2b94b2;
          background: #fff; }
        .calendarbox .month .title a.prev {
          float: left; }
        .calendarbox .month .title a.next {
          float: right; }
    .calendarbox .month ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .calendarbox .month ul li {
        float: left;
        width: calc(100% / 7); }
        .calendarbox .month ul li:last-child {
          margin-right: -1px; }
      .calendarbox .month ul.week li {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-align: center; }
      .calendarbox .month ul.days li {
        padding: 2px; }
        .calendarbox .month ul.days li:nth-child(7n+1) {
          margin-right: -1px; }
        .calendarbox .month ul.days li .box {
          display: block;
          height: 44px;
          background: #fff;
          position: relative;
          text-align: center; }
          .calendarbox .month ul.days li .box span {
            position: absolute;
            left: 2px;
            top: 0;
            font-size: 12px; }
          .calendarbox .month ul.days li .box a {
            display: inline-block;
            margin-top: 20px;
            background: #2eaf7c;
            color: #fff;
            border-radius: 24px;
            padding: 2px 6px;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none !important;
            line-height: 1.2em; }
            .calendarbox .month ul.days li .box a:hover {
              background: #43cd97; }

.bonusbox {
  font-size: 14px; }
  .bonusbox h5, .bonusbox p {
    margin: 0; }
  .bonusbox .button {
    margin-top: 20px;
    margin-bottom: 40px; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer .top {
  border-top: 10px solid #626e7b;
  background: #2b94b2;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 300; }
  #footer .top::after {
    clear: both;
    content: "";
    display: block; }
  #footer .top a {
    color: #fff; }
    #footer .top a:hover {
      text-decoration: underline; }
  #footer .top .left {
    float: none;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (min-width: 940px) {
      #footer .top .left {
        float: left;
        text-align: left; } }
  #footer .top .right {
    float: none;
    text-align: center; }
    @media screen and (min-width: 940px) {
      #footer .top .right {
        float: right;
        text-align: right; } }
    #footer .top .right .links {
      text-transform: uppercase; }
      #footer .top .right .links a {
        padding: 0 5px; }
        @media screen and (min-width: 640px) {
          #footer .top .right .links a {
            padding: 0 10px; } }

#footer .support {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align:middle;
  font-size: 12px; }
  #footer .support img {
    display: inline-block;
    margin: 20px; }

/* -----------------------------------------------------------------
	LANDINGS
------------------------------------------------------------------*/
@media screen and (min-width: 940px) {
  .altnav #nav > ul > li:nth-last-child(2) {
      margin-right: 0;
  }
  .altnav #nav > ul > li:nth-last-child(2):after {
    content: '';
    padding-left: 0;
  }
}

.hero-mobile{
  display: block;
  width:100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .hero-mobile{
    display: none;
  }
}

#content aside .featurebox a.button,
#content aside .socialbox a {
  color: #fff !important;
}


.sponsors, .sponsors-alt {
  text-align: center;
}
.sponsors img {
  display: block;
  margin: 40px auto;
}
.sponsors-alt img {
  display: inline-block;
  padding: 20px;
}


/* -----------------------------------------------------------------
  EDITS
------------------------------------------------------------------*/
.carousel .slick-dots li button {
  border: 2px solid #2eaf7c;
  border-radius: 100%;
}
.carousel .slick-dots li.slick-active button {
  background: #2eaf7c;
  border-radius: 100%;
}
.carousel-feature {
  margin-bottom: 30px;
  padding: 0 15px;
}
.carousel-feature h2 {
  font-size: calc(16px + 1vw);
}
.carousel-feature h3 {
  font-size: calc(16px + 0.75vw);
}
.carousel-feature img {
  border-top: 5px solid #626e7b;
  width: 100%;
}
.carousel-feature.green h2, .carousel-feature.green h3, .carousel-feature.green .more {
  color: #2eaf7c;
}
.carousel-feature.blue h2, .carousel-feature.blue h3, .carousel-feature.blue .more {
  color: #2b94b2;
}
.carousel-feature.grey h2, .carousel-feature.grey h3, .carousel-feature.grey .more {
  color: #626e7b;
}
.carousel-feature.green p, .carousel-feature.blue p, .carousel-feature.grey p {
  color: #1e2d3d;
}
.carousel-feature .button {
  margin-right: 15px;
}


.mc-field-group ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.mc-field-group ul li {
  padding: 5px 0;
}
.mc-field-group ul li input {
  float: left;
  width: 20px;
  margin: 0 5px 0 0;
}
input.mce_inline_error {
  margin-bottom: 0;
}


.button.signup {
  background: #fff;
  color: #2eaf7c !important;
  font-weight: 700;
  font-size: 16px;
}

#popup {
  display: none;
}
#popup.fancybox-content {
  padding: 30px;
}
#popup .txt {
  font-size: 1.2em;
  font-weight: bolder;
  margin: 30px 0;
  width: 100%;
  max-width: 480px;
}
