@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; }
/*400 regular,700 bold, 900 black*/
/*400 regular, 700 bold*/
@font-face {
  font-family: 'Lato-Italic';
  src: url("../fonts/Lato-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato-BoldItalic';
  src: url("../fonts/Lato-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype"); }
/*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 {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    object-fit: contain;
    object-position: 50% 50%;
    width: inherit; }

.featuredImg {
  width: 80%;
  text-align: center;
  margin: 0 auto; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Lato', sans-serif;
    background: #005470;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #005470 !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Lato-BoldItalic', sans-serif;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #ffffff;
          color: #3f3f3f;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1, span.btn-1 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
    background: #ffffff;
    color: #005470 !important;
    text-decoration: none; }
a.btn-2, span.btn-2 {
  font-family: 'Lato', sans-serif;
  background: #037f40;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
    background: #005470;
    text-decoration: none;
    color: #fff !important;
    box-shadow: none; }
a.btn-3, span.btn-3 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #037f40;
  color: #037f40 !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: 0.4s; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
    background: #037f40;
    color: #ffffff !important;
    text-decoration: none; }

/*END Buttons-------------------------------------*/
/* START header------------------------------------------*/
body.fixed header.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header .top {
    height: 0; }
    body.fixed header.header .top .container {
      position: relative; }
    body.fixed header.header .top .logo {
      position: absolute;
      left: 0;
      padding: 20px 10px;
      top: -8px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
    body.fixed header.header .top .header-top {
      display: none; }
  body.fixed header.header #navigation {
    text-align: right;
    color: #ffffff; }
  body.fixed header.header #navigation ul li a, body.fixed header.header #navigation ul li.open a {
    color: #ffffff; }
  body.fixed header.header #navigation ul li ul li a, body.fixed header.header #navigation ul li.open ul li a {
    color: #fff; }

header.header {
  font-family: 'Lato', sans-serif;
  background: transparent;
  position: absolute;
  z-index: 150;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }

.top {
  background: transparent;
  position: relative; }
  .top .logo {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    left: 0;
    padding: 20px 20px;
    position: absolute;
    top: 40px;
    z-index: 10; }
    .top .logo a {
      display: block; }
      .top .logo a img {
        margin: 0 auto;
        width: 320px; }
  .top .header-top {
    display: inline-block;
    float: right;
    padding: 13px 0 15px;
    width: calc(100% - 185px);
    text-align: right; }
    .top .header-top h3 {
      display: none; }
    .top .header-top ul.social {
      display: inline-block;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .top .header-top ul.social li {
        display: inline-block;
        margin: 0px !important; }
        .top .header-top ul.social li a {
          border-radius: 50%;
          color: #ffffff;
          display: inherit;
          height: 38px;
          margin: 0;
          position: relative;
          transition: 0.4s;
          width: 30px;
          line-height: 16px; }
          .top .header-top ul.social li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 18px;
            left: 50%;
            position: absolute;
            top: 50%; }
          .top .header-top ul.social li a:hover {
            box-shadow: none;
            color: #00abd3; }
            .top .header-top ul.social li a:hover i {
              background: transparent;
              text-shadow: none; }
    .top .header-top .open-search {
      background: transparent;
      border-radius: 50%;
      border: none;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      height: 40px;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      transition: 0.4s;
      vertical-align: middle;
      width: 30px;
      line-height: 18px; }
      .top .header-top .open-search i {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px;
        left: 50%;
        position: absolute;
        top: 50%; }
      .top .header-top .open-search:hover {
        color: #00abd3;
        box-shadow: none;
        opacity: 0.8; }
    .top .header-top .custom-link {
      display: inline-block; }
      .top .header-top .custom-link a.btn-2 {
        margin-right: 5px; }

section.navigation {
  position: relative; }
  section.navigation .container {
    position: relative; }
  section.navigation .navbar-nav {
    float: right;
    margin: 0; }
  section.navigation .nav-right {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    float: right;
    width: calc(100% - 185px); }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar.navbar-default {
  background: rgba(0, 84, 112, 0.8);
  margin-bottom: 0;
  border-radius: 0px;
  border: none; }
  .navbar.navbar-default .container {
    position: relative; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1rem;
  text-align: center; }
  #navigation ul {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: none; }
    #navigation ul .btn-donate a {
      background: transparent;
      border-radius: 5px;
      color: #ffffff;
      border: 1px solid #ffffff;
      padding: 10px 25px; }
      #navigation ul .btn-donate a:hover, #navigation ul .btn-donate a:focus, #navigation ul .btn-donate a:active {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #005470 !important;
        border-radius: 10px; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li:hover, #navigation ul li.open:hover {
        background: #005470; }
        #navigation ul li:hover::after, #navigation ul li.open:hover::after {
          content: none; }
      #navigation ul li.dropdown.menu-item-has-children a, #navigation ul li.open.dropdown.menu-item-has-children a {
        /*&::after{
          content: "";
          border-top: 4px solid $secondary;
          border-left:4px solid transparent;
          border-right:4px solid transparent;
          position: absolute;
          right: 8px;
          top: 50%;            
        }*/ }
        #navigation ul li.dropdown.menu-item-has-children a:hover::after, #navigation ul li.open.dropdown.menu-item-has-children a:hover::after {
          border-top: 4px solid #ffffff; }
      #navigation ul li.dropdown.menu-item-has-children.active a, #navigation ul li.open.dropdown.menu-item-has-children.active a {
        background: #00abd3;
        color: #ffffff;
        /*&::after{                  
          border-top: 4px solid $light-text;                               
        }*/ }
      #navigation ul li.dropdown.menu-item-has-children.active ul li, #navigation ul li.open.dropdown.menu-item-has-children.active ul li {
        width: 100%;
        right: 0; }
        #navigation ul li.dropdown.menu-item-has-children.active ul li a, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a {
          font-size: 14px;
          color: #3f3f3f;
          background: transparent; }
          #navigation ul li.dropdown.menu-item-has-children.active ul li a:hover, #navigation ul li.dropdown.menu-item-has-children.active ul li a:focus, #navigation ul li.dropdown.menu-item-has-children.active ul li a:active, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:hover, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:focus, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:active {
            background: #00abd3;
            color: #fff !important; }
          #navigation ul li.dropdown.menu-item-has-children.active ul li a::before, #navigation ul li.dropdown.menu-item-has-children.active ul li a::after, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a::before, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a::after {
            content: none; }
      #navigation ul li.dropdown.menu-item-has-children ul li, #navigation ul li.open.dropdown.menu-item-has-children ul li {
        right: 0; }
        #navigation ul li.dropdown.menu-item-has-children ul li a:hover, #navigation ul li.dropdown.menu-item-has-children ul li a:focus, #navigation ul li.dropdown.menu-item-has-children ul li a:active, #navigation ul li.open.dropdown.menu-item-has-children ul li a:hover, #navigation ul li.open.dropdown.menu-item-has-children ul li a:focus, #navigation ul li.open.dropdown.menu-item-has-children ul li a:active {
          color: #ffffff !important; }
        #navigation ul li.dropdown.menu-item-has-children ul li a::before, #navigation ul li.dropdown.menu-item-has-children ul li a::after, #navigation ul li.open.dropdown.menu-item-has-children ul li a::before, #navigation ul li.open.dropdown.menu-item-has-children ul li a::after {
          content: none; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Lato', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        padding: 20px 20px;
        position: relative;
        text-align: center;
        text-shadow: 0;
        text-transform: none;
        transition: 0.4s;
        white-space: normal; }
        #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 {
          color: #fff;
          background: #00abd3; }
      #navigation ul li ul, #navigation ul li.open ul {
        background: rgba(0, 84, 112, 0.8);
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        text-align: left; }
        #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 !important; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-radius: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            color: #fff !important;
            font-size: 1rem;
            font-weight: 400;
            margin-top: 0;
            padding: 10px 15px; }
            #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: #00abd3;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation ul li ul li:first-child a::after, #navigation ul li.open ul li:first-child a::after {
              content: ""; }
          #navigation ul li ul li:last-child a, #navigation ul li.open ul li:last-child a {
            border-radius: 0; }
          #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;
  background: rgba(0, 84, 112, 0.8);
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .top .logo {
    padding: 20px 5px;
    top: 50px;
    width: 190px; }
    .top .logo a img {
      width: 100%; } }
@media only screen and (max-width: 991px) {
  body.fixed {
    padding-top: 200px; }

  body.fixed header.header section.navigation .nav-right {
    width: 100% !important; }

  .top {
    padding: 0 15px;
    background: rgba(1, 54, 72, 0.8); }
    .top .logo {
      display: inline-block;
      width: 235px;
      top: 15px; }
      .top .logo a img {
        width: 100%; }

  header.header {
    background: #005470;
    position: relative; }

  section.navigation .nav-right {
    width: 100% !important;
    display: block; }

  section.navigation .container {
    padding: 0; }

  .header-top .btn-donate {
    background: #005470;
    border-radius: 30px;
    color: #ffffff !important;
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(62, 8, 79, 0.6);
    -moz-box-shadow: 2px 2px 0px 0px rgba(62, 8, 79, 0.6);
    box-shadow: 2px 2px 0px 0px rgba(62, 8, 79, 0.6); }
    .header-top .btn-donate a {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      text-decoration: none;
      padding: 10px 15px;
      display: block; }
      .header-top .btn-donate a:hover, .header-top .btn-donate a:focus, .header-top .btn-donate a:active {
        color: #037f40; }

  .top .header-top {
    width: 100%;
    text-align: right;
    padding-right: 20px; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-nav {
    margin: 0; }

  #navigation {
    border: none; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    width: 100%;
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }

  #navigation ul li {
    display: block;
    width: 100%; }

  #navigation ul li.active {
    background: transparent;
    color: #fff !important; }
    #navigation ul li.active::after {
      content: none; }
    #navigation ul li.active a {
      padding: 20px 15px;
      background-size: auto; }
    #navigation ul li.active ul li a {
      padding: 10px 15px !important; }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 18px;
    padding: 20px 15px;
    display: block !important; }
    #navigation ul li a::after, #navigation ul li.open a::after {
      content: none !important; }

  #navigation ul li:last-child a {
    margin-left: 0;
    border-radius: 0;
    padding: 20px 15px;
    display: block;
    border: none;
    background: #ffffff;
    color: #005470 !important; }
    #navigation ul li:last-child a:hover {
      border-radius: 0;
      padding: 20px 15px;
      border: none; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children {
    display: block; }
    #navigation ul li.menu-item-has-children .dropdown-btn {
      background: transparent;
      border: none;
      color: #fff;
      display: block;
      left: auto;
      padding: 4px 10px 6px;
      position: absolute;
      right: 22px;
      top: 15px; }
      #navigation ul li.menu-item-has-children .dropdown-btn .caret {
        border-top: 7px dashed;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent; }
      #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: transparent;
        color: #037f40; }

  #navigation ul li ul {
    background: #00abd3;
    margin-bottom: 12px;
    max-height: unset;
    position: relative;
    text-align: center;
    width: 100%;
    top: 0; }
    #navigation ul li ul li {
      border-bottom: 1px solid #fff; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
    right: auto;
    left: 0; }

  #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
    right: 0;
    left: 0;
    background: #111; }

  #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: 0;
    display: block;
    border: 1px solid #037f40;
    color: #037f40;
    padding: 3px 9px 4px;
    top: 5px;
    background: transparent;
    color: #037f40; }
    #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: #005470;
      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 #005470;
    color: #005470;
    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: #005470;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .navbar.navbar-default {
    margin-bottom: 0;
    border: none;
    border-radius: 0px; }

  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: 1px solid transparent;
    display: block;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent;
    color: #ffffff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #ffffff !important; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #ffffff !important;
      height: 5px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: inherit !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-brand {
    padding: 0;
    width: 160px;
    position: absolute;
    height: 75px;
    left: 30px; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #navigation {
    overflow-y: scroll !important; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .top .logo {
    width: 150px; }

  .top .header-top .custom-link a.btn-2 {
    margin-right: 5px;
    min-width: inherit;
    margin-bottom: 5px; }

  .top .header-top {
    padding-right: 5px; }

  .top .header-top ul.social {
    display: none; }

  .top .logo {
    width: 190px;
    top: 25px; }

  body.fixed header.header .top .logo {
    padding: 10px 10px;
    box-shadow: none;
    width: 168px; } }
/*END Main Navigation------------------------------------- */
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #0d1b31; }

div.search {
  display: block;
  font-family: 'Lato', sans-serif;
  position: relative;
  float: none;
  vertical-align: middle;
  background: #004961; }
  div.search::before {
    content: "";
    background: #00abd3;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  div.search::after {
    content: "";
    background: #00abd3;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    height: 47px;
    border: none;
    color: #fff;
    vertical-align: middle;
    background: transparent;
    padding: 15px;
    width: calc(100% - 55px); }

@media only screen and (max-width: 767px) {
  div.search::after {
    content: none; } }
/*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: #3f3f3f;
      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: #005470;
  background: -webkit-linear-gradient(#005470, rgba(0, 84, 112, 0.2));
  background: -o-linear-gradient(#005470, rgba(0, 84, 112, 0.2));
  background: -moz-linear-gradient(#005470, rgba(0, 84, 112, 0.2));
  background: linear-gradient(#005470, rgba(0, 84, 112, 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; }
  .font-resizer.active p {
    background: #005470; }
  .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; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #005470;
    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: #005470;
    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: #0d1b31;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow: hidden; }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 5%; }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: transparent;
      border-radius: 50%;
      border: none;
      color: #ffffff;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px; }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #005470; }
    .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
      background: transparent; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    display: block;
    width: 5%; }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: transparent;
      border-radius: 0%;
      color: #ffffff;
      font-size: 30px;
      height: 111px;
      text-align: center;
      text-shadow: none;
      width: 54px; }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #005470;
        background: transparent; }
    .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
      background: transparent; }
  .slider-widget .slider-a .slider-box {
    height: 85vh;
    position: relative;
    text-align: left;
    overflow: hidden !important; }
  .slider-widget .slider-a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    .slider-widget .slider-a .bg-img::after {
      content: "";
      background: url("../images/slider-overlay.png");
      background-size: 100% 100%;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto;
      opacity: 1;
      z-index: 1; }
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 10;
    width: 100%; }
    .slider-widget .caption-a h1 {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      line-height: 1em;
      margin: 0;
      position: relative;
      text-shadow: 1px 1px 2px #000;
      z-index: 1;
      text-transform: uppercase;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
    .slider-widget .caption-a span {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 40px;
      font-weight: 400;
      text-shadow: 1px 1px 2px #000;
      line-height: 1em;
      margin: 0;
      width: 90%; }
      .slider-widget .caption-a span::after {
        content: none; }
    .slider-widget .caption-a p {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.2px;
      line-height: 1.6em;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
      margin: 25px auto 15px;
      width: 60%; }
    .slider-widget .caption-a a.btn-1 {
      margin: 30px 15px 0; }

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .slider-a .slider-box {
    height: 95vh; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%); } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .slider-a .slider-box {
    height: 95vh; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%); } }
@media only screen and (max-width: 991px) {
  .slider-widget .caption-a h1 {
    font-size: 70px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a h2 {
    font-size: 24px !important; }
  .slider-widget .caption-a p {
    margin-bottom: 10px;
    line-height: 1.4em; }
  .slider-widget .caption-a a.btn-1 {
    padding: 10px 10px;
    min-width: 160px; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%; }
    .slider-widget .caption-a h1 {
      font-size: 40px !important; }
    .slider-widget .caption-a h2 {
      font-size: 18px !important; }
    .slider-widget .caption-a p {
      margin-bottom: 5px;
      line-height: 1.2em;
      width: 100%; }
    .slider-widget .caption-a a.btn-1 {
      padding: 10px 10px;
      min-width: 160px;
      margin-top: 30px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h1 {
    font-size: 25px !important; }

  .slider-widget .caption-a p {
    font-size: 14px; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  background: #fff;
  padding: 50px 0 0;
  position: relative;
  text-align: center; }
  .news-widget h2 {
    color: #232323 !important; }
    .news-widget h2::after {
      background: #232323 !important;
      width: 98px !important; }
  .news-widget .col-md-3 {
    padding: 0; }
    .news-widget .col-md-3:last-child .single-box .info-wrap {
      border-right: 1px solid #aaa !important; }
  .news-widget .single-box {
    position: relative;
    transition: 0.4s; }
    .news-widget .single-box:hover, .news-widget .single-box:active, .news-widget .single-box:focus {
      transition: 0.5s; }
  .news-widget .img-wrap {
    height: 315px;
    width: 100%;
    z-index: 0; }
    .news-widget .img-wrap img {
      height: auto;
      width: auto; }
  .news-widget .info-wrap {
    background: transparent;
    padding: 10px 10px 135px;
    position: relative;
    text-align: left;
    border-left: 1px solid #aaa; }
    .news-widget .info-wrap .date {
      font-family: 'Lato', sans-serif;
      color: #aaaaaa;
      font-size: 17px;
      font-weight: 400; }
    .news-widget .info-wrap a {
      font-family: 'Lato', sans-serif;
      color: #232323;
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      .news-widget .info-wrap a h3 {
        font-family: 'Lato', sans-serif;
        color: #232323;
        font-size: 24px;
        font-weight: 600; }
      .news-widget .info-wrap a:hover {
        text-decoration: none; }
    .news-widget .info-wrap p {
      color: #3f3f3f; }
    .news-widget .info-wrap .btn-view {
      bottom: 25px;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      right: 0;
      text-align: center; }
      .news-widget .info-wrap .btn-view a.btn-1 {
        font-size: 18px;
        border: 3px solid #232323;
        color: #232323 !important; }

/*END News------------------------------------------*/
@media only screen and (max-width: 991px) {
  .news-widget .single-box {
    width: 60%;
    margin: 0 auto; }
  .news-widget .col-md-3:last-child .single-box .info-wrap {
    border: none !important; }
  .news-widget .info-wrap {
    border: none !important; } }
@media only screen and (max-width: 767px) {
  .news-widget .single-box {
    width: 80%;
    margin: 0 auto; } }
@media only screen and (max-width: 480px) {
  .news-widget .single-box {
    width: 90%;
    margin: 0 auto; } }
/*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: #0d1b31;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #0d1b31; }
  .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: #3f3f3f; }
  .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: #3f3f3f; }
  .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: #3f3f3f;
    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: #3f3f3f;
    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: #0d1b31; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #0d1b31;
    color: #fff;
    border: solid 1px #3f3f3f;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #3f3f3f;
    color: #0d1b31; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

.page #tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #005470; }

.page #tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #005470; }

/*END Calendar------------------------------------------*/
.events-widgets {
  padding: 75px 0 50px;
  background: transparent;
  position: relative; }
  .events-widgets::after {
    content: "";
    background: transparent url("../images/medal.png") no-repeat;
    background-position: top center;
    background-size: contain;
    top: -132px;
    position: absolute;
    left: -70px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 500px;
    height: 430px;
    z-index: 0; }
  .events-widgets::before {
    content: "";
    background-image: url("../images/shadow-footer-top.png");
    background-repeat: repeat-y;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 100%; }
  .events-widgets .container {
    position: relative;
    z-index: 1; }
  .events-widgets h2 {
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    text-align: left;
    color: #ffffff;
    margin: 25px 0 45px;
    text-transform: capitalize; }
  .events-widgets .box-row {
    background: url("../images/bg-row-event.png") no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 5px; }
    .events-widgets .box-row::before, .events-widgets .box-row::after {
      content: "";
      display: table; }
    .events-widgets .box-row::after {
      clear: both; }
  .events-widgets .box-events {
    background: #005470;
    cursor: pointer;
    line-height: 1.5em;
    position: relative;
    padding: 20px 15px 15px;
    width: 90px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52); }
    .events-widgets .box-events a {
      display: block;
      text-decoration: none; }
    .events-widgets .box-events .month, .events-widgets .box-events .day {
      color: #0d1b31;
      cursor: pointer;
      display: block;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
    .events-widgets .box-events .month {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 3px; }
      .events-widgets .box-events .month::before {
        content: "";
        background: #0d1b31;
        bottom: -3px;
        display: block;
        height: 2px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        width: 90%; }
    .events-widgets .box-events .day {
      font-family: 'Lato', sans-serif;
      font-size: 70px;
      padding: 0;
      line-height: 1em; }
    .events-widgets .box-events:hover, .events-widgets .box-events:focus, .events-widgets .box-events:active {
      background: #00abd3;
      cursor: pointer;
      text-decoration: none; }
  .events-widgets .info-event {
    padding: 35px 0 15px; }
  .events-widgets h4 {
    font-family: 'Lato', sans-serif;
    color: #005470;
    font-size: 28px;
    margin: 0; }
    .events-widgets h4 a {
      color: #005470;
      text-decoration: none; }
      .events-widgets h4 a:hover, .events-widgets h4 a:focus, .events-widgets h4 a:active {
        text-decoration: none;
        color: #ffffff; }
  .events-widgets address {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0; }
    .events-widgets address strong {
      font-family: 'Lato', sans-serif;
      color: #005470;
      font-weight: 900; }
  .events-widgets hr {
    display: none; }
  .events-widgets .view-all {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0; }
    .events-widgets .view-all i {
      animation: 0.4s;
      background: #005470;
      border-radius: 50%;
      bottom: -10px;
      color: #1b1510;
      display: inline-block;
      height: 30px;
      position: relative;
      right: -15px;
      width: 30px; }
      .events-widgets .view-all i::before {
        content: "\f105";
        box-sizing: border-box;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        left: 50%;
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 45%;
        font-size: 28px;
        text-rendering: auto; }

/*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;
  font-family: 'Lato', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #005470; }
  #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: #037f40;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #005470; }
#tribe-events .tribe-events-calendar thead th {
  background: #0d1b31;
  border-color: #0d1b31; }
#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: #037f40; }
#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: #037f40; }
#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: #037f40; }
#tribe-events .tribe-events-sub-nav a {
  color: #3f3f3f;
  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: #005470;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .events-widgets-left .col-md-6 .col-md-4 {
    padding: 0; } }
@media only screen and (max-width: 991px) {
  .events-widgets .box-row {
    padding-bottom: 35px; } }
@media only screen and (max-width: 767px) {
  .events-widgets h2 {
    margin: 0; }

  .eventswidgets .boxrow {
    padding-bottom: 35px; }

  .events-widgets-left {
    text-align: center;
    padding-bottom: 20px; }

  .events-widgets .box-events {
    width: 105px;
    margin: 25px auto 0; }

  .events-widgets .view-all {
    top: -60px; }

  .events-widgets .info-event {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .events-widget .day {
    height: auto; }

  .events-widgets .box-row {
    background-size: cover;
    padding-bottom: 30px; } }
/*START Sign Up--------------------------------------------------*/
#mc_embed_signup {
  background: transparent !important; }
  #mc_embed_signup h2, #mc_embed_signup .mc-field-group {
    float: left; }

.sign-up-widget {
  padding: 0;
  text-align: left; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 15px 0;
    display: block;
    float: left;
    position: relative; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: block !important;
      font-size: 18px;
      width: 140%;
      font-weight: 700;
      font-family: 'Lato-BoldItalic', sans-serif !important; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: calc(100% - 125px);
      display: inline-block;
      vertical-align: top;
      float: left; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: #ffffff;
              color: #3f3f3f;
              font-family: 'Lato-BoldItalic', sans-serif !important;
              font-weight: 700;
              font-size: 20px;
              border-radius: 5px;
              border: 1px solid #037f40;
              height: 45px;
              width: 100%;
              color: #7e7e7e;
              font-size: 1rem;
              padding-left: 15px !important; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                opacity: 1;
                font-size: 20px;
                color: #7e7e7e; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                opacity: 1;
                font-size: 20px;
                color: #7e7e7e; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                /* IE 10+ */
                opacity: 1;
                font-size: 20px;
                color: #7e7e7e; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                opacity: 1;
                font-size: 20px;
                color: #7e7e7e; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 100px;
      display: inline-block;
      text-align: center;
      margin: 0 0 0 10px;
      padding: 0;
      bottom: 0;
      position: absolute; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #037f40;
        border: 1px solid #037f40;
        height: 45px;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-weight: 700;
        border-radius: 5px;
        text-transform: none;
        transition: 0.4s;
        font-size: 0.8rem; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #7bb505;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    margin: 0px 0 25px; } }
/*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: #005470;
        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: #005470; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #005470;
    background: -webkit-linear-gradient(90deg, #005470 50%, #00abd3 50%);
    background: -o-linear-gradient(90deg, #005470 50%, #00abd3 50%);
    background: -moz-linear-gradient(90deg, #005470 50%, #00abd3 50%);
    background: linear-gradient(90deg, #005470 50%, #00abd3 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 (max-width: 991px) {
  .social-widget .bg-social {
    background: #005470;
    background: -webkit-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: -o-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: -moz-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: linear-gradient(180deg, #005470 50%, #00abd3 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #005470;
    background: -webkit-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: -o-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: -moz-linear-gradient(180deg, #005470 50%, #00abd3 50%);
    background: linear-gradient(180deg, #005470 50%, #00abd3 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: #005470;
  padding: 40px 0px 50px;
  position: relative;
  z-index: 3; }
  .testimonial-widget h2 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize; }
  .testimonial-widget::before {
    content: "";
    background: url("../images/before-effect-testimonials.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px; }
  .testimonial-widget .carousel-inner .testimonial-box {
    padding: 0 15%; }
  .testimonial-widget .carousel-inner .quote {
    background: transparent;
    color: #ffffff;
    font-size: 22px;
    text-align: left; }
    .testimonial-widget .carousel-inner .quote .img-testimonial {
      /*Flex*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background: #fff;
      border-radius: 50%;
      border: 4px solid #fff;
      float: left;
      height: 205px;
      margin: 0 50px 20px 0;
      overflow: hidden;
      position: relative;
      width: 205px;
      z-index: 3; }
      .testimonial-widget .carousel-inner .quote .img-testimonial img {
        object-fit: cover;
        object-position: 50% 50%;
        width: inherit;
        height: inherit; }
    .testimonial-widget .carousel-inner .quote h3 {
      font-family: 'Lato', sans-serif;
      font-size: 35px;
      font-weight: 400;
      text-transform: capitalize; }
    .testimonial-widget .carousel-inner .quote p {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 24px; }
    .testimonial-widget .carousel-inner .quote a {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 18px; }
    .testimonial-widget .carousel-inner .quote small {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 22px;
      font-style: normal;
      font-weight: 400; }
  .testimonial-widget .carousel-inner > .item {
    width: 98%;
    margin: 0 auto; }
  .testimonial-widget:hover .carousel-control {
    opacity: 1; }
  .testimonial-widget .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .testimonial-widget .carousel-control span {
      background: #037f40;
      border-radius: 50%;
      border: none;
      color: #fff;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px;
      -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2); }
      .testimonial-widget .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .testimonial-widget .carousel-control span:hover {
        color: #037f40;
        background: #fff; }
    .testimonial-widget .carousel-control.left, .testimonial-widget .carousel-control.right {
      background: transparent; }
  .testimonial-widget .view-all {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center; }
    .testimonial-widget .view-all::after {
      content: "\f178 ";
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      margin-left: 5px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto; }
    .testimonial-widget .view-all:hover {
      text-decoration: none; }
  .testimonial-widget .carousel-indicators {
    display: none; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 991px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 75%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget h2 {
      font-size: 50px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 75%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px;
      padding: 40px 20px 30px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: 0; } }
/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 60px 0px;
  position: relative; }
  .sponsor-widget::before {
    content: "";
    background-image: url("../images/shadow-footer-top.png");
    background-repeat: repeat-y;
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%; }
  .sponsor-widget h2 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 43px;
    margin: 0 0 10px;
    text-align: center; }
  .sponsor-widget #sponsors-slider .item {
    text-align: center;
    font-size: 0; }
  .sponsor-widget #sponsors-slider .col-ib-2 {
    width: 16%;
    display: inline-block; }
  .sponsor-widget #sponsors-slider .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .sponsor-widget #sponsors-slider .carousel-control span {
      background: transparent;
      border-radius: 50%;
      border: 3px solid #005470;
      color: #005470;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      top: 40%;
      width: 48px;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); }
      .sponsor-widget #sponsors-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -52%);
        -moz-transform: translate(-50%, -52%);
        -ms-transform: translate(-50%, -52%);
        transform: translate(-50%, -52%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .sponsor-widget #sponsors-slider .carousel-control span:hover {
        color: #fff;
        background: #005470; }
      .sponsor-widget #sponsors-slider .carousel-control span.fa-angle-left {
        left: 0; }
      .sponsor-widget #sponsors-slider .carousel-control span.fa-angle-right {
        right: 0;
        position: relative; }
    .sponsor-widget #sponsors-slider .carousel-control.left, .sponsor-widget #sponsors-slider .carousel-control.right {
      background: transparent;
      width: auto; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 150px;
    background: transparent !important;
    margin: 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      height: auto;
      padding: 25px;
      width: 100%; }
  .sponsor-widget .view-all {
    margin: 31px auto 0px;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; }

  .sponsor-widget #sponsors-slider .left {
    margin-left: 0; }

  .sponsor-widget #sponsors-slider .right {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-widget #sponsors-slider .col-ib-2 {
    width: 100%; }

  .sponsor-widget #sponsors-slider .img-wrap {
    height: 150px;
    width: auto;
    margin: 0 auto; }

  .sponsor-widget #sponsors-slider .img-wrap img {
    max-height: 100%;
    width: auto; }

  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; }

  .sponsor-widget #sponsors-slider .left {
    margin-left: 0; }

  .sponsor-widget #sponsors-slider .right {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  color: #3f3f3f;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #acacac; }
  footer.footer .footer-top {
    padding: 65px 25px 40px;
    font-size: 16px;
    text-align: left; }
    footer.footer .footer-top h3 {
      color: #037f40;
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 30px 0;
      text-transform: uppercase;
      position: relative; }
    footer.footer .footer-top a {
      display: block;
      color: #3f3f3f;
      line-height: 1.5em;
      font-weight: 400; }
      footer.footer .footer-top a:hover {
        color: #037f40; }
    footer.footer .footer-top p {
      font-weight: 400; }
    footer.footer .footer-top address {
      margin-bottom: 0;
      line-height: 1.5em;
      font-weight: 400;
      margin-bottom: 15px; }
      footer.footer .footer-top address span {
        display: block;
        color: #7bb505;
        font-family: 'Lato-BoldItalic', sans-serif;
        line-height: 5px; }
    footer.footer .footer-top .left {
      padding-top: 0px; }
      footer.footer .footer-top .left img {
        width: 100%; }
    footer.footer .footer-top .center-left {
      padding-left: 5%; }
      footer.footer .footer-top .center-left a {
        margin-bottom: 15px;
        text-decoration: none; }
        footer.footer .footer-top .center-left a span {
          display: block;
          color: #7bb505;
          font-family: 'Lato-BoldItalic', sans-serif;
          line-height: 5px; }
    footer.footer .footer-top .center-right {
      padding-left: 5%; }
      footer.footer .footer-top .center-right ul {
        padding: 0; }
        footer.footer .footer-top .center-right ul li {
          list-style-type: none; }
          footer.footer .footer-top .center-right ul li a {
            color: #ffffff;
            font-weight: 300; }
            footer.footer .footer-top .center-right ul li a:hover {
              color: #037f40; }
    footer.footer .footer-top .right {
      padding-left: 5%; }
      footer.footer .footer-top .right p {
        font-family: 'Lato-BoldItalic', sans-serif;
        font-weight: 700;
        font-size: 18px; }
      footer.footer .footer-top .right ul.social {
        padding: 0px 0 0 0;
        font-size: 1.071rem;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: left;
        margin-top: 0px; }
        footer.footer .footer-top .right ul.social::before {
          content: none;
          /* style */ }
        footer.footer .footer-top .right ul.social li {
          display: inline-block;
          line-height: 1.2em;
          margin-left: 2px;
          margin-top: 8px;
          vertical-align: middle; }
          footer.footer .footer-top .right ul.social li a {
            vertical-align: middle;
            color: #037f40;
            line-height: 1.2em;
            transition: 0.4s;
            display: block;
            border: 2px solid #037f40;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            position: relative;
            padding: 0px; }
            footer.footer .footer-top .right 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%); }
            footer.footer .footer-top .right ul.social li a:hover {
              color: #fff;
              background: #037f40;
              border: 3px solid #037f40; }
              footer.footer .footer-top .right ul.social li a:hover a {
                color: #ffffff !important; }
      footer.footer .footer-top .right a.contact h4 {
        font-size: 20px;
        color: #037f40;
        font-weight: 700; }
        footer.footer .footer-top .right a.contact h4 span {
          display: block;
          color: #ffffff;
          font-size: 15px; }
    footer.footer .footer-top .info-wrap {
      margin-top: 25px; }
      footer.footer .footer-top .info-wrap strong {
        display: block;
        font-size: 20px;
        color: #232323; }
  footer.footer .footer-bottom {
    font-family: 'Lato', sans-serif;
    padding: 20px 0 5px;
    background: #005470;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-align: left; }
    footer.footer .footer-bottom p {
      color: #fff;
      font-weight: 500; }
    footer.footer .footer-bottom a {
      color: #fff; }
      footer.footer .footer-bottom a span {
        font-weight: 600;
        color: #037f40; }
    footer.footer .footer-bottom .copy-r {
      float: left; }
      footer.footer .footer-bottom .copy-r a {
        color: #fff;
        font-weight: 500;
        text-decoration: underline;
        margin-right: 10px; }
        footer.footer .footer-bottom .copy-r a::hover {
          text-decoration: none; }
    footer.footer .footer-bottom .elevation {
      float: right; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  footer.footer .footer-top .center-left::after {
    content: "";
    right: 5% !important; } }
@media only screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding: 65px 0px 0px; }

  footer.footer .footer-top h3 {
    text-align: left; }

  footer.footer .footer-top .left {
    text-align: left; }

  footer.footer .col-md-3 {
    padding-bottom: 45px;
    text-align: left; }

  footer.footer .footer-top .center-left::after {
    content: none; }

  footer.footer .footer-top .center-right::after {
    content: none; }

  footer.footer .footer-top .right ul.social {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  footer.footer .footer-top h3::after {
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%); }

  footer.footer .footer-top h3 {
    text-align: center; }

  footer.footer .footer-top .left {
    text-align: center; }

  footer.footer .col-md-3 {
    padding-bottom: 45px;
    text-align: center; }

  footer.footer .footer-top .center-left::after {
    content: none; }

  footer.footer .footer-top .center-right::after {
    content: none; }

  footer.footer .footer-top .right ul.social {
    text-align: center; }

  footer.footer .footer-bottom {
    text-align: center;
    margin: 0 auto; }

  footer.footer .footer-bottom .copy-r {
    float: none; }

  footer.footer .footer-bottom .elevation {
    float: none; }

  footer.footer .footer-top .right {
    text-align: center; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Lato', sans-serif;
      color: #037f40;
      font-size: 12.5px;
      font-weight: 600;
      margin-bottom: 0; }
    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.9rem;
        color: #7c7c7c; }
    ul.breadcrumbs li a {
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      color: #3f3f3f;
      font-size: 12.5px;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #005470; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background-color: #005470;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 340px;
  position: relative;
  overflow: hidden; }
  .interior-top::after {
    content: "";
    background: url("../images/interior-top-overlay.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .interior-top .container h1 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: auto;
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 200px 0 60px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 2; }
  .interior-top .container span {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    width: 90%; }
    .interior-top .container span::after {
      content: none; }
  .interior-top img {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    max-width: inherit;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: 1;
    height: auto; }
  .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 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  color: #3f3f3f;
  font-size: 14px; }
  .interior .container {
    margin-top: 0px;
    padding: 55px 35px 100px;
    position: relative !important; }
  .interior img {
    max-width: 100%;
    height: auto; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: 'Lato', sans-serif;
    color: #0d1b31;
    font-weight: 700;
    text-transform: uppercase; }
  .interior h5, .interior h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #0d1b31;
    text-transform: uppercase; }
  .interior h1 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 35px; }
  .interior h2 {
    font-size: 39px;
    margin-bottom: 25px; }
  .interior h3 {
    font-size: 34px; }
  .interior h4 {
    font-size: 28px; }
  .interior h5 {
    font-size: 22px; }
  .interior h6 {
    font-size: 18px; }
  .interior hr {
    border-color: #3f3f3f !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior strong {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    line-height: 1.6em;
    margin-bottom: 2em;
    font-size: 22px; }
  .interior p {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px; }
  .interior blockquote {
    font-family: 'Lato-BoldItalic', sans-serif;
    background: #ffffff;
    border-left: 0px solid #005470;
    color: #7bb505;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 2em;
    margin-left: 0%;
    margin-right: 0%;
    padding: 15px 40px;
    text-align: left;
    width: 97%;
    position: relative; }
    .interior blockquote p, .interior blockquote a, .interior blockquote strong {
      font-family: 'Lato-BoldItalic', sans-serif;
      color: #7bb505 !important;
      font-size: 17px !important;
      font-weight: 600 !important;
      line-height: 1em !important; }
    .interior blockquote::before {
      content: open-quote;
      color: #037f40;
      font-weight: 900;
      font-size: 80px;
      line-height: 0;
      display: block;
      position: absolute;
      top: 50px;
      left: 2%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .interior blockquote::after {
      content: close-quote;
      color: #037f40;
      font-weight: 900;
      font-size: 80px;
      line-height: 0;
      display: block;
      position: absolute;
      top: 50px;
      right: -2%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .interior small {
    color: #3f3f3f; }
  .interior a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #3f3f3f;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-weight: 400;
    padding: 0px; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      font-family: 'Lato', sans-serif;
      color: #3f3f3f;
      font-weight: 400;
      line-height: 1.8em;
      list-style-type: none;
      padding-left: 20px;
      font-size: 18px; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 5px solid #037f40;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        width: 5px;
        height: 5px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          font-family: 'Lato', sans-serif;
          color: #3f3f3f;
          font-weight: 400;
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 5px solid #037f40; }
  .interior .table-responsive .table {
    border: 1px solid #d5d5d5;
    font-family: 'Lato', sans-serif; }
    .interior .table-responsive .table tr {
      text-align: center;
      background-color: transparent; }
      .interior .table-responsive .table tr th {
        text-align: center;
        background: #037f40;
        color: #fff;
        padding: 10px 0;
        border: none; }
        .interior .table-responsive .table tr th:hover {
          background: #7bb505; }
      .interior .table-responsive .table tr:nth-child(even) td {
        border: none;
        background: #fff;
        padding: 10px 0;
        color: #404040; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        border: none;
        background: #d5d5d5;
        color: #404040;
        padding: 10px 0; }
  .interior label {
    font-weight: 400;
    font-size: 14px;
    display: block; }
  .interior input, .interior textarea, .interior select {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #2d1a09;
    height: 50px; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior select {
    background: #fff; }
  .interior textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #3f3f3f; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: 'Lato', sans-serif;
    background: #7bb505;
    border-radius: 5px;
    border: 2px solid #7bb505;
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin: 25px auto;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: 0.4s; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #037f40;
      text-decoration: none;
      color: #ffffff !important; }
  .interior button {
    background: #005470;
    color: #fff;
    padding: 15px 10px;
    border: none;
    transition: 0.3s;
    height: 50px; }
    .interior button:hover {
      background: #0d1b31;
      color: #3f3f3f; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .interior-top {
    min-height: 200px; } }
@media only screen and (max-width: 991px) {
  .interior-top {
    min-height: 200px; } }
@media only screen and (max-width: 767px) {
  .interior-top {
    min-height: 200px; } }
@media only screen and (max-width: 480px) {
  .interior .container {
    padding: 20px 30px 50px; }

  .interior-top {
    min-height: 160px; }
    .interior-top .slogan h1 {
      font-size: 40px !important; }
    .interior-top .slogan h2 {
      font-size: 16px !important;
      padding: 5px 10px !important; }
    .interior-top .slogan::before {
      height: 150px !important;
      width: 150px !important; }

  .interior-top img {
    height: 100%;
    width: auto; } }
@media only screen and (max-width: 360px) {
  .interior-top .container h1 {
    font-size: 30px;
    margin-bottom: 0px;
    padding: 25px 0 20px; } }
li {
  font-family: 'Lato', sans-serif;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em; }

/*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-family: 'Lato', sans-serif;
      color: #232323;
      display: block;
      font-size: 27px;
      font-weight: 400;
      line-height: 1em;
      padding-bottom: 20px;
      text-transform: capitalize; }
      .sidebar .inner-nav ul li a h4 {
        color: #3f3f3f; }
        .sidebar .inner-nav ul li a h4::after {
          content: "";
          background: #fff;
          height: 1px;
          width: 100%;
          display: block;
          margin: 15px 0 5px; }
    .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;
      padding: 30px 25px;
      margin-bottom: 30px;
      background-color: #ffffff !important;
      border-radius: 5px;
      border: 1px solid #d7d7d7; }
      .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;
        line-height: 1.4em;
        box-shadow: none !important;
        background: transparent !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
          font-family: 'Lato', sans-serif;
          background: transparent;
          color: #3f3f3f;
          display: block;
          font-size: 1rem;
          font-style: initial;
          font-weight: 400;
          letter-spacing: unset;
          padding: 7px 15px;
          text-transform: capitalize; }
          .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 {
            font-family: 'Lato', sans-serif;
            background: #037f40;
            border-bottom: none;
            color: #fff;
            margin: 0 -25px;
            padding: 7px 40px; }
          .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: #3f3f3f;
              font-family: 'Lato', sans-serif;
              border-bottom: none; }
    .sidebar .inner-nav ul li::before {
      content: none; }
    .sidebar .inner-nav ul li.current-menu-ancestor ul li {
      padding: 0 !important;
      margin-bottom: 0 !important;
      border: none !important; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
        padding-left: 30px; }

.sidebar-a {
  background: #7bb505;
  margin-bottom: 00px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: capitalize;
    padding: 15px 0; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      display: block;
      margin: 15px 0 5px; }
  .sidebar-a p, .sidebar-a a {
    color: #fff;
    font-size: 13px; }
  .sidebar-a a {
    text-decoration: underline; }

.sidebar-b {
  background: url("../images/bg-sidebar-b.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 00px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 60px;
  z-index: 3; }
  .sidebar-b h3 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: capitalize;
    padding: 15px 0; }
    .sidebar-b h3::after {
      content: "";
      background: #ffffff;
      height: 1px;
      width: 100%;
      display: block;
      margin: 15px 0 5px; }
  .sidebar-b p {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato-BoldItalic', sans-serif;
    font-weight: 700; }
  .sidebar-b a {
    text-decoration: underline; }
  .sidebar-b a.btn-1 {
    background: transparent; }
    .sidebar-b a.btn-1:after {
      display: none; }
    .sidebar-b a.btn-1:hover, .sidebar-b a.btn-1:focus, .sidebar-b a.btn-1:active {
      background: #ffffff;
      text-decoration: none;
      color: #037f40 !important; }

/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #0d1b31;
  color: #005470 !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;
  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-color: #0d1b31;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #005470; }

.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; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 20px;
  background: #2d1a09;
  border-radius: 0 0 10px 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #005470;
  background: #39210b; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #005470; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus a, .woocommerce div.product .woocommerce-tabs ul.tabs li:active a {
    color: #fff; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #2c1909;
    color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.75em;
  line-height: 1; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent; }

/*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 #005470; }

.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-color: #005470 !important;
  color: #2d1a09 !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;
  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-color: #0d1b31 !important;
    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: #005470;
  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;
  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: #0d1b31;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 350px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    left: 50%;
    max-height: inherit;
    min-height: inherit;
    min-width: 100%;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1; }
  .img-category a {
    background: #0d1b31;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 2; }
    .img-category a:hover {
      background: #005470;
      color: #fff !important; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #005470; }
  .interior.category a h3 {
    text-transform: none !important; }

/*END Category Page----------------------------------*/
.pagination .nav-links a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #005470;
  transition: 0.4s;
  font-weight: 400;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #0d1b31; }
.pagination .nav-links span {
  color: #005470; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background: #037f40;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #005470; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #0d1b31; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #3f3f3f; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #005470; }
  .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; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
.taxonomy-publications .panel-group .panel-heading,
.archive-publications .panel-group .panel-heading {
  padding: 0; }
  .taxonomy-publications .panel-group .panel-heading .panel-title,
  .archive-publications .panel-group .panel-heading .panel-title {
    padding: 10px 15px;
    padding-right: 25px;
    position: relative;
    background: #005470; }
    .taxonomy-publications .panel-group .panel-heading .panel-title a,
    .archive-publications .panel-group .panel-heading .panel-title a {
      color: #fff !important;
      display: block;
      text-decoration: none; }
    .taxonomy-publications .panel-group .panel-heading .panel-title:hover,
    .archive-publications .panel-group .panel-heading .panel-title:hover {
      background: #002e3d; }
.taxonomy-publications .panel-group .panel-heading .accordion-toggle[data-toggle="collapse"]:after,
.archive-publications .panel-group .panel-heading .accordion-toggle[data-toggle="collapse"]:after {
  content: "\f078";
  /* "play" icon */
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  color: #b0c5d8;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
  transition: 0.4s;
  /* rotate "play" icon from > (right arrow) to down arrow */ }
.taxonomy-publications .panel-group .panel-heading .accordion-toggle[data-toggle="collapse"].collapsed:after,
.archive-publications .panel-group .panel-heading .accordion-toggle[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.4s; }

.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #005470;
  border: none;
  cursor: pointer;
  margin-bottom: 0;
  color: #fff !important;
  padding: 25px 15px; }
  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: #002e3d; }

.accordion-title {
  padding-right: 25px;
  position: relative;
  color: #fff !important; }
  .accordion-title::after {
    content: "\f067";
    position: absolute;
    right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-title.open::after {
    content: "\f068"; }

.accordion-content {
  background: transparent;
  padding: 20px 10px;
  border: none;
  background: #005470;
  border-top: none;
  color: #fff !important; }
  .accordion-content p, .accordion-content strong, .accordion-content a {
    color: #fff !important; }

label.gfield_label {
  margin-top: 25px; }

/*START Board Classes------------------------------------------*/
div.dataTables_wrapper table.dataTable.sc-team-table tbody tr.odd td.sorting_1, div.dataTables_wrapper table.dataTable.sc-team-table tbody tr.even td.sorting_1 {
  font-weight: 900 !important; }

.post-type-archive-staff div[id*="myModal"],
.post-type-archive-board_directors div[id*="myModal"],
.archive-board div[id*="myModal"],
.interior .archive-board div[id*="myModal"] {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -200%;
  height: 100%;
  width: 0px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.75s; }
  .post-type-archive-staff div[id*="myModal"].appear,
  .post-type-archive-board_directors div[id*="myModal"].appear,
  .archive-board div[id*="myModal"].appear,
  .interior .archive-board div[id*="myModal"].appear {
    right: 0;
    width: 500px;
    max-width: 100%;
    padding: 25px; }
.post-type-archive-staff p, .post-type-archive-staff strong,
.post-type-archive-board_directors p,
.post-type-archive-board_directors strong,
.archive-board p,
.archive-board strong,
.interior .archive-board p,
.interior .archive-board strong {
  display: block;
  margin-bottom: 1em; }
.post-type-archive-staff strong,
.post-type-archive-board_directors strong,
.archive-board strong,
.interior .archive-board strong {
  margin-bottom: 0; }
.post-type-archive-staff button.close,
.post-type-archive-board_directors button.close,
.archive-board button.close,
.interior .archive-board button.close {
  opacity: 0.7;
  background: #0d1b31;
  color: #fff;
  padding: 5px 10px;
  height: auto; }
  .post-type-archive-staff button.close:hover,
  .post-type-archive-board_directors button.close:hover,
  .archive-board button.close:hover,
  .interior .archive-board button.close:hover {
    opacity: 1; }
.post-type-archive-staff .article .col-sm-6,
.post-type-archive-board_directors .article .col-sm-6,
.archive-board .article .col-sm-6,
.interior .archive-board .article .col-sm-6 {
  padding: 0 7px; }
.post-type-archive-staff .img-wrap,
.post-type-archive-board_directors .img-wrap,
.archive-board .img-wrap,
.interior .archive-board .img-wrap {
  margin-bottom: 15px;
  z-index: 4;
  background: #000;
  height: 400px !important;
  background: #392113 url("../images/bg-about-image-left.jpg");
  background-size: cover;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); }
  .post-type-archive-staff .img-wrap img,
  .post-type-archive-board_directors .img-wrap img,
  .archive-board .img-wrap img,
  .interior .archive-board .img-wrap img {
    height: 100%;
    width: auto;
    z-index: 1;
    max-width: inherit;
    transition: 0.4s; }
  .post-type-archive-staff .img-wrap .info,
  .post-type-archive-board_directors .img-wrap .info,
  .archive-board .img-wrap .info,
  .interior .archive-board .img-wrap .info {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    right: 0;
    width: 100%;
    transition: 0.4s; }
    .post-type-archive-staff .img-wrap .info h3, .post-type-archive-staff .img-wrap .info p,
    .post-type-archive-board_directors .img-wrap .info h3,
    .post-type-archive-board_directors .img-wrap .info p,
    .archive-board .img-wrap .info h3,
    .archive-board .img-wrap .info p,
    .interior .archive-board .img-wrap .info h3,
    .interior .archive-board .img-wrap .info p {
      background: #005470;
      color: #0d1b31;
      padding: 5px 5px 5px 15px;
      margin: 0;
      font-size: 14px;
      line-height: 1em;
      display: inline-block; }
    .post-type-archive-staff .img-wrap .info h3,
    .post-type-archive-board_directors .img-wrap .info h3,
    .archive-board .img-wrap .info h3,
    .interior .archive-board .img-wrap .info h3 {
      margin-bottom: 10px;
      font-size: 22px; }
  .post-type-archive-staff .img-wrap .btn-modal,
  .post-type-archive-board_directors .img-wrap .btn-modal,
  .archive-board .img-wrap .btn-modal,
  .interior .archive-board .img-wrap .btn-modal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    top: -100%;
    transition: 0.4s;
    z-index: 4;
    background: transparent;
    border-radius: 50%;
    border: 4px solid #000;
    padding: 4px 10px;
    color: #000; }
    .post-type-archive-staff .img-wrap .btn-modal a,
    .post-type-archive-board_directors .img-wrap .btn-modal a,
    .archive-board .img-wrap .btn-modal a,
    .interior .archive-board .img-wrap .btn-modal a {
      color: #fff;
      text-decoration: none; }
    .post-type-archive-staff .img-wrap .btn-modal i,
    .post-type-archive-board_directors .img-wrap .btn-modal i,
    .archive-board .img-wrap .btn-modal i,
    .interior .archive-board .img-wrap .btn-modal i {
      font-size: 25px;
      display: block; }
    .post-type-archive-staff .img-wrap .btn-modal:hover,
    .post-type-archive-board_directors .img-wrap .btn-modal:hover,
    .archive-board .img-wrap .btn-modal:hover,
    .interior .archive-board .img-wrap .btn-modal:hover {
      color: #fff;
      background: #000; }
  .post-type-archive-staff .img-wrap .emailme,
  .post-type-archive-board_directors .img-wrap .emailme,
  .archive-board .img-wrap .emailme,
  .interior .archive-board .img-wrap .emailme {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: -100%;
    transition: 0.4s;
    z-index: 4; }
    .post-type-archive-staff .img-wrap .emailme a span, .post-type-archive-staff .img-wrap .emailme a i,
    .post-type-archive-board_directors .img-wrap .emailme a span,
    .post-type-archive-board_directors .img-wrap .emailme a i,
    .archive-board .img-wrap .emailme a span,
    .archive-board .img-wrap .emailme a i,
    .interior .archive-board .img-wrap .emailme a span,
    .interior .archive-board .img-wrap .emailme a i {
      background: #037f40;
      color: #fff;
      padding: 5px 7px;
      margin: 0;
      font-size: 14px;
      line-height: 1em;
      display: inline-block; }
  .post-type-archive-staff .img-wrap::before,
  .post-type-archive-board_directors .img-wrap::before,
  .archive-board .img-wrap::before,
  .interior .archive-board .img-wrap::before {
    content: "";
    background: rgba(3, 127, 64, 0);
    transition: 0.4s;
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 150%; }
  .post-type-archive-staff .img-wrap:hover img,
  .post-type-archive-board_directors .img-wrap:hover img,
  .archive-board .img-wrap:hover img,
  .interior .archive-board .img-wrap:hover img {
    opacity: 1;
    height: 110%; }
  .post-type-archive-staff .img-wrap:hover .btn-modal,
  .post-type-archive-board_directors .img-wrap:hover .btn-modal,
  .archive-board .img-wrap:hover .btn-modal,
  .interior .archive-board .img-wrap:hover .btn-modal {
    position: absolute;
    top: 50%;
    transition: 0.4s; }
    .post-type-archive-staff .img-wrap:hover .btn-modal a,
    .post-type-archive-board_directors .img-wrap:hover .btn-modal a,
    .archive-board .img-wrap:hover .btn-modal a,
    .interior .archive-board .img-wrap:hover .btn-modal a {
      color: #fff;
      transition: 0.4s; }
      .post-type-archive-staff .img-wrap:hover .btn-modal a:hover,
      .post-type-archive-board_directors .img-wrap:hover .btn-modal a:hover,
      .archive-board .img-wrap:hover .btn-modal a:hover,
      .interior .archive-board .img-wrap:hover .btn-modal a:hover {
        color: #fff !important; }
  .post-type-archive-staff .img-wrap:hover .info,
  .post-type-archive-board_directors .img-wrap:hover .info,
  .archive-board .img-wrap:hover .info,
  .interior .archive-board .img-wrap:hover .info {
    right: 100%; }
  .post-type-archive-staff .img-wrap:hover .emailme,
  .post-type-archive-board_directors .img-wrap:hover .emailme,
  .archive-board .img-wrap:hover .emailme,
  .interior .archive-board .img-wrap:hover .emailme {
    bottom: 0; }
.post-type-archive-staff .modal .modal-header .close,
.post-type-archive-board_directors .modal .modal-header .close,
.archive-board .modal .modal-header .close,
.interior .archive-board .modal .modal-header .close {
  opacity: 1; }
.post-type-archive-staff .modal .modal-content,
.post-type-archive-board_directors .modal .modal-content,
.archive-board .modal .modal-content,
.interior .archive-board .modal .modal-content {
  background: #fff; }
  .post-type-archive-staff .modal .modal-content img,
  .post-type-archive-board_directors .modal .modal-content img,
  .archive-board .modal .modal-content img,
  .interior .archive-board .modal .modal-content img {
    float: left;
    margin: 0 15px 15px 0; }
  .post-type-archive-staff .modal .modal-content p span,
  .post-type-archive-board_directors .modal .modal-content p span,
  .archive-board .modal .modal-content p span,
  .interior .archive-board .modal .modal-content p span {
    font-weight: 700;
    color: #005470; }

@media only screen and (max-width: 767px) {
  .interior.board .img-wrap {
    padding-bottom: 0;
    height: 300px;
    width: 300px;
    display: block;
    margin: 0 auto 15px; } }
@media only screen and (max-width: 480px) {
  .interior.board .img-wrap {
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto 15px; } }
/*END Board Classes------------------------------------- */
/*START research--------------------------------------------------*/
.research-widget {
  background: transparent;
  padding: 0px 0 0;
  position: relative;
  text-align: center;
  margin-bottom: 50px; }
  .research-widget .carousel-indicators {
    bottom: -70px;
    list-style: none;
    margin: 0 auto;
    padding-right: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 15;
    left: 0; }
  .research-widget .carousel-indicators li {
    background: #8c8d8d;
    border: 2px solid #8c8d8d;
    border-radius: 50%;
    margin: 0 15px;
    width: 14px;
    height: 14px; }
  .research-widget .carousel-indicators .active {
    background: #037f40;
    border-color: #037f40;
    border-radius: 50%;
    margin: 0 15px;
    width: 14px;
    height: 14px; }
  .research-widget .bullets {
    z-index: 5;
    top: auto;
    bottom: 15px;
    height: 20px;
    display: block; }
  .research-widget h2 {
    position: relative;
    color: #0d1b31;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px; }
    .research-widget h2::before {
      content: "";
      background: #d7d7d7;
      display: block;
      height: 1px;
      display: inline-block;
      height: 1px;
      width: calc(45% - 185px);
      margin-right: 4%;
      position: relative;
      vertical-align: middle; }
    .research-widget h2::after {
      content: "";
      background: #d7d7d7;
      display: block;
      height: 1px;
      display: inline-block;
      height: 1px;
      width: calc(45% - 185px);
      margin-left: 4%;
      position: relative;
      vertical-align: middle; }
  .research-widget .col-ib-6 {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    width: 49%;
    float: left; }
    .research-widget .col-ib-6:first-child {
      margin-right: 2%; }
    .research-widget .col-ib-6::before {
      display: table;
      content: " "; }
    .research-widget .col-ib-6::after {
      clear: both; }
    .research-widget .col-ib-6 .box-wrap {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 10px 0 0 10px;
      display: inline-block;
      float: left;
      height: 100%;
      width: 40%; }
    .research-widget .col-ib-6 .info-wrap {
      width: 60%;
      float: left;
      padding: 25px;
      text-align: left; }
      .research-widget .col-ib-6 .info-wrap h3 {
        font-size: 18px;
        color: #232323;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 0; }
        .research-widget .col-ib-6 .info-wrap h3::after {
          content: "";
          background: #037f40;
          display: block;
          height: 1px;
          width: 38px;
          bottom: -5px;
          left: 0;
          position: relative; }
      .research-widget .col-ib-6 .info-wrap p {
        font-size: 16px;
        color: #3f3f3f;
        text-align: justify; }
      .research-widget .col-ib-6 .info-wrap a.btn-3 {
        float: right;
        line-height: 1em;
        margin-top: 15px; }
  .research-widget .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 5%; }
    .research-widget .carousel-control span {
      background: transparent;
      border-radius: 50%;
      border: none;
      color: #3f3f3f;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px; }
      .research-widget .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .research-widget .carousel-control span:hover {
        color: #037f40; }
    .research-widget .carousel-control.left, .research-widget .carousel-control.right {
      background: transparent; }
    .research-widget .carousel-control.left {
      left: -5%; }
    .research-widget .carousel-control.right {
      margin-right: -5%; }

/*END research------------------------------------------*/
@media only screen and (max-width: 991px) {
  .research-widget .carousel-control {
    display: none; }

  .research-widget .col-ib-6 {
    background: #ffffff;
    width: 100%; }

  .research-widget .col-ib-6:first-child {
    margin-right: 0%; }

  .research-widget .carousel-inner {
    width: 90%;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .research-widget .single-box {
    width: 80%;
    margin: 0 auto; }

  .research-widget .carousel-control {
    display: none; } }
@media only screen and (max-width: 480px) {
  .research-widget h2 {
    font-size: 35px; }

  .research-widget .single-box {
    width: 90%;
    margin: 0 auto; }

  .research-widget .col-ib-6 .box-wrap {
    width: 100%;
    float: none;
    border-radius: 10px 10px 0 0px;
    height: 250px !important; }

  .research-widget .col-ib-6 .info-wrap {
    width: 100%;
    float: none; }

  .research-widget .col-ib-6 .info-wrap a.btn-3 {
    float: none; } }
.modal-backdrop.in {
  z-index: 0; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 28%);
  -moz-transform: translate(0, 28%);
  -ms-transform: translate(0, 28%);
  transform: translate(0, 28%);
  margin: 0 auto; }

body.fixed .modal.in .modal-dialog {
  -webkit-transform: translate(0, 18%);
  -moz-transform: translate(0, 18%);
  -ms-transform: translate(0, 18%);
  transform: translate(0, 18%);
  margin: 0 auto; }

.a-custom {
  position: relative;
  background: url("../images/bg-custom-top.jpg");
  background-size: cover;
  background-position: center;
  height: 85vh; }
  .a-custom .container {
    position: relative;
    height: 100%; }
    .a-custom .container .caption-custom {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      position: absolute;
      text-align: left;
      top: 50%;
      width: 100%;
      z-index: 0; }
      .a-custom .container .caption-custom h1 {
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 55px;
        font-weight: 700;
        line-height: 1em;
        margin: 0;
        position: relative;
        text-shadow: 1px 1px 2px #000;
        z-index: 1;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
        padding-left: 15px; }

.b-custom {
  margin-bottom: 50px;
  top: -125px;
  padding: 0px;
  position: relative;
  z-index: 5;
 /* div[id*="myModal"]{
    background: rgba(0,0,0,0.9);
    min-height: 600px;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: -200%;
    top: 0;
    transition:0.75s;
    width: 0px;
    z-index: 999999;
    &.appear{
      max-width: 100%;
	    padding: 40px;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    width: 600px;
    }
  }*/
  	/*	.modal{
        .modal-header .close {
          opacity: 1;
        }
        .modal-content{
          background:#fff;
          img{
            float:left;
            margin:0 15px 15px 0;
          }
          p{
            span{
              font-weight: 700;
              color:$principal;
            }
          }
        }
      }*/ }
  .b-custom .box {
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    position: relative;
    transition: 0.4s;
    float: left;
    width: 32%;
    margin: 0 5px;
    top: 0; }
    .b-custom .box:nth-child(2) {
      margin-left: 0.5%;
      margin-right: 0.5%; }
    .b-custom .box h3 {
      font-size: 18px;
      color: #232323;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px;
      margin-top: 0;
      padding: 50px 25px 120px; }
      .b-custom .box h3::after {
        content: "";
        background: #037f40;
        display: block;
        height: 1px;
        width: 38px;
        bottom: -5px;
        left: 0;
        position: relative; }
    .b-custom .box .btn-modal {
      position: absolute;
      right: left;
      bottom: 0px;
      border: 0;
      border-radius: 0 0 0 5px;
      display: block;
      background: rgba(103, 167, 22, 0.8);
      color: #ffffff;
      z-index: 5;
      width: 278px;
      max-width: 100%;
      text-align: left;
      padding: 15px 25px;
      line-height: 17px;
      vertical-align: middle; }
    .b-custom .box:hover {
      background: url("../images/bg-button-custom.jpg");
      background-size: cover;
      background-position: center;
      top: -25px; }
      .b-custom .box:hover h3 {
        color: #ffffff; }
        .b-custom .box:hover h3:after {
          background: #7bb505; }
      .b-custom .box:hover .btn-modal {
        text-decoration: none; }
  .b-custom button.close {
    background: #0d1b31;
    color: #fff;
    height: auto;
    opacity: 0.7;
    padding: 5px 10px; }
    .b-custom button.close span {
      color: #fff; }
    .b-custom button.close:hover {
      opacity: 1; }

.c-custom {
  padding: 50px 0 70px;
  background: #fff url("../images/bg-c-custom.jpg") no-repeat;
  background-size: 80%;
  background-position: left bottom;
  border-bottom: 1px solid #acacac;
  position: relative;
  margin-top: -115px; }
  .c-custom .box-container {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }
    .c-custom .box-container::before, .c-custom .box-container::after {
      content: " ";
      display: table; }
    .c-custom .box-container::after {
      clear: both; }
    .c-custom .box-container a.big-box {
      /*Flex*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      flex-flow: column;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      background-size: cover;
      background-position: center;
      position: relative;
      height: 412px;
      width: 62%;
      float: left;
      overflow: hidden; }
      .c-custom .box-container a.big-box::after {
        content: "";
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#035f7b+0,035f7b+25,035f7b+100&1+0,1+25,0.39+100 */
        background: -moz-linear-gradient(-45deg, #035f7b 0%, #035f7b 25%, rgba(3, 95, 123, 0.39) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #035f7b 0%, #035f7b 25%, rgba(3, 95, 123, 0.39) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #035f7b 0%, #035f7b 25%, rgba(3, 95, 123, 0.39) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035f7b', endColorstr='#63035f7b',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 1; }
      .c-custom .box-container a.big-box span.plus {
        left: auto;
        position: absolute;
        top: auto;
        z-index: 3;
        color: #005470;
        bottom: -100px;
        right: -100px;
        height: 80px;
        width: 80px;
        transition: 0.4s; }
        .c-custom .box-container a.big-box span.plus i {
          position: absolute;
          z-index: 2;
          font-size: 25px;
          right: 20px;
          bottom: 20px; }
        .c-custom .box-container a.big-box span.plus::before {
          content: "";
          display: inline-block;
          position: absolute;
          border-bottom: 100px solid #ffffff;
          border-top: 100px solid transparent;
          border-left: 100px solid transparent;
          bottom: 0;
          right: 0; }
      .c-custom .box-container a.big-box span.title {
        z-index: 2;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        font-size: 30px;
        text-align: center; }
        .c-custom .box-container a.big-box span.title::after {
          content: "";
          background: #7bb505;
          display: block;
          height: 3px;
          width: 109px;
          bottom: -25px;
          margin: 0 auto;
          position: relative; }
      .c-custom .box-container a.big-box span.link {
        font-size: 20px;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 700;
        z-index: 2;
        text-align: center;
        margin-top: 50px; }
      .c-custom .box-container a.big-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-filter: grayscale(100%);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .c-custom .box-container a.big-box:hover {
        text-decoration: none; }
        .c-custom .box-container a.big-box:hover span.plus {
          bottom: 0px;
          right: 0px; }
        .c-custom .box-container a.big-box:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.3);
          -moz-transform: translate(-50%, -50%) scale(1.3);
          -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    .c-custom .box-container a.small-box {
      /*Flex*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      flex-flow: column;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      background-size: cover;
      background-position: center;
      position: relative;
      height: 412px;
      width: 38%;
      float: left;
      overflow: hidden; }
      .c-custom .box-container a.small-box::after {
        content: "";
        background: #005470;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        top: auto;
        opacity: 0.92;
        z-index: 1; }
      .c-custom .box-container a.small-box span.plus {
        left: auto;
        position: absolute;
        top: auto;
        z-index: 3;
        color: #005470;
        bottom: -100px;
        right: -100px;
        height: 80px;
        width: 80px;
        transition: 0.4s; }
        .c-custom .box-container a.small-box span.plus i {
          position: absolute;
          z-index: 2;
          font-size: 25px;
          right: 20px;
          bottom: 20px; }
        .c-custom .box-container a.small-box span.plus::before {
          content: "";
          display: inline-block;
          position: absolute;
          border-bottom: 100px solid #ffffff;
          border-top: 100px solid transparent;
          border-left: 100px solid transparent;
          bottom: 0;
          right: 0; }
      .c-custom .box-container a.small-box span.title {
        z-index: 2;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        font-size: 30px;
        text-align: center;
        padding: 0 15px; }
        .c-custom .box-container a.small-box span.title::after {
          content: "";
          background: #7bb505;
          display: block;
          height: 3px;
          width: 109px;
          bottom: -25px;
          margin: 0 auto;
          position: relative; }
      .c-custom .box-container a.small-box span.link {
        font-size: 20px;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 700;
        z-index: 2;
        text-align: center;
        margin-top: 50px; }
      .c-custom .box-container a.small-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-filter: grayscale(100%);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .c-custom .box-container a.small-box:hover {
        text-decoration: none; }
        .c-custom .box-container a.small-box:hover span.plus {
          bottom: 0px;
          right: 0px; }
        .c-custom .box-container a.small-box:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.3);
          -moz-transform: translate(-50%, -50%) scale(1.3);
          -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    .c-custom .box-container a.green:after {
      background: #037f40; }
    .c-custom .box-container .info-wrap {
      position: relative;
      height: 412px;
      width: 62%;
      float: left;
      padding: 60px 45px;
      overflow-y: auto;
      display: none; }
      .c-custom .box-container .info-wrap::-webkit-scrollbar {
        width: 8px; }
      .c-custom .box-container .info-wrap::-webkit-scrollbar-track {
        background: white; }
      .c-custom .box-container .info-wrap::-webkit-scrollbar-thumb {
        background: #7bb505; }
      .c-custom .box-container .info-wrap h2 {
        color: #0d1b31;
        text-transform: uppercase;
        font-size: 30px;
        margin: 0 0 35px;
        font-weight: 700; }
      .c-custom .box-container .info-wrap ul.list-custom {
        font-family: 'Lato', sans-serif;
        color: #3f3f3f;
        font-weight: 400;
        padding: 0px;
        padding-left: 5px; }
        .c-custom .box-container .info-wrap ul.list-custom br {
          display: none; }
        .c-custom .box-container .info-wrap ul.list-custom li {
          font-family: 'Lato', sans-serif;
          color: #3f3f3f;
          font-weight: 400;
          line-height: 1.8em;
          list-style-type: none;
          padding-left: 20px;
          margin-bottom: 25px; }
          .c-custom .box-container .info-wrap ul.list-custom li::before {
            content: "";
            display: inline-block;
            margin-right: 5px;
            position: absolute;
            margin-top: 12px;
            margin-left: -25px;
            border-left: 6px solid #7bb505;
            border-top: 2px solid #7bb505;
            border-bottom: 5px solid #7bb505;
            width: 5px;
            height: 5px; }
          .c-custom .box-container .info-wrap ul.list-custom li ul {
            padding: 0; }
            .c-custom .box-container .info-wrap ul.list-custom li ul li {
              font-family: 'Lato', sans-serif;
              color: #3f3f3f;
              font-weight: 400;
              padding-left: 35px; }
              .c-custom .box-container .info-wrap ul.list-custom li ul li::before {
                border-left: 5px solid #037f40; }
          .c-custom .box-container .info-wrap ul.list-custom li a {
            color: #0d1b31;
            font-weight: 400;
            text-decoration: underline;
            font-size: 16px; }
            .c-custom .box-container .info-wrap ul.list-custom li a:hover {
              text-decoration: none;
              color: #7bb505; }

.d-custom {
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
  background: transparent;
  color: #3f3f3f;
  font-size: 14px; }
  .d-custom .info-aditional {
    padding: 50px 60px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff url("../images/bg-info-aditional.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right bottom; }
    .d-custom .info-aditional a.btn-2 {
      color: #ffffff; }
  .d-custom img {
    max-width: 100%;
    height: auto; }
  .d-custom h1, .d-custom h2, .d-custom h3, .d-custom h4 {
    font-family: 'Lato', sans-serif;
    color: #0d1b31;
    font-weight: 700;
    text-transform: uppercase; }
  .d-custom h5, .d-custom h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #0d1b31;
    text-transform: uppercase; }
  .d-custom h1 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 35px; }
  .d-custom h2 {
    font-size: 39px; }
  .d-custom h3 {
    font-size: 34px; }
  .d-custom h4 {
    font-size: 28px; }
  .d-custom h5 {
    font-size: 22px; }
  .d-custom h6 {
    font-size: 18px; }
  .d-custom hr {
    border-color: #3f3f3f !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .d-custom strong {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    line-height: 1.6em;
    margin-bottom: 2em;
    font-size: 22px; }
  .d-custom p {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 2em; }
  .d-custom blockquote {
    font-family: 'Lato-BoldItalic', sans-serif;
    background: #ffffff;
    border-left: 0px solid #005470;
    color: #7bb505;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 2em;
    margin-left: 0%;
    margin-right: 0%;
    padding: 15px 40px;
    text-align: left;
    width: 97%;
    position: relative; }
    .d-custom blockquote p, .d-custom blockquote a, .d-custom blockquote strong {
      color: #ffffff !important;
      font-size: 17px !important;
      font-weight: 700 !important;
      line-height: 1em !important; }
    .d-custom blockquote::before {
      content: open-quote;
      color: #037f40;
      font-weight: 900;
      font-size: 80px;
      line-height: 0;
      display: block;
      position: absolute;
      top: 50px;
      left: 2%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .d-custom blockquote::after {
      content: close-quote;
      color: #037f40;
      font-weight: 900;
      font-size: 80px;
      line-height: 0;
      display: block;
      position: absolute;
      top: 50px;
      right: -2%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .d-custom small {
    color: #3f3f3f; }
  .d-custom a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #3f3f3f;
    text-decoration: underline;
    transition: 0.3s; }
    .d-custom a:hover {
      text-decoration: none; }
  .d-custom ul.list {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-weight: 400;
    padding: 0px; }
    .d-custom ul.list br {
      display: none; }
    .d-custom ul.list li {
      font-family: 'Lato', sans-serif;
      color: #3f3f3f;
      font-weight: 400;
      line-height: 1.8em;
      list-style-type: none;
      padding-left: 20px; }
      .d-custom ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 5px solid #005470;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        width: 5px;
        height: 5px; }
      .d-custom ul.list li ul {
        padding: 0; }
        .d-custom ul.list li ul li {
          font-family: 'Lato', sans-serif;
          color: #3f3f3f;
          font-weight: 400;
          padding-left: 35px; }
          .d-custom ul.list li ul li::before {
            border-left: 5px solid #037f40; }
  .d-custom .table-responsive .table {
    border: 1px solid #d5d5d5;
    font-family: 'Lato', sans-serif; }
    .d-custom .table-responsive .table tr {
      text-align: center;
      background-color: transparent; }
      .d-custom .table-responsive .table tr th {
        text-align: center;
        background: #037f40;
        color: #fff;
        padding: 10px 0;
        border: none; }
        .d-custom .table-responsive .table tr th:hover {
          background: #7bb505; }
      .d-custom .table-responsive .table tr:nth-child(even) td {
        border: none;
        background: #fff;
        padding: 10px 0;
        color: #404040; }
      .d-custom .table-responsive .table tr:nth-child(odd) td {
        border: none;
        background: #d5d5d5;
        color: #404040;
        padding: 10px 0; }
  .d-custom label {
    font-weight: 400;
    font-size: 14px;
    display: block; }
  .d-custom input, .d-custom textarea, .d-custom select {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #2d1a09;
    height: 50px; }
    .d-custom input:active, .d-custom input:focus, .d-custom textarea:active, .d-custom textarea:focus, .d-custom select:active, .d-custom select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .d-custom select {
    background: #fff; }
  .d-custom textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .d-custom #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #3f3f3f; }
  .d-custom input[type="checkbox"], .d-custom input[type="radio"] {
    height: 15px; }
  .d-custom input[type="submit"] {
    font-family: 'Lato', sans-serif;
    background: #7bb505;
    border-radius: 5px;
    border: 2px solid #7bb505;
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin: 25px auto;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: 0.4s; }
    .d-custom input[type="submit"]:hover, .d-custom input[type="submit"]:focus, .d-custom input[type="submit"]:active {
      background: #037f40;
      text-decoration: none;
      color: #ffffff !important; }
  .d-custom button {
    background: #005470;
    color: #fff;
    padding: 15px 10px;
    border: none;
    transition: 0.3s;
    height: 50px; }
    .d-custom button:hover {
      background: #0d1b31;
      color: #3f3f3f; }
  .d-custom ul.list-custom-2 {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-weight: 400;
    padding: 0px;
    padding-left: 5px; }
    .d-custom ul.list-custom-2 br {
      display: none; }
    .d-custom ul.list-custom-2 li {
      font-family: 'Lato', sans-serif;
      color: #3f3f3f;
      font-weight: 400;
      line-height: 1.8em;
      list-style-type: none;
      padding-left: 20px;
      margin-bottom: 25px; }
      .d-custom ul.list-custom-2 li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 12px;
        margin-left: -25px;
        border-left: 6px solid #037f40;
        border-top: 2px solid #037f40;
        border-bottom: 5px solid #037f40;
        width: 5px;
        height: 5px; }
      .d-custom ul.list-custom-2 li ul {
        padding: 0; }
        .d-custom ul.list-custom-2 li ul li {
          font-family: 'Lato', sans-serif;
          color: #3f3f3f;
          font-weight: 400;
          padding-left: 35px; }
          .d-custom ul.list-custom-2 li ul li::before {
            border-left: 5px solid #037f40; }
      .d-custom ul.list-custom-2 li a {
        color: #0d1b31;
        font-weight: 400;
        text-decoration: underline;
        font-size: 16px; }
        .d-custom ul.list-custom-2 li a:hover {
          text-decoration: none;
          color: #7bb505; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .a-custom .caption-custom {
    width: 970px; } }
@media only screen and (max-width: 991px) {
  .a-custom .caption-custom {
    width: 750px; }

  .b-custom .box a {
    border-radius: 0 0 5px 5px; } }
@media only screen and (max-width: 767px) {
  .a-custom .caption-custom {
    width: 100%; }

  .a-custom .caption-custom h1 {
    font-size: 40px; }

  .b-custom .box h3 {
    font-size: 14px;
    padding: 50px 15px 85px; }

  .c-custom .box-container a.big-box {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }

  .c-custom .box-container a.small-box {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }

  .c-custom .box-container .info-wrap {
    width: 100%;
    float: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }

  .c-custom .box-container {
    box-shadow: none; }

  .d-custom .info-aditional {
    padding: 50px 45px; } }
@media only screen and (max-width: 480px) {
  .a-custom .caption-custom h1 {
    font-size: 30px; }

  .b-custom .box h3 {
    font-size: 18px;
    padding: 50px 15px 85px; }

  .b-custom .box {
    float: none;
    width: 100%; }

  .b-custom .box:nth-child(2) {
    margin-left: 0;
    margin-right: 0; }

  .b-custom .box a {
    border-radius: 0 0 0px 5px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  /*.container{
    position: relative;
    z-index: 0;
  }*/ }
  html a, body a {
    outline: none !important; }
  html li, body li {
    font-family: 'Lato', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home li {
  font-family: 'Lato', sans-serif;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em; }

.b {
  z-index: 5;
  margin-top: -100px;
  position: relative;
  padding: 0px;
  margin-bottom: 50px; }
  .b .box {
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    border: 1px solid #d7d7d7;
    margin-top: 50px;
    transition: 0.4s; }
    .b .box .img-wrap img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      transition: 0.4s; }
    .b .box span.category {
      position: absolute;
      right: 0;
      top: 25px;
      display: block;
      background: rgba(103, 167, 22, 0.8);
      color: #ffffff;
      z-index: 5;
      min-width: 130px;
      text-align: right;
      padding: 5px 15px 8px;
      line-height: 17px;
      vertical-align: middle; }
    .b .box span.info-wrap {
      padding: 20px 16px;
      text-align: center;
      color: #3f3f3f;
      display: block; }
      .b .box span.info-wrap span.title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        line-height: 1.2em;
        margin: 0 0 15px;
        display: block; }
      .b .box span.info-wrap span.descrption {
        font-size: 16px;
        display: block; }
    .b .box span.btn-2 {
      display: block;
      border-radius: 0;
      overflow: hidden;
      height: 0;
      transition: 0.4s;
      padding: 0; }
    .b .box:hover {
      margin-top: 0; }
      .b .box:hover a {
        text-decoration: none; }
        .b .box:hover a .img-wrap img {
          -webkit-transform: rotate(-10deg) scale(1.2);
          -moz-transform: rotate(-10deg) scale(1.2);
          -ms-transform: rotate(-10deg) scale(1.2);
          transform: rotate(-10deg) scale(1.2); }
        .b .box:hover a span.btn-2 {
          height: 50px;
          padding: 10px 25px; }

.c {
  background: url("../images/bg-c.jpg") no-repeat;
  background-size: cover;
  position: relative; }
  .c .link {
    text-align: center;
    padding: 50px 0; }

.d {
  padding: 50px 0 70px;
  background: url("../images/bg-d.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  text-align: center;
  background-attachment: fixed;
  -webkit-animation: danimation 240s infinite ease-out;
  /* Chrome, Safari, Opera */
  animation: danimation 240s infinite ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes danimation {
  0% {
    background-size: 100% auto; }
  50% {
    background-size: 250% auto; }
  100% {
    background-size: 100% auto; } }
@keyframes danimation {
  0% {
    background-size: 100% auto; }
  50% {
    background-size: 250% auto; }
  100% {
    background-size: 100% auto; } }
  .d h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase; }
  .d p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    font-family: 'Lato-BoldItalic', sans-serif; }
  .d a {
    text-decoration: none; }
    .d a .podcast-single {
      min-height: 150px;
      padding: 20px 0 20px 0;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
      .d a .podcast-single .img-wrap {
        width: 100px;
        height: 100px;
        float: left;
        border-radius: 5px;
        display: inline-block; }
        .d a .podcast-single .img-wrap img {
          width: 100%;
          height: 100%; }
      .d a .podcast-single .info-podcast {
        display: inline-block;
        position: relative;
        width: calc(100% - 110px);
        text-align: left;
        padding-left: 10px; }
        .d a .podcast-single .info-podcast span {
          color: #fff;
          font-size: 13px;
          font-weight: 700; }
          .d a .podcast-single .info-podcast span i {
            color: #76a732;
            font-size: 17px;
            display: inline-block;
            margin: 0 5px 0 0; }
        .d a .podcast-single .info-podcast h3 {
          font-size: 20px;
          color: #fff;
          font-weight: 700;
          line-height: 1em;
          margin-top: 0;
          margin-bottom: 10px; }
      .d a .podcast-single time {
        bottom: 10px;
        color: #fff !important;
        display: block;
        font-size: 11px;
        position: absolute;
        right: 0; }
      .d a .podcast-single:hover {
        text-decoration: none !important; }
        .d a .podcast-single:hover .info-podcast span {
          color: rgba(103, 167, 22, 0.8); }
          .d a .podcast-single:hover .info-podcast span i {
            color: #fff; }
        .d a .podcast-single:hover .info-podcast h3 {
          color: rgba(103, 167, 22, 0.8); }
        .d a .podcast-single:hover time {
          color: rgba(103, 167, 22, 0.8); }

.e {
  padding: 50px 0 70px;
  background: url("../images/bg-e.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .e h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase; }
  .e p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    width: 80%; }
  .e .col-md-9 {
    border-right: 1px solid #ffffff; }
  .e .col-md-3 {
    text-align: right; }
  .e a.btn-1 {
    margin-top: 15%; }

#sc_our_team.grid .sc_team_member .sc_team_member_jobtitle {
  height: auto !important;
  font-size: 16px !important;
  bottom: 0px !important;
  width: 100%;
  padding: 0 15px !important; }

#sc_our_team .sc_team_member img.wp-post-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#sc_our_team.grid .sc_team_member .sc_team_member_name {
  bottom: 90px; }

.sc_team_member_name, .sc_team_member_jobtitle {
  background: #037f40 !important;
  color: #ffffff; }
  .sc_team_member_name a, .sc_team_member_jobtitle a {
    color: #ffffff !important; }

.single-post .interior h2 {
  text-transform: none; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (max-width: 991px) {
  .b .row {
    width: 70%;
    margin: 0 auto; }

  .d {
    -webkit-animation: danimation 240s infinite ease-out;
    /* Chrome, Safari, Opera */
    animation: danimation 240s infinite ease-out;
    /* Chrome, Safari, Opera */
    /* Standard syntax */ }
  @-webkit-keyframes danimation {
    0% {
      background-size: auto 100%; }
    50% {
      background-size: auto 250%; }
    100% {
      background-size: auto 100%; } }
  @keyframes danimation {
    0% {
      background-size: auto 100%; }
    50% {
      background-size: auto 250%; }
    100% {
      background-size: auto 100%; } }
  .e .col-md-3 {
    text-align: center; }

  .e a.btn-1 {
    margin-top: 35%; } }
@media only screen and (max-width: 767px) {
  .b .row {
    width: 90%;
    margin: 0 auto; }

  .e h2 {
    text-align: center; }

  .e p {
    text-align: center;
    width: 90%;
    margin: 0 auto; }

  .e a.btn-1 {
    margin-top: 15%; } }
@media only screen and (max-width: 480px) {
  .b .row {
    width: 100%;
    margin: 0 auto; }

  .b {
    top: 0px;
    margin-top: 0; }

  .e h2 {
    font-size: 45px; } }

/*# sourceMappingURL=style.css.map */
