/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3589f5131e0ae60bb951e857723ef6f0)
 * Config saved to config.json and https://gist.github.com/3589f5131e0ae60bb951e857723ef6f0
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
    text-decoration: none;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  font-weight: 600;
  border-radius: 3px;
  color: white;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background: #ececec;
  border: 1px solid #bbb;
  color: #545454;
}
.btn-default:hover,
.btn-default:focus {
  color: #545454;
  background: #fafafa;
  border: 1px solid #aaa;
}
.btn-default:active,
.btn-default.active {
  color: #333;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background: #4B9AAF;
}
.btn-primary:hover,
.btn-primary:focus {
  color: white;
  background: #5EB3C9;
}
.btn-primary:active,
.btn-primary.active {
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #499BB0;
  background-image: none;
}
.btn-success {
  background: #4DA394;
}
.btn-success:hover,
.btn-success:focus {
  background: #62C3B3;
}
.btn-success:active,
.btn-success.active {
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #53A99A;
  background-image: none;
}
.btn-info {
  background-image: linear-gradient(-180deg, #6BACBE 0%, #59A2B6 100%);
}
.btn-info:hover,
.btn-info:focus {
  color: white;
  background-image: linear-gradient(-180deg, #7CC0D2 0%, #6CB8CD 100%);
}
.btn-info:active,
.btn-info.active {
  background-image: linear-gradient(-180deg, #7CC0D2 0%, #5690A0 100%);
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #499BB0;
  background-image: none;
}
.btn-warning {
  color: #876C26;
  background: #F6C94E;
}
.btn-warning:hover,
.btn-warning:focus {
  color: #876C26;
  background: #FFD76A;
}
.btn-warning:active,
.btn-warning.active {
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background: #CE9808;
  background-image: none;
}
.btn-danger {
  background: #E33951;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #F26075;
}
.btn-danger:active,
.btn-danger.active {
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background: #F53D57;
  background-image: none;
}

.btn-secondary {
  color: #000;
  background: #FFBF00;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #E5A800;
}
.btn-secondary:active,
.btn-secondary.active {
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.25);
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background: #FFBF00;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-size:cover;
  background-color: transparent;
  font-size: 1em;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  color: white;
}
.navbar-brand,
.navbar-nav > li > a {
  text-decoration: none;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.navtop {
  background: rgba(0,0,0,0.4);
  width: 100%;
}

.navtop > .container {
  position: relative;
}

.navtop a.toplink,
.navtop button.toplink {
  color: white;
  font-size: 0.8em;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 0;
  text-decoration: none;
}
.navtop a.toplink > i.fa-solid,
.navtop button.toplink > i.fa-solid {
  margin-right: 4px;
}
.navtop a.toplink:hover,
.navtop a.toplink:active,
.navtop button.toplink:hover,
.navtop button.toplink:active {
  text-decoration: none;
  opacity: 0.8;
}
.navtop form.toplink-form {
  display: inline;
}
.navtop form.toplink-form > button {
  background: unset;
  border: unset;
}

.navtop .flag {
  width: 17px;
  position: relative;
  top: -2px;
}

.navtop .flag-dropdown {
  display: block;
  float: left;
}

.navtop .right-links {
  float: right;
}

.navtop_search-form {
  display: block;
  float:right;
  margin-bottom: 0;
  margin-top: 5px;
}

.navtop .right-links input.search {
  font-size: 12px;
  width: 100px;
  padding: 2px 6px;
  height: 20px;
  border-radius: 3px 0 0 3px;
  border: 0;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
  margin-left: 10px;
  margin-bottom: 4px;
  font-style: italic;
  display: block;
  float: left;
}

.nav > li.nav_search-li {
  display: none;
}

@media only screen and (max-width:767px) {
  .nav > li.nav_search-li {
    display: block;
    height: 55px;
    padding-left: 10px;
  }

  .mobilenav_search-box {
    display: block;
    float: left;
    width: 70%;
    height: 30px;
    border-radius: 4px 0 0 4px;
    border: 0;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    padding: 3px 5px;

  }

  .mobilenav_search-button {
    display: block;
    float: left;
    height: 30px;
    border-radius: 0 4px 4px 0;
    background: rgba(255,255,255,0.5);
    border: 0;
    width: 25%;
  }

  form.mobilenav_search-form {
    display: block;
  }

  form.navtop_search-form {
    display: none;
  }
}

.navtop .right-links button.search_button {
  font-size: 12px;
  border-radius: 0 3px 3px 0;
  height: 20px;
  width: 30px;
  background: rgba(255,255,255, 0.3);
  color: white;
  border: 0;
  outline: 0;
  display: block;
  float: left;
}

.navtop .right-links button.search_button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

button.search_button i {
  position: relative;
  top: -1px;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/** Custom CSS **/

.banner-image-wrap {
  background-size: cover;
  background-position: center center;
  height: 450px;
}

.banner-image-wrap.short {
  height: 370px;
}

.banner-image-wrap.about-page {
  background-position: center 20%;
}

.banner-image-wrap.top-anchor {
  background-position: center top;
}

.text-banner {
    color: white;
    margin-top: 74px;
}

.banner-image-wrap.short .text-banner {
  margin-top: 65px;
}

.text-banner > h1 {
    font-size: 60px;
    font-weight: 900;
}

.text-banner > h2 {
  font-size: 29px;
  font-weight: 400;
}

.homepage-tagline {
  font-size: 52px;
  font-weight: 400;
}

@media only screen and (max-width:1000px) {
  .text-banner {
    margin-top: 40px;
  }

  .banner-image-wrap.short .text-banner {
    margin-top: 30px;
  }

  .banner-image-wrap {
    height: 370px;
  }

  .banner-image-wrap.short {
    height: 300px;
  }
}

@media only screen and (max-width:767px) {
  .text-banner {
    margin-top: 0px;
  }

  .banner-image-wrap,
  .banner-image-wrap.short {
    height: 300px;
  }

  .text-banner {
      position: relative;
  }
  .text-banner > h1 {
      font-size: 38px;
      font-weight: 900;
  }

  .text-banner > h2 {
    display: none;
  }
}

@media only screen and (max-width:376px) {
    .search-form {
        display: none !important;
    }
}

/* Top Navigation */
li.hover-dropdown {
  position: relative;
}



@media (min-width: 768px) {

  li.hover-dropdown > a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    position: relative;
    top: 15px;
    left: 3px;
  }

  li.hover-dropdown ul.dropdown-menu {
    right: auto;
    border-radius: 3px;
    left: -10px;
  }

  li.hover-dropdown:hover ul.dropdown-menu {
    display: block;
  }

  li.hover-dropdown ul.dropdown-menu::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff ;
    position: absolute;
    left: 45px;
    top: -10px;
  }

  li.hover-dropdown ul.dropdown-menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 45px;
    top: -11px;
  }

  li.hover-dropdown.right-menu ul.dropdown-menu {
    right: 0;
    left: auto;
  }

  li.hover-dropdown.right-menu ul.dropdown-menu::before,
  li.hover-dropdown.right-menu ul.dropdown-menu::after {
    left: auto;
    right: 20px;
  }

  .dropdown-menu > li > a.btn-primary {
    color: white;
    font-weight: 600;
    margin: 7px 11px;
  }

  .dropdown-menu > li > a.btn-primary:hover {
    background: #2B963D;
  }
}

/* Subnav */
.nav-sitesection {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.subnav-no-banner .nav-sitesection > ul {
  border-bottom: 1px solid #ccc;
  padding: 0;
  padding-bottom: 23px;
  margin: 0;
}

.nav-sitesection > ul > li {
  display: inline;
}

.subnav-no-banner .nav-sitesection > ul > li {
  margin: 0 10px;
}


.subnav-no-banner .nav-sitesection > ul > li > a {
  color: #333;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 15px;
  text-decoration: none;
}

.subnav-no-banner .nav-sitesection > ul > li > a:hover,
.subnav-no-banner .nav-sitesection > ul > li > a:active {
  text-decoration: none;
}

.subnav-no-banner .nav-sitesection > ul > li > a.active {
  background: #777;
  color: white;
}

.subnav-with-banner {
  background-color: #3C3C3C;
  color: white;
  margin-bottom: 20px;
}

.subnav-with-banner .row.append-top,
.subnav-no-banner .row.append-top {
  margin-top: 0;
}

.subnav-with-banner .nav-sitesection > ul {
  display: block;
  padding: 0;
  margin: 0;
}

.subnav-with-banner a {
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}

.subnav-with-banner a:hover {
  background: rgba(255,255,255,0.2);
}

.subnav-with-banner .nav-sitesection {
  margin-bottom: 0;
}

.subnav-no-banner .nav-sitesection-more,
.subnav-with-banner .open a.nav-sitesection-more:focus {
  background: rgba(128, 128, 128, 0.3);
}

.nav-sitesection-more {
  position: relative;
}

.nav-sitesection-more::after {
  content: " \f0d7";
  font-family: FontAwesome;
}

.nav-sitesection-divider {
  display: none;
}

@media only screen and (min-width: 768px) {
  .subnav-no-banner.nav-sitesection > ul > li:first-child {
    margin-left: 0;
  }

  .subnav-no-banner .nav-sitesection > ul > li:last-child {
    margin-right: 0;
  }

  a.nav-sitesection-link.active {
    background: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width:767px) {
  .nav-sitesection > ul {
    display: block;
    margin: 0 20px;
  }

  .nav-sitesection > ul > li {
    margin: 0;
  }

  .nav-sitesection > ul > li > a,
  .nav-sitesection > ul > li > a:active {
    display: none;
    text-decoration: none;
  }

  .nav-sitesection > ul.expanded > li > a {
    display: block;
  }

  .nav-sitesection > ul > li > a.active {
    display: block;
    margin: 0 15px;
  }

  a.nav-sitesection-link {
    display: block;
    position: relative;
  }


  a.nav-sitesection-link.active::after {
    font-family: FontAwesome;
    content:"\f0d7";
    position: absolute;
    right: 20px;
  }

  ul.expanded a.nav-sitesection-link.active::after {
    content: "\f0d8";
  }

  .subnav-no-banner .nav-sitesection > ul > li {
    margin: 0 0;
  }

}

/* Page section formatting */
.gray-section {
  background-image:url(https://gfamedia.org/design2017/sos.png);
  background-repeat: repeat;
  border-top: 2px solid #4D9DB3;
  border-bottom: 2px solid #4D9DB3;
  padding: 40px 0;
  margin: 40px 0;
}

.blue-section {
  background: #DEEFF3;
  margin: 20px 0;
}

.yellow-arrow-left {
  position: relative;
}

.yellow-arrow-left::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: -20px;
}

.green-section {
  background: #C7E8E2;
  border-top: 2px solid #099D84;
  border-bottom: 2px solid #099D84;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.half-image-section.row {
  margin-left: 0;
  margin-right: 0;
}

.half-image-section div {
  min-height: 325px;
}

.half-image-section .imagebox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.half-image-section .textbox {
  color: white;
  padding-left: 30px;
  padding-top: 15px;
}

.half-image-section.dark-text .textbox {
  color: black;
}

.half-image-section .textbox h3 {
  font-size: 45px;
  font-weight: 400;
}

.half-image-section .textbox h3.yellow-arrow-left::before,
.half-image-section .textbox h2.yellow-arrow-left::before {
  left: -30px;
  top: 7px;
}

.half-image-section .textbox p {
  font-size: 1.2em;
}

.btn-white {
  background: white;
  color: black;
  padding: 4px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-dark {
  color: white;
  background: rgba(0,0,0,0.7);
  padding: 4px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-white:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

.btn-dark:hover {
  background: rgba(0,0,0,0.5);
}

.btn-outline {
  color: white;
  background: transparent;
  border: 1px solid white;
  padding: 3px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline-dark {
  color: black;
  background: transparent;
  border: 1px solid black;
  padding: 3px 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-outline-dark:hover {
  color: black;
  background: rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
  .half-image-section .btn {
    display: block;
    margin-bottom: 8px;
  }

  .btn-outline {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


/* Brick Formatting */
@media (min-width: 769px) {
  .small-brick h2:first-child,
  .small-brick h3:first-child,
  .small-brick h4:first-child,
  .large-brick h2:first-child,
  .large-brick h3:first-child,
  .large-brick h4:first-child
  {
    margin-top: 0;
  }
}

.small-brick p {
  font-size: 16px;
}

.large-brick {
  margin-bottom: 20px;
}

/* Card Colors */
.green {
  background: #099D84;
}

.green-transparent {
  background: rgba(9, 157, 132, 0.85);
}

.light-blue {
  background: #4D9DB3;
}

.light-blue-transparent {
  background: rgba(77, 157, 179, 0.85);
}

.blue {
  background: #456ACF;
}

.blue-transparent {
  background: rgba(69, 106, 207, 0.85);
}

.purple {
  background: #8762C9;
}

.purple-transparent {
  background: rgba(135, 98, 201, 0.85);
}

.red {
  background: #AD182D;
}

.red-transparent {
  background: rgba(173, 24, 45, 0.85);
}

.coral {
  background: #E15F5F;
}

.coral-transparent {
  background: rgba(225, 95, 95, 0.85);
}

/* Cards */

.card-small {
  color: white;
  margin: 20px 15px 40px;
}

@media only screen and (max-width: 1200px) {
  .card-small {
    margin: 20px 0;
  }
}

.card-small a {
  color: white;
}

.card-small img {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
  transition: 0.3s;
}

.card-small.no-hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.card-small:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.card-text {
  padding: 2px 20px;
  position: relative;
}

.card-text-only {
  padding: 2px 20px;
  position: relative;
}

.card-text::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: 0px;
  top: -14px;
}

.card-text-only h4::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: 0px;

}

.card-large {
  position: relative;
  padding: 15px 40px;
  margin-bottom: 100px;
}

.card-large img {
  filter: grayscale(80%);
  transition: 0.4s;
}

.card-large:hover img {
  filter: grayscale(0%);
}

.large-card-text {
  color: white;
  position: absolute;
  left: 15px;
  right: 65px;
  top: 77%;
  padding-left: 43px;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .large-card-text {
    top: 73%;
  }
}

@media only screen and (max-width: 980px) {
  .large-card-text {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 4px 14px;
  }

  .card-large {
    padding: 10px 15px;
  }
}

.large-card-text h3 {
  margin-bottom: 6px;
  font-size: 28px;
}

.large-card-text a {
  color: white;
}

/* Info Boxes */
.info-box {
  padding: 20px 30px;
  margin-bottom: 40px;
}

.info-box h2 {
  text-align: left;
  margin-top: 0;
  position: relative;
  font-size: 40px;
}

.info-box h2::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: -31px;
  top: 13px;
}

.info-box h3 {
  margin-top: 0;
  position: relative;
}

.info-box h3::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: -31px;
  top: 3px;
}

.info-box p {
  font-size: 1.1em;
}

.faded-green {
  background: #DFF2EF;
  border: 1px solid #5EBFAE;
}

.faded-green .fa-shopping-cart {
  font-size: 85%;
  opacity: 0.85;
}

.faded-green a:not(.btn) {
  color: #44717D;
}

/* Donate Box */
.donate-box_dollar-sign {
  font-size: 1.3em;
  font-weight: bold;
}

.donate-box_amount {
  display: inline-block;
  width: 100px;
  border: 1px solid #53A99A;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: 1.2em;
  padding: 1px 7px;
  border-radius: 3px;
  background: #e8f5f2;
}

input.donate-box_amount:focus {
  border: 1px solid #6EC6B7;
  background: #d8f3ed;
}

.donate-box button {
  font-size: 0.9em;
  display: inline-block;
  margin-top: -7px;
}

.product-listing h4 {
  font-size: 18px;
  color: #0F8974;
}

/* Horizontal Image Donate Box */
.horizontal-donate-box {
  text-align: center;
  background-image:url(https://gfamedia.org/design2017/sos.png);
  background-repeat: repeat;
  border: 1px solid #099D84;
  margin-top: 30px;
  margin-bottom: 20px;
}

.horizontal-donate-box .donate-box-image {
  background-size: cover;
  height: 200px;
  background-position: center center;
}

.horizontal-donate-box .donate-box-image-big {
  background-size: cover;
  height: 350px;
  background-position: center center;
}

.donate-box-text h3 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

.donate-box-text {
  margin-top: 18px;
}

.donate-box-text::before {
  content: ' ';
  width: 14px;
  height: 28px;
  background-image: url(https://gfamedia.org/design2017/arrow_motif.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

.donate-box-buttons {
  margin-top: 15px;
}

.donate-box-flex {
  display: flex;
  justify-content: center;
}

.donate-box-flex .donate-box_dollar-sign {
  margin-right: 5px;
}

.donate-box-flex .with-recurrence {
  border-radius: 3px 0 0 3px;
  border: 1px solid #ccc;
  border-right: 0;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

.donate-box-flex input.donate-box_amount.with-recurrence:focus {
  background: white;
  border: 1px solid #aaa;
  border-right: 0;
  outline: 0;
}

.donate-box-flex .input-on-left {
  border-radius: 0 3px 3px 0;
}

.donate-box-flex button {
  margin-top: 0;
  margin-left: 10px;
}

.wide-donate-box .donate-box-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.horizontal-donate-box .btn-price {
  display: inline-block;
  width: 28%;
}

.wide-donate-box .btn-price,
.wide-donate-box .donate-box-other {
  flex-grow: 1;
  flex-basis: 22%;
}

.btn-price {
  margin: 0 5px;
  position: relative;
  transition: 0.4s;
  padding: 8px 0;
}

.btn-price .label-price {
  transition: 0.4s;
  position: relative;
  top: 0;
  z-index: 10;
}

.btn-price:hover .label-price {
  top: 6px;
}

.btn-price::after {
  content: 'GIVE';
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 2px;
  left: 0px;
  opacity: 0;
  transition: 0.4s;
}

html[lang="fr"] .btn-price::after {
  content: "DONNEZ";
}

.btn-price:hover::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .btn-price {
    display: block;
    width: auto;
  }
}

.donate-box-other {
  margin-top: 20px;
  position: relative;
}

.wide-donate-box .donate-box-other {
  margin-top: 0px;
}

.donate-box-other .dollar-sign {
  position: absolute;
  left: 27%;
  top: 4px;
  font-size: 20px;
}

.wide-donate-box .donate-box-other .dollar-sign {
  left: 10px;
}

.donate-box-other .donate-other-input {
  border-radius: 3px;
  border: 1px solid #488E82;
  padding: 6px 5px;
  padding-left: 30px;
  width: 100%;
}

.wide-donate-box .donate-box-other .donate-other-input {
  padding-left: 25px;
}

.donate-box-other .btn-other-price {
  position: absolute;
  right: 26%;
  top: 5px;
}

.wide-donate-box .donate-box-other .btn-other-price {
  right: 4%;
}

.wide-donate-box p {
  font-size: 95%;
}

.wide-donate-box hr {
  border-top: 1px solid #d2d2d2;
}

@media only screen and (max-width: 768px) {
    .donation-box_amount {
        display: inline;
        /*width: 20% !important;*/
        height: 45px !important;
        font-size: 22px;
    }

    .ajax-cart-add {
        padding: 9px 16px;
        position: relative;
        top: -3px;
    }

    .wide-donate-box .donate-box-buttons {
      flex-direction: column;
    }
    .wide-donate-box .btn-price,
    .wide-donate-box .donate-box-other {
      display: block;
      width: 100%;
      margin: 8px 5px;
    }

    .donate-box-other .btn-other-price {
      width: 20%;
    }

}

/* Give Bar/Box */
.give-bar {
  padding: 10px 0;
}

.give-box {
  border-radius: 3px;
  padding: 4px 15px;
  margin-bottom: 15px;
}

.give-bar-text {
  color: white;
  font-weight: 600;
  font-size: 28px;
  text-align: right;
  padding-top: 8px;
}

.give-box h3 {
  color: white;
  font-size: 18px;
}

.give-bar .donate-box-buttons {
  margin-top: 6px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .give-bar-text {
    font-size: 22px;
    padding-top: 19px;
  }
}

.give-bar-buttons .btn-price {
  width: 18%;
}

.give-bar-buttons .btn-more {
  width: 30%;
}

@media (max-width: 480px) {
  .give-bar-buttons .btn {
    display: block;
    width: 100%;
    margin: 5px;
  }
}

.give-bar-buttons .btn-price {
  background: rgba(0,0,0,0.3);
  color: white;
  display: inline-block;
}

.give-bar-buttons a.btn-more {
  color: white;
  border: 1px solid white;
  margin: 5px;
  transition: 0.4s;
  padding: 7px 0;
}

.give-box .btn-price {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.3);
  color: white;
  margin-bottom: 10px;
  margin-left: 0;
}

.give-bar-buttons a.btn-more:hover {
  background: rgba(255, 255, 255, 0.2);
}

.give-bar-other {
  width: 18%;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

.field-only .give-bar-other {
  width: auto;
}

.give-box .give-bar-other {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

.give-bar-other .dollar-sign {
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

.give-bar-other .give-other-input {
  color: white;
  border-radius: 3px;
  padding: 9px 5px;
  border: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  font-size: 14px;
  padding-left: 16px;
}
.give-bar-other .give-other-input::placeholder {
  color: white;
  opacity: 0.6;
}

.field-only .give-bar-other .give-other-input {
  width: auto;
}

.give-bar-other .give-other-input:focus {
  background: rgba(0,0,0,0.6);
}

.give-bar-other button.btn.btn-other-price {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: 3px;
  color: black;
  background: rgba(255, 255, 255, 0.6);
}

.field-only .give-bar-other button.btn.btn-other-price {
  position: static;
  background: rgba(255, 255, 255, 0);
  color: white;
  font-weight: 600;
  border: 2px solid white;
  transition: 0.4s;
}

.give-box .give-bar-other button.btn.btn-other-price {
  left: auto;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.field-only .give-bar-other button.btn.btn-other-price:hover {
  color: black;
  background: white;
}

.give-bar-other button.btn.btn-other-price:hover {
  background: rgba(255, 255, 255, 0.7);
}


@media (max-width: 767px) {
  .give-bar-text {
    text-align: center;
  }

  .give-bar-buttons {
    text-align: center;
  }

  .give-bar-other {
    width: 100%;
    display: block;
    margin-left: 3px;
    margin-top: 10px;
  }

  .give-bar-other .dollar-sign {
    font-size: 20px;
    top: 5px;
  }

  .give-bar-other .give-other-input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
  }

  .give-bar-other button.btn.btn-other-price {
    left: 68%;
    width: 30%;
  }
}

/* Cart */
h4.cart-heading {
  border-top: 1px solid #68B6A9;
  padding-top: 20px;
  margin-top: 15px;
  font-weight: 600;
}


.total-box {
  background: #EEF7FA;
  padding: 8px 12px;
}

.total-box_total {
  font-size: 1.1em;
  font-weight: 600;
}

.total-number {
  font-size: 1.1em;
  font-weight: 600;
}

.row.grand-total {
  font-weight: bold;
  background: #BCE8E1;
  font-size: 1.2em;
  padding: 10px 15px;
  margin: 10px -30px;
}

.cart-editable-dollar {
  position: absolute;
  padding-left: 7px;
  padding-top: 4px;
}

div .form-inline .cart-editable-amount {
  padding-left: 20px;
}

@media (min-width: 768px) {

  div .form-inline .cart-editable-amount {
    width: 47%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-left: 20px;
  }

  div .form-inline .recurrence-select {
    width: 47%;
    margin-left: -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px dotted #ccc;
    padding-left: 3px;
  }

}
.remove-item-link {
  color: #aaa;
  cursor: pointer;
  font-size: 120%;
}

a.remove-item-link:hover {
  color: #777;
}

.cart-text {
  color: #459587;
}

/* Modal close button */

.close-link {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

a.close-link:hover,
a.close-link:active {
  color: white;
}

/* Bottom Sponsor Links */
a.bottom-sponsor-link {
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
}

/* Footer */
.footer {
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 1em;
  position: relative;
  line-height: 1.4;
}

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

.footer a:hover {
  text-decoration: none;
}

.footer_dailyphoto-link {
  text-align: right;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .footer_dailyphoto-link {
    text-align: center;
  }
}

.footer h3 {
  margin-top: 0;
}

.footer .footer_feedback .col-sm-6,
.footer .footer_feedback .col-sm-12 {
  padding-left:7px;
  padding-right: 7px;
  padding-top: 10px;
}

.footer_social {
  font-size: 1.8em;
}

.footer_social a {
  margin-right: 18px;
}

ul.footer_linklist {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.6;
}

.footer_sponsor-links {
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgba(0,0,0,0.3);
}

.footer .footer_bottomlinks {
  text-align: center;
  background: rgba(0,0,0,0.5);
  width: 100%;
  font-size: 0.8em;
  padding: 7px 0;
  margin-top: 15px;
}

.footer_bottomlinks a {
  margin-left: 10px;
}

.footer_bottomlinks ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  list-style-type: none;
}

.footer_bottomlinks ul > li {
  display: inline;
  margin-left: 10px;
}

.footer_bottomlinks ul > li::before {
  content: "\2022";
}

@media (min-width: 767px) {
  .footer .email-form-button-box {
    padding-left: 0;
  }
}

.lp_footer {
  color: #999;
  font-size: 90%;
}

.lp_footer a {
  color: #999;
}

/* Text Formatting */
h2 {
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }
}

ul.no-bullet {
  list-style-type: none;
  padding-left: 0;
}

.header-underlined {
  border-bottom: 2px solid #F53D57;
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.faded-green hr {
  border-bottom: 1px solid #68B6A9;
  border-top: 0;
}

hr.all-items-divider {
  margin-top: 0;
}

ul.social-links {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  padding-top: 5px;
}

ul.social-links li {
  display: inline;
  font-size: 180%;
  margin: 0 10px;
}

.social-links i.fa-facebook-official {
  color: #3b5998;
}

.social-links i.fa-twitter {
  color: #1da1f2;
}

.social-links i.fa-instagram {
  color: black;
}

@media (min-width: 768px) {
  .all-items-add-box {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .all-items-box .donate-box_amount {
    width: 57px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .all-items-box .donate-box_dollar-sign {
    position: absolute;
    left: 23px;
  }

  .all-items-box .donate-box_amount {
    padding-left: 30px;
    display: block;
    width: 100%;
  }

  .all-items-box.donate-box .btn-success {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}


@media (max-width: 767px) {
  .donate-box {
    padding-top: 10px;
  }

  .all-items-box .donate-box_amount {
    width: 100px;
    padding-left: 20px;
  }

  .donate-box .btn-success {
    padding: 8px 30px;
  }
}

.all-items-description {
  font-size: 85%;
  background: #eaedf2;
  border-radius: 4px;
  padding: 10px 18px;
  margin-top: 10px;
}

a.no-underline {
  text-decoration: none;
}

.smaller,
.text-12 {
  font-size: 0.8em;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}

.text-left {
  text-align: left
}

q {
  font-style: italic;
}

.full-width-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
  position: relative;
}

.full-width-image .full-width_image-caption {
  background: rgba(275, 61, 87, 0.7);
  color: white;
  padding: 10px 15px 15px 20px;
}

.alert a {
  color: #23527c;
}

.emergency-update {
  background: #AD182D;
  color: white;
  padding: 4px 15px;
  border-top: 8px solid #E15F5F;
  border-bottom: 8px solid #E15F5F;
}

.emergency-update a,
.emergency-update a:hover {
  color: white;
}

blockquote {
  border-left: 5px solid #4D9DB3;
  background: #DEEFF3;
  padding: 20px 23px;
}

blockquote span.ref {
  display: block;
  font-style: italic;
}

blockquote.testimonial {
  padding-left: 70px;
  padding-right: 40px;
  position: relative;
}

blockquote h3::before {
    content: ' ';
    background-image:url(https://www.gfamedia.org/images/glyphicons/glyphicons_309_comments.png);
    position: absolute;
    width: 24px;
    height: 23px;
    top: 25px;
    left: 19px;
}
blockquote.large {
  border-left: none;
  font-style: normal;
  position: relative;
  margin: 24px 0;
  padding: 21px;
  z-index: -1;
  font-family: "Playfair Display", serif;
  background: transparent;
  font-size: 25px;
}
blockquote.large::before {
  content: '“';
  font-family: Arial, sans-serif;
  font-size: 52pt;
  line-height: 0;
  text-align: start;
  padding-top: 14px;
  padding-left: 18px;
  text-shadow: 4px 0 0 white, -4px 0 0 white;
  color: #4D9DB3;
  height: 50%;
  width: 77%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-radius: 2px 0 0 0;
  z-index: -1;

}
blockquote.large::after {
  content: '';
  height: 50%;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-radius: 0 0 2px 0;
  z-index: -1;
}


/* MyAccount Area */
label.payment_option {
  border-radius: 4px;
  background: #eee;
  display: block;
  padding: 8px 10px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: normal;
}

label.payment_option:hover {
  background: #ddd;
}

label.payment_option.no-hover {
  cursor: normal;
}

label.payment_option.no-hover:hover {
  background: #eee;
}

label.payment_option input {
  margin-right: 10px;
}

[data-target] {
  cursor: pointer;
}

/* Article */
.article_title {
  margin-bottom: 5px;
}

.article_text {
  font-size: 16px;
}

.article_date {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1000px) {
  .full-width-image {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) {

  .full-width-image .full-width_image-caption {
    width: 250px;
    position: absolute;
  }

  .full-width_image-caption strong {
    display: block;
    font-size: 1.5em;
  }

  .full-width_image-caption.lower-right {
    bottom: 0;
    right: 40px;
    border-top: 3px solid #921123;
  }

  .full-width_image-caption.upper-right {
    top: 0;
    right: 40px;
    border-bottom: 3px solid #921123;
  }

  .full-width_image-caption.lower-left {
    bottom: 0;
    left: 40px;
    border-top: 3px solid #921123;
  }

  .full-width_image-caption.upper-left {
    top: 0;
    left: 40px;
    border-bottom: 3px solid #921123;
  }
}

@media only screen and (max-width: 767px) {
  .full-width-image {
    height: 400px;
  }
  .full-width-image .full-width_image-caption {
    font-size: 0.7em;
  }

}

/* Sitewide notification */
.sitewide-notification,
.cookie-notification {
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.sitewide-notification a,
.cookie-notification a  {
  color: white;
  font-weight: 400;
}

.sitewide-notification button,
.cookie-notification button {
  border-radius: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
  padding: 4px 6px;
  border: 0;
  font-size: 0.85em;
  margin-left: 10px;
}

.sitewide-notification button:hover,
.cookie-notification button:hover {
  background: rgba(0,0,0,0.8);
}

/* Utility Classes */
@media only screen and (min-width: 768px) {
  .visible-phone {
    display: none !important;
  }

  .hidden-phone {
    display: static !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-phone {
    display: static !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .mobile-block {
    display: block;
  }
}

.relative {
  position: relative;
}

.abtn-symbol {
  display: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #4B9AAF;
}

.top-notice h2 {
  text-align: left;
}

.select-box-overlay {
  display: none;
}

/** Wide Photoshow **/
.wide-photoshow-wrapper {
  overflow-x: hidden;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}

.wide-photoshow-slider {
  width: 20000px;
  position: relative;
  left: 0;
  transition: 0.5s;
}

.wide-photoshow-slider .slide {
  max-height: 600px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  opacity: 0.7;
  transition: 0.3s;
}

.wide-photoshow-slider .slide.selected {
  opacity: 1.0;
}

.wide-photoshow-slider .slide img {
  max-height: 600px;
}

.wide-photoshow-slider .slide p.photoshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 10px 14px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.wide-photoshow-wrapper .arrow {
  color: white;
  position: absolute;
  font-size: 25px;
  top: 40%;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 7px;
  transition: 0.3s;
  cursor: pointer;
}

.wide-photoshow-wrapper a.arrow:hover {
  background: rgba(0,0,0.6);
}

.wide-photoshow-wrapper .arrow.arrow-prev {
  left: 20px;
  padding-right: 5px;
}

.wide-photoshow-wrapper a.arrow.arrow-prev:hover {
  left: 17px;
}

.wide-photoshow-wrapper .arrow.arrow-next {
  right: 20px;
  padding-left: 5px;
}

.wide-photoshow-wrapper a.arrow.arrow-next:hover {
  right: 17px;
}

@media (max-width: 767px) {
  .wide-photoshow-wrapper {
    overflow-x: scroll;
  }
  .wide-photoshow-wrapper .arrow {
    display: none;
  }
  .wide-photoshow-slider .slide {
    max-height: 310px;
    opacity: 1;
  }

  .wide-photoshow-slider .slide img {
    max-width: 100%;
    max-height: 100%;
    max-height: 310px;
  }
}
