html {
  box-sizing: border-box; }

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

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper {
      width: 1140px; } }

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

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

.col4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col4:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col4:last-child {
        margin-right: 0; }
      .col4:nth-child(3n) {
        margin-right: 0; }
      .col4:nth-child(3n+1) {
        clear: left; } }

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

.col2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col2:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .col2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .col2:last-child {
        margin-right: 0; }
      .col2:nth-child(6n) {
        margin-right: 0; }
      .col2:nth-child(6n+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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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, .heading, h3 {
    orphans: 3;
    widows: 3; }

  h2, .heading, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-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: 1023px) {
    .visible-mobile {
      display: none; } }

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

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #0074ea;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #00356b; }

.text-error {
  color: #c82727; }

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

.text-warning {
  color: #e4be4c; }

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

b, strong {
  font-weight: 700; }

::-moz-selection {
  background: #0074ea;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0074ea;
  color: #fff;
  text-shadow: none; }

h1, h2, .heading, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #3cb64b; }

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

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

h1 {
  font-size: 42px;
  color: #005393; }

h2, .heading {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1 small {
  font-size: 24px; }

h2 small, .heading small {
  font-size: 18px; }

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

.big {
  font-size: 31px;
  color: #3cb64b;
  font-weight: 900;
  margin: 0; }

.lead {
  font-size: 19px;
  font-weight: 300; }

.blue {
  color: #005393; }

.blue-light {
  color: #0074ea; }

.orange {
  color: #fb9100; }

blockquote {
  border-left: 8px solid #fb9100;
  padding-left: 20px;
  margin: 20px 0;
  font-size: 21px;
  font-weight: 700; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 0;
    font-style: normal;
    font-weight: 500; }

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

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

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "Roboto", sans-serif;
  color: #5b5b5b;
  font-size: 16px;
  background: #fff;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 300; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
    font-weight: 300; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999;
    font-weight: 300; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 300; }

textarea {
  height: 120px; }

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

fieldset {
  margin-bottom: 20px; }
  fieldset legend {
    display: inline-block;
    margin-bottom: 10px; }
  fieldset label {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    display: inline-block;
    padding: 0;
    font-weight: 400; }
  fieldset input {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block; }
  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; }
.error .chosen-container {
  margin-bottom: 20px; }
.error .chosen-container-single .chosen-single {
  border: 1px solid #c82727; }

.errormsg {
  margin: 0;
  font-size: 14px; }
  .errormsg span {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4em;
    margin: -20px 0 20px 0; }

.successmsg {
  margin: 0;
  font-size: 18px;
  display: none; }
  .successmsg span {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    line-height: 1.4em;
    margin: 30px 0;
    font-weight: 700; }
  .successmsg.ok {
    display: block; }

    select + .errormsg span {
        margin-top: 0 !important;
    }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

.errorlist {
  margin: 30px 0;
  background: #c82727;
  color: #fff;
  padding: 20px; }
  .errorlist a {
    color: #fff !important;
    text-decoration: none !important; }

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

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

.button {
  padding: 10px 20px;
  background: #3cb64b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0; }
  .button:hover {
    color: #fff;
    background: #2f903b; }
  .button.ghost {
    padding: 8px 20px;
    background: transparent;
    color: #3cb64b;
    border: 2px solid #3cb64b; }
    .button.ghost:hover {
      background: #3cb64b;
      color: #fff; }
  .button.ghost-blue {
    padding: 8px 20px;
    background: transparent;
    color: #0074ea;
    border: 2px solid #0074ea; }
    .button.ghost-blue:hover {
      background: #0074ea;
      color: #fff; }
  .button.blue {
    background: #005393; }
    .button.blue:hover {
      background: #003660; }
  .button.pink {
    background: #cb1587; }
    .button.pink:hover {
      background: #910f61; }
  .button.light-blue {
    background: #0074ea; }
    .button.light-blue:hover {
      background: #005bb7; }
  .button.orange {
    background: #fb9100; }
    .button.orange:hover {
      background: #c87400; }
  .button.full {
    width: 100%; }
  @media screen and (min-width: 767px) {
    .button.rx {
      float: right; } }
  @media screen and (min-width: 767px) {
    .button.lx {
      float: left; } }

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

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

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

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

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/* -----------------------------------------------------------------
    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;
  user-select: none;
  margin-bottom: 20px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 0 10px;
  height: 41px;
  border: 1px solid #cccccc;
  background-color: #fff;
  background-clip: padding-box;
  color: #5b5b5b;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    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: 0px;
        left: 35%;
        font-size: 20px;
        /*font-family: 'FontAwesome';*/
        content: '▾';
        color: #666; }
.chosen-container-single .chosen-default {
  color: #aaa;
  text-decoration: none !important; }
.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: 6px;
    left: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #e6e6e6; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #5b5b5b;
  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 #cccccc;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-clip: padding-box;
  color: #5b5b5b;
  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 #cccccc;
  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: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 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: #f2f2f2;
      color: #5b5b5b;
      border-color: #e6e6e6; }
    .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: #f2f2f2; }

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

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

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

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

* html .flexslider .slides {
  height: 1%; }

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto; }

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

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

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flex-direction-nav a.flex-prev {
      left: 0px; }
    .flex-direction-nav a.flex-next {
      right: 0px; }
    .flex-direction-nav a.flex-disabled {
      opacity: 0 !important;
      filter: alpha(opacity=0);
      cursor: default; }

/* ====================================================================================================================
 * CONTROL NAV
 * ====================================================================================================================*/
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      width: 11px;
      height: 11px;
      display: block;
      background: #666;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 20px; }
      .flex-control-nav li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7); }
      .flex-control-nav li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * PAUSE PLAY
 * ====================================================================================================================*/
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: 'Pause'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: 'Play'; }

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

body {
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-weight: 300; }
  @media screen and (min-width: 767px) {
    body {
      margin-top: 123px; } }

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, .heading:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child {
  margin-top: 0; }
p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, .heading:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child {
  margin-bottom: 0; }

.center {
  text-align: center; }
  .center img {
    margin: 0 auto; }

.space {
  height: 30px; }
  .space::after {
    clear: both;
    content: "";
    display: table; }


/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  text-transform: uppercase; }
  @media screen and (min-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 123px;
      background-color: #fff;
      border-bottom: 1px solid #cccccc; } }

#logo {
  margin: 15px auto; }
  @media screen and (min-width: 767px) {
    #logo {
      float: left;
      margin-right: 20px; } }

.sponsor {
  text-align: center;
  font-size: 9px;
  width: 140px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .sponsor {
      float: left;
      margin: 28px 0 0; } }
  .sponsor img {
    display: inline-block;
    margin-top: 10px; }

@media screen and (min-width: 767px) {
  .navfix {
    margin-top: 123px; }
    .navfix::after {
      clear: both;
      content: "";
      display: table; } }

/* -----------------------------------------------------------------
	HERO SECTION
------------------------------------------------------------------*/
.hero {
  position: relative;
  text-transform: uppercase;
  line-height: 1; }
  @media screen and (min-width: 767px) {
    .hero {
      height: 36vw;
      max-height: 567px; } }
  .hero .wrapper {
    padding: 0; }
  .hero .slide {
    position: relative;
    height: 46vw;
    max-height: 567px;
    z-index: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    @media screen and (min-width: 767px) {
      .hero .slide {
        height: 36vw;
        width: 67%;
        position: absolute;
        right: 0; } }
    .hero .slide .flexslider {
      margin: 0; }
      .hero .slide .flexslider li {
        height: 46vw;
        max-height: 567px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        overflow: hidden; }
        @media screen and (min-width: 767px) {
          .hero .slide .flexslider li {
            height: 36vw; } }
  .hero a {
    display: block;
    color: #fff;
    position: relative;
    padding: 30px; }
    .hero a::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 767px) {
      .hero a {
        width: 33%;
        height: 12vw;
        max-height: 189px;
        padding: 30px 0; }
        .hero a:after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 100%;
          width: 100vw;
          content: "";
          display: block;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
    .hero a.green, .hero a.blue, .hero a.orange {
      position: relative; }
    .hero a.green {
      background: #3cb64b; }
      .hero a.green:hover {
        background: #36a343; }
        .hero a.green:hover:after {
          background: #36a343; }
      .hero a.green:after {
        background: #3cb64b; }
    .hero a.blue {
      background: #055492; }
      .hero a.blue:hover {
        background: #0067d1; }
        .hero a.blue:hover:after {
          background: #0067d1; }
      .hero a.blue:after {
        background: #055492; }
    .hero a.orange {
      background: #fb9100; }
      .hero a.orange:hover {
        background: #e28200; }
        .hero a.orange:hover:after {
          background: #e28200; }
      .hero a.orange:after {
        background: #fb9100; }
    .hero a.pink {
      background: #cb1587; }
      .hero a.pink:hover {
        background: #ff00a0; }
        .hero a.pink:hover:after {
          background: #ff00a0; }
      .hero a.pink:after {
        background: #cb1587; }
    @media screen and (min-width: 767px) {
      .hero a .inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .hero a .icon {
      font-size: 34px;
      float: left; }
    .hero a .copy {
      margin: 0 30px 0 0; }
    .hero a .title {
      margin: 5px 0 0 0;
      font-size: 24px;
      font-weight: 700;
      color: #fff; }
      @media screen and (min-width: 767px) {
        .hero a .title {
          font-size: 20px; } }
      @media screen and (min-width: 1023px) {
        .hero a .title {
          font-size: 28px; } }
    .hero a .sub {
      font-size: 14px;
      margin-top: 5px; }
      @media screen and (min-width: 767px) {
        .hero a .sub {
          font-size: 12px; } }
      @media screen and (min-width: 1023px) {
        .hero a .sub {
          font-size: 14px; } }
    .hero a .go {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 30px;
      font-size: 22px;
      line-height: 30px;
      background: rgba(0, 0, 0, 0.2);
      text-align: center; }
      @media screen and (min-width: 767px) {
        .hero a .go {
          width: 20px;
          height: 20px;
          font-size: 14px;
          line-height: 20px; } }
      @media screen and (min-width: 1023px) {
        .hero a .go {
          width: 30px;
          height: 30px;
          font-size: 22px;
          line-height: 30px; } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#content {
  padding-top: 30px; }
  #content a {
    text-decoration: underline; }
    #content a.button {
      text-decoration: none; }
@media (min-width: 767px) {
  #content {
    padding-top: 60px;
  }
}

.breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px dotted #ccc;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  text-decoration: none !important;
  color: #5b5b5b;
}
.breadcrumbs li a:hover {
  color: #0074ea;
}
.breadcrumbs li:after {
  margin-left: 10px;
  margin-right: 10px;
  content: '/';
}
.breadcrumbs li:last-child {
  font-weight: 700;
}
.breadcrumbs li:last-child:after {
  margin: 0;
  content: '';
}

main {
  margin-bottom: 40px; }
  @media screen and (min-width: 1023px) {
    main {
      margin: 0;
      width: 65%;
      float: left; } }
  main ul, main ol {
    padding-left: 20px; }

@media screen and (min-width: 1023px) {
  aside {
    width: 30%;
    float: right; } }

.split-content {
  margin: 2em 0; }
  .split-content::after {
    clear: both;
    content: "";
    display: table; }
  .split-content.alt {
    margin-bottom: 0; }
  .split-content .left, .split-content .right {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .split-content .left, .split-content .right {
        width: 48%; } }
  .split-content .right {
    margin-top: 2em; }
    @media screen and (min-width: 767px) {
      .split-content .right {
        margin: 0; } }

.green-band {
  background: #3cb64b;
  padding: 40px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative; }
  .green-band::after {
    clear: both;
    content: "";
    display: table; }
  .green-band h2, .green-band .heading {
    color: #fff; }
  .green-band:after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid #3cb64b; }

.blue-band {
  background: #0074ea;
  padding: 40px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative; }
  .blue-band::after {
    clear: both;
    content: "";
    display: table; }
  .blue-band h2, .blue-band .heading {
    color: #fff; }
  .blue-band:after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid #0074ea; }

ul.tablinks {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  font-size: 18px; }
  ul.tablinks li {
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    font-weight: 500;
    position: relative; }
    ul.tablinks li:last-child {
      border-bottom: 1px dotted #ccc; }
    ul.tablinks li:after {
      position: absolute;
      font-family: "Ionicons";
      content: '\f30f';
      color: #3cb64b;
      right: 0;
      top: 10px; }
    ul.tablinks li span {
      background: #0074ea;
      color: #fff !important;
      padding: 5px;
      border-radius: 12px;
      margin-left: 6px;
      font-size: 14px; }
    ul.tablinks li a {
      text-decoration: none !important;
      color: #5b5b5b;
      display: block;
      padding-right: 20px; }
  ul.tablinks.alt span {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #5b5b5b !important;
    font-size: 18px; }
  ul.tablinks.alt.blue {
    color: #5b5b5b; }
    ul.tablinks.alt.blue li:after {
      color: #005393; }
  ul.tablinks.alt.orange {
    color: #5b5b5b; }
    ul.tablinks.alt.orange li:after {
      color: #fb9100; }

.thumb-contain {
  margin: 2em 0; }
  .thumb-contain::after {
    clear: both;
    content: "";
    display: table; }
  .thumb-contain img {
    margin: 0 auto; }
  .thumb-contain.left, .thumb-contain.right {
    float: none; }
  @media screen and (min-width: 767px) {
    .thumb-contain.left img {
      float: left; }
    .thumb-contain.left .info {
      margin-left: 120px; }
    .thumb-contain.right img {
      float: right; }
    .thumb-contain.right .info {
      margin-right: 120px; } }

.instagram {
  margin-top: 40px;
  text-align: center; }
  .instagram::after {
    clear: both;
    content: "";
    display: table; }
  .instagram #instafeed {
    margin-bottom: 30px; }
    .instagram #instafeed::after {
      clear: both;
      content: "";
      display: table; }
  .instagram .photo {
    width: 50%;
    padding: 10px;
    float: left; }
    .instagram .photo img {
      border: 2px solid #0074ea; }
    @media screen and (min-width: 767px) {
      .instagram .photo {
        width: 25%; } }
    @media screen and (min-width: 1023px) {
      .instagram .photo {
        width: 12.5%; } }

.linkbox {
  padding: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 30px; }
  .linkbox::after {
    clear: both;
    content: "";
    display: table; }
  .linkbox.green {
    background: #3cb64b; }
    .linkbox.green:hover {
      background: #2f903b; }
  .linkbox.blue {
    background: #055492; }
    .linkbox.blue:hover {
      background: #0074ea; }
  .linkbox.orange {
    background: #fb9100; }
    .linkbox.orange:hover {
      background: #c87400; }
  .linkbox.pink {
    background: #cb1587; }
    .linkbox.pink:hover {
      background: #ff00a0; }
  .linkbox i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 30px;
    line-height: 1em; }
  .linkbox .copy {
    float: left;
    padding-left: 40px; }
  .linkbox .copy.noicon {
    padding-left: 0; }
    .linkbox .copy p {
      margin: 0;
      font-weight: 700;
      text-transform: uppercase; }
    .linkbox .copy .title {
      font-size: 22px; }
    .linkbox .copy .sub {
      font-size: 14px; }

.postbox {
  background: #005393;
  color: #fff;
  margin-bottom: 30px; }
  .postbox img {
    margin: 0 auto;
    width: 100%; }
  .postbox .copy {
    padding: 20px; }
    .postbox .copy h2, .postbox .copy .heading {
      color: #fff;
      font-size: 20px;
      margin-bottom: 0; }
    .postbox .copy p {
      line-height: 1.4em;
      font-weight: 300; }
    .postbox .copy .button {
      background: transparent;
      border: 2px solid #fff; }
      .postbox .copy .button:hover {
        background: #fff;
        color: #005393; }

.share {
  margin-bottom: 30px; }
  .share p {
    color: #005393;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .share .social {
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    background: #0074ea;
    color: #fff;
    display: inline-block;
    margin-right: 5px; }
    .share .social:hover {
      background: #005393; }

.event-info {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  margin: 5px 0;
  display: inline-block; }
  .event-info.green {
    background: #3cb64b; }
  .event-info.blue {
    background: #005393; }

.event-details {
  font-weight: 300;
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px; }

.grid {
  margin-top: 30px; }
  .grid::after {
    clear: both;
    content: "";
    display: table; }

.toolkits {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background: #3cb64b;
  color: #fff;
  /*padding: 15px;*/
  position: relative;
  margin-bottom: 30px; }
  .toolkits:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .toolkits {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .toolkits:last-child {
        margin-right: 0; }
      .toolkits:nth-child(4n) {
        margin-right: 0; }
      .toolkits:nth-child(4n+1) {
        clear: left; } }
  .toolkits img {
    width: 100%;
  }
  .toolkits h2, .toolkits .heading {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 80px;
    margin-top: 0;
    padding: 15px 15px 0 15px; }
    @media screen and (min-width: 1023px) {
      .toolkits h2, .toolkits .heading {
        font-size: 28px; } }
    .toolkits h2 span, .toolkits .heading span {
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      padding: 8px;
      line-height: 1em;
      border-radius: 24px;
      background: #fb9100; }
  .toolkits .button {
    position: absolute;
    bottom: 5px;
    left: 15px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px; }
    .toolkits .button:hover {
      background: #fff;
      color: #3cb64b; }

.initiative {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between; }
  .initiative .datebox {
    width: 40px;
    background: #3cb64b;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase; }
    .initiative .datebox span {
      display: block; }
      .initiative .datebox span.date {
        font-size: 18px;
        line-height: 0.8em; }
    @media screen and (min-width: 767px) {
      .initiative .datebox {
        width: 60px;
        font-size: 18px; }
        .initiative .datebox span.date {
          font-size: 30px; } }
  .initiative .info {
    width: calc(100% - 60px) }
    @media screen and (min-width: 767px) {
      .initiative .info {
        width: calc(100% - 80px) } }
  .initiative h2, .initiative .heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #005393; }
    .initiative h2 a, .initiative .heading a {
      color: #005393;
      text-decoration: none !important; }
      .initiative h2 a:hover, .initiative .heading a:hover {
        color: #0074ea; }
  .initiative .button {
    background: transparent;
    border: 2px solid #005393;
    font-size: 14px;
    color: #005393; }
    .initiative .button:hover {
      background: #005393;
      color: #fff; }
  .initiative.alt .info {
    padding-left: 0; }
  .initiative.alt h2, .initiative.alt .heading {
    color: #fb9100; }
    .initiative.alt h2 a, .initiative.alt .heading a {
      color: #fb9100; }
      .initiative.alt h2 a:hover, .initiative.alt .heading a:hover {
        color: #c87400; }
  .initiative.alt .button {
    border-color: #fb9100;
    color: #fb9100; }
    .initiative.alt .button:hover {
      background: #fb9100;
      color: #fff; }

.pagination {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  font-weight: 500;
  font-size: 15px; }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right; }
    .pagination ul li {
      float: left;
      padding: 0 10px; }
      .pagination ul li a {
        color: #005393;
        text-decoration: none !important; }
        .pagination ul li a:hover, .pagination ul li a.select {
          color: #0074ea; }

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

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  /*margin-top: 60px;*/
  padding-top: 40px; }
  #footer h2, #footer .heading {
    color: #005393;
    text-align: center;
    font-size: 36px; }
  #footer .partners {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-top: 8px solid #0074ea; }
    #footer .partners::after {
      clear: both;
      content: "";
      display: table; }
    #footer .partners img {
      display: inline;
      padding: 20px; }
  #footer .connect {
    padding-top: 20px;
    padding-bottom: 30px;
    /*background: #005393;*/
    background: #3cb64b;
    color: #fff; }
    #footer .connect::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1023px) {
      #footer .connect {
        padding-bottom: 20px; } }
    #footer .connect .split-content {
      margin: 0; }
      #footer .connect .split-content .left {
        margin-top: 5px;
        text-align: center; }
        @media screen and (min-width: 767px) {
          #footer .connect .split-content .left {
            text-align: left; } }
      #footer .connect .split-content .right {
        margin-top: 30px;
        text-align: center; }
        @media screen and (min-width: 767px) {
          #footer .connect .split-content .right {
            text-align: right; } }
        @media screen and (min-width: 1023px) {
          #footer .connect .split-content .right {
            margin-top: 0; } }
        #footer .connect .split-content .right .button {
          margin: 0;
          text-transform: uppercase;
          font-size: 14px;
          background: #008910; }
          #footer .connect .split-content .right .button:hover {
            background: #fff;
            color: #008910 }
    #footer .connect span {
      font-weight: 700;
      text-transform: uppercase;
      display: block; }
      @media screen and (min-width: 767px) {
        #footer .connect span {
          padding-right: 10px; } }
      @media screen and (min-width: 1023px) {
        #footer .connect span {
          display: inline; } }
    #footer .connect .social {
      font-size: 20px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      padding: 0;
      background: #008910;
      color: #fff;
      display: inline-block;
      margin-right: 5px;
      margin-top: 10px; }
      #footer .connect .social:hover {
        background: #fff;
        color: #008910; }
      @media screen and (min-width: 1023px) {
        #footer .connect .social {
          margin-right: 0;
          margin-left: 5px;
          margin-top: 0; } }
    #footer .connect form label {
      text-transform: uppercase;
      font-weight: 700;
      display: inline;
      margin-bottom: 10px;
      padding: 0;
      font-size: 16px;
      display: block; }
      @media screen and (min-width: 1023px) {
        #footer .connect form label {
          display: inline;
          padding-right: 15px; } }
    #footer .connect form input {
      width: 330px;
      margin: 0;
      border: none;
      padding: 0 10px;
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      border: none; }
      @media screen and (min-width: 767px) {
        #footer .connect form input {
          width: 280px; } }
      @media screen and (min-width: 1023px) {
        #footer .connect form input {
          width: 240px; } }
      @media screen and (min-width: 1279px) {
        #footer .connect form input {
          width: 330px; } }
      #footer .connect form input.button {
        padding: 0 10px;
        font-size: 14px;
        width: auto;
        font-weight: 400;
        background: #0074ea;
        margin-top: 10px; }
        #footer .connect form input.button:hover, #footer .connect form input.button:focus {
          color: #0074ea;
          background: #fff; }
        @media screen and (min-width: 767px) {
          #footer .connect form input.button {
            margin-top: 0; } }
  #footer .credits {
    text-align: center; }
    @media screen and (min-width: 767px) {
      #footer .credits {
        text-align: right; } }
    #footer .credits .footerlogo {
      margin: 0 auto;
      width: 100%;
      max-width: 200px; }
      @media screen and (min-width: 767px) {
        #footer .credits .footerlogo {
          margin: 0;
          width: 170px; } }
    #footer .credits .navi {
      font-size: 14px;
      font-weight: 700;
      margin-left: 20px;
      color: #005393; }
      #footer .credits .navi:hover {
        color: #0074ea; }
    #footer .credits .copy {
      font-weight: 300;
      font-size: 16px; }
      #footer .credits .copy a {
        color: #5b5b5b; }
        #footer .credits .copy a:hover {
          color: #0074ea; }

/*#footer .community {
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#footer .community .overlay {
  background-color: rgba(0,84,147,0.8);
  padding: 60px 0;
}
#footer .community p {
  margin-top: 0;
  font-size: 20px;
}
#footer .community .call {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
#footer .community img {
  display: inline-block;
  padding: 20px 30px;
}*/

#footer .community {
  background-size: cover;
  background-position: center;
  color: #005393;
  text-align: center;
  text-transform: uppercase;
}
#footer .community .overlay {
  background-color: rgba(255,255,255,0.8);
  padding: 60px 0;
}
#footer .community .call {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
#footer .community .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
#footer .community .flex .box {
  width: 100%;
  margin: 20px 0;
}
#footer .community p {
  margin-top: 0;
  font-size: 18px;
}
#footer .community img {
  display: inline-block;
  padding: 20px 30px;
}
@media screen and (min-width: 767px) {
  #footer .community .flex .box {
    width: calc(50% - 20px);
    margin: 0;
  }
}

/* -----------------------------------------------------------------
  MANUAL OVERDRIVE TO THE EXTREME!!!!!!
------------------------------------------------------------------*/
.ctct-custom-form {
  padding: 40px 0; }

@media screen and (min-width: 767px) {
  .hero a {
      height: 18vw;
      max-height: 284px;
  }
}

.kids .toolkits {
  background: #276eb7;
}
.kids .toolkits .button:hover {
  color: #276eb7;
}
.kids .toolkits h2 span {
  background: #cb1587;
}
.kids h1 {
  color: #cb1587;
}
.kids .button.light-blue {
  background: #276eb7;
}
.kids .button.light-blue:hover {
  background: #088295;
}

aside.alt {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1023px) {
  aside.alt {
    width: 30%;
  }
}
main.alt {
  float: right;
}

.filters {
  background: #e4ecf3;
}
.filters .title {
  background: #3cb64b;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.filters section {
  padding: 20px 15px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
.filters section h4 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #005393;
}
.filters section h4 i {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.filters section .tags {
  padding-left: 20px;
}
.filters section .tags span {
  display: block;
}
.filters section .tags a {
  color: #5b5b5b;
  text-decoration: none !important;
}
.filters section .tags a:hover {
  color: #c82727;
}
.filters form section label {
  display: none;
}
.filters form .checkboxes label, .filters form .radio label {
  display: block;
  font-weight: 300;
  text-transform: none;
}
.filters form input {
  border: none;
  border-radius: 3px;
  margin: 0;
}
.filters section .button {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}
.filters input[type="checkbox"], .filters input[type="radio"] {
  width: 15px;
  vertical-align: middle;
  margin: -5px 0 0 0;
}

.accordion.sub {
  margin-top: 20px;
}
.accordion .trigger {
  display: block;
  color: #5b5b5b;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 0;
  width: 12px;
  height: 22px;
  cursor: pointer;
}
.accordion label {
  display: inline-block !important;
  width: calc(100% - 20px) !important;
}
.accordion input {
  margin: 0;
}
.accordion .trigger:after {
  font-family: 'Ionicons';
  content: '\f48a';
  position: absolute;
  right: 0;
}
.accordion a {
  text-decoration: none !important;
}
.accordion .category {
  border-top: 1px dotted #aaa;
  padding: 10px 0;
  position: relative;
}
.accordion .category:last-child {
  border-bottom: 1px dotted #aaa;
}
.accordion .pane {
  display: none;
  padding: 10px 0;
}
.accordion .pane.checkboxes {
  padding-left: 15px;
}
.accordion .pane.checkboxes .level_2 {
  position: relative;
}
.accordion .pane.checkboxes .level_2 .trigger {
  top: 0;
}
.accordion .pane.checkboxes label {
  text-transform: none;
  font-weight: 300;
  width: 100%;
}
.accordion .is-expanded {
  display: block;
}
.f .is-expanded .trigger:after {
  content: '\f463';
}

.expander {
  margin-bottom: 30px;
}
.expander .expander-trigger {
  display: block;
  position: relative;
}
.expander .expander-trigger:after {
  font-family: 'Ionicons';
  content: '\f48a';
  position: absolute;
  right: 15px;
}
@media screen and (min-width: 1023px) {
  .expander .expander-trigger:after {
    content: '';
  }
}
.expander-hidden + .expander-content {
  display: none;
}
@media screen and (min-width: 1023px) {
  .expander-hidden + .expander-content {
    display: block;
  }
}

ul.anchors {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.anchors li {
  display: inline-block;
}
ul.anchors li a {
  text-decoration: none !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #005393;
  padding: 4px 8px;
  border-radius: 40px;
}
ul.anchors li a:hover {
  background: #0074ea;
}


.cookie-policy-popup{
position:fixed;
bottom:40px;
right:20px;
padding:20px;
width:300px;
max-width: 100%;
background:#fff;
border:1px solid #ccc;
color:#5b5b5b;
z-index:9;
font-size: 14px;
line-height:1.3em
}
.cookie-policy-popup a{
color:#5b5b5b;
text-decoration:underline
}
.cookie-policy-popup .close{
position:absolute;
top:3px;
right:10px;
font-weight:700;
text-decoration:none
}
.cookie-policy-popup .button{
background:#0074ea;
color:#fff;
text-transform:uppercase;
font-size:11px;
line-height:11px;
padding:5px 20px;
text-decoration:none;
margin-right:5px;
margin-bottom: 0;
}
.cookie-policy-popup .button:hover{
background:#3cb64b;
color:#fff
}

span.go {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 30px;
  border: 1px solid;
  margin-left: 4px;
}
span.tagtit, span.lang {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0074ea;
}
span.lang {
  display: block;
  color: black;
  margin-top: -5px;
  margin-bottom: 10px;
  letter-spacing: normal;
}

/* NEW TOOLKIT PAGE */
.flexkit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.flexkit .box {
  width: 100%;
  margin: 15px 0;
}
.flexkit .box img {
  width: 100%;
}
.flexkit .box .contentbox {
  padding: 20px;
  background: #3cb64b;
  color: #fff;
}
.flexkit .box .contentbox h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}
.flexkit .box .contentbox .button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
}
.flexkit .box .contentbox .button:hover {
  background: #fff;
  color: #3cb64b;
}
@media screen and (min-width: 767px) {
  .flexkit .box {
    width: calc(50% - 15px);
    margin: 15px 0;
  }
}
.toolkit-partners {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 8px solid #0074ea;
  text-align: center;
}
.toolkit-partners h3 {
  color: #0074ea;
  text-transform: uppercase;
}
/* for kids */
.kids .flexkit .box .contentbox {
  background: #276eb7;
}
.kids .flexkit .box .contentbox .button:hover {
  color: #276eb7;
}
.kids .toolkit-partners {
  border-color: #cb1587;
}
.kids .toolkit-partners h3 {
  color: #cb1587;
}


/* NEW RESOURCE LISTS */
.flex-resources {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.resource-list {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
.resource-list.search {
  width: 100% !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
.resource-list img {
  display: none;
}
@media screen and (min-width: 767px) {
  .resource-list {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding-top: 0;
  }
  .resource-list:nth-child(2n+2) {
    margin-right: 0;
  }
  .resource-list img {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .resource-list {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .resource-list:nth-child(2n+2) {
    margin-right: 20px;
  }
  .resource-list:nth-child(4n+4) {
    margin-right: 0;
  }
}
.resource-list h2, .resource-list .heading {
  color: #005393;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.resource-list h2 a, .resource-list .heading a {
  color: #005393;
  text-decoration: none !important;
}
.resource-list h2 a:hover, .resource-list .heading a:hover {
  color: #0074ea;
}
.resource-list h2 span, .resource-list .heading span {
  color: #fb9100;
  margin-right: 6px;
}
.resource-list .button {
  background: transparent;
  border: 2px solid #005393;
  color: #005393;
  font-size: 14px;
  padding: 10px 15px;
}
.resource-list .button:hover {
  background: #005393;
  color: #fff;
}
.resource-list h2, .resource-list p {
  margin: 20px 0;
  line-height: 1.2;
}
.resource-list .button {
  padding: 2px 4px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.resource-list .tags, .tags.details {
  margin-bottom: 10px;
}
.resource-list .tags a, .tags.details a {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 40px;
  border: 1px solid #0074ea;
  text-decoration: none !important;
}
.resource-list .tags a:hover, .tags.details a:hover {
  color: #fff;
  background: #0074ea;
}
.resource-list .tags a.alt, .tags.details a.alt {
  border-color: #3cb64b;
  color: #fff;
  background: #3cb64b;
}
.resource-list .tags a.alt:hover, .tags.details a.alt:hover {
  background: transparent;
  color: #3cb64b;
}
.resource-list .tags a.alt.kids, .tags.details a.alt.kids {
  border-color: #cb1587;
  color: #fff;
  background: #cb1587;
}
.resource-list .tags a.alt.kids:hover, .tags.details a.alt.kids:hover {
  background: transparent;
  color: #cb1587;
}

/* 3 column element */
.flexy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexy .column {
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 767px) {
  .flexy .column {
    width: calc((100% / 3) - 20px);
    padding: 10px 0;
  }
}


/* NEW HEADER */
a.offscreen {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  overflow: hidden;
}
a.offscreen.offscreen:focus,
a.offscreen.offscreen:active,
a.offscreen.offscreen:hover {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #FF3;
  border: 1px dotted #000;
}

header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  header .headspace {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* NEW MENU SYSTEM */
nav form {
  position: relative;
}
nav form label {
  display: none;
}
nav form input {
  margin: 0;
}
nav form input.button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  nav form {
    margin-bottom: 20px;
  }
  nav form input.button {
    top: 0 !important;
  }
}

/* Trigger */
nav #trigger {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  background: #0074ea;
}
@media (min-width: 1023px) {
  nav #trigger {
    display: none;
  }
}
nav #trigger i {
  margin-left: 5px;
}

/* Main Nav */
nav {
  position: relative;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  nav {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1023px) {
  nav {
    width: auto;
  }
}
nav > ul {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: none;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;

  border: 1px solid #0074ea;
  background: #fff;
}
@media (min-width: 1023px) {
  nav > ul {
    display: flex !important;
    position: relative;
    width: auto;
    border: none;
    background: transparent;
  }
}

nav > ul > li {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
nav > ul li .mobidrop {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
}
nav > ul li.social span {
  font-size: 12px;
  padding-right: 5px;
}
@media (min-width: 1023px) {
  nav > ul li {
    position: initial;
    margin-right: 15px;
    padding: 0;
    border: none;
  }
  nav > ul li:last-child {
    margin-right: 0;
  }
  nav > ul li .mobidrop,
  nav > ul li.social span {
    display: none;
  }
}

nav > ul li a {
  color: #5b5b5b;
}
nav > ul li a:hover {
  color: #3cb64b;
}
nav > ul > li:hover > a {
  color: #3cb64b;
}

nav > ul li ul.dropdown {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}
nav > ul li ul.dropdown li {
  margin: 0;
  padding: 5px 0;
}
nav > ul li ul.dropdown li ul {
  display: none;
}
@media (min-width: 1023px) {
  nav > ul li ul.dropdown {
    list-style: none;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    background: #fff;
  }
  nav > ul li ul.dropdown li {
    margin: 0;
    padding: 10px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  nav > ul li ul.dropdown li:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  nav > ul li ul.dropdown li ul {
    display: none;
    position: absolute;
  }
  nav > ul li:hover > ul.dropdown {
    display: block !important;
  }
}

/* Megamenu */
nav > ul li ul.megamenu {
  display: none;
}
nav > ul li ul.megamenu li {
  margin: 0;
  padding: 0;
}
nav > ul li ul.megamenu li ul {
  display: none;
  text-transform: none;
}
nav > ul li ul.megamenu li ul li {
  padding: 5px 0;
}
.split {
  position: relative;
}
.split .mobidrop {
  padding: 0 0 0 20px;
}
.split .title {
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}
.flexpanel {
  position: relative;
  display: none;
}
.flexpanel .cat {
  text-transform: uppercase;
}

@media (min-width: 767px) {
  nav > ul li ul.megamenu {
    list-style: none;
    display: none !important;
    position: absolute;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    background: #fff;
  }
  nav > ul li ul.megamenu a {
    color: #fff;
  }
  nav > ul li ul.megamenu a:hover {
    text-decoration: underline;
  }
  nav > ul li:hover > ul.megamenu {
    display: flex !important;
  }
  nav > ul li ul.megamenu > li {
    margin: 0;
  }
  nav > ul li ul.megamenu > li ul {
    list-style: none;
    margin: 0;
  }
  nav > ul li ul.megamenu li ul {
    display: block;
  }
  nav > ul li ul.megamenu li ul li {
    padding: 0;
    margin: 10px 0;
    line-height: 1.2;
  }
  .split {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
  }
  .split.alt {
    width: calc(100% / 3);
  }
  .split.green {
    background: #3cb64b;
  }
  .split.navy {
    background: #055492;
  }
  .split.pink {
    background: #cb1587;
  }
  .split.azure {
    background: #0074ea;
  }
  .split.green > ul,
  .split.navy > ul,
  .split.pink > ul,
  .split.azure > ul {
    align-self: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  .split .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    margin: 0;
    color: #fff;
    background: rgba(255,255,255,0.2);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    align-self: flex-start;
  }
  .flexpanel {
    width: 100%;
    height: calc(100% - 60px);
    display: flex !important;
    flex-wrap: wrap;
  }
  .flexpanel .cat {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (min-width: 767px) {
  .megamenu {
    left: -320px;
    width: 750px;
  }
}
@media (min-width: 1023px) {
  .megamenu {
    left: -530px;
    width: 960px;
  }
}
@media (min-width: 1279px) {
  .megamenu {
    left: -710px;
    width: 1140px;
  }
}

/* aria */
nav ul li[aria-expanded="true"] > ul {
  display: block;
}
nav ul ul li[aria-expanded="true"] > ul {
  display: block;
}
nav[aria-expanded="true"] > ul,
nav ul[aria-expanded="true"] {
  display: block !important;
}
@media (min-width: 767px) {
  nav ul li[aria-expanded="true"] > ul.megamenu {
    display: flex;
  }
  nav ul ul li[aria-expanded="true"] > ul.megamenu {
    display: flex;
  }
  nav[aria-expanded="true"] > ul.megamenu,
  nav ul.megamenu[aria-expanded="true"] {
    display: flex !important;
  }
}

@media screen and (min-width: 767px) {
  .hero .heroblock a {
    width: 40%;
  }
  .hero .heroblock a .inner {
    right: 0;
    padding: 0 20px;
    width: 100%;
    max-width: 360px;
  }
}

.hero .heroslider {
  position: relative;
  height: 46vw;
  max-height: 567px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .hero .heroslider {
    height: 36vw;
    width: 60%;
    position: absolute;
    right: 0;
  }
}

.hero .heroslider .slidepic {
  height: 46vw;
  max-height: 567px;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .hero .heroslider .slidepic {
    height: 36vw;
  }
}

.hero .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 300px;
  left: calc(50% - 150px);
}
.hero .owl-dots button.owl-dot {
  background: transparent;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 5px;
}
.hero .owl-dots button.owl-dot:hover,
.hero .owl-dots button.owl-dot:focus {
  background: rgba(255,255,255,0.5);
}
.hero .owl-dots button.owl-dot.active {
  background: #fff;
}
.hero .owl-nav {
  font-size: 60px;
  color: #fff;
}
.hero .owl-nav button {
  position: absolute;
  top: calc(50% - 30px);
}
.hero .owl-nav button.owl-prev {
  left: 20px;
}
.hero .owl-nav button.owl-next {
  right: 20px;
}


.toggle{
  display: block;
  background: #3cb64b;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  border: none;
  text-align: left;
}
.toggle h5 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  color: #fff;
  width: calc(100% - 70px);
}
.toggle h5 span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  line-height: 1em;
  border-radius: 24px;
  background: #fb9100;
}
.toggle .open,
.toggle .close {
  float: right;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
}
.toggle .open {
  display: inline-block;
}
.toggle.active .open {
  display: none;
}
.toggle .close {
  display: none;
}
.toggle.active .close {
  display: inline-block;
}
.toggle-content {
  display: none;
  border: 2px solid #3cb64b;
  padding: 20px;
}
.resource-list h2 {
  text-transform: none;
}
.resource-list h2 a:hover {
  text-decoration: underline !important;
}
.resource-list a:hover img {
  border: 4px solid #fb9100;
  margin-top: -2px;
}
