/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*START Helper Classes------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.m-bottom {
  margin-bottom: 25px;
}

.m-top {
  margin-top: 25px;
}

.m-left {
  margin-left: 25px;
}

.m-right {
  margin-right: 25px;
}

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: #ccc;
}
.img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
  height: 100%;
  width: auto;
  z-index: 1;
}

.printfriendly {
  position: absolute;
  float: right;
  margin: 0;
  right: 0;
  top: -45px;
}

.bg-gray {
  background: #ccc;
  padding: 25px;
}

.bg-light-gray {
  background: #f3fbfd;
  padding: 25px;
}

.bg-dark-gray {
  background: #616367;
  padding: 25px;
  color: #fff !important;
}
.bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray h5, .bg-dark-gray h6, .bg-dark-gray strong, .bg-dark-gray a, .bg-dark-gray ul, .bg-dark-gray li {
  color: #fff !important;
}

.bg-green {
  background: #003a65;
  padding: 25px;
  color: #fff !important;
}
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6, .bg-green strong, .bg-green a, .bg-green ul, .bg-green li {
  color: #fff !important;
}

.bg-blue {
  background: #e02a32;
  padding: 25px;
  color: #fff !important;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue strong, .bg-blue a, .bg-blue ul, .bg-blue li {
  color: #fff !important;
}

.title-correction h3 {
  font-size: 24px !important;
}

.textcenter {
  text-align: center !important;
}

.width80 {
  padding: 0 8.33%;
}

.team .img-wrap {
  height: auto;
  padding-bottom: 100%;
  width: 100%;
}
.team .img-wrap img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.team .img-wrap .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 25px;
}
.team .img-wrap .info h3, .team .img-wrap .info h6 {
  color: #fff !important;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.9);
  text-align: left;
}
.team .img-wrap .info h3 {
  font-size: 20px !important;
  font-weight: 900 !important;
  margin-bottom: 5px;
}
.team .img-wrap .info h6 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}

#pg-202-3,
#pg-202-4,
#pg-202-5,
#pg-202-6,
#pg-202-7,
#pg-202-8,
#pg-202-9,
#pg-202-10,
#pg-202-11,
#pg-202-12,
#pg-202-13 {
  margin-bottom: 2px !important;
}

.page-id-10 #pg-10-2,
.page-id-10 #pg-10-3,
.page-id-10 #pg-10-4 {
  margin-bottom: 7.5px !important;
}

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: "Lato", sans-serif;
  background: #003a65;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto 0;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s !important;
}
a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
  background: #001d32;
  color: #fff !important;
  text-decoration: none;
}
a.btn-2 {
  font-family: "Lato", sans-serif;
  background: #e02a32;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto 0;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transition: 0.4s !important;
}
a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
  background: #bc1b22;
  color: #fff !important;
  text-decoration: none;
}

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #616367;
  font-family: "Lato", sans-serif;
}
header.header::after {
  content: "";
  background: url("../images/menu-bottom.png") repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
header.header .textwidget {
  display: inline-block;
}
header.header .container {
  position: relative;
}
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.header.fixed .top-right, header.header.fixed .top-left {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.header.fixed .top-social {
  padding-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.header.fixed .btn-donate {
  width: 240px;
  height: 170px;
}
header.header.fixed .btn-donate::before {
  width: 240px;
  height: 170px;
}
header.header.fixed .btn-donate a {
  font-size: 21px;
  height: 170px;
  width: 240px;
  padding-top: 35px;
}

.top-social {
  background: #e8e8e8;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-left {
  position: relative;
  margin-left: 20%;
  display: inline-block;
}
.top-left p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.4em;
  margin-bottom: 0;
  margin-top: 5px;
}
.top-left p span {
  color: #e02a32;
}

.top-right {
  float: right;
  padding-right: 0px;
  padding-top: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-right a.mail {
  color: #616367;
  margin-left: 17px;
  text-transform: uppercase;
  font-size: 11px;
  vertical-align: middle;
  display: inline-block;
}
.top-right p {
  margin: 0;
}

ul.top-links {
  display: inline-block;
  padding: 0;
}
ul.top-links li {
  display: inline-block;
}
ul.top-links li ul li {
  display: block;
}
ul.top-links li ul li a::after {
  content: none;
}
ul.top-links li a {
  text-transform: uppercase;
  color: #616367;
  font-size: 13px;
}
ul.top-links li a::after {
  content: " ";
  background: #616367;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
ul.top-links li:last-child a::after {
  content: none;
}

ul.social {
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 1.071rem;
  display: inline-block;
  vertical-align: middle;
}
ul.social li {
  display: inline-block;
  line-height: 1.2em;
  margin-left: 2px;
  vertical-align: middle;
}
ul.social li a {
  vertical-align: middle;
  color: #616367;
  line-height: 1.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border: 2px solid #616367;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 12px;
}
ul.social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.social li a:hover {
  color: #fff;
  background: #616367;
}

.btn-donate {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 320px;
  height: 220px;
  background: url("../images/bg-donate.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-donate::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  width: 320px;
  height: 220px;
  background: url("../images/bg-donate-hover.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.btn-donate:hover::before {
  opacity: 1;
}
.btn-donate a {
  color: #fff;
  display: block;
  position: absolute;
  z-index: 102;
  padding: 50px 25px 0 0;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  height: 220px;
  width: 320px;
  text-align: right;
}
.btn-donate a:hover, .btn-donate a:focus, .btn-donate a:active {
  text-decoration: none;
}

.logo {
  position: absolute;
  float: left;
  z-index: 33;
  padding: 0;
  width: 302px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 150px;
  top: 0;
}
.logo::after {
  content: "";
  background: url("../images/logo-bottom.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  -webkit-transform: translate(0, 93px);
  transform: translate(0, 93px);
  width: 100%;
  height: 56px;
  left: 0;
  z-index: 1;
}
.logo #Layer_1, .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  max-width: 98%;
  max-height: 71%;
  z-index: 3;
}

.nav-right {
  float: right;
  width: 90%;
  margin-right: -15px;
}

.custom-links {
  font-size: 0.8571rem;
  padding: 5px 0 0;
  border-bottom: 1px solid #383737;
  text-align: right;
}
.custom-links ul {
  padding-left: 0;
  text-align: right;
  display: inline-block;
}
.custom-links ul li {
  display: inline-block;
}
.custom-links ul li a {
  color: #616367;
}
.custom-links ul li a::before {
  content: "";
  background: #e02a32;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px 0 23px;
  width: 3px;
  height: 3px;
  vertical-align: middle;
}

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #28af6f;
}

section.navigation {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0;
}
section.navigation .textwidget {
  position: absolute;
  right: 0px;
  width: 130px;
}

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none;
}

.navbar-default .navbar-brand {
  background: transparent;
  border-bottom: none;
  border-radius: 15px;
  float: left;
  width: 20%;
  position: relative;
  min-height: 110px;
  display: none;
  overflow: hidden;
}
.navbar-default .navbar-brand:hover {
  background: transparent;
}
.navbar-default .navbar-brand #Layer_1, .navbar-default .navbar-brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8571rem;
}
#navigation ul {
  padding: 0px 0 0px 0;
  text-align: right;
  width: 100%;
}
#navigation ul li, #navigation ul li.open {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#navigation ul li::after, #navigation ul li.open::after {
  content: none;
}
#navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
  content: none;
}
#navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
  right: 0;
  left: unset;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
  right: auto;
  left: -100%;
}
#navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
  right: auto;
  left: -100%;
}
#navigation ul li.active a, #navigation ul li.open.active a {
  background: transparent;
  font-weight: 900;
}
#navigation ul li.active a::before, #navigation ul li.open.active a::before {
  content: none;
}
#navigation ul li.active a::after, #navigation ul li.open.active a::after {
  height: 7px;
}
#navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
  text-transform: uppercase;
  font-size: 0.8571rem;
  color: #fff;
  border-radius: 0px;
  font-weight: 700;
}
#navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
  background: #001d32;
  color: #fff;
}
#navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
  content: none;
}
#navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
  left: 100%;
  top: 0px;
  right: auto;
}
#navigation ul li a, #navigation ul li.open a {
  text-transform: uppercase;
  font-size: 14px;
  color: #616367;
  padding: 45px 10px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: normal;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: relative;
  display: block;
}
#navigation ul li a::after, #navigation ul li.open a::after {
  content: "";
  background: #e02a32;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
  background: transparent;
  color: #616367;
}
#navigation ul li a:hover::after, #navigation ul li a:focus::after, #navigation ul li a:active::after, #navigation ul li.open a:hover::after, #navigation ul li.open a:focus::after, #navigation ul li.open a:active::after {
  height: 7px;
}
#navigation ul li ul, #navigation ul li.open ul {
  text-align: left;
  min-height: 0;
  border: none;
  padding: 0;
  background: #003a65;
}
#navigation ul li ul li, #navigation ul li.open ul li {
  display: block;
}
#navigation ul li ul li::after, #navigation ul li.open ul li::after {
  content: none;
}
#navigation ul li ul li a, #navigation ul li.open ul li a {
  border-top: 1px solid #001d32;
  padding: 10px 15px;
  font-size: 0.8571rem;
  color: #fff;
}
#navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
  content: none;
}
#navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
  background: #001d32;
  color: #fff;
}
#navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
  border-top: none;
}
#navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
  left: 100%;
  top: 0px;
  right: auto;
}

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  margin: 0px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0px;
  display: none;
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.dropdown-btn {
  display: none;
}

@media only screen and (min-width: 1441px) and (max-width: 1660px) {
  .btn-donate {
    height: 160px;
    width: 220px;
  }
  .btn-donate::before {
    height: 160px;
    width: 220px;
  }
  .btn-donate a {
    height: 160px;
    width: 220px;
    font-size: 20px;
    padding: 35px 25px 0 0;
  }
}
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .btn-donate {
    height: 150px;
    width: 200px;
  }
  .btn-donate::before {
    height: 150px;
    width: 200px;
  }
  .btn-donate a {
    height: 150px;
    width: 200px;
    font-size: 20px;
    padding: 25px 15px 0 0;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .btn-donate {
    height: 126px;
    width: 130px;
  }
  .btn-donate::before {
    height: 126px;
    width: 130px;
  }
  .btn-donate a {
    height: 126px;
    width: 130px;
    font-size: 16px;
    padding: 12px 10px 0 0;
  }
  header.header.fixed .btn-donate {
    height: 126px;
    width: 130px;
  }
  header.header.fixed .btn-donate::before {
    height: 126px;
    width: 130px;
  }
  header.header.fixed .btn-donate a {
    height: 126px;
    width: 130px;
    font-size: 16px;
    padding: 12px 10px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-donate::before, header.header.fixed .btn-donate::before {
    height: 200px;
    width: 150px;
  }
  .btn-donate a, header.header.fixed .btn-donate a {
    height: 150px;
    width: 200px;
    font-size: 20px;
    padding: 35px 20px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20%;
    left: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-left {
    margin-left: 15%;
    display: none;
  }
  .top-left p {
    font-size: 0.9rem;
  }
  .nav-right {
    width: 100%;
  }
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-donate::before, header.header.fixed .btn-donate::before {
    height: 200px;
    width: 150px;
  }
  .btn-donate a, header.header.fixed .btn-donate a {
    height: 150px;
    width: 200px;
    font-size: 20px;
    padding: 35px 20px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20%;
    left: 25%;
  }
  .logo {
    width: 240px;
    height: 125px;
  }
  .logo::after {
    height: 35px;
  }
  #navigation ul li a, #navigation ul li.open a {
    padding: 45px 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-donate::before, header.header.fixed .btn-donate::before {
    height: 200px;
    width: 150px;
  }
  .btn-donate a, header.header.fixed .btn-donate a {
    height: 150px;
    width: 200px;
    font-size: 20px;
    padding: 35px 20px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20%;
    left: 25%;
  }
  header.header {
    position: relative;
  }
  #navigation ul li:first-child a, #navigation ul li.open:first-child a {
    border-radius: 0;
  }
  #navigation {
    background: #003a65;
  }
  #navigation ul li a, #navigation ul li.open a {
    color: #fff;
    padding: 12px 55px;
  }
  .navbar-header {
    background: #fff;
  }
  .navbar-default .navbar-brand {
    width: 90px;
    min-height: 50px;
    position: absolute;
    z-index: 10;
    left: 15px;
    display: block;
  }
  .navbar-default .navbar-brand img {
    max-width: 100%;
    max-height: 90%;
  }
  .logo {
    display: none;
  }
  .nav-right {
    width: 100%;
    border-left: none;
  }
  .custom-links {
    text-align: center;
  }
  .navbar.navbar-default .container {
    padding: 0;
  }
  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #e02a32;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: #ac2121;
    border-color: #ac2121;
  }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #e02a32;
  }
  .navbar-nav {
    margin: 0;
  }
  #navigation ul {
    text-align: center;
    padding: 0px;
    overflow: scroll;
    max-height: 80vh;
  }
  #navigation ul li {
    display: block;
    border-bottom: 1px solid #e02a32;
  }
  #navigation ul li:last-child a {
    margin-left: 0;
  }
  .dropdown-btn {
    display: none;
  }
  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -37px;
    display: block;
    background: transparent;
    border: 1px solid #e02a32;
    color: #e02a32;
    padding: 6px 13px 6px 12px;
  }
  #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
    background: #e02a32;
    color: #fff;
  }
  #navigation ul li ul {
    max-height: unset;
    background: #e02a32;
    text-align: center;
    margin-bottom: 12px;
  }
  #navigation ul li ul li {
    border-bottom: 1px solid #e02a32;
  }
  #navigation ul li ul li ul {
    background: #ac2121;
  }
  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px !important;
    left: 0 !important;
    top: 98% !important;
  }
  .navbar-collapse {
    overflow-y: none;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -34px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #e02a32;
    color: #e02a32;
    padding: 5px 13px 6px 12px;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
    background: #e02a32;
    color: #fff;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #e02a32;
    color: #e02a32;
    padding: 6px 13px 6px 12px;
  }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
    background: #e02a32;
    color: #fff;
  }
  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset;
  }
  #navigation ul li::after, #navigation ul li.open::after {
    content: none;
  }
  .navbar-collapse.in {
    overflow-y: unset;
  }
  .top-left {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
  }
  .top-left p {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1;
  }
  .top-right {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 0px;
  }
  .nav-right {
    margin-right: 0;
  }
  header.header::before {
    content: none;
  }
  .dropdown-menu {
    position: relative;
  }
  section.navigation {
    padding: 5px 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .top-left p {
    font-size: 0.85rem;
  }
  ul.social a.btn-1 {
    margin-left: 5px;
  }
  .search #s {
    width: 60%;
  }
  .search #searchsubmit {
    width: 30%;
  }
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 160px;
    width: 120px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-donate::before, header.header.fixed .btn-donate::before {
    height: 160px;
    width: 120px;
  }
  .btn-donate a, header.header.fixed .btn-donate a {
    height: 120px;
    width: 160px;
    font-size: 14px;
    padding: 25px 15px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20%;
    left: 25%;
  }
  #navigation ul {
    overflow: scroll;
    max-height: 75vh;
  }
  .top-right a.mail {
    overflow: hidden;
    width: 20px;
    height: 16px;
    display: inline-block;
  }
}
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  display: inline-block;
  margin-right: 15px;
  font-family: "Lato", sans-serif;
  position: relative;
  vertical-align: middle;
}
div.search .screen-reader-text {
  display: none;
}
div.search #searchform {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
div.search #searchform.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.search .fa-search {
  color: #fff;
  background: #005798;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
}
div.search .fa-search::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
div.search .fa-search:hover {
  text-decoration: none;
  color: #fff;
  background: #003a65;
}
div.search .fa-times {
  margin-right: 10px;
  color: #003a65;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
div.search .fa-times:hover {
  text-decoration: none;
  opacity: 1;
}
div.search #searchsubmit {
  background: #003a65;
  border: 1px solid #003a65;
  color: #fff;
  padding: 2.5px 15px;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: -4px;
  height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
div.search #searchsubmit:hover {
  background: transparent;
  color: #003a65;
}
div.search #s {
  height: 30px;
  border: solid 1px #003a65;
  border-right: none;
  background: transparent;
  color: #003a65;
  padding: 0 0 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .search {
    margin-left: 0;
  }
}
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px;
}
.translate h3 {
  display: none;
}
.translate .skiptranslate {
  font-size: 0;
  line-height: 0;
}
.translate .skiptranslate .goog-te-combo {
  font-size: 14px;
  line-height: 1em;
  color: #616367;
  margin-top: -7px;
}
.translate .skiptranslate span {
  display: none;
}
.translate ul {
  padding: 0;
}
.translate ul li {
  display: inline-block;
}
.translate ul li a::before {
  content: none;
}
.translate #flags {
  display: none;
}

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #e02a32;
  background: -webkit-gradient(linear, left top, left bottom, from(#e02a32), to(rgba(224, 42, 50, 0.2)));
  background: linear-gradient(#e02a32, rgba(224, 42, 50, 0.2));
  font-family: lato-l;
  font-size: 1rem;
}

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 105;
}
.font-resizer::after {
  content: "";
  display: inline-block;
  background: #d83535;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 2px;
  right: -5px;
  margin-left: 5px;
}
.font-resizer.active p {
  background: #003a65;
  padding-top: 0px;
}
.font-resizer.active #controls {
  height: 80px;
}
.font-resizer p {
  width: 40px;
  height: 40px;
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
  padding-top: 3px;
}
.font-resizer p span {
  font-size: 22px;
}
.font-resizer #controls {
  vertical-align: middle;
  position: absolute;
  overflow: hidden;
  height: 0;
  background: #003a65;
  width: 40px;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 5px;
}
.font-resizer #controls p {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
}
.font-resizer #large, .font-resizer #small {
  background: #003a65;
  color: #fff;
  width: 40px;
  display: block;
  position: relative;
  font-size: 22px;
  height: 40px;
  padding: 5px 0;
  z-index: 10;
  text-align: center;
}
.font-resizer #large:hover, .font-resizer #small:hover {
  background: #001d32;
  text-decoration: none;
}
.font-resizer #large i, .font-resizer #small i {
  font-size: 10px;
  position: absolute;
}

@media only screen and (max-width: 480px) {
  .font-resizer::after {
    content: none;
  }
}
/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
}
.slider-widget .slider-a img {
  max-width: 100%;
}
.slider-widget .slider-a .slotholder::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1001;
}
.slider-widget .caption-a {
  position: absolute;
  text-align: left;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-widget .caption-a h2 {
  font-size: 52px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  line-height: 1em !important;
  margin: 0;
  text-align: center !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem !important;
    line-height: 1em !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem;
  }
  .slider-widget .caption-a p {
    display: none;
  }
  .slider-widget .caption-b {
    display: none;
  }
  .slider-widget .caption-a h2 {
    font-size: 3.143rem !important;
    line-height: 1em !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 2rem !important;
  }
  .slider-widget .caption-a p {
    display: none;
  }
  .slider-widget .caption-b {
    display: none;
  }
  /* .caption-a{
     width:100% !important;
     min-width:100% !important;
     text-align: center !important;
   }*/
}
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h2 {
    font-size: 1.65rem !important;
  }
}
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget .img-wrap {
  height: 155px;
}
.news-widget .img-wrap img {
  height: auto;
  width: 100%;
}
.news-widget .img-wrap a {
  position: absolute;
  z-index: 3;
  top: -25px;
  left: -25px;
  color: #FFF !important;
  font-size: 2rem;
  line-height: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-widget .info {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
  text-align: left;
}
.news-widget .info h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  margin: 1em 0 0 0;
}
.news-widget .info p {
  font-size: 0.8571rem;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.news-widget .info time {
  display: block;
  color: #e02a32;
  font-size: 13px;
}
.news-widget .info time::after {
  content: "";
  background: #e1e1e1;
  height: 1px;
  widows: 100%;
  display: block;
  margin: 10px 0 20px;
}
.news-widget .info time span {
  color: #616367;
}
.news-widget .info a.big-plus {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-widget .info a.big-plus:hover {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.news-widget .info a {
  color: #616367;
  font-weight: 700;
}
.news-widget .info a:hover {
  color: #e02a32;
}
.news-widget #news-slider .carousel-indicators {
  bottom: -70px;
}
.news-widget #news-slider .carousel-indicators li {
  border: none;
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
}
.news-widget #news-slider .carousel-indicators li.active {
  background: #e02a32;
}
.news-widget #news-slider .carousel-control {
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #news-slider {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #news-slider {
    margin-bottom: 100px;
  }
}
/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none;
}

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%;
}

.tribe-mini-calendar-wrapper {
  background: #e02a32;
  color: #fff;
  padding: 0;
  border-bottom: 6px solid #ac2121;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
  opacity: 1;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
  color: #616367;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
  border: none;
  display: table-caption;
  padding: 0 0 10px 0;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
  background: transparent;
  border: none;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
  font-size: 24px;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar th {
  background: #fff;
  border: none;
  font-size: 12px;
  text-transform: capitalize;
  padding: 20px 0px 15px;
  letter-spacing: 2px;
  color: #616367;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
  background: transparent;
}
.tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
  background: transparent;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
  color: #616367;
  background: transparent;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar td {
  border: none;
  font-size: 13px;
  background: transparent;
  padding-top: 10px;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
  background: transparent;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
  position: relative;
  background: #fff;
  width: 35px;
  height: 35px;
  z-index: 1;
  border-radius: 50%;
  padding-top: 12px;
  margin: -8px auto 0;
  color: #616367;
  font-size: 13px;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:hover {
  background: transparent;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a::before {
  content: none;
}

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent;
}

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #e02a32;
}
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
  font-size: 11px;
  letter-spacing: 1px;
  background: #e02a32;
  color: #fff;
  border: solid 1px #616367;
  border-bottom: none;
}
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
  background: #616367;
  color: #e02a32;
}
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff;
}

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  text-align: left;
}
.events-widget .day, .events-widget .date {
  font-size: 2rem;
  line-height: 1.5em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  height: 60px;
  font-weight: 900;
}
.events-widget .day {
  background: #e02a32;
  color: #fff;
  line-height: 2.2em;
  margin-top: 0px;
}
.events-widget .date {
  margin-bottom: 15px;
}
.events-widget .date, .events-widget .date a {
  font-size: 2.786rem;
  background: #ac2121;
  color: #fff;
}
.events-widget .date:hover, .events-widget .date a:hover {
  background: #ac2121;
  text-decoration: none;
}
.events-widget h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.events-widget h4 a {
  color: #fff;
}
.events-widget time, .events-widget address, .events-widget p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.events-widget time strong, .events-widget address strong, .events-widget p strong {
  color: #e02a32;
  font-weight: unset;
}
.events-widget time {
  color: #d83535;
  font-size: 12px;
}
.events-widget time span {
  color: #fff;
}
.events-widget hr {
  border-color: #d6d6d6;
  margin: 15px 0 10px;
}
.events-widget .col-md-3 {
  padding: 0;
}
.events-widget .box-events {
  color: #fff;
  margin-bottom: 40px;
}
.events-widget .box-events::before, .events-widget .box-events::after {
  content: " ";
  display: table;
}
.events-widget .box-events::after {
  clear: both;
}
.events-widget .box-events .col-md-9 {
  padding-right: 0;
}
.events-widget .box-events h4 a {
  color: #fff;
}
.events-widget .box-events a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin: 15px 0 0px;
}
.events-widget .box-events a:hover {
  color: #fff;
}
.events-widget .carousel-indicators {
  bottom: -50px;
}
.events-widget .carousel-indicators li {
  border: none;
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
}
.events-widget .carousel-indicators li.active {
  background: #e02a32;
}

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
.single-tribe_events h2 {
  text-align: center;
}
.single-tribe_events h2 span {
  display: inline-block !important;
}

#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%;
}
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em;
}
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0;
}
#tribe-events a {
  color: #e02a32;
}
#tribe-events a:hover {
  text-decoration: underline;
}
#tribe-events dd.tribe-venue {
  text-transform: uppercase;
}
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #1e2021;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #333841;
}
#tribe-events .tribe-events-calendar thead th {
  background: #e02a32;
  border-color: #e02a32;
}
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  background: #696969;
}
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8;
}
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8;
}
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b;
}
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type=submit], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #e37818;
}
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important;
}
#tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-] a {
  background: #e37818;
}
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #003a65;
}
#tribe-events .tribe-events-sub-nav a {
  color: #616367;
  font-weight: 300;
}

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none;
}

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%;
}

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px;
}

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4;
}

#tribe-bar-collapse-toggle {
  background: #FFF;
}

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #e02a32;
  border: none;
  padding: 10px 30px;
}

.tribe-events-loop h2::after {
  content: none;
}

/*END TRIBE EVENTS------------------------------------*/
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  text-align: left;
  padding: 0px 0px;
}
.sign-up-widget .gform_title {
  display: none;
}
.sign-up-widget h2 {
  color: #fff !important;
}
.sign-up-widget h2 i {
  margin-bottom: 10px !important;
}
.sign-up-widget p {
  color: #fff;
  font-size: 0.8571rem;
  padding: 0 8%;
  margin: 25px 0;
}
.sign-up-widget .gform_wrapper {
  width: 100%;
}
.sign-up-widget .gform_wrapper div.validation_error {
  color: #FE9393;
}
.sign-up-widget .gform_wrapper .gform_body {
  width: 80%;
  float: right;
  vertical-align: top;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
  padding-left: 0;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
  display: none;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  margin: 0 !important;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
  background: #b72323;
  border-radius: 0px;
  border: none;
  height: 47px;
  width: 100%;
  color: #fff;
  padding: 0 20px !important;
  font-size: 11px;
  border: none;
  text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
  /* firefox 19+ */
  /* ie */
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.sign-up-widget .gform_wrapper .gform_footer {
  width: 20%;
  float: right;
  text-align: right;
  margin: 0 0 0 0px;
  padding: 0;
  clear: none;
}
.sign-up-widget .gform_wrapper .gform_footer .gform_button {
  background: #003a65 url("../images/envelope.png") no-repeat;
  background-size: 35px 26px;
  background-position: center;
  height: 47px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 10px 8px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-size: 12px;
  border: none;
  font-family: "Lato", sans-serif;
  text-indent: -99999px;
}
.sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
  background: #001d32 url("../images/envelope.png") no-repeat;
  background-size: 30px 22.3px;
  background-position: center;
  background-origin: -1;
  color: #fff;
}
.sign-up-widget .gform_wrapper .gfield_description {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 5px 15% 0px;
  }
  .sign-up-widget {
    text-align: center;
  }
  .sign-up-widget {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px;
  }
  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%;
  }
  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0;
    width: 100%;
  }
  .sign-up-widget {
    text-align: center;
  }
  .sign-up-widget {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .sign-up-widget {
    padding: 0;
  }
  .sign-up-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0;
  }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px;
  }
}
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0;
}
.social-widget .social-title {
  padding: 0;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.social-widget .social-title li {
  display: inline-block;
}
.social-widget .social-title li a {
  color: #e02a32;
  font-size: 3rem;
}
.social-widget .social-title li:first-child:after {
  content: "|";
  display: inline-block;
  margin: -15px 15px 0;
  vertical-align: middle;
  line-height: 1em;
  color: #e02a32;
}
.social-widget h2 {
  margin-top: 5px !important;
}
.social-widget p {
  text-align: center;
}
.social-widget .bg-social {
  background: #e02a32;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e02a32), color-stop(50%, #005798));
  background: linear-gradient(90deg, #e02a32 50%, #005798 50%);
  padding: 45px 15px;
}
.social-widget .bg-social h3 {
  display: none;
}
.social-widget .bg-social .twitter-timeline {
  width: 460px !important;
  max-width: 100% !important;
}
.social-widget .bg-social .col-md-6 {
  text-align: center;
  padding: 50px 0;
}
.social-widget .bg-social .fb_iframe_widget {
  max-width: 100% !important;
  max-height: 350px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #e02a32;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e02a32), color-stop(50%, #005798));
    background: linear-gradient(180deg, #e02a32 50%, #005798 50%);
    padding: 45px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #e02a32;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e02a32), color-stop(50%, #005798));
    background: linear-gradient(180deg, #e02a32 50%, #005798 50%);
    padding: 45px 15px;
  }
  .social-widget .bg-social .fb_iframe_widget {
    max-width: 100% !important;
    max-height: 350px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial_rotator .testimonial_rotator_quote {
  padding: 0 15%;
}
.testimonial_rotator .testimonial_rotator_quote::before {
  content: open-quote;
  display: inline;
}
.testimonial_rotator .testimonial_rotator_quote::after {
  content: close-quote;
  display: inline;
}

.testimonial_rotator.template-default .testimonial_rotator_author_info {
  border: none;
}

.testimonial_rotator_wrap {
  z-index: 1;
}

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 0px;
}
.sponsor-widget p {
  text-align: center;
}
.sponsor-widget #sponsors-slider .carousel-control, .sponsor-widget #carousel_sponsors .carousel-control {
  width: 20px;
  opacity: 0;
}
.sponsor-widget #sponsors-slider .carousel-indicators, .sponsor-widget #carousel_sponsors .carousel-indicators {
  display: none;
}
.sponsor-widget #sponsors-slider .content-wrap, .sponsor-widget #carousel_sponsors .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sponsor-widget #sponsors-slider .content-wrap .single-sponsor .img-wrap, .sponsor-widget #carousel_sponsors .content-wrap .single-sponsor .img-wrap {
  height: 200px;
  width: 150px;
  margin: 15px 0;
  background-color: transparent;
}
.sponsor-widget #sponsors-slider .content-wrap .single-sponsor .img-wrap img, .sponsor-widget #carousel_sponsors .content-wrap .single-sponsor .img-wrap img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.sponsor-widget ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.sponsor-widget ul li {
  width: 20%;
  display: inline-block;
  font-size: 0;
}
.sponsor-widget ul li .img-wrap {
  height: 90px;
  background: transparent;
  margin: 15px 0;
}
.sponsor-widget ul li .img-wrap img {
  max-width: 80%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .sponsor-widget ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsor-widget ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  position: relative;
  background: #e02a32;
  padding: 70px 0 45px;
}
footer.footer::after {
  content: "";
  height: 100%;
  width: 47%;
  position: absolute;
  z-index: 0;
  background: #d83535;
  display: block;
  right: 0;
  bottom: 0;
}
footer.footer ul.social {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}
footer.footer ul.social li {
  margin: 0 5px;
}
footer.footer ul.social li a {
  color: #003a65;
  font-size: 20px;
  border: none;
}
footer.footer ul.social li a:hover {
  color: #fff;
  background: transparent;
}
footer.footer .top {
  position: relative;
  z-index: 2;
  text-align: left;
}
footer.footer .top .left h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 50px;
}
footer.footer .top .left ul, footer.footer .top .left .textwidget {
  padding: 0;
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
footer.footer .top .left ul li, footer.footer .top .left .textwidget li {
  list-style-type: none;
}
footer.footer .top .left ul li a, footer.footer .top .left .textwidget li a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
footer.footer .top .left ul ul, footer.footer .top .left .textwidget ul {
  padding: 0;
  width: 100%;
}
footer.footer .top .right {
  text-align: center;
}
footer.footer .top .right h3 {
  color: #003a65;
  font-weight: 700;
  font-size: 30.24px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0;
}
footer.footer .top .right h4 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px;
}
footer.footer .top .right p {
  font-size: 11px;
  margin: 0 0 40px;
}
footer.footer .bottom {
  font-family: "Lato", sans-serif;
  padding: 0px 0 5px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 50px;
}
footer.footer .bottom .left, footer.footer .bottom .right {
  float: right;
}
footer.footer .bottom p {
  color: #fff;
}
footer.footer .bottom a {
  color: #fff;
}
footer.footer .bottom a span {
  font-weight: 700;
  color: #003a65;
}
footer.footer .bottom .copy-r {
  display: inline-block;
  margin-right: 5px;
}
footer.footer .bottom .copy-r a {
  color: #fff;
  font-weight: 700;
}
footer.footer .bottom .elevation {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer::after {
    height: 100%;
    width: 100%;
  }
  footer.footer .top .left {
    text-align: center;
    margin-bottom: 45px;
  }
  footer.footer .bottom .left, footer.footer .bottom .right {
    float: none;
    text-align: center;
  }
  footer.footer .bottom .right {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer::after {
    height: 100%;
    width: 100%;
  }
  footer.footer .top .left {
    text-align: center;
    margin-bottom: 45px;
  }
  footer.footer .bottom .left, footer.footer .bottom .right {
    float: none;
    text-align: center;
  }
  footer.footer .bottom .right {
    margin-top: 25px;
  }
  footer.footer .bottom .copy-r {
    display: block;
    margin-right: 0;
  }
  footer.footer .bottom .elevation {
    display: block;
  }
  footer.footer {
    padding: 70px 0 95px;
  }
}
@media only screen and (max-width: 480px) {
  footer.footer .top .left ul {
    width: 100%;
    display: block;
  }
}
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
}
ul.breadcrumbs li strong {
  font-weight: 700;
  font-size: 0.8571rem;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  color: #003a65;
}
ul.breadcrumbs li.separator {
  color: transparent;
  font-size: 0px;
}
ul.breadcrumbs li.separator::after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  font-size: 0.7143rem;
  color: #616367;
}
ul.breadcrumbs li a {
  color: #616367;
  font-size: 0.8571rem;
  font-weight: unset;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
ul.breadcrumbs li.last-child {
  color: #e02a32;
}

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #fff;
  text-align: left;
  min-height: 520px;
  padding: 250px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.interior-top h1, .interior-top h2, .interior-top h3 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 48.5px;
  font-weight: 400;
  line-height: 1em;
  margin: 0px;
  position: relative;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  text-transform: none;
  width: 100%;
  z-index: 2;
}
.interior-top img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  max-height: inherit;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.interior-top ul.post-categories {
  padding: 0;
}
.interior-top ul.post-categories li {
  list-style-type: none !important;
  display: inline-block;
}
.interior-top ul.post-categories li a {
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.home.tribe-is-responsive .interior-top h1::after {
  content: none;
}

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  color: #616367;
  font-size: 15px;
}
.interior .container {
  padding: 35px 20px 50px;
}
.interior .side-right {
  padding-right: 0;
  padding-left: 5%;
}
.interior .content-left {
  padding-right: 5%;
}
.interior img {
  max-width: 100%;
  height: auto;
}
.interior h1, .interior h2, .interior h3, .interior h4 {
  display: block;
  font-weight: 400;
  font-size: 34px;
  color: #003a65;
  margin: 0 0 20px 0;
}
.interior h5, .interior h6 {
  display: block;
  font-weight: 400;
  font-size: 34px;
  color: #003a65;
  margin: 0 0 20px 0;
}
.interior h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 400;
}
.interior h2 {
  font-size: 30px;
}
.interior h3 {
  font-size: 27px;
}
.interior h4 {
  font-size: 24px;
}
.interior h5 {
  font-size: 20px;
}
.interior h6 {
  font-size: 17px;
}
.interior hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-width: 1px 0px 0px;
  border-style: dashed none none;
  border-color: #bdbdbd;
}
.interior strong {
  color: #616367;
  font-family: "Lato", sans-serif;
}
.interior p {
  margin-bottom: 2em;
  line-height: 1.5em;
  color: #616367;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.interior blockquote {
  font-family: "Lato", sans-serif;
  background: #f4f4f4;
  border-left: 5px solid #e02a32;
  color: #616367;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 15px 20px;
  text-align: left;
  width: 80%;
}
.interior a {
  color: #003a65;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.interior a:hover {
  text-decoration: none;
}
.interior ul.list {
  padding: 0px;
  color: #616367;
  font-family: "Lato", sans-serif;
}
.interior ul.list br {
  display: none;
}
.interior ul.list li {
  padding-left: 20px;
  color: #616367;
  list-style-type: none;
  line-height: 1.8em;
}
.interior ul.list li::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  margin-top: 9px;
  margin-left: -15px;
  border-left: 4px solid #001d32;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 6px;
  height: 6px;
}
.interior ul.list li ul {
  padding: 0;
}
.interior ul.list li ul li {
  padding-left: 35px;
}
.interior ul.list li ul li::before {
  border-left: 4px solid #001d32;
}
.interior .table-responsive .table {
  font-family: "Lato", sans-serif;
}
.interior .table-responsive .table tr {
  text-align: left;
}
.interior .table-responsive .table tr th {
  text-align: center;
  background: #003a65;
  color: #fff;
  padding: 10px 0;
}
.interior .table-responsive .table tr th:hover {
  background: #003a65;
}
.interior .table-responsive .table tr:nth-child(even) td {
  background: #fff;
  padding: 10px;
}
.interior .table-responsive .table tr:nth-child(odd) td {
  background: #eee;
  padding: 10px;
}
.interior .table-responsive.table-cfa .table {
  font-family: "Lato", sans-serif;
}
.interior .table-responsive.table-cfa .table tr {
  text-align: left;
}
.interior .table-responsive.table-cfa .table tr th {
  text-align: center;
  background: #003a65;
  color: #fff;
  padding: 10px 0;
}
.interior .table-responsive.table-cfa .table tr th:hover {
  background: #003a65;
}
.interior .table-responsive.table-cfa .table tr:nth-child(even) td {
  background: #fff;
  padding: 10px;
}
.interior .table-responsive.table-cfa .table tr:nth-child(even) td:first-child {
  width: 30%;
}
.interior .table-responsive.table-cfa .table tr:nth-child(odd) td {
  background: #eee;
  padding: 10px;
}
.interior .table-responsive.table-cfa .table tr:nth-child(odd) td:first-child {
  width: 30%;
}
.interior input, .interior textarea, .interior select {
  height: 35px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #616367;
}
.interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.interior textarea {
  height: 100px;
  resize: none;
  max-width: 100%;
}
.interior input[type=checkbox], .interior input[type=radio] {
  height: 15px;
}
.interior input[type=submit] {
  font-family: "Lato", sans-serif;
  background: #e02a32;
  border-radius: 0px;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0px auto 0;
  max-width: 100%;
  min-width: 145px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  height: 45px;
  border: none;
}
.interior input[type=submit]:hover, .interior input[type=submit]:focus, .interior input[type=submit]:active {
  text-decoration: none;
  color: #fff !important;
  background: #ac2121;
}
.interior button {
  background: #e02a32;
  color: #fff;
  padding: 8px 10px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interior button:hover {
  background: #ac2121;
  color: #fff;
}

.page-id-213 .interior h3, .page-id-291 .interior h3 {
  font-size: 24px;
}

.comment-respond label {
  vertical-align: top;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .interior-top {
    padding: 220px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior-top {
    padding: 200px 0;
  }
  .interior-top h1, .interior-top h2 {
    font-size: 38px;
  }
  .interior-top h1 br, .interior-top h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .interior-top h1, .interior-top h2 {
    font-size: 38px;
  }
  .interior-top h1 br, .interior-top h2 br {
    display: none;
  }
  .interior-top {
    min-height: 310px;
  }
  .interior-top img {
    max-height: 100%;
    min-width: inherit;
  }
  .interior-top {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 480px) {
  .interior-top h1, .interior-top h2 {
    font-size: 1.65rem;
  }
  .interior-top {
    min-height: 180px;
  }
  .interior-top img {
    max-height: 100%;
    min-width: inherit;
  }
  .interior-top {
    padding: 100px 0;
  }
}
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav a {
  text-decoration: none;
}
.sidebar .inner-nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar .inner-nav ul li {
  display: none;
  padding-left: 0px;
}
.sidebar .inner-nav ul li a {
  font-size: 25px;
  padding-bottom: 25px;
  display: block;
  text-transform: uppercase;
  color: #616367;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
  display: block;
  border: solid 1px #dbdbdb;
  background: #f6f6f6 url("../images/sidebar-shadow.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
  display: block;
  padding-left: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
  font-size: 1rem;
  font-style: initial;
  background: transparent;
  padding: 5px 15px;
  display: block;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #616367;
  letter-spacing: unset;
  font-weight: 400;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
  text-decoration: underline;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
  display: none;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
  display: block;
  border: none;
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
  background: #003a65;
  color: #fff;
  font-family: "Lato", sans-serif;
  border-bottom: 3px solid #005798;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
  display: block;
  padding-left: 25px;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
  background: transparent;
  color: #616367;
  font-family: "Lato", sans-serif;
  border-bottom: none;
}
.sidebar .inner-nav ul li::before {
  content: none;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li {
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
  padding-left: 30px;
}

.widget_recent_entries {
  display: block;
  border: solid 1px #dbdbdb;
  background: #f6f6f6 url("../images/sidebar-shadow.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.widget_recent_entries ul {
  list-style-type: number;
  margin: 15px 0 25px;
  padding: 0px 16px;
}
.widget_recent_entries ul li {
  margin-bottom: 10px;
}
.widget_recent_entries ul li a {
  text-decoration: none;
}
.widget_recent_entries ul li a:hover {
  color: #003a65;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

.sidebar-a {
  background: #e02a32 url("../images/sidebar-shadow2.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3;
}
.sidebar-a h3 {
  color: #fff;
  font-size: 19px;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 15px 0;
}
.sidebar-a h3::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  display: block;
  margin: 15px 0 5px;
}
.sidebar-a h4 {
  color: #fff;
  font-size: 19px;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 15px 0;
}
.sidebar-a p, .sidebar-a a {
  color: #fff;
}
.sidebar-a a {
  text-decoration: underline;
}
.sidebar-a ul.list li {
  text-align: left;
  color: #fff;
}
.sidebar-a ul.list li::before {
  border-left: 4px solid #fff;
}

.sidebar-b {
  background: #e02a32 url("../images/bg-sidebar-b.png") no-repeat;
  background-size: 99% auto;
  background-position: center;
  padding: 40px 20px 30px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 60px;
  position: relative;
  border-radius: 2px;
}
.sidebar-b img {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -38px;
}
.sidebar-b h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
  margin: 25px 0px 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 23px;
}
.sidebar-b h3::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  margin: 15px auto 5px;
  display: block;
}
.sidebar-b h3 i {
  display: block !important;
  color: #fff;
  font-size: 3.5rem !important;
  margin-bottom: 0.2em;
}
.sidebar-b p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.sidebar-b a {
  color: #fff;
  text-decoration: underline;
}
.sidebar-b a:hover {
  text-decoration: none;
}

.tribe_mini_calendar_widget {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar .inner-nav ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 50px;
  }
  .sidebar .inner-nav ul li a {
    font-size: 20px;
  }
}
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #003a65;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
  background: #001d32;
  text-decoration: none;
  color: #fff !important;
}

.woocommerce span.onsale {
  background-color: #e02a32;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px;
}

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #e02a32;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #003a65;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
  background: #001d32;
  text-decoration: none;
  color: #fff !important;
}

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5;
}

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff;
}

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none;
}

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #003a65;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important;
}
.job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
  background: #001d32;
  text-decoration: none;
  color: #fff !important;
}

.widget ul.job_listings li.job_listing a {
  padding: 1em 0 1em 75px;
}

.single_job_listing .application .application_button {
  display: none;
}

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto;
}

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 300px;
  height: 200px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.img-category img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: inherit;
  max-width: inherit;
  min-height: inherit;
  max-height: inherit;
  width: auto !important;
  height: 100% !important;
  z-index: 1;
}
.img-category a {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

hr.solid {
  border-style: solid;
}

hr.hr-date {
  border-style: solid;
  margin-top: 0;
}

.title-date {
  margin-top: 15px !important;
  font-weight: 700 !important;
}

#comments {
  margin-top: 30px;
}

.comment-form-url {
  display: none;
}

#commentform label {
  display: block;
}

@media only screen and (max-width: 480px) {
  .img-category {
    margin: 0 auto 15px;
    width: 100%;
  }
}
/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0;
}

.search-page h2 a {
  text-decoration: none;
}
.search-page h2 a::after {
  content: "";
  background: #003a65;
  height: 5px;
  width: 35px;
  margin: 5px 0px 30px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.search-page h2 a:hover::after {
  width: 40%;
}

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center;
}
.fourerror .fa-exclamation-circle {
  font-size: 8rem;
  color: #1e2021;
}
.fourerror h1 {
  font-size: 10.214rem;
  margin: 0;
  font-family: lato-eb;
  color: #e02a32;
}
.fourerror h2::after {
  content: none;
}
.fourerror p {
  line-height: 2em;
}
.fourerror .search {
  margin: 25px 10%;
  width: 80%;
}
.fourerror .search #searchform {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  width: 100%;
}
.fourerror .search #s, .fourerror .search #searchsubmit {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 25%;
}
.fourerror .search #s {
  width: 70%;
}
.fourerror .search #searchsubmit {
  margin-left: -5px;
}

/*END Error Page------------------------------------------*/
.accordion br {
  display: none;
}

.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1[id*=accordion-],
h2[id*=accordion-],
h3[id*=accordion-],
h4[id*=accordion-],
h5[id*=accordion-],
h6[id*=accordion-] {
  border: 1px solid rgb(204, 204, 204);
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #efefef;
  margin-bottom: 0;
}
h1[id*=accordion-]:hover,
h2[id*=accordion-]:hover,
h3[id*=accordion-]:hover,
h4[id*=accordion-]:hover,
h5[id*=accordion-]:hover,
h6[id*=accordion-]:hover {
  background: #dfdfdf;
}

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid rgb(204, 204, 204);
  border-top: none;
}
.accordion-content::before, .accordion-content::after {
  content: "";
  display: table;
}
.accordion-content::after {
  clear: both;
}

label.gfield_label {
  margin-top: 0px;
}

.donate-custom {
  position: relative;
  font-size: 14px;
  padding: 85px 15px 200px;
  min-height: 1200px;
}
.donate-custom .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
.donate-custom .img-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
  height: 100%;
  width: auto;
  z-index: -1;
}
.donate-custom h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 50px;
  color: #ffffff;
  text-align: center;
}
.donate-custom p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.donate-custom .form-donate {
  padding: 25px 40px;
  background: rgba(0, 0, 0, 0.23);
  margin-top: 25px;
}
.donate-custom .gform_wrapper {
  color: #fff;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-top: 0;
}
.donate-custom .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
  font-size: 14.5px;
}
.donate-custom .gform_wrapper .field_description_below .gfield_description strong {
  display: inline;
  font-weight: 600;
  font-size: 15px;
}
.donate-custom .gform_wrapper .top_label li ul.gfield_radio {
  list-style: none;
  display: inline-block;
  margin: 0;
  text-align: center;
}
.donate-custom .gform_wrapper .top_label li ul.gfield_radio li {
  background: rgba(0, 0, 0, 0.7);
  margin-right: 15px;
  width: 186px;
  display: inline-block !important;
}
.donate-custom .gform_wrapper .top_label li ul.gfield_radio input {
  visibility: hidden;
  position: absolute;
}
.donate-custom .gform_wrapper .top_label li ul.gfield_radio label {
  color: #ffffff;
  cursor: pointer !important;
  width: 186px;
  font-size: 20px !important;
  height: 60px !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  padding-top: 16px !important;
  text-align: center !important;
}
.donate-custom .gform_wrapper .top_label li ul.gfield_radio input:checked + label {
  background: #d52830;
  display: block;
  margin: 0;
  padding: 0;
}
.donate-custom .ginput_container_checkbox {
  margin: 0;
  padding: 0;
}
.donate-custom .ginput_container_checkbox .gfield_checkbox li input:checked + label::before {
  background: #d52830;
}
.donate-custom .ginput_container_checkbox .gfield_checkbox li label {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
}
.donate-custom .ginput_container_checkbox .gfield_checkbox li label::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  display: inline-block;
  left: -16px;
  top: 2px;
  position: relative;
  border-radius: 4px;
}
.donate-custom .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  visibility: hidden;
}
.donate-custom #field_2_24 .gfield_label {
  display: none;
}
.donate-custom #field_2_1 {
  margin-top: 0;
}
.donate-custom #field_2_1 + label {
  display: none;
}
.donate-custom #field_2_1 .ginput_container.ginput_container_radio {
  margin-top: 0;
}
.donate-custom #field_2_1 .gfield_required {
  display: none;
}
.donate-custom #field_2_2.gfield.field_sublabel_below.field_description_below .gfield_label, .donate-custom #field_2_3.gfield.field_sublabel_below.field_description_below .gfield_label, .donate-custom #field_2_4.gfield.field_sublabel_below.field_description_below .gfield_label {
  display: none;
}
.donate-custom .form-donate .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 10px;
}
.donate-custom .form-donate .gform_wrapper ul.gfield_checkbox li, .donate-custom .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
  margin-bottom: 0;
  bottom: -5px;
}
.donate-custom #field_2_4 {
  display: inline-block;
}
.donate-custom #field_2_5 {
  display: inline-block;
  padding-right: 5px !important;
}
.donate-custom #field_2_5 label {
  display: none;
}
.donate-custom #field_2_5 select {
  width: 100%;
}
.donate-custom #field_2_6 {
  display: inline-block;
  width: 40%;
}
.donate-custom #field_2_6 .ginput_container_text {
  width: 90%;
  display: inline-block;
  margin-left: 1%;
}
.donate-custom #field_2_6 input {
  width: 100%;
}
.donate-custom #field_2_7 .ginput_container_email {
  display: inline-block;
  width: 76%;
  padding-left: 2%;
}
.donate-custom #field_2_7 .ginput_container_email input {
  width: 100%;
}
.donate-custom .donate-custom .gform_wrapper.gf_browser_chrome select {
  padding: 0;
  height: 30px;
}
.donate-custom select {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: italic;
  border: none;
}
.donate-custom select option {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
}
.donate-custom input[type=text] {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: italic;
  border: none;
  /* firefox 19+ */
  /* ie */
}
.donate-custom input[type=text]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.donate-custom input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.donate-custom input[type=text]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.donate-custom .gform_page_footer {
  border-top: none !important;
  margin: 14px 0 0;
  padding: 0 0 0;
}
.donate-custom .gform_page_footer input {
  width: 100% !important;
  height: 85px;
  border-radius: 9px;
  border: 1px solid #5254ce;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background: #003a65;
}
.donate-custom .gform_page_footer input:hover {
  background: #001d32;
}
.donate-custom .gform_page_footer #gform_previous_button_2 {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: block;
  width: 50% !important;
  max-width: 100%;
  height: 55px;
  background: #e02a32;
  border-color: #ac2121;
}
.donate-custom .gform_page_footer #gform_previous_button_2:hover {
  background: #ac2121;
}
.donate-custom .gform_footer.top_label {
  margin-top: 25px;
}
.donate-custom .gform_footer.top_label input {
  width: 100% !important;
  height: 85px;
  border-radius: 9px;
  border: 1px solid #5254ce;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background: #003a65;
}
.donate-custom #input_2_1_other {
  font-style: normal;
}
.donate-custom #gf_progressbar_wrapper_2 {
  display: none;
}
.donate-custom .gform_wrapper span.ginput_total {
  color: #fff;
  font-weight: 700;
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}

#sb_instagram .sbi_photo_wrap a {
  background-size: inherit !important;
  padding-bottom: 100%;
  height: auto !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  padding: 0;
  margin: 0;
}

#page-id-40 .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

#page-id-40 .gform_wrapper ul.gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  background: transparent !important;
  border: none;
  color: #fff;
  font-size: 20px !important;
  height: 60px;
  margin: 0;
  text-align: center;
  visibility: visible !important;
  width: 100% !important;
}

/*START html & body-------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  image-rendering: auto;
}

html, body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #616367;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html a, body a {
  outline: none !important;
}

.container {
  width: 980px;
  max-width: 100%;
}

#pl-66 .panel-grid-cell .donatebox {
  border: 1px solid #F4F4F4;
  padding: 10px;
  background-color: #F4F4F4;
  text-align: center;
}

.donatebox h4 {
  font-size: 20px;
}

.donatebox h3 {
  font-weight: 600;
}

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
/*END FrontPage-------------------------------------------*/
.b {
  padding: 70px 0 50px;
  background: #fff;
  position: relative;
  color: #616367;
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.b h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  color: #003a65;
  margin: 0 0 20px 0;
}
.b p {
  font-size: 15px;
  line-height: 1.8em;
}

.c {
  padding: 70px 0;
  color: #616367;
  background: #f3fbfd;
}
.c h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  color: #003a65;
  margin: 0 0 20px 0;
}
.c p {
  font-size: 15px;
  line-height: 1.5em;
}
.c .img-wrap {
  height: auto;
  width: 100%;
  padding-bottom: 62.15%;
}
.c .img-wrap img {
  width: 100%;
  height: auto;
}
.c .img-wrap .info {
  position: absolute;
  z-index: 2;
  background: rgba(96, 100, 173, 0.5);
  border-left: 13px solid #e02a32;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px 30px;
}
.c .img-wrap .info h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.c .img-wrap .info a {
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
}

.d {
  padding: 65px 15px 40px;
  text-align: center;
  background: #d03232;
  color: #fff;
}
.d h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 1em 0;
}
.d p {
  font-size: 15px;
  margin: 0 0 80px 0;
}
.d h3 {
  font-size: 18.58px;
  margin: 0 0 20px 0;
}
.d h5 {
  font-size: 33.58px;
  font-weight: 700;
}
.d h5::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  margin: 15px auto;
  background: #fff;
}

.e {
  position: relative;
  text-align: left;
  background: #fff;
  padding: 60px 0 50px;
  color: #616367;
}
.e h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 20px 0;
  color: #003a65;
}
.e .img-wrap {
  height: auto;
  padding-bottom: 75%;
  margin: 0 0 15px 0;
  background: #013668;
}
.e .img-wrap img {
  height: 101%;
  width: auto;
}
.e h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2e323d;
  margin: 0;
}
.e h3::before {
  content: "";
  background: #e02a32;
  height: 4px;
  width: 24px;
  display: block;
  margin: 0 0 6px 0;
}
.e time {
  font-size: 12.58px;
  font-weight: 700;
  color: #616367;
  margin: 9px 0 0 0;
  display: block;
}
.e time::after {
  content: "";
  background: #f2f2f2;
  height: 1px;
  width: 100%;
  display: block;
  margin: 8px 0 12px 0;
}
.e p {
  font-size: 15px;
  font-weight: 700;
}
.e a {
  color: #ac2121;
  font-weight: 700;
  font-size: 15.58px;
}

.f {
  padding: 70px 0 100px;
  overflow: hidden;
}
.f h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 0.7em 0;
  color: #003a65;
}
.f p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0.7em;
}
.f .gallery-container {
  height: auto;
  width: 100%;
}

.g {
  padding: 65px 0 35px;
  overflow: hidden;
  background: #f3fbfd;
  border-top: 1px solid #cccccc;
}
.g h2 {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 1em 0;
  color: #003a65;
}
.g .img-wrap {
  background: transparent !important;
}
.g .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  min-width: inherit;
  min-height: inherit;
  height: auto;
  width: auto;
}

.h {
  background: #001d32 url("../images/kids.jpg");
  background-size: cover;
  background-position: right center;
  padding: 140px 0 95px;
  color: #1e2021;
}
.h h2 {
  font-size: 42.76px;
  color: #1e2021;
  font-weight: 400;
  margin: 0px 0 25px;
}
.h h2::before {
  content: "";
  background: #e02a32;
  width: 50px;
  height: 7px;
  margin: 0 0 10px 0;
  display: block;
}
.h h2 span {
  display: block;
  font-weight: 700;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

a.rss_link {
  display: none;
}

.list-events {
  padding: 0;
}

#tribe-events-footer {
  display: none;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

.map-item {
  margin-bottom: 25px;
}
.map-item .img-wrap img {
  width: auto;
  height: 100%;
  max-width: inherit;
}

.tribe-events-list.tribe-events-map #tribe-geo-results.tribe-events-loop {
  margin-top: 0;
}
.tribe-events-list.tribe-events-map #tribe-events-header {
  display: none;
}
.tribe-events-list.tribe-events-map .tribe-events-user-recurrence-toggle {
  display: none;
}

.tribe_events .tribe-events-event-image {
  display: none;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 34px;
  margin-bottom: 20px;
}

.single-tribe_events .tribe-event-date-start {
  font-size: 28px;
  display: block;
  text-align: center;
}

.elastislide-horizontal {
  padding: 0;
}

.elastislide-list.fbalbum {
  font-size: 0;
  max-height: inherit !important;
}
.elastislide-list.fbalbum a.facelink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.elastislide-carousel ul li a {
  position: relative;
  overflow: hidden;
}

.elastislide-horizontal ul li {
  width: 33.33%;
}

.elastislide-carousel ul li a img {
  max-width: inherit;
  border: none;
  width: auto !important;
  margin: 0 auto !important;
}

.page-id-48 .interior a, .category .interior a {
  color: #ac2121;
  font-weight: 700;
  text-decoration: none;
}
.page-id-48 .interior a:hover, .category .interior a:hover {
  text-decoration: underline;
}

.page-id-309 .interior h4, .page-id-309 .interior h5, .page-id-309 .interior h6 {
  margin-bottom: 0.2em;
}

.tp-video-play-button {
  display: none !important;
}

/* Media queries----------------------------------*/
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .events-widget .col-md-8 {
    width: 80%;
  }
  .news-widget .col-md-6.col-md-offset-6 {
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .events-widget .col-md-8 {
    width: 90%;
  }
  .news-widget .col-md-6.col-md-offset-6 {
    width: 85%;
    margin-left: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-widget .col-md-8 {
    width: 95%;
  }
  .news-widget .col-md-6.col-md-offset-6 {
    width: 95%;
    margin-left: 5%;
  }
  .e .bottom p {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .e .bottom .img-wrap {
    margin: 0 auto 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .f .img-wrap {
    margin: 35px 0 15px 0;
  }
  .elastislide-horizontal ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .c {
    padding: 0 0 20px;
  }
  .c h2 {
    margin: 20px 0 20px 0;
  }
  .c .img-wrap .info {
    padding: 10px 30px;
  }
  .c .img-wrap .info h3 {
    margin: 0 0 5px 0;
  }
  .c .img-wrap .info a {
    font-size: 13.5px;
  }
  .c .img-wrap {
    padding-bottom: 78.15%;
  }
  .c .img-wrap img {
    height: 100%;
    width: auto;
  }
  .h {
    background-position: 58% center;
    padding: 40px 0 45px;
  }
}
/*# sourceMappingURL=style.css.map */