@import url(bootstrap.min.css);

@import url(font-awesome.css);

/*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%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  max-height: 150%;

  min-width: 100%;

  z-index: 1;
}

/*END Helper Classes-------------------------------------*/

/*START Buttons------------------------------------------*/

a.btn-1 {
  font-family: "Montserrat", sans-serif;

  background: #245fa8;

  /* For browsers that do not support gradients */

  border-radius: 0px;

  color: #fff !important;

  display: inline-block;

  font-size: 1.143rem;

  margin: 0 auto;

  max-width: 100%;

  min-width: 145px;

  padding: 15px 25px;

  text-align: center;

  text-decoration: none !important;

  text-transform: uppercase;

  transition: 0.4s;

  font-weight: 300;
}

a.btn-1:hover,
a.btn-1:focus,
a.btn-1:active {
  background: #174783;

  text-decoration: none;

  color: #fff !important;
}

a.btn-2 {
  font-family: "Montserrat", sans-serif;

  background: #245fa8;

  /* For browsers that do not support gradients */

  border-radius: 3px;

  color: #fff !important;

  display: inline-block;

  font-size: 1rem;

  margin: 0 auto;

  max-width: 100%;

  min-width: 145px;

  padding: 15px 25px;

  text-align: center;

  text-decoration: none !important;

  text-transform: uppercase;

  transition: 0.4s;

  transition: 0.4s !important;
}

a.btn-2 i {
  margin-left: 15px;

  font-size: 18px;
}

a.btn-2:hover,
a.btn-2:focus,
a.btn-2:active {
  background: #174783;

  text-decoration: none;

  color: #fff !important;
}

a.btn-3 {
  font-family: "Montserrat", sans-serif;

  background: #fff;

  /* For browsers that do not support gradients */

  border-radius: 3px;

  color: #28363d !important;

  display: inline-block;

  font-size: 1rem;

  margin: 0 auto;

  max-width: 100%;

  min-width: 145px;

  padding: 15px 60px;

  text-align: center;

  text-decoration: none !important;

  text-transform: uppercase;

  transition: 0.4s;

  transition: 0.4s !important;
}

a.btn-3 i {
  margin-left: 15px;

  font-size: 18px;
}

a.btn-3:hover,
a.btn-3:focus,
a.btn-3:active {
  background: #245fa8;

  text-decoration: none;

  color: #fff !important;
}

a.btn-donate {
  padding: 12px 40px;
  border-radius: 5px;
  border: 2px solid #f78356;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.4s;
}

a.btn-donate:hover,
a.btn-donate:focus,
a.btn-donate:active {
  background: #f78356;
  text-decoration: none;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  a.btn-donate {
    padding: 12px 20px;

    font-size: 13px;
  }
}

/*END Buttons-------------------------------------*/

/*START header------------------------------------------*/

header.header {
  background: transparent;

  width: 100%;

  z-index: 999;

  position: absolute;
}

header.header .textwidget {
  display: inline-block;
}

.top-social {
  background: transparent;

  text-align: left;

  padding-top: 0px;

  color: #fff;

  border-bottom: 1px solid #f5f5f5;
}

.top-social::after {
  content: "";

  background: #c87600;

  height: 1px;

  width: 100%;

  position: absolute;

  bottom: -1px;
}

.top-left {
  float: left;
}

.top-left p {
  text-transform: uppercase;

  font-weight: 700;

  font-size: 1rem;

  line-height: 3.3em;

  margin-bottom: 0;

  margin-top: 5px;
}

.top-right {
  float: right;

  padding: 35px 0;
}

.top-right .btn-donate {
  margin-left: 15px;
}

ul.social {
  padding: 0px 0 0 0;

  font-size: 1.071rem;

  display: inline-block;

  vertical-align: middle;
}

ul.social li {
  display: inline-block;

  line-height: 1.2em;

  margin-left: 15px;

  margin-top: 8px;

  vertical-align: middle;
}

ul.social li a {
  vertical-align: middle;

  color: #fff;

  line-height: 1.2em;

  transition: 0.4s;

  display: block;

  border: 2px solid #fff;

  border-radius: 50%;

  width: 30px;

  height: 30px;

  position: relative;
}

ul.social li a i {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

ul.social li a:hover {
  color: #28363d;

  background: #fff;
}

.nav-right {
  float: right;

  width: 90%;
}

.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: #8198a0;
}

.custom-links ul li a::before {
  content: "";

  background: #28363d;

  border-radius: 50%;

  display: inline-block;

  margin: 0 6px 0 23px;

  width: 3px;

  height: 3px;

  vertical-align: middle;
}

/*END header-------------------------------------*/

/*START Main Navigation------------------------------------------*/

section.navigation {
  position: absolute;

  z-index: 102;

  width: 100%;
}

.navbar.navbar-default {
  background: #28363d;

  margin-bottom: 0;

  border: none;

  border-radius: 0;
}

.navbar-default .navbar-brand {
  background: transparent;

  border-bottom: none;

  border-radius: 0;

  width: 300px;

  position: absolute;

  margin-top: 0px;

  height: 90px;
}

/*.navbar-default .navbar-brand::after {
    content: "";
    background: url("../images/Screen-50th-B.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    right: -20px;
    bottom: -40px;
    z-index: 1;
  }*/

.navbar-default .navbar-brand:hover {
  background: transparent;
}

.navbar-default .navbar-brand img {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-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: 0;

  text-align: right;

  float: right;

  font-size: 0;
}

#navigation ul li,
#navigation ul li.open {
  display: inline-block;

  float: none;

  vertical-align: middle;
}

#navigation ul li.active a,
#navigation ul li.open.active a {
  background: #1e292f;

  color: #fff;

  position: relative;

  font-family: "Montserrat", sans-serif;

  /* &::after{

           content:"";

           background:$secondary;

           position:absolute;

           left:0;

           width:100%;

           bottom:0;

           height: 4px;

         }*/
}

#navigation ul li.active a:hover,
#navigation ul li.active a:focus,
#navigation ul li.active a:active,
#navigation ul li.open.active a:hover,
#navigation ul li.open.active a:focus,
#navigation ul li.open.active a:active {
  background: #245fa8;

  color: #fff;
}

#navigation ul li.active ul li a,
#navigation ul li.open.active ul li a {
  text-transform: uppercase;

  font-size: 0.8571rem;

  color: #fff;
}

background #navigation ul li.active ul li a:hover,
#navigation ul li.active ul li a:focus,
#navigation ul li.active ul li a:active,
background #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: #174783;

  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 a,
#navigation ul li.open a {
  text-transform: uppercase;

  font-size: 14px;

  color: #8198a0;

  padding: 35px 13px 35px;

  transition: 0.4s;

  white-space: normal;

  font-weight: 300;

  font-family: "Montserrat", sans-serif;

  text-align: center;

  /* &::after{

           content:"";

           background:$secondary;

           position:absolute;

           left:0;

           width:100%;

           bottom:0;

           height: 0px;

           transition: 0.4s;

         }*/
}

#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: #1e292f;

  color: #fff;
}

#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: 4px;
}

#navigation ul li ul,
#navigation ul li.open ul {
  text-align: left;

  min-height: 0;

  border: none;

  padding: 0;

  background: #1e292f;
}

#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 {
  padding: 10px 15px;

  font-size: 0.8571rem;

  color: #fff;

  background: #1e292f;
}

#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: #245fa8;

  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;

  box-shadow: none;

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

  left: 50%;
}

.dropdown-menu .dropdown-menu {
  left: 100%;

  top: -2px;

  display: none;

  -webkit-transform: translate(0%, 0);

  -moz-transform: translate(0%, 0);

  -ms-transform: translate(0%, 0);

  transform: translate(0%, 0);
}

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

.dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}

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

.dropdown-btn {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #navigation ul li a,
  #navigation ul li.open a {
    padding: 35px 5px 35px;
  }

  .navbar-default .navbar-brand {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #navigation ul li a,
  #navigation ul li.open a {
    padding: 5px 22px 20px;
    font-size: 12px;
  }

  .nav-right {
    width: 92%;
  }

  .navbar-default .navbar-brand {
    width: 350px;
  }

  .navbar-default .navbar-brand img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  header.header {
    min-height: 50px;

    position: relative;
  }

  header.header .top-social {
    background: #28363d;
  }

  .top-right {
    padding: 20px 0 10px;
  }

  #navigation {
    background: #245fa8;
  }

  .navbar-header {
    background: #28363d;
  }

  .navbar-default .navbar-brand {
    width: 250px;

    min-height: 50px;

    position: absolute;

    z-index: 10;

    left: 0;

    height: 50px;

    margin-top: 0;

    margin-left: 15px;
  }

  .navbar-default .navbar-brand img {
    max-width: 100%;

    max-height: 90%;
  }

  .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: #fff;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: #1e292f;

    border-color: #1e292f;
  }

  .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: #fff;
  }

  .navbar-nav {
    margin: 0;
  }

  #navigation ul {
    text-align: center;

    padding: 0px;

    width: 100%;
  }

  #navigation ul li {
    display: block;

    border-bottom: 1px solid #28363d;
  }

  #navigation ul li:last-child a {
    margin-left: 0;
  }

  #navigation ul li a,
  #navigation ul li.open a {
    padding: 15px 60px;
  }

  .dropdown-btn {
    display: none;
  }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;

    right: 15px;

    left: auto;

    margin-top: -40px;

    display: block;

    background: transparent;

    border: 1px solid #8198a0;

    color: #8198a0;

    padding: 10px 13px 10px 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: #8198a0;

    color: #fff;
  }

  #navigation ul li ul {
    max-height: unset;

    background: #28363d;

    text-align: center;
  }

  #navigation ul li ul li {
    border-bottom: 1px solid #28363d;
  }

  #navigation ul li ul li ul {
    background: #1e292f;
  }

  #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: -31px;

    display: block;

    background: #fff none repeat scroll 0% 0%;

    border: 1px solid #28363d;

    color: #28363d;

    padding: 10px 13px 10px 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: #28363d;

    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 #28363d;

    color: #28363d;

    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: #28363d;

    color: #fff;
  }

  .dropdown-menu .dropdown-menu {
    left: 0;

    top: unset;
  }

  .dropdown-menu {
    position: relative;
  }

  #navigation ul li::after,
  #navigation ul li.open::after {
    content: none;
  }

  #navigation ul li ul li ul li a,
  #navigation ul li.open ul li ul li a {
    background: #28363d;
  }

  .navbar-collapse.in {
    overflow-y: unset;
  }

  .top-left {
    display: block;

    text-align: center;

    float: none;
  }

  .top-left p {
    margin-bottom: 10px;

    margin-top: 10px;

    line-height: 1;
  }

  .top-right {
    width: 100%;

    text-align: center;
  }

  .dropdown-menu {
    -webkit-transform: translate(0%, 0);

    -moz-transform: translate(0%, 0);

    -ms-transform: translate(0%, 0);

    transform: translate(0%, 0);

    left: 0;
  }

  .g .big-box {
    grid-template-rows: repeat(3, 1fr);
    row-gap: 35px;
  }
}

@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%;
  }

  .navbar-default .navbar-brand {
    width: 230px;
  }
}

/*END Main Navigation-------------------------------------*/

/*STRART Search Widget------------------------------------------*/

div.search {
  display: inline-block;

  padding-top: 0px;

  margin-left: 20px;

  font-family: "Montserrat", sans-serif;

  position: relative;
}

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

div.search #searchform {
  visibility: hidden;

  opacity: 0;

  transition: 0.4s;

  display: none;

  position: absolute;

  width: 267px;

  top: 53px;

  right: 0;

  left: auto;

  /* Standard syntax */
}

div.search #searchform.show {
  visibility: visible;

  opacity: 0;

  transition: 0.4s;

  -webkit-animation: softAppear 1s forwards;

  animation: softAppear 1s forwards;

  display: inline-block !important;
}

@-webkit-keyframes softAppear {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes softAppear {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

div.search .fa-search {
  color: #245fa8;

  cursor: pointer;

  margin-right: 10px;

  margin-left: 10px;

  font-size: 18px;
}

div.search .fa-search:hover {
  text-decoration: none;

  color: #407cc6;
}

div.search .fa-times {
  margin-right: 10px;

  color: #fff;

  text-shadow: 0 0 2px #245fa8;

  cursor: pointer;

  opacity: 1;

  transition: 0.3s;

  font-size: 14px;
}

div.search .fa-times:hover {
  text-decoration: none;

  opacity: 0.7;
}

div.search #searchsubmit {
  background: #245fa8;

  border: 1px solid #245fa8;

  color: #fff;

  padding: 2.5px 15px;

  border-radius: 0;

  transition: 0.4s;

  margin-left: -4px;

  height: 35px;

  font-size: 12px;

  text-transform: uppercase;

  vertical-align: middle;
}

div.search #searchsubmit:hover {
  background: rgba(255, 255, 255, 0.5);

  color: #245fa8;
}

div.search #s {
  height: 35px;

  border: solid 1px #245fa8;

  border-right: none;

  background: rgba(255, 255, 255, 0.5);

  color: #1e292f;

  padding: 0 0 0 4px;

  box-sizing: border-box;

  font-size: 14px;

  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .search {
    margin-left: 0;

    margin-bottom: 10px;
  }

  div.search {
    display: inline-block;

    position: relative;
  }

  div.search #searchform {
    position: relative;

    width: 267px;

    top: 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: #28363d;

  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: #28363d;

  background: -webkit-linear-gradient(#28363d, rgba(40, 54, 61, 0.2));

  background: -o-linear-gradient(#28363d, rgba(40, 54, 61, 0.2));

  background: -moz-linear-gradient(#28363d, rgba(40, 54, 61, 0.2));

  background: linear-gradient(#28363d, rgba(40, 54, 61, 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: #f5f5f5;

  width: 1px;

  height: 35px;

  position: absolute;

  top: 2px;

  right: -5px;

  margin-left: 5px;
}

.font-resizer.active p {
  background: #245fa8;

  padding-top: 0px;
}

.font-resizer.active #controls {
  height: 80px;
}

.font-resizer p {
  width: 40px;

  height: 40px;

  background: transparent;

  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: #245fa8;

  width: 40px;

  z-index: 10;

  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: #245fa8;

  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: #174783;

  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 .fixed-caption {
  position: relative;

  z-index: 99;

  color: #fff;

  top: 90px;

  font-size: 17.8px;

  width: 1200px;

  margin: 0 auto;

  padding-left: 15px;

  text-transform: uppercase;

  height: 0;
}

.slider-widget .fixed-caption .textwidget {
  display: inline-block;

  text-align: center;
}

.slider-widget .slider-a img {
  max-width: 100%;
}

.slider-widget .slider-a #rev_slider_1_1 .tp-bgimg::before {
  content: " ";

  background: rgba(0, 0, 0, 0.5);

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;
}

.slider-widget .slider-a .rev_slider .tp-bullets {
  z-index: 1005;
}

.slider-widget .slider-a .rev_slider::before {
  content: "";
  background: url("../images/top-b.png") no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 76px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1001;
}

.slider-widget .caption-b {
  position: absolute;

  bottom: 120px;

  left: 50%;

  -webkit-transform: translate(-50%, 0%);

  -moz-transform: translate(-50%, 0%);

  -ms-transform: translate(-50%, 0%);

  transform: translate(-50%, 0%);

  z-index: 99;
}

.slider-widget .caption-b a {
  display: block;

  position: relative;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  background: rgba(36, 95, 168, 0.2);

  color: #fff;
}

.slider-widget .caption-b a:hover {
  background: #245fa8;
}

.slider-widget .caption-b a i {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  font-size: 18px;

  line-height: 0;
}

.slider-widget .caption-a {
  text-align: center;

  z-index: 10;

  color: #fff;
}

.slider-widget .caption-a h2 {
  color: #fff;

  font-size: 50px;

  font-family: "Montserrat", sans-serif;

  line-height: 1em;

  margin: 0 0 25px;

  text-transform: uppercase;

  text-align: center;

  font-weight: 400;

  letter-spacing: auto;
}

.slider-widget .caption-a p {
  color: #fff;

  font-size: 24px;

  line-height: 1em;

  font-weight: 400 !important;

  margin-bottom: 20px;

  letter-spacing: 0.3em !important;

  text-transform: uppercase;
}

.slider-widget .caption-a a.btn-1 {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .fixed-caption {
    width: 992px;

    font-size: 11.6px;
  }

  .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 .fixed-caption {
    width: 768px;
  }

  .slider-widget .caption-a h2 {
    font-size: 2.5rem;
  }

  .slider-widget .caption-b {
    display: none;
  }

  .slider-widget .caption-a h2 {
    font-size: 3.143rem !important;

    line-height: 1em !important;
  }

  .slider-widget .caption-a p {
    font-size: 2rem !important;

    line-height: 1em !important;
  }

  .slider-widget .caption-a {
    max-width: 100% !important;

    min-width: 767px !important;
  }
}

@media only screen and (max-width: 767px) {
  .slider-widget .fixed-caption {
    width: 90%;

    padding-left: 0;

    position: absolute;

    top: 50px;

    width: 90%;

    margin: 0 5%;
  }

  .slider-widget .fixed-caption .textwidget br {
    display: none;
  }

  .slider-widget .fixed-caption .textwidget {
    display: block;
  }

  .slider-widget .caption-a h2 {
    font-size: 2rem !important;

    line-height: 1em !important;
  }

  .slider-widget .caption-a p {
    font-size: 1rem !important;

    line-height: 1em !important;
  }

  .slider-widget .caption-b {
    display: none;
  }

  .slider-widget .caption-a {
    max-width: 100% !important;

    min-width: 450px !important;
  }
}

@media only screen and (max-width: 480px) {
  .slider-widget .caption-a {
    max-width: 100% !important;

    min-width: 320px !important;
  }
}

@media only screen and (max-width: 320px) {
  .slider-widget .caption-a {
    max-width: 100% !important;

    min-width: 300px !important;
  }
}

/*END Slider--------------------------------------------------*/

/*START News--------------------------------------------------*/

.news-widget {
  padding: 40px 0px 40px;

  background: transparent;

  color: #fff;
}

.news-widget h2 {
  margin-bottom: 1.5em;
}

.news-widget hr {
  border-style: solid !important;
}

.news-widget .news-box {
  margin-top: 25px;

  color: #28363d;
}

.news-widget .news-box::before,
.news-widget .news-box::after {
  content: " ";

  display: table;
}

.news-widget .news-box::after {
  clear: both;
}

.news-widget strong {
  font-family: "Lato", sans-serif !important;

  margin-bottom: 0;
}

.news-widget h3 {
  margin: 10px 0;
}

.news-widget h3 a {
  font-size: 22px !important;

  letter-spacing: 0.1em;

  color: #1e292f;

  word-break: normal;

  text-decoration: none !important;
}

.news-widget h3 a:hover,
.news-widget h3 a:active,
.news-widget h3 a:focus {
  text-decoration: underline !important;
}

.news-widget .img-wrap:hover::after {
  top: 0;

  left: 0;
}

.news-widget .img-wrap:hover::after:hover {
  border-left: 3.5rem solid #245fa8;
}

.news-widget .img-wrap:hover a {
  text-decoration: none;

  top: 0px;

  left: 6px;
}

.news-widget .img-wrap::after {
  content: "";

  position: absolute;

  z-index: 2;

  top: -25px;

  left: -25px;

  border-left: 3.5rem solid #28363d;

  border-right: 3.5rem solid transparent;

  border-bottom: 3.5rem solid transparent;

  cursor: pointer;

  transition: 0.4s;
}

.news-widget .img-wrap img {
  max-height: 200%;

  min-width: 100%;

  min-height: 100%;
}

.news-widget .img-wrap a {
  position: absolute;

  z-index: 3;

  top: -25px;

  left: -25px;

  color: #fff !important;

  font-size: 2rem;

  line-height: 1em;

  transition: 0.4s;
}

.news-widget .info-wrap {
  background: #fff;

  border: 1px solid #ddd;

  border-top: none;

  padding: 30px 15px;

  text-align: center;

  margin-bottom: 25px;
}

.news-widget .info-wrap p {
  font-size: 0.8571rem;

  margin-bottom: 20px;
}

.news-widget .info-wrap a {
  font-size: 0.9286rem;

  font-family: lato-eb;

  color: #28363d;

  text-transform: uppercase;

  transition: 0.3s;
}

.news-widget .info-wrap a:hover,
.news-widget .info-wrap a:focus,
.news-widget .info-wrap a:active {
  color: #28363d;

  text-decoration: none;
}

.news-widget .info-wrap .title-wrap {
  padding: 0 15px 10px;

  margin-bottom: 15px;

  display: inline-block;

  border-bottom: 1px solid #ddd;
}

.news-widget .info-wrap .title-wrap h3 {
  font-size: 1.143rem;

  color: #28363d;

  text-transform: uppercase;

  font-family: lato-b;

  margin: 0;
}

.news-widget .info-wrap .title-wrap time {
  font-family: lato-eb;

  color: #28363d;

  font-size: 0.9286rem;
}

.news-widget #news-slider .carousel-indicators {
  bottom: -80px;
}

.news-widget #news-slider .carousel-indicators li {
  border-radius: 0;

  border: none;

  background: #28363d;

  margin-left: 3px;

  margin-right: 3px;
}

.news-widget #news-slider .carousel-indicators li.active {
  background: #28363d;
}

.news-widget #news-slider .carousel-control {
  opacity: 0;
}

/*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: #28363d;

  color: #fff;

  padding: 0;

  font-family: lato-r;

  border-bottom: 6px solid #1e292f;
}

.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: #28363d;
}

.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: #28363d;
}

.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: #28363d;

  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: #28363d;

  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: #28363d;
}

.tribe-mini-calendar-list-wrapper
  .tribe-mini-calendar-event
  .list-date
  .list-dayname {
  font-size: 11px;

  letter-spacing: 1px;

  background: #28363d;

  color: #fff;

  border: solid 1px #28363d;

  border-bottom: none;
}

.tribe-mini-calendar-list-wrapper
  .tribe-mini-calendar-event
  .list-date
  .list-daynumber {
  background: #28363d;

  color: #28363d;
}

.tribe-mini-calendar-list-wrapper
  .tribe-mini-calendar-event
  .list-info
  .tribe-events-title
  a {
  color: #fff;
}

/*END Calendar------------------------------------------*/

/*START Events--------------------------------------------------*/

.events-widget {
  padding: 60px 25px 135px;

  background-size: cover;
}

.events-widget .day,
.events-widget .date {
  font-size: 2rem;

  line-height: 1.5em;

  text-transform: uppercase;

  display: block;

  text-align: center;

  height: 60px;
}

.events-widget .day {
  background: #28363d;

  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: #28363d;

  color: #28363d;

  cursor: pointer;
}

.events-widget .date:hover,
.events-widget .date a:hover {
  background: #1e292f;

  text-decoration: none;
}

.events-widget h3 {
  font-size: 1.143rem;

  color: #28363d;

  margin: 0;
}

.events-widget time,
.events-widget address {
  font-size: 0.9286rem;

  color: #28363d;

  margin-bottom: 0;
}

.events-widget time strong,
.events-widget address strong {
  color: #28363d;

  font-weight: unset;
}

.events-widget hr {
  border-color: #d6d6d6;

  margin: 15px 0 10px;
}

.events-widget .col-md-4 {
  padding: 0 3%;
}

/*END Events------------------------------------------*/

/*START TRIBE EVENTS------------------------------------*/

#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 h1 {
  margin-bottom: 0;
}

#tribe-events h2 {
  margin-top: 0;

  font-size: 1.786rem;
}

#tribe-events .tribe-events-event-image img {
  float: left;

  margin: 0 15px 15px 0;
}

#tribe-events a {
  color: #28363d;
}

#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: #000;

  transition: 0.4s;
}

#tribe-events .tribe-events-button:hover,
#tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background: #000;
}

#tribe-events .tribe-events-calendar thead th {
  background: #28363d;

  border-color: #28363d;
}

#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: #245fa8;
}

#tribe-events .tribe-events-sub-nav a {
  color: #28363d;

  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: #28363d;

  border: none;

  padding: 10px 30px;
}

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

/*END TRIBE EVENTS------------------------------------*/

@media only screen and (max-width: 480px) {
  .events-widget {
    padding: 60px 0px 135px;
  }
}

/*START Sign Up--------------------------------------------------*/

.sign-up-widget {
  text-align: left;

  padding: 15px 0 0;

  float: right;

  width: 45%;
}

.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 .salsa-form {
  float: right;

  width: 100%;
}

.sign-up-widget .salsa-form p {
  display: inline;
}

.sign-up-widget .salsa-form label.required {
  display: none;
}

.sign-up-widget .salsa-form .salsa-input {
  float: left;

  width: 66%;

  margin-right: 2%;
}

.sign-up-widget .salsa-form .salsa-input.send {
  width: 30%;

  margin-top: -40px;
}

.sign-up-widget .salsa-form .salsa-input label[for="Email"] {
  display: none;
}

.sign-up-widget .salsa-form .salsa-input input#Email {
  background: transparent;

  border-radius: 0px;

  border: none;

  border-bottom: 1px solid #759dce;

  color: #fff;

  font-size: 1rem;

  height: 50px;

  padding: 0 10px;

  text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);

  width: 100%;

  /* firefox 19+ */

  /* ie */
}

.sign-up-widget
  .salsa-form
  .salsa-input
  input#Email::-webkit-input-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget .salsa-form .salsa-input input#Email::-moz-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget .salsa-form .salsa-input input#Email:-ms-input-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget .salsa-form .salsa-input input#salsa-submit {
  font-family: "Montserrat", sans-serif;

  background: #fff;

  /* For browsers that do not support gradients */

  border-radius: 3px;

  border: none;

  color: #28363d !important;

  display: inline-block;

  font-size: 1rem;

  height: 50px;

  margin: 0 auto;

  max-width: 100%;

  padding: 15px;

  text-align: center;

  text-decoration: none !important;

  text-transform: uppercase;

  transition: 0.4s;

  width: 100%;
}

.sign-up-widget .salsa-form .salsa-input input#salsa-submit:hover,
.sign-up-widget .salsa-form .salsa-input input#salsa-submit:focus,
.sign-up-widget .salsa-form .salsa-input input#salsa-submit:active {
  background: #174783;

  text-decoration: none;

  color: #fff !important;
}

.sign-up-widget .gform_wrapper {
  width: 100%;
}

.sign-up-widget .gform_wrapper .gform_body {
  width: 60%;

  display: inline-block;

  vertical-align: middle;
}

.sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
  padding-left: 0;

  margin: 0;

  padding: 0;
}

.sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
  list-style-type: none;
}

.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: transparent;

  border-radius: 0px;

  border: none;

  border-bottom: 1px solid #759dce;

  color: #fff;

  font-size: 1rem;

  height: 50px;

  padding: 0 10px;

  text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);

  width: 100%;

  /* firefox 19+ */

  /* ie */
}

.sign-up-widget
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  input::-webkit-input-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  input::-moz-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container
  input:-ms-input-placeholder {
  color: #759dce;

  opacity: 1;

  text-transform: uppercase;
}

.sign-up-widget .gform_wrapper .gform_footer {
  width: auto;

  display: inline-block;

  text-align: right;

  margin: 0 0 0 1%;

  padding: 0;

  width: 38%;
}

.sign-up-widget .gform_wrapper .gform_footer .gform_button {
  font-family: "Montserrat", sans-serif;

  font-family: "Montserrat", sans-serif;

  background: #fff;

  /* For browsers that do not support gradients */

  border-radius: 3px;

  border: none;

  color: #28363d !important;

  display: inline-block;

  font-size: 1rem;

  height: 50px;

  margin: 0 auto;

  max-width: 100%;

  padding: 15px 60px;

  text-align: center;

  text-decoration: none !important;

  text-transform: uppercase;

  transition: 0.4s;

  width: 100%;
}

.sign-up-widget .gform_wrapper .gform_footer .gform_button i {
  margin-left: 15px;

  font-size: 18px;
}

.sign-up-widget .gform_wrapper .gform_footer .gform_button:hover,
.sign-up-widget .gform_wrapper .gform_footer .gform_button:focus,
.sign-up-widget .gform_wrapper .gform_footer .gform_button:active {
  background: #174783;

  text-decoration: none;

  color: #fff !important;
}

.sign-up-widget .gform_wrapper .gfield_description {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget {
    width: 100%;
  }

  .sign-up-widget .gform_wrapper {
    width: 100%;
  }

  .sign-up-widget {
    text-align: center;
  }

  .sign-up-widget {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sign-up-widget {
    width: 90%;

    margin: 0 5% 25px;
  }

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

  .sign-up-widget .gform_wrapper .gform_footer .gform_button {
    margin: 10px auto;
  }
}

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

  .sign-up-widget .salsa-form .salsa-input {
    width: 100%;
  }

  .sign-up-widget .salsa-form .salsa-input.send {
    width: 100%;

    margin-top: 0;
  }
}

/*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: #28363d;

  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: #28363d;
}

.social-widget h2 {
  margin-top: 5px !important;
}

.social-widget p {
  text-align: center;
}

.social-widget .bg-social {
  background: #28363d;

  background: -webkit-linear-gradient(90deg, #28363d 50%, #407cc6 50%);

  background: -o-linear-gradient(90deg, #28363d 50%, #407cc6 50%);

  background: -moz-linear-gradient(90deg, #28363d 50%, #407cc6 50%);

  background: linear-gradient(90deg, #28363d 50%, #407cc6 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: #28363d;

    background: -webkit-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: -o-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: -moz-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    padding: 45px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #28363d;

    background: -webkit-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: -o-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: -moz-linear-gradient(180deg, #28363d 50%, #407cc6 50%);

    background: linear-gradient(180deg, #28363d 50%, #407cc6 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-widget {
  background: url("../images/bg-testimonials.jpg") repeat;

  padding: 0px 25px 10px;

  text-align: center;
}

.testimonial-widget .testimonial_rotator_slide_title {
  display: none;
}

.testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
  position: relative;

  overflow: hidden;

  z-index: 3px;

  height: 125px;

  width: 125px;

  background: #ccc;

  border-radius: 50%;

  margin: 50px auto 50px;

  border: 3px solid #fff;

  float: none;
}

.testimonial-widget
  .testimonial_rotator
  .has-image
  .testimonial_rotator_img
  img {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  max-height: 150%;

  min-width: 100%;
}

.testimonial-widget .testimonial_rotator_quote {
  font-size: 1.071rem;

  color: #fff;

  padding: 0 7%;
}

.testimonial-widget .testimonial_rotator_author_info {
  color: #fff;

  margin-top: 45px;

  font-family: lato-eb;

  border: none !important;
}

.testimonial-widget .testimonial_rotator_author_info span {
  display: block;

  text-transform: uppercase;
}

.testimonial-widget .testimonial_rotator .has-image .text,
.testimonial-widget .testimonial_rotator_single.has-image .text {
  width: 100%;

  float: none;
}

/*END Testimonials------------------------------------------*/

/*START Sponsors Widget--------------------------------------------------*/

.sponsor-widget {
  padding: 25px 25px 50px;
}

.sponsor-widget p {
  text-align: center;
}

.sponsor-widget #sponsors-slider .carousel-control {
  width: 20px;

  opacity: 0;
}

.sponsor-widget #sponsors-slider .carousel-indicators {
  display: none;
}

.sponsor-widget #sponsors-slider .item {
  min-height: 120px;
}

.sponsor-widget #sponsors-slider .img-wrap {
  height: 90px;

  background: transparent;

  margin: 15px 0;
}

.sponsor-widget #sponsors-slider .img-wrap img {
  max-width: 100%;

  min-width: unset;

  max-height: 100%;
}

/*END Sponsors Widget------------------------------------------*/

/*START footer--------------------------------------------------*/

footer.footer {
  text-align: center;

  color: #fff;

  font-family: "Montserrat", sans-serif;

  position: relative;

  background: #28363d;
}

footer.footer::before {
  content: "";

  width: 100%;

  height: 10px;

  background: url("../images/arrow-down.png") repeat-x;

  background-size: 11px 6px;

  background-position: center top;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 5;
}

footer.footer .top {
  padding: 50px 25px 45px;

  color: #fff;

  font-size: 14px;

  background: url("../images/bg-footer.png") no-repeat;

  background-position: right center;

  background-size: auto 100%;
}

footer.footer .top .left {
  padding-top: 0px;

  text-align: left;
}

footer.footer .top .center {
  text-align: center;

  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

footer.footer .top .center h3,
footer.footer .top .left h3,
footer.footer .top .top-bottom h3 {
  font-size: 20px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.1em;
}

footer.footer .top .center ul {
  padding: 0;
}

footer.footer .top .center ul li {
  list-style-type: none;
}

footer.footer .top .center ul li a {
  color: #fff;

  transition: 0.4s;
}

footer.footer .top .center ul li a:hover {
  padding-left: 15px;
}

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

footer.footer .top .right h3 {
  font-size: 20px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 0.1em;
}

footer.footer .top .center.top-bottom h3::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 30px auto 25px auto;

  display: block;
}

footer.footer .top .top-bottom {
  padding: 25px 15px 0;

  text-align: center;
}

footer.footer .top .top-bottom p {
  color: #fff;

  font-size: 14px;

  font-weight: 400;

  text-transform: none;
}

footer.footer .top .left {
  text-align: left;
}

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

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

footer.footer .bottom {
  background: #1e292f;

  font-family: "Montserrat", sans-serif;

  padding: 30px 0 5px;

  font-size: 14px;

  border-bottom: 4px solid #245fa8;

  text-transform: uppercase;

  text-align: center;
}

footer.footer .bottom p {
  color: #fff;
}

footer.footer .bottom p span {
  color: #245fa8;
}

footer.footer .bottom a {
  color: #245fa8;
}

footer.footer .bottom a span {
  font-weight: 700;
}

footer.footer .bottom .copy-r {
  margin-bottom: 25px;
}

footer.footer .bottom .elevation {
  margin-bottom: 25px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

footer.footer .bottom .elevation figure {
  width: 150px;
  height: auto;
}

.bottom .elevation figure {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

footer.footer ul.social li {
  margin: 0 25px;
}

footer.footer ul.social li a {
  border: none;

  width: auto;

  height: auto;
}

footer.footer ul.social li a i {
  font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .top {
    padding: 20px 25px 50px;
  }

  footer.footer .top .left {
    padding-top: 40px;

    text-align: center;

    padding-bottom: 40px;
  }

  footer.footer .top .left p::before {
    margin: 30px auto 25px;
  }

  footer.footer .top .right {
    text-align: center;

    padding-top: 25px;
  }

  footer.footer .top .right h3::after {
    margin: 30px auto 25px;
  }

  footer.footer .top .right.top-bottom {
    padding-top: 25px;
  }

  footer.footer .top .right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  footer.footer .top {
    padding: 20px 25px 50px;
  }

  footer.footer .bottom .copy-r,
  footer.footer .bottom .elevation {
    width: 100%;
  }

  footer.footer .top .left {
    padding-top: 40px;

    text-align: center;

    padding-bottom: 40px;
  }

  footer.footer .top .left p::before {
    margin: 30px auto 25px;
  }

  footer.footer .top .right {
    text-align: center;

    padding-top: 25px;
  }

  footer.footer .top .right h3::after {
    margin: 30px auto 25px;
  }

  footer.footer .top .right.top-bottom {
    padding-top: 25px;
  }

  footer.footer .top .right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  footer.footer .top ul {
    width: 100%;
  }

  footer.footer ul.social li a {
    margin: 0 7px !important;
  }

  footer.footer .top ul li a::after {
    height: 1px;

    width: 100%;

    display: block;

    margin: 10px 10px;
  }

  footer.footer .top {
    padding: 20px 0px 50px;
  }
}

/*END footer------------------------------------------*/

/*START Breadcrumbs----------------------------------------*/

ul.breadcrumbs {
  padding-left: 0;

  padding-bottom: 0px;

  text-transform: none;
}

ul.breadcrumbs li {
  display: inline-block;

  margin-right: 10px;
}

ul.breadcrumbs li strong {
  font-weight: unset;

  font-size: 0.8571rem;

  margin-bottom: 0;

  font-family: "Montserrat", sans-serif;

  color: #245fa8;

  font-weight: 400;
}

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;

  font-feature-settings: normal;

  font-language-override: normal;

  font-kerning: auto;

  font-synthesis: weight style;

  font-variant: normal;

  font-size: inherit;

  text-rendering: auto;

  font-size: 0.7143rem;

  color: #8198a0;
}

ul.breadcrumbs li a {
  color: #8198a0;

  font-size: 0.8571rem;

  font-weight: 400;

  text-decoration: none;

  margin-bottom: 0;

  font-family: "Montserrat", sans-serif;
}

ul.breadcrumbs li a:hover {
  text-decoration: underline;
}

ul.breadcrumbs li.last-child {
  color: #28363d;
}

@media only screen and (max-width: 767px) {
  ul.breadcrumbs {
    padding-top: 25px;
  }
}

/*END Breadcrumbs----------------------------------------*/

/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/

/*START Interior Top (BANNER)--------------------------------------------------*/

.interior-top {
  background: #28363d;

  padding: 50px 15px 50px;

  text-align: left;

  min-height: 660px;

  position: relative;

  overflow: hidden;
}

.interior-top::after {
  content: "";

  background: url("../images/arrow-up.png") repeat-x;

  background-size: 11px 6px;

  background-position: center bottom;

  position: absolute;

  z-index: 5;

  width: 100%;

  height: 6px;

  bottom: 0;

  left: 0;
}

.interior-top h1 {
  color: #fff;

  font-size: 45px;

  font-family: "Montserrat", sans-serif;

  font-weight: 900;

  line-height: 1.2em;

  margin-bottom: 25px;

  position: relative;

  z-index: 2;

  text-transform: none;

  padding: 190px 0 50px;

  width: 50%;
}

.interior-top img {
  position: absolute;

  min-height: 100%;

  min-width: 100%;

  width: auto;

  height: auto;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 1;
}

.interior-top .post-categories {
  padding: 0;
}

.interior-top .post-categories li {
  display: inline-block;
}

.interior-top .post-categories li a {
  color: #fff;

  text-decoration: none;
}

/*END Interior Top (BANNER)------------------------------------------*/

.interior {
  color: #8198a0;

  font-size: 1rem;

  font-family: "Montserrat", sans-serif;

  background: #fff url("../images/bg-interior.png") no-repeat;

  background-size: 100% auto;

  background-position: center top;

  position: relative;
}

.interior::before {
  content: "";

  background: url("../images/top-b.png") no-repeat;

  background-position: center top;

  background-size: auto 100%;

  height: 76px;

  width: 100%;

  position: absolute;

  top: 375px;

  left: 0;

  z-index: 1;
}

.interior .side-right {
  padding-right: 0;

  padding-left: 5%;
}

.interior .content-left {
  padding-right: 5%;
}

.interior .container {
  padding: 35px 35px 75px;

  background: rgba(255, 255, 255, 0.87);

  margin-top: -450px;

  position: relative;

  z-index: 22;
}

.interior img {
  height: auto;

  max-width: 100%;
}

.interior h1,
.interior h2,
.interior h3,
.interior h4 {
  color: #28363d;

  font-family: "Montserrat", sans-serif;

  font-weight: bold;

  letter-spacing: 0.03em;

  text-transform: uppercase;
}

.interior h5,
.interior h6 {
  color: #245fa8;

  font-family: "Montserrat", sans-serif;

  font-weight: 300;

  text-transform: uppercase;

  letter-spacing: 0.03em;
}

.interior h1 {
  font-size: 3.214rem;
}

.interior h2 {
  font-size: 2.5rem;
}

.interior h3 {
  font-size: 2.143rem;
}

.interior h4 {
  font-size: 1.786rem;
}

.interior h5 {
  font-size: 1.429rem;
}

.interior h6 {
  font-size: 1.214rem;
}

.interior hr {
  margin-top: 40px;

  margin-bottom: 40px;

  border-width: 1px 0px 0px;

  border-style: dashed none none;

  border-color: #bdbdbd;
}

.interior strong {
  color: #245fa8;

  margin-bottom: 2em;

  font-family: "Montserrat", sans-serif;
}

.interior p {
  margin-bottom: 2em;

  line-height: 2em;

  color: #8198a0;

  font-size: 1rem;

  font-family: "Montserrat", sans-serif;

  font-weight: 300;
}

.interior blockquote {
  font-family: "Montserrat", sans-serif;

  background: transparent;

  border-left: none;

  color: #245fa8;

  font-size: 18px;

  font-weight: 300;

  line-height: 1.5em;

  margin-bottom: 2em;

  margin-left: 10%;

  margin-right: 10%;

  padding: 55px 20px 15px;

  text-align: left;

  width: 80%;

  position: relative;

  text-align: center;
}

.interior blockquote::before {
  content: "";

  background: url("../images/quote.png") no-repeat;

  width: 33px;

  height: 33px;

  position: absolute;

  top: 0px;

  left: 50%;

  margin-left: -16.5px;

  display: block;
}

.interior a {
  color: #245fa8;

  text-decoration: underline;

  transition: 0.3s;

  font-family: "Montserrat", sans-serif;
}

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

.interior ul.list {
  padding: 0px;

  color: #737373;

  font-family: "Montserrat", sans-serif;
}

.interior ul.list br {
  display: none;
}

.interior ul.list li {
  padding-left: 20px;

  color: #737373;

  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 #245fa8;

  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 #28363d;
}

.interior .table-responsive .table {
  font-family: "Montserrat", sans-serif;
}

.interior .table-responsive .table tr {
  text-align: center;
}

.interior .table-responsive .table tr th {
  text-align: center;

  background: #245fa8;

  color: #fff;

  padding: 10px 0;
}

.interior .table-responsive .table tr th:hover {
  background: #245fa8;
}

.interior .table-responsive .table tr:nth-child(even) td {
  background: #fff;

  padding: 10px;

  width: 50%;
}

.interior .table-responsive .table tr:nth-child(odd) td {
  background: #eee;

  padding: 10px;

  width: 50%;
}

.interior input,
.interior textarea,
.interior select {
  height: 35px;

  background: #dedede;

  border: 1px solid #d5d5d5;

  box-shadow: none;
}

.interior textarea {
  height: 100px;

  resize: none;
}

.interior input[type="checkbox"],
.interior input[type="radio"] {
  height: 15px;
}

.interior input[type="submit"] {
  background: #245fa8;

  border-radius: 0;

  border: none;

  color: #fff;

  display: block;

  height: auto;

  margin-top: 25px;

  padding: 12px 40px;

  text-align: center;

  text-shadow: none;

  text-transform: uppercase;

  transition: 0.4s;
}

.interior input[type="submit"]:hover {
  background: #174783;

  text-decoration: none;
}

.interior button {
  background: #245fa8;

  color: #fff;

  padding: 8px 10px;

  border: none;

  transition: 0.3s;
}

.interior button:hover {
  background: #174783;

  color: #fff;
}

@media only screen and (max-width: 767px) {
  .interior-top h1 {
    font-size: 35px;

    padding: 75px 0 50px;

    width: 100%;
  }

  .interior-top {
    min-height: 270px;
  }

  .interior .container {
    margin-top: 0px;
  }

  .interior::before {
    top: -75px;
  }

  .top-right {
    background: #28363d;
  }

  .interior .container {
    padding: 5px 35px 75px;
  }
}

@media only screen and (max-width: 480px) {
  .interior-top h1 {
    font-size: 35px;

    padding: 75px 0 50px;

    width: 100%;
  }

  .interior h1 {
    font-size: 2.8rem;
  }

  .interior h2 {
    font-size: 2rem;
  }

  .interior h3 {
    font-size: 1.8rem;
  }

  .interior h4 {
    font-size: 1.5rem;
  }

  .interior h5 {
    font-size: 1.2rem;
  }

  .interior h6 {
    font-size: 1rem;
  }
}

/*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: #28363d;

  font-family: "Montserrat", 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 #7b7b7b;

  background: #fff;

  padding: 30px;

  margin-bottom: 30px;
}

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

  box-shadow: none;
}

.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: "Montserrat", sans-serif;

  color: #8198a0;

  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: #245fa8;

  color: #fff;

  font-family: "Montserrat", sans-serif;
}

.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: #8198a0;

  font-family: "Montserrat", sans-serif;

  border-bottom: none;
}

.sidebar
  .inner-nav
  ul
  li.current-menu-ancestor
  ul
  li.current_page_item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-ancestor
  ul
  li.current_page_item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-ancestor
  ul
  li.current-menu-item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-ancestor
  ul
  li.current-menu-item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-parent.menu-item-has-children
  ul
  li.current_page_item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-parent.menu-item-has-children
  ul
  li.current_page_item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-parent.menu-item-has-children
  ul
  li.current-menu-item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current-menu-parent.menu-item-has-children
  ul
  li.current-menu-item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.menu-item-has-children.current-menu-item
  ul
  li.current_page_item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.menu-item-has-children.current-menu-item
  ul
  li.current_page_item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.menu-item-has-children.current-menu-item
  ul
  li.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
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.current_page_parent.menu-item-has-children
  ul
  li.current_page_item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current_page_parent.menu-item-has-children
  ul
  li.current_page_item
  ul
  li.current-menu-item
  a,
.sidebar
  .inner-nav
  ul
  li.current_page_parent.menu-item-has-children
  ul
  li.current-menu-item
  ul
  li.current_page_item
  a,
.sidebar
  .inner-nav
  ul
  li.current_page_parent.menu-item-has-children
  ul
  li.current-menu-item
  ul
  li.current-menu-item
  a {
  background: #245fa8;

  color: #fff;

  font-family: "Montserrat", sans-serif;

  margin-top: 5px;
}

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

.sidebar-a {
  border: solid 1px #363636;

  background: #fff;

  padding: 30px 20px 30px;

  margin-bottom: 30px;

  text-align: center;

  color: #8198a0;
}

.sidebar-a h3 {
  color: #245fa8;

  font-size: 1.286rem;

  font-family: "Montserrat", sans-serif;

  line-height: 1.2em;

  margin: 0px 0px 10px;

  text-align: center;

  display: block;
}

.sidebar-a h3::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 15px auto 25px;

  display: block;
}

.sidebar-a p {
  color: #8198a0;

  font-size: 1rem;

  text-align: center;
}

.sidebar-a a {
  color: #8198a0;

  text-decoration: underline;
}

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

.sidebar-b {
  border: solid 1px #e3e3e3;

  background: #245fa8;

  background-position: center;

  background-size: cover;

  padding: 60px 20px 50px;

  margin-bottom: 30px;

  text-align: center;

  margin-top: 30px;

  position: relative;

  outline: 2px solid #fff;

  outline-offset: -10px;
}

.sidebar-b h3 {
  color: #fff;

  font-size: 18px;

  font-family: "Montserrat", sans-serif;

  line-height: 1.2em;

  margin: 0px 0px 10px;

  text-align: center;

  display: block;

  text-transform: uppercase;
}

.sidebar-b h3::after {
  content: "";

  background: url("../images/h-bottom-white.png") no-repeat;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 15px auto 25px;

  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: 16px;

  text-align: center;
}

.sidebar-b a.btn-3 {
  color: #245fa8 !important;

  text-decoration: underline;

  padding: 10px 35px;
}

.sidebar-b a.btn-3:hover {
  text-decoration: none;

  color: #fff !important;

  background: #174783;
}

.sidebar-social {
  background: #fff;

  padding: 0;

  margin-bottom: 30px;

  text-align: center;

  color: #8198a0;
}

.sidebar-social h3 {
  color: #245fa8;

  font-size: 1.286rem;

  border: 1px solid #28363d;

  border-bottom: none;

  padding: 30px 0 5px;

  margin: 0;

  font-family: "Montserrat", sans-serif;

  line-height: 1.2em;

  text-align: center;

  display: block;
}

.sidebar-social h3::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 15px auto 25px;

  display: block;
}

.sidebar-social a {
  display: block;

  text-decoration: none;
}

.sidebar-social a i {
  display: block;

  padding: 15px;

  font-size: 25px;
}

.sidebar-social a i.fa-facebook {
  background: #4d70a7;

  color: #fff;
}

.sidebar-social a i.fa-twitter {
  background: #07baf1;

  color: #fff;
}

.sidebar-social a i.fa-instagram {
  background: #434343;

  color: #fff;
}

.tribe_mini_calendar_widget {
  margin-bottom: 30px;
}

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

/*START Woocommerce------------------------------------*/

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #245fa8;

  color: #fff !important;

  max-width: 100%;

  margin: 0 5px 5px 0;

  text-align: center;

  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: #174783;

  text-decoration: none;

  color: #fff !important;
}

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

.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 #28363d;
}

.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: #245fa8;

  color: #fff !important;

  max-width: 100%;

  margin: 0 5px 5px 0;

  text-align: center;

  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: #174783;

  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: #245fa8;

  color: #fff !important;

  max-width: 100%;

  margin: 0 5px 5px 0;

  text-align: center;

  transition: 0.4s;

  padding: 0px 20px;

  border: none;

  display: inline-block;

  font-size: 0.9rem;

  text-transform: uppercase;

  font-family: lato-l;

  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: #174783;

  text-decoration: none;

  color: #fff !important;
}

/*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: 250px;

  height: 215px;

  position: relative;

  overflow: hidden;

  z-index: 3;

  background: transparent;
}

.img-category img {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: 1;

  max-height: 100%;

  max-width: unset;
}

.img-category a.btn-blog {
  position: absolute;

  padding: 15px 10px;

  color: #fff;

  background: #245fa8;

  bottom: 0;

  width: 100%;

  z-index: 2;

  text-align: center;

  text-transform: uppercase;

  font-size: 1rem;

  text-decoration: none;

  transition: 0.4s;
}

.img-category a.btn-blog:hover {
  background: #174783;
}

hr.solid {
  border-style: solid;
}

@media only screen and (max-width: 767px) {
  .img-category {
    float: none;

    margin: 10px auto 15px;

    width: 100%;

    height: 250px;
  }
}

/*END Category Page----------------------------------*/

/*START Search Page------------------------------------------*/

body.search {
  display: block;

  padding-top: 0px;

  margin-left: 0;
}

.interior.search-page a {
  word-break: normal;
}

.interior.search-page h2 a {
  text-decoration: none;
}

.interior.search-page h2 a::after {
  content: "";

  background: #245fa8;

  height: 5px;

  width: 35px;

  margin: 5px 0px 5px;

  display: block;

  transition: 0.4s;
}

.interior.search-page h2 a:hover {
  text-decoration: none;
}

.interior.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: #000;
}

.fourerror h1 {
  font-size: 10.214rem;

  margin: 0;

  font-family: lato-eb;

  color: #28363d;
}

.fourerror h2::after {
  content: none;
}

.fourerror p {
  line-height: 2em;
}

.fourerror .search {
  margin: 25px 10%;

  width: 80%;
}

.fourerror .search #searchform {
  visibility: visible;

  opacity: 1;

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

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #cccccc;

  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 #cccccc;

  border-top: none;
}

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

/*START Custom Page----------------------------------*/

.h3-top {
  font-size: 18px !important;

  background: #fff;

  vertical-align: middle;

  margin: 0;
}

.h3-top img {
  padding: 0 18px;

  border-right: 1px solid #ebebeb;

  max-height: 69px;

  margin-right: 15px;
}

.h3-top a {
  text-decoration: none;
}
.h3-top a:hover {
  text-decoration: underline;
}

#menu-cleaner-commute {
  float: none;
}

#menu-cleaner-commute li {
  width: 33.33%;

  text-align: center;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 0;
}

#menu-cleaner-commute li:first-child a {
  margin-left: 0;
}

#menu-cleaner-commute li a {
  display: block;

  text-decoration: none;

  border-radius: 0;

  border: none;

  padding: 15px;

  text-transform: uppercase;

  background: #245fa8;

  font-size: 13px;

  color: #fff;

  margin: 0 0 0 15px;
}

#menu-cleaner-commute li a:hover,
#menu-cleaner-commute li a:active,
#menu-cleaner-commute li a:focus {
  padding: 15px;

  background: #174783;
}

#menu-cleaner-commute li.active a {
  background: #28363d;

  border: none;
}

#menu-cleaner-commute li.active a:hover,
#menu-cleaner-commute li.active a:active,
#menu-cleaner-commute li.active a:focus {
  background: #1e292f;

  color: #fff;
}

#menu-cleaner-commute li ul {
  min-width: 100%;
}

#menu-cleaner-commute li ul li {
  width: 100%;

  margin: 0;

  left: 0;
}

#menu-cleaner-commute li ul li a {
  margin: 0;

  border-top: 1px solid #1e292f;
}

#menu-cleaner-commute li ul li:last-child ul {
  left: 0;

  top: 0px;

  right: auto;
}

#menu-greenfest-philly {
  float: none;
}

#menu-greenfest-philly li {
  width: 33.33%;

  text-align: center;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 0;
}

#menu-greenfest-philly li:first-child a {
  margin-left: 0;
}

#menu-greenfest-philly li a {
  display: block;

  text-decoration: none;

  border-radius: 0;

  border: none;

  padding: 15px;

  text-transform: uppercase;

  background: #245fa8;

  font-size: 13px;

  color: #fff;

  margin: 0 0 0 15px;
}

#menu-greenfest-philly li a:hover,
#menu-greenfest-philly li a:active,
#menu-greenfest-philly li a:focus {
  padding: 15px;

  background: #174783;
}

#menu-greenfest-philly li.active a {
  background: #28363d;

  border: none;
}

#menu-greenfest-philly li.active a:hover,
#menu-greenfest-philly li.active a:active,
#menu-greenfest-philly li.active a:focus {
  background: #1e292f;

  color: #fff;
}

#menu-greenfest-philly li ul {
  min-width: 100%;
}

#menu-greenfest-philly li ul li {
  width: 100%;

  margin: 0;

  left: 0;
}

#menu-greenfest-philly li ul li a {
  margin: 0;

  border-top: 1px solid #1e292f;
}

#menu-greenfest-philly li ul li:last-child ul {
  left: 0;

  top: 0px;

  right: auto;
}

#menu-run-for-clean-air {
  float: none;
}

#menu-run-for-clean-air li {
  width: 33.33%;

  text-align: center;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 0;
}

#menu-run-for-clean-air li:first-child a {
  margin-left: 0;
}

#menu-run-for-clean-air li a {
  display: block;

  text-decoration: none;

  border-radius: 0;

  border: none;

  padding: 15px;

  text-transform: uppercase;

  background: #245fa8;

  font-size: 13px;

  color: #fff;

  margin: 0 0 0 15px;
}

#menu-run-for-clean-air li a:hover,
#menu-run-for-clean-air li a:active,
#menu-run-for-clean-air li a:focus {
  padding: 15px;

  background: #174783;
}

#menu-run-for-clean-air li.active a {
  background: #28363d;

  border: none;
}

#menu-run-for-clean-air li.active a:hover,
#menu-run-for-clean-air li.active a:active,
#menu-run-for-clean-air li.active a:focus {
  background: #1e292f;

  color: #fff;
}

#menu-run-for-clean-air li ul {
  min-width: 100%;
}

#menu-run-for-clean-air li ul li {
  width: 100%;

  margin: 0;

  left: 0;
}

#menu-run-for-clean-air li ul li a {
  margin: 0;

  border-top: 1px solid #1e292f;
}

#menu-run-for-clean-air li ul li:last-child ul {
  left: 0;

  top: 0px;

  right: auto;
}

#menu-dine-out-for-the-environment {
  float: none;
}

#menu-dine-out-for-the-environment li {
  width: 33.33%;

  text-align: center;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 0;
}

#menu-dine-out-for-the-environment li:first-child a {
  margin-left: 0;
}

#menu-dine-out-for-the-environment li a {
  display: block;

  text-decoration: none;

  border-radius: 0;

  border: none;

  padding: 15px;

  text-transform: uppercase;

  background: #245fa8;

  font-size: 13px;

  color: #fff;

  margin: 0 0 0 15px;
}

#menu-dine-out-for-the-environment li a:hover,
#menu-dine-out-for-the-environment li a:active,
#menu-dine-out-for-the-environment li a:focus {
  padding: 15px;

  background: #174783;
}

#menu-dine-out-for-the-environment li.active a {
  background: #28363d;

  border: none;
}

#menu-dine-out-for-the-environment li.active a:hover,
#menu-dine-out-for-the-environment li.active a:active,
#menu-dine-out-for-the-environment li.active a:focus {
  background: #1e292f;

  color: #fff;
}

#menu-dine-out-for-the-environment li ul {
  min-width: 100%;
}

#menu-dine-out-for-the-environment li ul li {
  width: 100%;

  margin: 0;

  left: 0;
}

#menu-dine-out-for-the-environment li ul li a {
  margin: 0;

  border-top: 1px solid #1e292f;
}

#menu-dine-out-for-the-environment li ul li:last-child ul {
  left: 0;

  top: 0px;

  right: auto;
}

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

  .h3-top img {
    border: none;

    display: block;

    margin: 0 auto 15px;
  }

  #menu-cleaner-commute {
    max-height: unset;
  }

  #menu-cleaner-commute li {
    width: 100%;

    margin: 0;

    position: relative;

    height: auto;
  }

  #menu-cleaner-commute li a {
    margin: 0 0 5px;
  }

  #menu-cleaner-commute li:first-child a {
    margin: 15px 0 5px;
  }

  #menu-cleaner-commute li .dropdown-btn {
    background: #407cc6;

    position: absolute;

    right: 5px;

    display: block;

    width: 40px;

    height: 40px;

    color: #174783;

    z-index: 3;

    margin-top: -50px;
  }

  #menu-cleaner-commute li .dropdown-btn:hover,
  #menu-cleaner-commute li .dropdown-btn:active,
  #menu-cleaner-commute li .dropdown-btn:focus {
    color: #fff;

    background: #174783;
  }

  #menu-cleaner-commute li ul.dropdown-menu {
    width: 100%;

    position: relative;
  }

  #menu-cleaner-commute li ul.dropdown-menu li a,
  #menu-cleaner-commute li ul.dropdown-menu li:first-child a {
    margin: 0px;

    background: #174783;

    border-top: 1px solid #245fa8;
  }

  #menu-greenfest-philly {
    max-height: unset;
  }

  #menu-greenfest-philly li {
    width: 100%;

    margin: 0;

    position: relative;

    height: auto;
  }

  #menu-greenfest-philly li a {
    margin: 0 0 5px;
  }

  #menu-greenfest-philly li:first-child a {
    margin: 15px 0 5px;
  }

  #menu-greenfest-philly li .dropdown-btn {
    background: #407cc6;

    position: absolute;

    right: 5px;

    display: block;

    width: 40px;

    height: 40px;

    color: #174783;

    z-index: 3;

    margin-top: -50px;
  }

  #menu-greenfest-philly li .dropdown-btn:hover,
  #menu-greenfest-philly li .dropdown-btn:active,
  #menu-greenfest-philly li .dropdown-btn:focus {
    color: #fff;

    background: #174783;
  }

  #menu-greenfest-philly li ul.dropdown-menu {
    width: 100%;

    position: relative;
  }

  #menu-greenfest-philly li ul.dropdown-menu li a,
  #menu-greenfest-philly li ul.dropdown-menu li:first-child a {
    margin: 0px;

    background: #174783;

    border-top: 1px solid #245fa8;
  }

  #menu-dine-out-for-the-environment {
    max-height: unset;
  }

  #menu-dine-out-for-the-environment li {
    width: 100%;

    margin: 0;

    position: relative;

    height: auto;
  }

  #menu-dine-out-for-the-environment li a {
    margin: 0 0 5px;
  }

  #menu-dine-out-for-the-environment li:first-child a {
    margin: 15px 0 5px;
  }

  #menu-dine-out-for-the-environment li .dropdown-btn {
    background: #407cc6;

    position: absolute;

    right: 5px;

    display: block;

    width: 40px;

    height: 40px;

    color: #174783;

    z-index: 3;

    margin-top: -50px;
  }

  #menu-dine-out-for-the-environment li .dropdown-btn:hover,
  #menu-dine-out-for-the-environment li .dropdown-btn:active,
  #menu-dine-out-for-the-environment li .dropdown-btn:focus {
    color: #fff;

    background: #174783;
  }

  #menu-dine-out-for-the-environment li ul.dropdown-menu {
    width: 100%;

    position: relative;
  }

  #menu-dine-out-for-the-environment li ul.dropdown-menu li a,
  #menu-dine-out-for-the-environment li ul.dropdown-menu li:first-child a {
    margin: 0px;

    background: #174783;

    border-top: 1px solid #245fa8;
  }

  #menu-run-for-clean-air {
    max-height: unset;
  }

  #menu-run-for-clean-air li {
    width: 100%;

    margin: 0;

    position: relative;

    height: auto;
  }

  #menu-run-for-clean-air li a {
    margin: 0 0 5px;
  }

  #menu-run-for-clean-air li:first-child a {
    margin: 15px 0 5px;
  }

  #menu-run-for-clean-air li .dropdown-btn {
    background: #407cc6;

    position: absolute;

    right: 5px;

    display: block;

    width: 40px;

    height: 40px;

    color: #174783;

    z-index: 3;

    margin-top: -50px;
  }

  #menu-run-for-clean-air li .dropdown-btn:hover,
  #menu-run-for-clean-air li .dropdown-btn:active,
  #menu-run-for-clean-air li .dropdown-btn:focus {
    color: #fff;

    background: #174783;
  }

  #menu-run-for-clean-air li ul.dropdown-menu {
    width: 100%;

    position: relative;
  }

  #menu-run-for-clean-air li ul.dropdown-menu li a,
  #menu-run-for-clean-air li ul.dropdown-menu li:first-child a {
    margin: 0px;

    background: #174783;

    border-top: 1px solid #245fa8;
  }
}

/*END Custom Page----------------------------------*/

/*START html & body-------------------------------------*/

html,
body {
  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  color: #28363d;
}

html a,
body a {
  outline: none !important;
}

/*END html & body-------------------------------------*/

/*START FrontPage (similar elements)-------------------------------------------*/

/*END FrontPage-------------------------------------------*/

.b {
  padding: 80px 0px;

  background-position: center;

  color: #8198a0;

  position: relative;

  text-align: center;

  font-size: 18px;
}

.b h2 {
  font-size: 24px;

  color: #28363d;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 0.15em;
}

.b h2::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 30px auto;

  display: block;
}

.b p {
  font-weight: 300;

  padding: 0 10%;

  margin-bottom: 30px;
}

.c {
  padding: 0;

  background: #fff;

  background-size: cover;

  position: relative;

  color: #8198a0;

  text-align: left;

  position: relative;
}

.c .container-fluid {
  padding: 0;
}

.c .container-fluid .row {
  margin: 0;
}

.c .container-fluid .row .col-md-5 {
  padding: 0;
}

.c .img-wrap {
  min-height: 600px;
}

.c .left {
  padding-right: 0%;

  background: url("../images/sky.jpg");
  background-size: cover;

  height: 750px;

  padding-left: 0;
}

.c .right {
  padding: 0 10% 0 5%;

  background: #f5f5f5;
}

.c .right h2 {
  color: #1e292f;

  font-size: 18px;

  text-transform: uppercase;

  vertical-align: middle;
}

.c .right h2 img {
  margin-right: 5px;

  vertical-align: middle;
}

.c .right p {
  line-height: 2em;

  font-weight: 300;
}

.c .col-md-8 {
  min-height: 450px;
}

.c .info {
  padding-top: 30px;
}

.c a.btn-2 {
  margin-top: 40px;
}

section.d {
  background: #28363d;

  position: relative;

  color: #fff;

  z-index: 50;

  padding: 50px 15px;

  text-align: center;

  border-bottom: 2px solid #245fa8;

  border-top: 2px solid #245fa8;
}

section.d h2 {
  font-size: 28px;

  color: #fff;

  margin-top: 0;
}

section.d h2 span {
  color: #245fa8;
}

section.d a.btn-3 {
  margin: 30px 0 0;
}

.e {
  padding: 80px 25px 200px;

  text-align: center;

  color: #8198a0;

  background: url("../images/DefaultEventsBackground.jpg");

  background-attachment: fixed;

  background-size: cover;
}

.e h2 {
  font-size: 24px;

  color: #28363d;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 0.15em;
}

.e h2::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 30px auto;

  display: block;
}

.e .img-wrap {
  height: 350px;

  background: #fff;
}

.e .img-wrap img {
  opacity: 0.7;

  transition: 0.4s;

  max-height: unset;

  min-width: unset;

  height: auto;

  width: auto;
}

.e .img-wrap:hover img {
  opacity: 1;
}

.e .img-wrap:hover .white {
  opacity: 1;
}

.e .img-wrap .white {
  background: rgba(255, 255, 255, 0.92);

  position: absolute;

  width: 94%;

  height: 92%;

  z-index: 2;

  top: 50%;

  left: 50%;

  opacity: 1;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  transition: 0.2s;
}

.e .img-wrap .white::before {
  content: "";

  background: transparent;

  border: 2px solid #245fa8;

  position: absolute;

  width: 94%;

  height: 92%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  top: 50%;

  left: 50%;
}

.e .img-wrap .info {
  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  top: 50%;

  left: 50%;

  position: absolute;

  width: 80%;
}

.e .img-wrap .info h3 {
  font-size: 18px;

  text-transform: uppercase;

  font-weight: 700;
}

.e .img-wrap .info h3 a {
  color: #28363d;
}

.e .img-wrap .info h3::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 30px auto 25px;

  display: block;
}

.e .img-wrap .info time,
.e .img-wrap .info p {
  text-transform: uppercase;

  font-size: 16px;
}

.e p {
  padding: 0 25%;

  line-height: 2em;
}

.e a.btn-2 {
  padding: 15px 60px;

  margin: 50px auto 0;
}

.f {
  position: relative;
  /*background: #245fa8;*/
  background-color: transparent;
  background-image: url("../images/section_f_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 25px 0;
  min-height: 100px;
}
.f::before{
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.f h2 {
  font-size: 20px;
  font-weight: 700;
  float: left;
  display: block;
  text-transform: uppercase;
  margin: 15px 0 14px 0;
  line-height: 2.5em;
  letter-spacing: 0.08em;
  padding-top: 30px;
  position: relative;
}

.f h2 img {
  margin-left: 15px;
}

.g {
  background: #f5f5f5;
  padding: 50px 0;
}
.g .title-post {
  text-align: center;
}

.g .title-post h2 {
  font-size: 24px;
  color: #28363d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.g .title-post h2::after {
  content: "";

  background: url("../images/h-bottom.png") no-repeat;

  background-position: center;

  width: 31px;

  height: 6px;

  margin: 30px auto;

  display: block;
}

.g .big-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
}
@media (max-width: 768px) {
  .g .big-box {
    display: block;
  }
}

.news .inside-news {
  background-color: #fff;
}

.news .inside-news .img-news {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.inside-news .img-news a {
  width: 100%;
  height: 100%;
  display: block;
}

.body-news {
  text-align: left;
  padding: 0 20px 15px;
}

.body-news h2 {
  color: #1e292f;
  font-size: 18px;
  text-transform: uppercase;
}
.body-news p {
  color: #899ea6;
  line-height: 2em;
  font-weight: 300;
}
.g .all-post {
  text-align: center;
}

#post-509 h2 {
  margin-top: 50px;
}

#post-509 .news-widget {
  padding-top: 0;
}

/* Media queries----------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b .bottom .box-1 {
    min-height: auto !important;
  }

  .b .col-md-8 {
    min-height: auto;
  }

  .b .left {
    padding: 25px;
  }

  .b .info {
    position: relative;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    text-align: center;
  }

  .b .right {
    padding-left: 0;

    padding-right: 0;
  }

  .c .right {
    min-height: auto !important;
  }

  .c .right .programs {
    position: relative;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    left: 0;

    display: block;
  }

  section.d .d-left {
    height: auto !important;

    padding-bottom: 100px;

    border-bottom: none;

    padding-left: 25px;

    padding-right: 25px;
  }

  section.d .d-right {
    height: auto !important;

    padding-bottom: 50px;
  }

  section.d .d-left .info {
    width: 80%;
  }

  .c .left .info a {
    position: absolute;

    width: 100%;

    display: block;
  }

  .c .left .info a i {
    display: block;

    text-align: right;

    margin-right: 10px;

    margin-top: 15px;

    font-size: 25px;
  }

  .c .info {
    position: relative;

    top: 0;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    padding-top: 50px;

    padding-bottom: 50px;
  }

  .c .left .img-wrap:hover .info,
  .c .left .img-wrap:focus .info,
  .c .left .img-wrap:active .info {
    bottom: 0;

    top: auto;

    -webkit-transform: translate(0, 0%);

    -moz-transform: translate(0, 0%);

    -ms-transform: translate(0, 0%);

    transform: translate(0, 0%);
  }

  .f h2 {
    float: none;

    display: block;

    text-align: center;

    margin-bottom: 25px;
  }

  .f h2 img {
    display: none;
  }

  .e .img-wrap {
    margin-bottom: 15px;
  }

  .e .img-wrap .white {
    opacity: 1;
  }

  .e {
    padding: 80px 25px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-widget .slider-a .rev_slider .tp-bullets {
    transform: matrix(1, 0, 0, 1, -131, 20) !important;
  }

  .c .left .info a {
    position: absolute;

    width: 100%;

    display: block;
  }

  .c .left .info a i {
    display: block;

    text-align: right;

    margin-right: 10px;

    margin-top: 15px;

    font-size: 25px;
  }

  .c .left .img-wrap:hover .info,
  .c .left .img-wrap:focus .info,
  .c .left .img-wrap:active .info {
    bottom: 0;

    top: auto;

    -webkit-transform: translate(0, 0%);

    -moz-transform: translate(0, 0%);

    -ms-transform: translate(0, 0%);

    transform: translate(0, 0%);
  }

  .b .bottom .box-1 {
    min-height: auto !important;
  }

  .b .col-md-8 {
    min-height: auto;
  }

  .b .left {
    padding: 25px;
  }

  .b .info {
    position: relative;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    text-align: center;
  }

  .b .right {
    padding-left: 0;

    padding-right: 0;
  }

  .c .right {
    min-height: auto !important;
  }

  .c .right .programs {
    position: relative;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

    left: 0;

    display: block;
  }

  .c .info {
    position: relative;

    right: auto;

    left: auto;

    top: 0;

    transform: translate(0, 0%);
  }

  .c .right {
    padding: 5% 0;
  }

  .c .img-wrap {
    min-height: auto !important;
  }

  section.d .d-left {
    height: auto !important;

    padding-bottom: 100px;

    border-bottom: none;

    padding-left: 25px;

    padding-right: 25px;
  }

  section.d .d-right {
    height: auto !important;

    padding-bottom: 50px;
  }

  section.d .d-left .img-wrap {
    margin: 0 auto;

    display: block;

    float: none;
  }

  section.d .d-left .info {
    width: 100%;

    float: none;
  }

  .b .left h2 {
    font-size: 40px;
  }

  section.d .d-right {
    text-align: center;
  }

  section.d .d-right h2 {
    padding-top: 70px;

    padding-left: 0;
  }

  .e {
    padding: 80px 0px 0px;
  }

  .e .img-wrap {
    margin-bottom: 15px;
  }

  .e .img-wrap .white {
    opacity: 1;
  }

  .f h2 {
    float: none;

    display: block;

    text-align: center;

    margin-bottom: 25px;
  }

  .f h2 img {
    display: none;
  }

  .c a.btn-2 {
    margin: 40px auto;

    display: block;

    max-width: 210px;
  }
}

@media only screen and (max-width: 480px) {
  .b .img-wrap {
    min-height: 250px;
  }

  section.d .d-right .item {
    padding: 0px 0 50px 0px;
  }

  .c .right {
    padding: 5% 0;
  }

  .c .right h2 {
    text-align: center;
  }

  .c .right h2 img {
    display: block;

    text-align: center;

    margin: 0 auto 5px;
  }
}

.panel {
  position: relative;
}

.panel .collapse.in::after {
  content: " ";

  position: absolute;

  width: 100%;

  height: 70px;

  z-index: 3;

  top: 0;
}

.c .right h2 a:focus,
.c .right h2 a:active {
  text-decoration: none;
}

.sidebar .inner-nav.philadelphia ul li {
  display: block;
}

.sidebar .inner-nav.philadelphia h4 {
  font-size: 24px;

  padding-bottom: 25px;

  display: block;

  text-transform: uppercase;

  color: #28363d;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  margin: 0;
}

.sidebar .inner-nav.philadelphia ul li a {
  font-size: 1rem;

  font-style: initial;

  background: transparent;

  padding: 5px 15px;

  display: block;

  text-transform: capitalize;

  font-family: "Montserrat", sans-serif;

  color: #8198a0;

  letter-spacing: unset;

  font-weight: 400;
}

.sidebar .inner-nav.philadelphia {
  display: block;

  border: solid 1px #7b7b7b;

  background: #fff;

  padding: 30px;

  margin-bottom: 30px;
}

#post-969 .news-widget {
  padding: 0;
}
