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

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

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

*/
/* Small menu. */
@import url(https://fonts.googleapis.com/css?family=Slabo+13px);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none; }

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

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

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

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

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

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

/* Colours */
/* basic */
/* branding */
/* Break Points */
a:hover {
  text-decoration: underline; }

p {
  margin-bottom: 15px; }

address {
  font-style: normal; }

ul {
  margin-bottom: 0rem; }

.columns {
  padding: 0px; }

.inline li {
  display: inline;
  list-style-type: none; }

.menu > li > a {
  padding: 0; }

.columns:last-child {
  float: left; }

.row .row {
  margin-left: 0;
  margin-right: 0; }

.page-content ul {
  margin-left: 35px;
  margin-bottom: 20px; }
.page-content ol {
  margin-left: 35px;
  margin-bottom: 20px; }

@media (max-width: 40em) {
  .alignleft, .alignright {
    display: block;
    float: none;
    margin-left: 0; } }
/* Gravity Forms */
/*
.ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url] {
    width: 90%!important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%!important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last{
    float: right!important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: normal !important;
    color: black !important;
}


.ginput_complex.ginput_container.no_middle_name.has_last_name span {

    @media (min-width: $breakpoint-large) {
             width: 49%!important;
        }
}

[type=text] {
    border-radius: 5px!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.3em!important;
}

.button {
    padding: 5px 5px;
    margin: 0 0rem 0rem 0;
}

button:focus {
    outline:0;
}

.gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
}


.gform_body input{
    width: 100%;
    color:black;
background-color: white!important;
    }


   .gform_wrapper tr:first-child {
    background: none;
    }


.gform_wrapper tbody tr:nth-child(even){
    background-color: white;
}

.gform_wrapper textarea  {
    height: 100px!important;
    width: 100%!important;
    border-radius: 5px;
    background-color: white!important;
}

ul.gform_fields li.gfield select {
    border-radius: 5px;
}

.gform_wrapper .ginput_complex .ginput_right {
    float: right;
}

.gform_wrapper .ginput_complex .ginput_left {
    width: 47%!important;
}

.gform_wrapper select {
    color: black;
    background-color: white;

    &:focus {outline:0;}
}

.gform_wrapper .ginput_complex label{
    margin-top: -15px!important;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text] {
    width: 100%!important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    float: right !important;
    width: 48.5%!important;
    margin-right: 3px!important;
}

.subnav .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    float: left !important;
    width: 100%!important;
    margin-right: 0px!important;
}

.subnav .ginput_complex.ginput_container.no_middle_name.has_last_name span {
    width: 100% !important;
}

.subnav .ginput_container_name span {
    padding-right: 0px!important;
}

.subnav .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    float: left !important;
}

// Gravity forms V2 fixes

.top_label div.ginput_complex.ginput_container.gf_name_has_2{
    width: calc(100% + 0px)!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em !important;
    padding: 10px;
}

@media (max-width: 642px) {
    .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
        width: 100%!important;
        margin-right: 0px !important;
    }

    .gform_wrapper .ginput_complex .ginput_left{
        width: 100%!important;
    }

    .gform_wrapper .ginput_complex .ginput_right{
        width: 100%!important;
    }
}

@media (min-width: 641px) {

    #gform_widget-5 .gform_wrapper #gform_1 .ginput_complex .ginput_left{
        margin: 0 3px 0 0 !important;
        width: 100% !important;
    }

    #gform_widget-5 .gform_wrapper #gform_1 .ginput_complex .ginput_right{
        margin: 0 3px 0 0 !important;
        width: 100% !important;
    }
    
    #gform_widget-5 .gform_wrapper #gform_1 .ginput_complex .ginput_right input[type=text], 
    #gform_widget-5 .gform_wrapper #gform_1 .ginput_complex .ginput_left input[type=text] {
	    width: 96% !important;
	}
    
    .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
	    width: auto !important;
    }

}

*/
.gform_wrapper textarea {
  height: 100px !important;
  width: 100% !important;
  border-radius: 5px;
  background-color: white !important; }
.gform_wrapper [type=text], .gform_wrapper select {
  border-radius: 5px !important; }
.gform_wrapper select {
  color: black;
  background-color: white; }
  .gform_wrapper select:focus {
    outline: 0; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em !important;
  padding: 10px !important;
  width: 100% !important;
  margin: 0 !important; }
.gform_wrapper .button {
  padding: 5px 5px;
  margin: 0 0rem 0rem 0; }
.gform_wrapper button:focus {
  outline: 0; }
.gform_wrapper div.ginput_container_fileupload input {
  background-color: transparent;
  color: black; }
.gform_wrapper .gfield_list tr:first-child {
  background-color: transparent; }
.gform_wrapper.gf_browser_chrome .ginput_container_address .address_country select {
  margin-bottom: 1rem !important; }
.gform_wrapper .gfield_label {
  font-weight: normal !important;
  color: black !important; }
.gform_wrapper .ginput_complex label {
  margin-top: -15px !important; }
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important; }

@font-face {
  font-family: 'MuseoSlab-100';
  src: url("webfonts/3079F5_0_0.eot");
  src: url("webfonts/3079F5_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_0_0.woff2") format("woff2"), url("webfonts/3079F5_0_0.woff") format("woff"), url("webfonts/3079F5_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSlab-700';
  src: url("webfonts/3079F5_1_0.eot");
  src: url("webfonts/3079F5_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_1_0.woff2") format("woff2"), url("webfonts/3079F5_1_0.woff") format("woff"), url("webfonts/3079F5_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSlab-300';
  src: url("webfonts/3079F5_2_0.eot");
  src: url("webfonts/3079F5_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_2_0.woff2") format("woff2"), url("webfonts/3079F5_2_0.woff") format("woff"), url("webfonts/3079F5_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSlab-500';
  src: url("webfonts/3079F5_3_0.eot");
  src: url("webfonts/3079F5_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_3_0.woff2") format("woff2"), url("webfonts/3079F5_3_0.woff") format("woff"), url("webfonts/3079F5_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSlab-500Italic';
  src: url("webfonts/3079F5_4_0.eot");
  src: url("webfonts/3079F5_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_4_0.woff2") format("woff2"), url("webfonts/3079F5_4_0.woff") format("woff"), url("webfonts/3079F5_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSlab-100Italic';
  src: url("webfonts/3079F5_5_0.eot");
  src: url("webfonts/3079F5_5_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_5_0.woff2") format("woff2"), url("webfonts/3079F5_5_0.woff") format("woff"), url("webfonts/3079F5_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url("webfonts/3079F5_6_0.eot");
  src: url("webfonts/3079F5_6_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_6_0.woff2") format("woff2"), url("webfonts/3079F5_6_0.woff") format("woff"), url("webfonts/3079F5_6_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSansRounded-500';
  src: url("webfonts/3079F5_7_0.eot");
  src: url("webfonts/3079F5_7_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_7_0.woff2") format("woff2"), url("webfonts/3079F5_7_0.woff") format("woff"), url("webfonts/3079F5_7_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSansRounded-300Italic';
  src: url("webfonts/3079F5_8_0.eot");
  src: url("webfonts/3079F5_8_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_8_0.woff2") format("woff2"), url("webfonts/3079F5_8_0.woff") format("woff"), url("webfonts/3079F5_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'MuseoSansRounded-500Italic';
  src: url("webfonts/3079F5_9_0.eot");
  src: url("webfonts/3079F5_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3079F5_9_0.woff2") format("woff2"), url("webfonts/3079F5_9_0.woff") format("woff"), url("webfonts/3079F5_9_0.ttf") format("truetype"); }
h1 {
  margin-bottom: 20px; }

h2, h3, h4, h5, h6 {
  margin: 15px 0 10px 0; }

h1, h2 {
  color: #ee8134;
  font-family: MuseoSlab-700;
  line-height: 1; }
  h1 a, h2 a {
    color: #ee8134; }
  h1 a:hover, h2 a:hover {
    text-decoration: none;
    color: #165C7D; }

h3, h4, h5, h6 {
  color: #165C7D;
  font-family: MuseoSlab-700;
  line-height: 1; }
  h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none; }

body {
  font-family: MuseoSansRounded-300;
  color: #2E2E2E; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

a {
  color: #165C7D; }

p + h2, h3, h4, h5, h6 {
  margin-top: 30px; }

footer p + h2, h3, h4, h5, h6 {
  margin-top: 0px; }

.wp-caption-text {
  font-size: 12px; }

.latest-news h2 {
  color: #383838; }

.header-helpdesk li {
  font-family: MuseoSansRounded-500; }

main p {
  font-family: MuseoSansRounded-300; }

#site-navigation, .subnav .menu, footer {
  font-family: MuseoSlab-500; }

.legal-info, .footer__login {
  font-family: MuseoSansRounded-500; }

button {
  font-family: MuseoSansRounded-500; }

strong {
  font-family: MuseoSansRounded-500;
  font-weight: normal; }

.branding {
  margin-top: 0px;
  padding: 0; }
  @media (min-width: 64em) {
    .branding {
      margin-top: -122px;
      padding-top: 28px;
      padding-bottom: 28px; } }
  .branding .site-branding span {
    color: white;
    font-family: 'MuseoSansRounded-500';
    -webkit-font-smoothing: inherit !important;
    white-space: nowrap;
    display: block;
    position: absolute;
    left: 300px;
    top: 60px; }
    @media (min-width: 1800px) {
      .branding .site-branding span {
        position: inherit;
        margin-top: 32px; } }
    @media (max-width: 767px) {
      .branding .site-branding span {
        width: 100%;
        text-align: center;
        background-color: #0183bb;
        position: inherit;
        padding: 10px 0; } }
  .branding .site-branding {
    height: 0px;
    margin-top: 0;
    height: 100%;
    color: white;
    font-size: 110%; }
    .branding .site-branding img {
      max-width: 56%;
      margin-top: 20px;
      margin-left: 205px; }
      @media (max-width: 800px) {
        .branding .site-branding img {
          margin-left: 0px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-branding img {
    max-width: 56%;
    margin-top: 22px;
    margin-left: 220px; } }
.header-container {
  background: #0183bb;
  position: relative;
  z-index: 3;
  background-image: url(../images/Website-Logo-blank.png);
  background-size: 350px 133px;
  background-position: left top;
  background-repeat: no-repeat; }
  .header-container img {
    padding-top: 20px;
    padding-left: 52px;
    margin-bottom: 33px; }
  .header-container a {
    color: white; }
  .header-container a:hover {
    color: white; }

.header-logo {
  border-bottom: 1px solid #ee8134; }
  @media (min-width: 64em) {
    .header-logo {
      border: 0; } }

/* Helpdesk */
.header-helpdesk {
  background: #0183bb; }
  .header-helpdesk li {
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 50%;
    font-size: 16px;
    height: 100%; }
    @media (min-width: 64em) {
      .header-helpdesk li {
        margin: 0 0 10px 0;
        padding: 5px 0 5px 0;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 48%; } }
    .header-helpdesk li a:hover {
      color: #ee8134;
      text-decoration: none; }
  .header-helpdesk li.donate-button {
    float: left;
    background: #0183bb; }
    @media (min-width: 64em) {
      .header-helpdesk li.donate-button {
        background: #ee8134; } }
    @media (min-width: 64em) {
      .header-helpdesk li.donate-button a:hover {
        color: #165C7D; } }
  .header-helpdesk li.askus-button {
    float: right;
    background: #165C7D; }
    @media (min-width: 64em) {
      .header-helpdesk li.askus-button {
        background: #165C7D; } }
    .header-helpdesk li.askus-button a:hover {
      color: #ee8134;
      text-decoration: none; }

.columns.large-3.medium-12.small-12.header-helpdesk {
  float: right; }

/* Header Search */
.search-field {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0px 0px 0px 10px;
  border: 0 none;
  color: black;
  height: 40px;
  margin: 0px;
  width: 100%;
  background: url(../images/search.png) 98% 10px no-repeat whitesmoke; }
  @media (min-width: 64em) {
    .search-field {
      margin: 15px 0px 0px 0px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      height: 30px;
      background: url(../images/search.png) 98% 5px no-repeat whitesmoke; } }
  .search-field::-webkit-input-placeholder {
    color: black !important; }
  .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: black !important; }
  .search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: black !important; }
  .search-field:-ms-input-placeholder {
    color: black !important; }

[type=search]:focus {
  border: 0px;
  box-shadow: 0 0 0px #cacaca;
  background: url(../images/search.png) 98% 10px no-repeat whitesmoke; }
  @media (min-width: 64em) {
    [type=search]:focus {
      background: url(../images/search.png) 98% 5px no-repeat whitesmoke; } }

.search-submit {
  display: none; }

/* Cookie */
.cli-plugin-button, .cli-plugin-button:visited {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.6); }

#cookie-law-info-bar span {
  vertical-align: middle;
  font-size: 14px;
  font-family: MuseoSansRounded-500; }

/**
* header navigation
**/
.menu-toggle {
  width: 100%;
  margin: auto;
  padding: 10px 0 5px 0;
  color: white; }

.header-menu {
  background: #ee8134;
  height: 35px; }
  @media (min-width: 64em) {
    .header-menu {
      background: #5f6b81; } }

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #165C7D; }
  @media (min-width: 64em) {
    .header-nav {
      display: block;
      background: #5f6b81; }
      .header-nav .sub-menu {
        display: none; } }

@media (min-width: 64em) {
  .header-nav > .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    background: rgba(95, 107, 129, 0.9);
    text-align: left;
    padding: 10px 0px 10px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid white;
    margin-left: -2px; }
    .header-nav > .menu-item-has-children:hover .sub-menu li:last-child {
      border-bottom: 0px; } }

.header-nav > li {
  display: block;
  margin-right: -4px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #0183bb; }
  @media (min-width: 40em) {
    .header-nav > li {
      display: inline-block;
      text-align: left;
      border-bottom: 0px; } }

.header-menu ul.sub-menu li {
  display: inline-block;
  float: left;
  width: 260px; }

.header-menu ul.sub-menu li:nth-child(odd) {
  float: left;
  margin-right: 260px; }

.header-menu ul ul a {
  width: 280px; }

.header-menu ul.sub-menu li:nth-child(even) {
  float: right;
  margin-top: -34px;
  padding-left: -20px; }

.header-nav ul.sub-menu li {
  display: none; }
  @media (min-width: 64em) {
    .header-nav ul.sub-menu li {
      display: block; } }
  .header-nav ul.sub-menu li a {
    padding: 6px 10px 6px 15px;
    text-decoration: none; }
  .header-nav ul.sub-menu li a:hover {
    background: #ee8134;
    text-decoration: none; }

.header-nav ul.sub-menu li {
  display: none; }
  @media (min-width: 1025px) {
    .header-nav ul.sub-menu li {
      display: block; } }
  .header-nav ul.sub-menu li a {
    padding: 6px 10px 6px 15px;
    text-decoration: none; }
  .header-nav ul.sub-menu li a:hover {
    background: #ee8134;
    text-decoration: none; }

.header-nav > li > a:hover,
.header-nav > li.current-page-ancestor > a,
.header-nav > li.current-menu-ancestor > a {
  background: #ee8134; }

.header-nav li.current_page_item,
.header-nav li.current-menu-item,
.header-nav li.current-category-ancestor,
.header-nav li.current-post-ancestor {
  background: #ee8134; }

.header-nav > li + li:before {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  top: 20%;
  left: -1px;
  width: 1px;
  z-index: 1;
  background: white; }

.header-nav > li > a {
  display: block;
  margin-left: -1px;
  padding: 7px 15px;
  position: relative;
  z-index: 2;
  text-decoration: none; }

.header-nav > li > a:hover,
.header-nav > li.current-menu-item > a {
  background: #ee8134; }

/* Primary nav changing break points */
@media (max-width: 1024px) {
  .header-menu ul.sub-menu li:nth-child(even) {
    float: left;
    margin-top: 0px; }

  .header-menu ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 100%; } }
@media screen and (max-width: 1024px) {
  .menu-toggle,
  .nav-menu.toggled {
    display: block; }

  .nav-menu.toggled li {
    width: 100%; }

  .main-navigation ul {
    display: none; } }
/**
* Left hand sub navigation
**/
.subnav {
  padding-right: 0; }
  .subnav ul.menu {
    display: none; }
  .subnav h2 {
    font-size: 20px; }
  .subnav li {
    display: inline;
    font-size: 14px; }
  .subnav li > a:hover {
    background: #0183bb;
    color: white;
    text-decoration: none; }
  .subnav a {
    padding: 10px;
    border-top: 1px solid #F1F1F1; }
  @media (min-width: 64em) {
    .subnav {
      padding-right: 25px; }
      .subnav ul.menu {
        display: block; } }

.subnav .menu > li > a {
  padding: 10px 0 10px 20px; }

ul.sub-menu {
  background: #F1F1F1;
  margin-left: 0px; }
  ul.sub-menu li {
    display: inline;
    font-size: 14px; }
  ul.sub-menu a {
    padding: 6px 10px 6px 40px;
    border-top: 0px solid #0183bb;
    display: block;
    font-size: 14px; }
  ul.sub-menu li > a:hover {
    background: #0183bb;
    color: white;
    width: 100%;
    display: block;
    font-size: 14px; }

.subnav .current_page_item > a,
.subnav .current-menu-item > a {
  background: #0183bb;
  color: white;
  width: 100%;
  display: block;
  font-size: 14px; }

.subnav .sub-menu .current_page_item > a,
.subnav .sub-menu .current-menu-item > a,
.subnav .current-post-parent .current-post-parent > a,
.subnav .current-post-ancestor .current-post-ancestor > a {
  background: #e0e0e0;
  color: #165C7D;
  width: 100%;
  display: block;
  font-family: MuseoSlab-700;
  font-size: 14px; }

.subnav .current_page_parent > a,
.subnav .current-post-parent > a,
.subnav .current-menu-parent > a,
.subnav .current-post-ancestor > a {
  background: #0183bb;
  color: white;
  width: 100%;
  display: block; }

.sub-menu .sub-menu a {
  padding-left: 55px; }

/* Sidebar Subnav show/hide */
.subnav ul.sub-menu {
  display: none; }

.subnav .current_page_item ul.sub-menu,
.subnav .current-category-parent ul.sub-menu,
.subnav .current_page_ancestor ul.sub-menu,
.subnav .current-menu-item ul.sub-menu,
.subnav .current-menu-parent ul.sub-menu,
.subnav .current-post-ancestor ul.sub-menu {
  display: block; }

.subnav ul.sub-menu > li > ul.sub-menu {
  display: none; }

.subnav ul.sub-menu > li.current-menu-item > ul.sub-menu,
.subnav ul.sub-menu > li.current_page_ancestor > ul.sub-menu {
  display: block; }

/* FireFox Menu Fix */
@-moz-document url-prefix() {
  .header-nav > li {
    height: 35px; }

  .header-nav > li > a {
    height: 35px; } }
.header-nav > li {
  height: 35px; }

.header-nav > li > a {
  height: 35px; }

@media (max-width: 1024px) {
  .header-menu {
    background: #ee8134;
    height: 35px; }

  .header-nav {
    background: #165C7D; }

  .header-nav > li {
    display: block;
    margin-right: -4px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #0183bb; } }
/**
* site footer
**/
/*
footer {
    z-index: -1;
}
*/
.footer {
  background: #165C7D;
  text-align: center;
  color: white;
  min-height: 200px; }
  @media (min-width: 64em) {
    .footer {
      background: #165C7D;
      position: relative;
      text-align: left; }
      .footer:after {
        background: #c4d1d7;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 33%;
        z-index: 1; } }
    @media (min-width: 64em) and (min-width: 1350px) {
      .footer:after {
        width: 35%; } }
    @media (min-width: 64em) and (min-width: 2500px) {
      .footer:after {
        width: 43%; } }

  .footer a {
    color: white; }
  .footer a:hover {
    color: white; }

.footer__legal {
  padding: 20px 0 0px 0; }
  @media (min-width: 64em) {
    .footer__legal {
      background: #c4d1d7;
      min-height: 200px;
      position: relative;
      z-index: 2;
      color: #0183bb;
      font-size: 12px;
      padding: 20px 0 20px 0;
      background-size: 14% 100%; } }
  .footer__legal .menu > li > a {
    padding: 0;
    float: left; }
  .footer__legal a {
    color: white; }
  .footer__legal a:hover {
    text-decoration: underline; }

.footer__login {
  text-align: center;
  background-color: #165C7D;
  position: relative;
  z-index: 2;
  font-size: 12px;
  padding: 0px 20px 0px 120px;
  color: white; }
  @media (min-width: 1024px) {
    .footer__login {
      padding-bottom: 30px; } }
  .footer__login a {
    text-decoration: underline;
    color: #ee8134; }
    @media (min-width: 64em) {
      .footer__login a {
        color: #165C7D; } }
  .footer__login a:hover {
    color: #ee8134;
    text-decoration: none; }
  @media (min-width: 64em) {
    .footer__login {
      text-align: right;
      padding: 0;
      font-size: 14px;
      background-color: #c4d1d7;
      min-height: 200px;
      color: #165C7D;
      padding-left: 20px; } }

.legal-info {
  float: none;
  text-align: center;
  color: white;
  padding: 0 10px 0 10px;
  font-size: 12px; }
  @media (min-width: 64em) {
    .legal-info {
      margin-top: 30px;
      padding: 0;
      font-size: 14px;
      text-align: left; } }
  .legal-info li {
    list-style-type: none; }
  .legal-info a {
    text-decoration: underline; }
  .legal-info a:hover {
    color: #ee8134;
    text-decoration: none; }

/* Footer Menu */
.menu-footer-container .menu {
  font-size: 16px; }
  .menu-footer-container .menu li {
    display: inline-block; }
  .menu-footer-container .menu li {
    padding-right: 10px;
    border-right: solid 2px white;
    height: 15px;
    margin-left: 5px; }
  .menu-footer-container .menu li:first-child {
    margin-left: 0px; }
  .menu-footer-container .menu li:last-child {
    padding-right: 10px;
    border-right: solid 0px white;
    height: 15px;
    margin-left: 5px; }
  .menu-footer-container .menu .noborder {
    border-left: solid 0px white;
    height: 15px;
    margin-left: 0px;
    padding-left: 0px; }

/* Footer Nav */
.menu-footer-container {
  max-width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 64em) {
    .menu-footer-container {
      max-width: 90%; } }

/* Social Icons */
.social {
  margin: 0px 0px 20px 0px; }
  @media (min-width: 64em) {
    .social {
      margin: 20px 0px 20px 0px;
      text-align: right; } }

.social li {
  display: inline;
  list-style-type: none; }

.social img {
  height: 55px;
  padding: 3px; }

/* Social Share */
.et_monarch .et_social_networks {
  margin: 10px 0 10px 0; }

.et_monarch .et_social_networks.et_social_circle li {
  padding: 5px; }

.et_monarch .et_social_networks {
  width: inherit !important; }

/* Social Side */
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_flip li:hover {
  border-right: 0px solid rgba(0, 0, 0, 0.3) !important; }

.et_monarch .et_social_sidebar_flip li:hover {
  width: 100% !important; }

.footer-left {
  background-color: #165C7D;
  min-height: 200px;
  padding-top: 30px; }

.footer-right {
  padding: 0 0 20px 0; }
  @media (min-width: 64em) {
    .footer-right {
      background: #c4d1d7;
      min-height: 250px;
      background: url(../images/footer-elements.png);
      background-position: 0px 0px;
      background-repeat: no-repeat;
      background-size: 25% 100%;
      padding: 30px 0px 30px 120px;
      background-size: contain; } }

html, body {
  /*height: 72.4%;*/ }

body {
  background: white; }

figure {
  margin: 0 0 5px 0; }

.screen-reader-text {
  display: none; }

main {
  max-width: 1200px;
  margin: auto;
  padding: 0px 10px 0 10px;
  min-height: 100%;
  margin-bottom: 30px;
  margin-top: 10px; }
  main img {
    border-radius: 10px; }
  @media (min-width: 64em) {
    main {
      padding: 0; } }

.page-content {
  margin-bottom: 20px; }
  @media (min-width: 64em) {
    .page-content {
      margin-top: 0; } }
  .page-content a {
    text-decoration: underline;
    color: #ee8134 !important; }
  .page-content a:hover {
    text-decoration: none;
    color: #165C7D !important; }
  .archive .page-content h2 a {
    text-decoration: none; }

@media screen and (max-width: 1230px) {
  main {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .footer .row {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
@media screen and (min-width: 1024px) and (max-width: 1230px) {
  .header-helpdesk {
    margin-right: 20px; } }
/* Image */
p img {
  margin-top: 5px; }

/* Button */
input {
  width: 100%;
  background: #0183bb;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  padding: 10px 0 10px 0;
  border: 0px outset buttonface; }

submit:hover {
  background: #165C7D; }

[type=submit] {
  border-radius: 5px; }

.related-posts li {
  list-style-type: none; }

.button {
  transition: all .0s ease-out; }

/* Related Posts */
section.related-posts {
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0 15px;
  background-color: #e0e0e0;
  margin-top: 0;
  margin-left: 0; }
  @media (min-width: 40em) {
    section.related-posts {
      margin-bottom: 0; } }
  .home section.related-posts {
    border: 0;
    padding: 0;
    margin-top: 20px;
    background: none; }
    @media (min-width: 64em) {
      .home section.related-posts {
        margin-left: 0 !important; } }
  section.related-posts h2 ~ article h3 {
    font-family: inherit;
    font-size: inherit; }
  section.related-posts article ul {
    margin: 0; }
  @media (min-width: 64em) {
    section.related-posts article ul {
      margin: 0 5%; }
    section.related-posts article:first-of-type ul {
      margin: 0 10% 0 0; }
    section.related-posts article:last-of-type ul {
      margin: 0 0 0 10%; } }
  .home section.related-posts article:first-child {
    margin-left: 0px; }
  .home section.related-posts article:last-child {
    float: right; }
  @media (min-width: 64em) {
    .home section.related-posts article {
      margin-left: 12.5%; } }
  .home section.related-posts article ul {
    margin: 0 !important; }
  section.related-posts article img {
    border-radius: 10px;
    margin-bottom: 15px; }
    @media screen and (max-width: 64em) {
      section.related-posts article img {
        width: calc(50% - 15px);
        float: left;
        margin-right: 15px; } }
    @media screen and (min-width: 64em) {
      section.related-posts article img {
        width: 100%; } }
    @media screen and (max-width: 40em) {
      section.related-posts article img {
        width: 100%;
        float: none; } }
  section.related-posts article a {
    color: #ee8134; }
  section.related-posts article a:hover {
    color: #165C7D;
    text-decoration: none; }

.wp-post-image {
  border-radius: 10px; }

/* BreadCrumb */
#breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px; }

#breadcrumbs a {
  color: #165C7D !important; }

span.breadcrumb_last {
  display: none; }

/* Table styles */
tr:first-child {
  background: #165C7D;
  color: white; }

tbody, tfoot, thead {
  border: 1px solid #c4d1d7; }

tbody th {
  border: solid 1px #c4d1d7; }

tbody td {
  border: 1px solid #c4d1d7; }

table h1 {
  color: white; }
table h2 {
  color: white; }
table h3 {
  color: white; }
table h4 {
  color: white; }
table h5 {
  color: white; }
table h6 {
  color: white; }

/* Print styles */
@media print {
  header, footer, .subnav, #bread, #cookie-law-info-bar, #cookie-law-info-again, .page-content-footer {
    display: none; }

  h1, h2, h3, h4, h5, h6 {
    color: #ee8134 !important; } }
/* Pop up */
.ig_popup {
  width: 40% !important;
  border-radius: 10px; }
  @media (max-width: 64em) {
    .ig_popup {
      width: 60% !important; } }

.ig_popup.ig_inspire .ig_message {
  padding: 0 !important; }

.ig_popup .ig_content {
  margin-right: 25px !important;
  margin-left: 30px;
  padding-top: 10px; }

.ig_popup.ig_inspire input[type="submit"] {
  background: #0183bb !important;
  line-height: 0.7em !important;
  border-radius: 10px !important;
  width: 100% !important;
  min-height: 35px !important; }

.ig_popup.ig_inspire .ig_message {
  font-size: 1em !important; }

.ig_popup.ig_inspire input[type="submit"]:hover, .ig_popup.ig_inspire input[type="button"]:hover {
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.4); }

.ig_popup.ig_inspire h2 {
  color: #165C7D !important; }

.ig_popup.ig_inspire .ig_close {
  border-radius: 10px !important;
  margin: 5px !important;
  background-color: black !important; }

.ig_popup.ig_inspire .ig_button, .ig_popup.ig_inspire input[type="submit"], .ig_popup.ig_inspire input[type="button"] {
  margin: 0em auto 0.5em auto !important;
  border-radius: 15px; }

/* Sidebar */
.gform_widget {
  text-align: center;
  margin-top: 20px;
  background: #c4d1d7;
  padding: 15px;
  border-radius: 15px; }
  .gform_widget h2 {
    margin-top: 0; }
  .gform_widget .gform_wrapper .top_label .gfield_label {
    color: #165C7D !important;
    font-weight: bold !important; }
  .gform_widget .gform_wrapper {
    margin: 0; }
  .gform_widget .gform_wrapper form li {
    display: list-item; }
  @media only screen and (min-width: 64em) {
    .gform_widget {
      margin-top: 30px; }
      .gform_widget span {
        width: 100% !important; } }

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: 0;
  padding: 0; }
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0; }
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
  margin-bottom: 1rem; }
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  background-color: rgba(200, 0, 0, 0.05) !important; }

.side-ad {
  margin-top: 20px;
  text-align: center;
  background: #c4d1d7;
  padding: 15px;
  border-radius: 15px;
  font-family: MuseoSansRounded-300; }
  @media (min-width: 40em) {
    .side-ad {
      margin-right: 20px; } }
  @media (min-width: 64em) {
    .side-ad {
      margin: 30px 0 0 0; } }
  .side-ad a {
    border-top: 0px solid #c4d1d7;
    padding: 0px;
    font-family: MuseoSansRounded-500; }
  .side-ad h3 {
    margin-top: 15px; }
  .side-ad .adimg {
    position: relative; }
    .side-ad .adimg .adalt {
      display: none; }
  .side-ad :hover .adalt {
    position: absolute;
    left: 0;
    display: block;
    padding: 5px;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px; }

/* Social Share */
.heateorSssSharingArrow {
  display: none; }

.heateor_sss_vertical_sharing {
  position: fixed !important; }
  @media (max-width: 1300px) {
    .heateor_sss_vertical_sharing {
      position: relative !important;
      float: right !important;
      z-index: -1 !important; } }

iframe {
  max-width: 100%;
  max-height: 100%; }

td {
  vertical-align: top; }

.feature-image-page {
  width: 350px;
  float: right;
  position: relative;
  margin-left: 10px; }
  .feature-image-page .image-alt {
    display: none; }

.feature-image-page:hover .image-alt {
  display: block;
  float: right;
  position: absolute;
  padding: 5px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px;
  width: 100%; }

.publitas {
  margin-top: 10px; }

/* news & blogs */
.archive hr {
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

.category .post, .archive .post {
  margin-bottom: 1.5rem; }
  .category .post p a, .archive .post p a {
    color: inherit !important;
    text-decoration: none;
    display: block; }
.post .entry-meta {
  font-style: italic;
  font-size: 0.85rem; }
  .post .entry-meta .posted-on {
    float: none;
    width: auto;
    display: block;
    background: url(../images/posted-on-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 22px; }
    .post .entry-meta .posted-on a {
      color: inherit !important;
      text-decoration: none; }
  .post .entry-meta .cat-links {
    float: none;
    width: auto;
    display: block;
    text-align: left;
    background: url(../images/posted-in-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 22px; }
  .post .entry-meta .tags-links {
    display: block;
    background: url(../images/tagged-icon.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 22px; }
  .post .entry-meta .comments-link {
    float: right;
    font-size: 1rem;
    width: 48px;
    height: 45px;
    text-align: center;
    padding-top: 4px;
    background: url(../images/comments-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: white; }
  .post .entry-meta .posted-on, .post .entry-meta .cat-links, .post .entry-meta .tags-links {
    margin-right: 50px; }
  @media (min-width: 64em) {
    .single .post .entry-meta .posted-on, .single .post .entry-meta .cat-links, .single .post .entry-meta .tags-links {
      margin-right: 0; }
    .single .post .entry-meta .posted-on {
      float: left; }
    .single .post .entry-meta .cat-links {
      float: right; }
    .single .post .entry-meta .tags-links {
      clear: both; } }

.posts-navigation, .post-navigation {
  margin-top: 1rem;
  background-color: #F1F1F1; }
  .posts-navigation .nav-next, .posts-navigation .nav-previous, .post-navigation .nav-next, .post-navigation .nav-previous {
    background-color: #F1F1F1;
    width: auto;
    float: none;
    text-align: left; }
    .posts-navigation .nav-next a, .posts-navigation .nav-previous a, .post-navigation .nav-next a, .post-navigation .nav-previous a {
      padding: 10px 20px;
      display: block;
      color: #165C7D !important;
      text-decoration: none; }
      .posts-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover {
        background: #0183bb;
        color: white !important; }
  @media (min-width: 64em) {
    .posts-navigation .nav-next, .posts-navigation .nav-previous, .post-navigation .nav-next, .post-navigation .nav-previous {
      width: 50%;
      float: left; }
    .posts-navigation .nav-next, .post-navigation .nav-next {
      text-align: right;
      float: right; } }

.entry-meta:after,
.nav-links:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.single-post .entry-footer {
  clear: both;
  padding-top: 1rem; }

#comments {
  margin-top: 2rem; }
  #comments ol.comment-list {
    margin-top: 1.5rem;
    list-style-type: none;
    margin-left: 0; }
    #comments ol.comment-list > li {
      padding-left: 5px;
      border-left: 2px solid #0183bb; }
    #comments ol.comment-list ol.children {
      border-left: 1px solid #c4d1d7;
      padding-left: 5px; }
  #comments .comment-awaiting-moderation {
    color: red; }
  #comments .reply {
    font-size: 1rem;
    width: 48px;
    height: 45px;
    text-align: center;
    background: url(../images/comments-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 2px; }
    #comments .reply a, #comments .reply a:hover {
      color: white !important;
      text-decoration: none; }
    #comments .reply:hover, #comments .reply:focus {
      background-position: -48px 0; }

.subnav {
  /* tag cloud */
  /* rss widget blog sidebar*/ }
  .subnav .tagcloud a {
    border: 0;
    padding: 0; }
    .subnav .tagcloud a:hover {
      color: #165C7D; }
  .subnav h2.widgettitle a {
    border: 0;
    padding: 0; }
  .subnav h2.widgettitle + ul li {
    font-size: 0.8rem;
    display: list-item;
    list-style-position: inside;
    list-style-type: circle; }
  .subnav ul a.rsswidget {
    padding: 0;
    border: 0; }
    .subnav ul a.rsswidget:hover, .subnav ul a.rsswidget:focus {
      background-color: transparent;
      text-decoration: underline;
      color: #165C7D; }
  .subnav .textwidget a {
    padding: 0;
    border: 0; }

/* Slider */
img.soliloquy-image {
  border-radius: 10px; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(0, 0, 0, 0.7) !important; }

.slider-home {
  margin-top: 10px; }

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  color: white; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
    color: white;
    text-decoration: none;
    font-family: MuseoSansRounded-500;
    font-weight: bold; }
  .soliloquy-container .soliloquy-caption .soliloquy-caption-inside a:hover {
    color: #ee8134;
    text-decoration: none;
    font-family: MuseoSansRounded-500;
    font-weight: bold; }

.soliloquy-container h1 {
  font-size: 22px;
  color: #ee8134; }

.soliloquy-container h2 {
  font-size: 20px;
  color: #ee8134; }

.soliloquy-container h3 {
  font-size: 18px;
  color: #ee8134; }

.soliloquy-container h4 {
  font-size: 16px;
  color: #ee8134; }

.soliloquy-container h5 {
  font-size: 14px;
  color: #ee8134; }

.soliloquy-container h6 {
  font-size: 12px;
  color: #ee8134; }

/* Content */
.home-content {
  padding-right: 25px; }

.home-donate {
  background: #c4d1d7;
  border-radius: 10px;
  padding: 20px;
  min-height: 150px;
  margin: 20px 0 0 0; }
  @media (min-width: 64em) {
    .home-donate {
      margin: 0; } }
  .home-donate a {
    color: white;
    text-decoration: none; }
    .home-donate a a:hover {
      color: green !important;
      text-decoration: underline !important; }

a.donate-button-home {
  background: #0183bb;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 7px;
  text-align: center;
  font-weight: normal; }

a.donate-button-home:hover {
  background: #165C7D; }

/* Latest News */
.latest-news {
  margin-bottom: 20px;
  padding-right: 0; }
  @media (min-width: 64em) {
    .latest-news {
      margin-bottom: 0px;
      padding-right: 20px; } }

.latest-news li {
  list-style-type: none;
  font-size: 20px;
  font-weight: bold;
  color: #165C7D;
  padding-bottom: 3px; }
  @media (min-width: 64em) {
    .latest-news li {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; } }
  .latest-news li a {
    color: #165C7D; }
  .latest-news li a:hover {
    color: #ee8134;
    text-decoration: none; }

.e-newsletter, .latest-news {
  margin-bottom: 20px; }
  @media (min-width: 64em) {
    .e-newsletter, .latest-news {
      margin-bottom: 30px; } }
  .e-newsletter h2, .latest-news h2 {
    color: #ee8134; }

/*
.home{
	.ginput_complex.ginput_container.no_middle_name.has_last_name span {
	    width: 47.5% !important;
	}

	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
	    float: right !important;
	    width: 48.5% !important;
	    margin-right: 0px !important;
	}

	.ginput_container_name span {
	    padding-right: 0px!important;
	}

	.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{
		margin-bottom:0px!important
	}

	.gform_wrapper .ginput_complex .ginput_right{
		margin:0!important;
	}

}//home
*/
.landing-grid li {
  list-style-type: none; }
  @media (min-width: 64em) {
    .landing-grid li {
      padding: 0px 20px 20px 20px; } }
  .landing-grid li a {
    text-decoration: none; }
  .landing-grid li a:hover {
    text-decoration: none; }
  .landing-grid li h2:hover {
    color: #165C7D;
    text-decoration: none; }

ul.landing-grid {
  margin-left: 0px; }
  @media (min-width: 64em) {
    ul.landing-grid {
      margin-bottom: 10px; } }

ol.landing-grid {
  margin-left: 0px; }

.article-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px); }

.article {
  background: #ddd;
  border: 1px solid #bbb;
  margin: 20px;
  width: calc(33.33% - 40px);
  /* accuracy & margin offset */
  border-radius: 10px; }
  .article img {
    border-radius: 10px; }
  @media (max-width: 40em) {
    .article {
      width: calc(100% - 40px); } }

.article--3 {
  width: calc(25% - 40px);
  /* accuracy & margin offset */ }
  @media (max-width: 40em) {
    .article--3 {
      width: calc(100% - 40px); } }

.article--6 {
  width: calc(50% - 40px);
  /* accuracy & margin offset */ }
  @media (max-width: 40em) {
    .article--6 {
      width: calc(100% - 40px); } }

.article--12 {
  width: calc(100% - 40px);
  /* accuracy & margin offset */ }

.article__header {
  line-height: 105px;
  margin-bottom: 20px;
  padding: 0px 20px 0px 20px; }
  .article__header h2:hover {
    color: #165C7D;
    text-decoration: none; }

.article__text {
  padding: 0px 20px 20px 20px; }

.article h2 {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.article__header:after {
  background: #ee8134;
  content: "";
  display: block;
  height: 4px;
  width: 40px; }

/*# sourceMappingURL=style.css.map */
