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

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

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

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

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

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

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

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

.img-wrap-2 {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: transparent; }
  .img-wrap-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto !important;
    width: 100% !important;
    z-index: 1; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  div.printfriendly {
    top: -55px; } }
@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -55px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Raleway', sans-serif;
  background: #1f8153;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 100%;
  min-width: 115px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #155839;
    text-decoration: none;
    color: #fff !important; }
a.btn-2 {
  font-family: 'Raleway', sans-serif;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #1f8153;
  color: #1f8153 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 100%;
  min-width: 115px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #1f8153;
    text-decoration: none;
    color: #fff !important; }
a.btn-3 {
  font-family: 'Raleway', sans-serif;
  background: #fff;
  border-radius: 8px;
  color: #3a59a8;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 100%;
  min-width: 115px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    background: #e6e6e6;
    text-decoration: none;
    color: #3a59a8; }
a.btn-members {
  font-size: 14px;
  color: #12559a;
  float: right;
  padding: 4px 10px;
  height: 25px; }
  a.btn-members:hover{
    color: #12663e;
  }
/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/

body.fixed2{
    padding-top: 93px;
  }
header.header {
  background: #e9eaec;
  position: relative;
  width: 100%;
  z-index: 500; }
  header.header .textwidget {
    display: inline-block; }
  header.header .container-fluid {
    padding: 0 0 0 55px; }
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
  }
    header.header.fixed .top-social {
      transition: 0.4s; }
    header.header.fixed section.navigation {
      padding: 0px;
      -webkit-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.49);
      -moz-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.49);
      box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.49); }

.top-social {
  text-align: right;
  padding-top: 10px;
  font-size: 0px;
  background: #e9eaec;
  position: relative; }

ul.social {
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
  ul.social h3 {
    display: none; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin: 0px;
    vertical-align: middle;
    position: relative; }
    ul.social li:hover::after {
      content: none; }
    ul.social li::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      right: -1px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.2);
      z-index: 0;
      position: absolute;
      top: 0; }
    ul.social li:first-child::before {
      content: "";
      display: inline-block;
      height: 25px;
      left: 0px;
      margin: 0;
      position: absolute;
      top: 0;
      vertical-align: middle;
      width: 1px;
      z-index: 0; }
    ul.social li a {
      color: #12559a;
      display: block;
      font-size: 20px;
      height: 25px;
      line-height: 1.2em;
      margin: 0;
      position: relative;
      transition: 0.4s;
      vertical-align: middle;
      width: 32px; }
      ul.social li a i {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%; }
    ul.social li a:hover {
      color: #1f8153; }
      ul.social li:hover::before {
        background: transparent; }
      ul.social li:hover::after {
        background: transparent; }

ul.custom-links {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
  ul.custom-links li {
    padding: 6px 0;
    height: 25px;
    display: inline-block;
    line-height: 1.2em;
    margin: 0px;
    vertical-align: middle;
    position: relative; }
    ul.custom-links li:hover::after {
      content: none; }
    ul.custom-links li::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      right: -1px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.2);
      z-index: 0;
      position: absolute;
      top: 0; }
    ul.custom-links li:first-child::before {
      content: none;
      background: rgba(255, 255, 255, 0.2);
      display: inline-block;
      height: 25px;
      left: 0px;
      margin: 0;
      position: absolute;
      top: 0;
      vertical-align: middle;
      width: 1px;
      z-index: 0; }
    ul.custom-links li:last-child::after {
      content: none; }
    ul.custom-links li a {
      color: #12559a;
      font-size: 13px;
      line-height: 1.2em;
      margin: 0;
      position: relative;
      transition: 0.4s;
      vertical-align: middle;
      width: auto;
      padding: 10px 5px;
      font-weight: 400; }
      ul.custom-links li a:hover {
        text-decoration: none; }
    ul.custom-links li:hover {
      color: #12663e;
      z-index: 2; }
      ul.custom-links li:hover::before {
        background: transparent; }
      ul.custom-links li:hover::after {
        background: transparent; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.nav-right {
  width: calc(100% - 265px);
  float: right; }

.navbar.navbar-default {
  background: #e9eaec;
  margin-bottom: 0;
  border: none;
  padding: 0; }

.navbar-brand {
  float: left;
  width: 330px;
  position: absolute;
  height: 96px;
  padding: 10px;
  margin-left: 0px;
  top: -45px; }
  .navbar-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }

#navigation ul li ul li.last {
  display: block; }

#navigation ul li ul li:nth-child(4) ul li.last {
  display: block; }

#navigation ul li:nth-child(4) ul li.last {
  display: none !important; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1rem; }
  #navigation ul {
    padding: 0px 0 0px 0;
    font-size: 0;
    text-align: right;
    width: 100%; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }

      #navigation > ul > li{
      padding-top: 25px;

      }
      #navigation ul li:hover::after, #navigation ul li.open:hover::after {
        content: none; }
      #navigation ul li::after, #navigation ul li.open::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        right: -1px;
        width: 1px;
        height: 25%;
        top: 55%;
        background: #a9abae;
        z-index: 0;
        position: absolute;
        border-left: 1px solid #c8cacc; }
      #navigation ul li:first-child::before, #navigation ul li.open:first-child::before {
        content: none; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:first-child ul li a, #navigation ul li.open:first-child ul li a {
        border-radius: 0; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation ul li:last-child ul li a, #navigation ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: #12559a;
        color: #fff;
        font-weight: 700; }
      #navigation ul li.active ul li::after, #navigation ul li.open.active ul li::after {
        content: none; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        font-size: 1rem;
        color: #fff;
        border-radius: 0px;
        margin-top: 0;
        font-weight: 500; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          color: #fff;
          background: #1f8153; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none !important; }
      #navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
        left: 100%;
        top: 0px;
        right: auto; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Raleway', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #231f20;
        font-size: 14px;
        font-weight: 700;
        padding: 0 15px 8px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        transition: 0.4s;
        white-space: normal;
        display: block;
        position: relative;
        }
        #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: #12559a;
          background: transparent; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 0;
        background: #12559a; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-top: 1px solid rgba(225, 225, 225, 0.8);
            padding: 10px 15px;
            font-size: 1rem;
            color: #fff;
            margin-top: 0;
            border-radius: 0; }
            #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: #1f8153;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
            #navigation ul li ul li a::after, #navigation ul li.open ul li a::after {
              content: none !important; }
          #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 {
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  opacity: 1;
  transition: 0.7s; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 1371px) and (max-width: 1440px) {




  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    float: left;
    margin-left: 2px; }




  .nav-right {
    width: 100%;
    float: none; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {



  }
@media only screen and (min-width: 992px) and (max-width: 1200px) {



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


  header.header .navigation .navbar.navbar-default .nav-right {
    width: 100%;
  }
  header.header .navigation .navbar.navbar-default  .navbar-brand {
    width: 180px;
    top: -40px;
    height: auto;
  }

  //#navigation ul li a{font-size: 11px;}

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    float: left;
    margin-left: 2px; }

  .top-social {margin-bottom: 25px;}

 }
@media only screen and (max-width: 767px) {
  header.header {
    position: relative; }

 /* header.fixed #navigation {
    height: 315px;
    overflow-x: scroll; }*/



  header.header .container-fluid {
    border-bottom: none;
    padding: 0; }

  #navigation {
    height: calc(100vh - 81.6px);
    overflow-x: scroll; }



  .nav-right {
    width: 100%;
    float: none; }


 header.header #navigation .btn-members{
     padding: 7px 15px;
    display: block;
    background: #1f8153;
    color: #fff;
    width: calc(100% - 30px);
    margin: 16px auto;
    text-align: center;
    float: none;
    border-radius: 5px;
    height: auto;
 }

  .nav-right-top {
    width: 60% !important; }

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

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #1f8153;
    margin-top: 30px;
    background: #fff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #1f8153;
      border-color: #1f8153; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff !important; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #1f8153; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    margin-top: 8px;
    width: 100%; }

  #navigation ul.custom-links{
    margin: 0;
  }
  #navigation > ul > li {
    padding-top: 0px;
  } 
  #navigation ul.custom-links li{
    height: auto;
  }
  #navigation ul.social{
    float: none;
    display: block;
    text-align: center;
  }
  #navigation ul.social li{
    display: inline-block !important;
    border: none;
  }

  #navigation div.search {
    display: block;
    padding-top: 0px;
    margin-left: 0;
    float: none;
    height: auto;
    text-align: center;
    margin: 20px 0;
  }
  #navigation div.search .searchform .screen-reader-text{
    display: none;
  }
  #navigation ul li {
    display: block;
    border-bottom: 1px solid #1f8153; }

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

  .dropdown-btn {
    display: none; }

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

  #navigation ul li.expanded.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    display: block;
    background: transparent;
    border: 1px solid #1f8153;
    margin-top: -45px;
    padding: 15px;
    background: white;
    color: #015bae; }
    #navigation ul li.expanded.dropdown .dropdown-btn:hover, #navigation ul li.expanded.dropdown .dropdown-btn:focus, #navigation ul li.expanded.dropdown .dropdown-btn:active {
      background: #1f8153;
      color: #fff; }

  #navigation ul li ul {
    max-height: unset;
    background: #1f8153;
    text-align: center;
    margin-top: 0; }
    #navigation ul li ul li {
      border-bottom: 1px solid #1f8153; }
      #navigation ul li ul li ul {
        background: #12559a; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul > li.expanded.dropdown > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -34px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #1f8153;
    color: #1f8153;
    padding: 10px;
    background: white;
    color: #015bae; }
    #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-btn:hover, #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-btn:focus, #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-btn:active {
      background: #1f8153;
      color: #fff; }
  #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-menu li.expanded.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #1f8153;
    color: #1f8153;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-menu li.expanded.dropdown .dropdown-btn:hover, #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-menu li.expanded.dropdown .dropdown-btn:focus, #navigation ul > li.expanded.dropdown > .dropdown-menu li.expanded.dropdown .dropdown-menu li.expanded.dropdown .dropdown-btn:active {
      background: #1f8153;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

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

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

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

  .dropdown-menu {
    border-radius: 0;
    padding: 0px;
    position: relative;
    display: none;
    box-shadow: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    opacity: 1;
    transition: 0.7s; }
    .dropdown-menu .dropdown-menu {
      top: 0px;
      display: none;
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0);
      opacity: 1;
      left: 0; }

  .dropdown:hover .dropdown-menu {
    display: none;
    opacity: 1;
    transition: 0.7; }
    .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
      display: none;
      opacity: 1;
      transition: 0.7; }
    .header .top-social div.search {
      float: none;
      text-align: center;
      margin-top: 15px;
    }
    .header .top-social div.search .fa-search {width: 100%;}
    .navbar-default .navbar-brand {
      margin-left: 15px;
      width: 235px;
      top: -15px;
    }
}
@media only screen and (max-width: 480px) {

  .navbar-default .navbar-brand {
      margin-left: 15px;
      width: 235px;
      top: 25px;
    }
  



  #navigation ul li a, #navigation ul li.open a {
    padding-left: 25px;
    padding-right: 25px; }

  ul.custom-links {
    float: none; }

  ul.social {
    width: 100%;
    right: 0;
    margin: 10px auto !important;
    border: none;
    text-align: center; }

  ul.social li:first-child::before {
    content: none; }

  ul.social li::after {
    content: none; }


  ul.social li a {
    margin: 0 auto !important;
    width: auto; }

  ul.social li a::before {
    content: none; }

  .top-text {
    padding: 0;
    float: none;
    text-align: center; } }
@media only screen and (max-width: 320px) {
  header.header.fixed .navbar-brand {
    width: 200px; }

  ul.custom-links li a {
    word-break: break-all; }

  }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search-results li {
  margin-bottom: 2em;
  border-bottom: 1px dashed; }

div.search {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  float: right;
  height: 25px;
  margin-bottom: 0;
  padding-top: 0px;
  position: relative; }
  div.search #searchsubmit{
    font-family: 'Raleway',sans-serif;
    background: #12559a;
    border: 1px solid #12559a;
    color: #fff;
    font-weight: 500;
    padding: 2.5px 15px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: -4px;
    height: 25px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: top;
}
  div.search #s{
      height: 25px;
      border: solid 1px #12559a;
      background: transparent;
      color: #12559a;
      padding: 0 0 0 4px;
      box-sizing: border-box;
      font-size: 10px;
      vertical-align: top;
      box-sizing: border-box;
      vertical-align: middle;
      width: 140px;
  }
  div.search #searchform > div{
    display: inline-block;
  }
  div.search #search-block-form {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    display: none; }
    div.search #search-block-form div {
      position: relative; }
  div.search #searchform {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    display: none; }
    div.search #searchform.show {
      visibility: visible;
      opacity: 1;
      transition: 0.4s;
      margin: 0px 10px 0 0;
      animation: fade 0.4s forwards; }
@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  div.search .fa-search {
    color: #fff;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0px;
    font-size: 13px;
    height: 25px;
    width: 96px;
    padding: 0px 10px;
    background: #1F8153; }
    div.search .fa-search:hover {
      background: #12663e;
      text-decoration: none;
      color: #fff; }
    div.search .fa-search::before {
      top: 0px;
      left: -6px;
      position: relative; }
    div.search .fa-search::after {
      content: "Search";
      display: inline-block;
      position: relative;
      padding: 6px 0;
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
  div.search .fa-times {
    line-height: 23px;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    color: #1f8153;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; 
    /*display: inline-block;*/
    float: left;
    display: none;
  }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search .form-submit {
    font-family: 'Raleway', sans-serif;
    background: #fff;
    border: 1px solid #fff;
    color: #1f8153;
    font-weight: 500;
    padding: 2.5px 15px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: -4px;
    height: 25px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: top; }
    div.search .form-submit:hover {
      background: transparent;
      color: #fff; }
  div.search input[id*="edit-search-block-form"] {
    height: 25px;
    border: solid 1px #fff;
    border-right: none;
    background: transparent;
    color: #fff;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box;
    vertical-align: middle;
    width: 180px; }

@media only screen and (max-width: 767px) {
  .search {
    margin-left: 0;
    margin-bottom: 10px; }
    .search div[id*="search-block-form*"].show {
      margin-top: 10px; } }
/*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: #414142;
      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: #1f8153;
  background: -webkit-linear-gradient(#1f8153, rgba(31, 129, 83, 0.2));
  background: -o-linear-gradient(#1f8153, rgba(31, 129, 83, 0.2));
  background: -moz-linear-gradient(#1f8153, rgba(31, 129, 83, 0.2));
  background: linear-gradient(#1f8153, rgba(31, 129, 83, 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: #1f8153; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #1f8153;
    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: #1f8153;
    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: #12559a;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow-x: hidden; }

  #home-slider{
    padding-bottom: 60px;
  }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .container .bullets {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .slider-widget .slider-a #home-slider .carousel-indicators {
    bottom: 0px;
    list-style: none;
    position: absolute;
    z-index: 15;
    text-align: center; }
    .slider-widget .slider-a #home-slider .carousel-indicators li {
      background: #91bfe0;
      border: none;
      border-radius: 50%;
      margin: 0 4px;
      width: 7px;
      height: 7px; }
    .slider-widget .slider-a #home-slider .carousel-indicators .active {
      background: #0069ab;
      margin: 0 4px;
      width: 7px;
      height: 7px; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    height: 90px;
    width: 90px;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    position: absolute;
    top: 50%;
  }
    .slider-widget .slider-a #home-slider .carousel-control span {
      border-radius: 0;
      color: #ffffff;
      font-size: 45px;
      line-height: 0;
      height: 90px;
      text-align: center;
      text-shadow: none;
      width: 90px;
      transition: 0.4s; }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #eb8023; }
    .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.left {
      left: 0px;
      background: transparent; }
      .slider-widget .slider-a #home-slider .carousel-control.left span::before {
        -webkit-transform: translate(-70%, -50%);
        -moz-transform: translate(-70%, -50%);
        -ms-transform: translate(-70%, -50%);
        transform: translate(-70%, -50%); }
    .slider-widget .slider-a #home-slider .carousel-control.right {
      right: 0px;
      background: transparent; }
      .slider-widget .slider-a #home-slider .carousel-control.right span::before {
        -webkit-transform: translate(-30%, -50%);
        -moz-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%); }
  .slider-widget .slider-a .slider-box {
    height: auto;
    padding-bottom: 18.76%;
    position: relative;
    text-align: center; }
  .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: 0.7;
      z-index: 1; }
  .slider-widget .caption-a {
    padding-top: 50px;
    padding-bottom: 150px;
    -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: 50%;
    z-index: 10;
    width: 70%; }
    .slider-widget .caption-a h2 {
      font-family: 'Raleway', sans-serif;
      color: #ffffff;
      font-size: 38px;
      font-weight: 900;
      line-height: 40px;
      margin: 35px 0 45px;
      text-transform: uppercase;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
    .slider-widget .caption-a h3 {
      font-family: 'Raleway', sans-serif;
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      line-height: 1em;
      margin-top: 15px;
      display: block;
      text-transform: capitalize; }
      .slider-widget .caption-a h3::before {
        content: "";
        background: #eb8023;
        display: block;
        height: 4px;
        width: 40px;
        top: -10px;
        margin: 0 auto;
        position: relative; }
      .slider-widget .caption-a h3 span {
        color: #eb8023; }
    .slider-widget .caption-a p {
      font-family: 'Raleway', sans-serif;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.2px;
      line-height: 1.5em;
      margin: 20px auto 80px;
      width: 70%;
      display: none; }
    .slider-widget .caption-a a.btn-1 {
      background: #f09000; }
@media only screen and (max-width: 768px) {
  .slider-widget .slider-a .slider-box {padding-bottom: 33.76%;}
}
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control span {
    width: 30px;
    height: 30px; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  padding: 45px 0px 0px;
  background: #fff;
  color: #231f20;
  border-top: none !important;
  text-align: center; }
  .news-widget h2 {
    font-family: 'Raleway', sans-serif;
    color: #231f20;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize; }

    #news-slider .carousel-inner{
       width: 85%;
       margin: 0 auto;
    }
  .news-widget .box-news {
    padding: 0;
    margin: 20px 0;
    background: #fff; }
    .news-widget .box-news:hover .img-wrap::after, .news-widget .box-news:focus .img-wrap::after, .news-widget .box-news:active .img-wrap::after {
      top: 0;
      left: 0; }
      .news-widget .box-news:hover .img-wrap::after:hover, .news-widget .box-news:focus .img-wrap::after:hover, .news-widget .box-news:active .img-wrap::after:hover {
        border-left: 3.5rem solid #4365af; }
    .news-widget .box-news:hover .img-wrap a, .news-widget .box-news:focus .img-wrap a, .news-widget .box-news:active .img-wrap a {
      text-decoration: none;
      top: 0px;
      left: 6px;
      color: #1f8153 !important; }
  .news-widget .img-wrap {
    height:auto;
    padding-bottom:100% }
    .news-widget .img-wrap::after {
      content: "";
      position: absolute;
      z-index: 2;
      top: -25px;
      left: -25px;
      border-left: 3.5rem solid #fff;
      border-right: 3.5rem solid transparent;
      border-bottom: 3.5rem solid transparent;
      cursor: pointer;
      display: none;
      transition: 0.4s; }
    .news-widget .img-wrap img {
      max-height: 200%;
      min-width: 100%;
      min-height: 100%; }
    .news-widget .img-wrap a {
      position: static;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;}
  .news-widget .info-wrap {
    background: #fff;
    border-top: none;
    padding: 0px 0px 40px;
    text-align: left;
    margin-bottom: 25px; }
    .news-widget .info-wrap h3 a {
      font-family: 'Raleway', sans-serif;
      color: #231f20;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      text-transform: none; }
    .news-widget .info-wrap p {
      font-size: 0.8571rem;
      margin-bottom: 20px;
      color: #414142; }
    .news-widget .info-wrap time {
      font-family: 'Raleway', sans-serif;
      color: #414142;
      font-size: 0.9286rem;
      position: absolute;
      bottom: 30px;
      font-weight: 600; }
      .news-widget .info-wrap time::before {
        content: "";
        background: rgba(109, 111, 113, 0.5);
        top: -10px;
        display: block;
        height: 1px;
        width: 90%;
        position: relative; }
  .news-widget #news-slider .carousel-control {
    opacity: 1;
    width: 55px;
    height: 55px;
    background: transparent !important;
    margin: 0px -50px;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    position: absolute;
    top: 50%;
  }
  .news-widget #news-slider .left{
    left: 55px;
  }
  .news-widget #news-slider .right{
    right: 55px;
  }
  .news-widget #news-slider .glyphicon {
    width: 55px;
    height: 55px;
    font-size: 50px;
    margin-top: -50px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #afafaf;
    opacity: 0.4;
    padding: 0;
    color: #afafaf; }
  .news-widget #news-slider .glyphicon-chevron-left {
    padding-right: 8px; }
  .news-widget #news-slider .glyphicon-chevron-right {
    padding-left: 8px; }
  .news-widget #news-slider .carousel-indicators {
    display: none; }

/*END News------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-widget .box-news {
    margin: 0 auto;
    width: 60%; }
  
  .news-widget .info-wrap {text-align: center;}

  .news-widget #news-slider .carousel-control {
    margin: 0px 20px; } }
@media only screen and (max-width: 767px) {
  .news-widget .box-news {
    margin: 0 auto;
    width: 60%; }
  .news-widget #news-slider .left {
    left: 0px;
  }
  .news-widget #news-slider .right {
    right: 0px;
  }
  #news-slider .carousel-inner {
    width: 100%;
  }
  .news-widget #news-slider .carousel-control {
    margin: 0px 0px; } }
@media only screen and (max-width: 480px) {
  .news-widget .box-news {
    margin: 0 auto;
    width: 85%; }
  
  .navbar-brand {
    height: auto;
    top: 30px;
  }

  .news-widget #news-slider .carousel-control {
    margin: 0px -20px; } }
/*START Calendar------------------------------------------*/
.view .date-nav-wrapper .date-prev {
  right: 78px; }

.calendar-calendar .mini {
  border: 1px solid #ccc; }

.view .date-nav-wrapper .date-prev {
  background: transparent; }

.view .date-nav-wrapper .date-next {
  background: transparent; }

.calendar-calendar table.mini td.empty {
  background: #F4F4F4;
  border-color: #ccc;
  color: #fff; }

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

table td.mini, table th.mini, table.mini td.week {
  height: 40px;
  vertical-align: middle;
  padding: 0;
  padding: 0 10px; }

.month.mini-day-on {
  background: #ffc; }
  .month.mini-day-on a {
    display: block;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-decoration: none; }

.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: #1f8153;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #12559a; }
  .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: #414142; }
  .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: #414142; }
  .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: #414142;
    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: #414142;
    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: #1f8153; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #1f8153;
    color: #fff;
    border: solid 1px #414142;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #414142;
    color: #1f8153; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

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

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #1f8153; }
  #tribe-events a:hover {
    text-decoration: none; }
#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: #58595b;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #414142; }
#tribe-events .tribe-events-calendar thead th {
  background: #1f8153;
  border-color: #1f8153; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #e37818; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #e37818; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #4365af; }
#tribe-events .tribe-events-sub-nav a {
  color: #414142;
  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: #1f8153;
  border: none;
  padding: 10px 30px; }

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

/*END TRIBE EVENTS------------------------------------*/
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  background: url("../images/bg-sign.jpg") no-repeat;
  background-size: cover;
  padding: 30px 70px 70px 0;
  text-align: left; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-weight: 400; }
  .sign-up-widget p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 25px 0;
    font-weight: 400;
    text-align: left; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 0; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          padding-right: 0;
          margin-top: 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: #669bd3;
              border-radius: 0px;
              border: none;
              height: 40px;
              width: 100%;
              padding: 0 10px;
              font-size: 1.143rem;
              color: #fff !important; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                color: #fff;
                opacity: 1; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .name_first label, .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .name_last label {
            display: none; }
    .sign-up-widget .gform_wrapper .gform_footer {
      display: block;
      margin-top: 3px; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #12559a;
        height: 55px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        transition: 0.4s;
        font-size: 15px;
        font-weight: 400; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #1f8153;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.footer .top .top-center ul.menu > li:last-child {
    margin-right: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 50px 15% 0px; }

  .sign-up-widget {
    padding: 0 0 40px; } }
@media only screen and (max-width: 767px) {
  .sign-up-widget {
    padding: 0 0 40px; }

  .sign-up-widget .gform_wrapper {
    width: 90%;
    margin: 50px 5% 0px; }

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

  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget {
    padding: 0 0 40px; }

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

  .sign-up-widget h2 {
    font-size: 26px; } }
/*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: #1f8153;
        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: #1f8153; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #1f8153;
    background: -webkit-linear-gradient(90deg, #1f8153 50%, #3a59a8 50%);
    background: -o-linear-gradient(90deg, #1f8153 50%, #3a59a8 50%);
    background: -moz-linear-gradient(90deg, #1f8153 50%, #3a59a8 50%);
    background: linear-gradient(90deg, #1f8153 50%, #3a59a8 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #1f8153;
    background: -webkit-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: -o-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: -moz-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #1f8153;
    background: -webkit-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: -o-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: -moz-linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    background: linear-gradient(180deg, #1f8153 50%, #3a59a8 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: url("../images/bg-testimonials.jpg") repeat;
  padding: 0px 25px 10px;
  text-align: center; }
  .testimonial-widget .testimonial_rotator_slide_title {
    display: none; }
  .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
    position: relative;
    overflow: hidden;
    z-index: 3px;
    height: 125px;
    width: 125px;
    background: #ccc;
    border-radius: 50%;
    margin: 50px auto 50px;
    border: 3px solid #fff;
    float: none; }
    .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 150%;
      min-width: 100%; }
  .testimonial-widget .testimonial_rotator_quote {
    font-size: 1.071rem;
    color: #fff;
    padding: 0 7%; }
  .testimonial-widget .testimonial_rotator_author_info {
    color: #fff;
    margin-top: 45px;
    font-family: lato-eb;
    border: none !important; }
    .testimonial-widget .testimonial_rotator_author_info span {
      display: block;
      text-transform: uppercase; }
  .testimonial-widget .testimonial_rotator .has-image .text, .testimonial-widget .testimonial_rotator_single.has-image .text {
    width: 100%;
    float: none; }

#testimonials-slider {
  text-align: center;
  padding-top: 75px; }
  #testimonials-slider::before {
    content: open-quote;
    font-size: 100px;
    background: #1f8153;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: "Georgia",sans-serif;
    line-height: 1em;
    top: 0; }
  #testimonials-slider .item {
    min-height: 250px;
    text-align: center;
    padding: 0 20%; }
  #testimonials-slider .carousel-control.right {
    background: transparent;
    width: 20px;
    color: #1f8153; }
  #testimonials-slider .carousel-control.left {
    background: transparent;
    width: 20px;
    color: #1f8153; }
  #testimonials-slider .carousel-inner h3 {
    color: #414142 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    font-style: italic !important;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0; }
  #testimonials-slider .carousel-inner p {
    font-size: 1.143rem !important;
    font-weight: 600 !important;
    color: #231f20 !important;
    line-height: 1em; }

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 0px 30px; }
  .sponsor-widget h3 {
    text-align: center;
    font-size: 33px;
    color: #231f20;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .sponsor-widget #sponsors-slider .col-md-2 {
    padding: 0; }
    .sponsor-widget #sponsors-slider .col-md-2::after {
      content: "";
      background: #e3e3e3;
      bottom: 0px;
      display: inline-block;
      height: 100%;
      width: 1px;
      right: 0;
      position: absolute; }
    .sponsor-widget #sponsors-slider .col-md-2:last-child::after {
      content: none; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 1;
    color: #414142;
    background-image: none !important; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 170px;
    background: transparent !important;
    margin: 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 100%;
      min-width: unset;
      max-height: 100%;
      padding: 10px; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: left;
  position: relative;
  color: #ffffff;
  background: #12559a; }
  footer.footer .arrow-footer {
    background: #4365af;
    color: #ffffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: 0.4s;
    display: block;
    float: right;
    position: absolute;
    right: 15px;
    bottom: -5px; }
    footer.footer .arrow-footer img {
      margin: 0px auto;
      display: block;
      padding-top: 7px; }
    footer.footer .arrow-footer:hover {
      background: #35508a;
      border: 1px solid 656879; }
  footer.footer h3 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 0; }
  footer.footer .top {
    padding: 30px 0 15px;
    position: relative; }
    footer.footer .top .top-left .img-wrap {
      height: 75px;
      width: 90px;
      background: transparent;
      margin-bottom: 5px; }
      footer.footer .top .top-left .img-wrap img {
        width: 100%;
        background: #fff;
        height: auto; }
    footer.footer .top .top-left p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #ffffff;
      margin: 0px;
      text-align: left; }
    footer.footer .top .top-left a {
      color: #ffffff; }
    footer.footer .top .top-left ul.social {
      border: none;
      display: block;
      float: none;
      left: 0;
      margin: 0;
      padding: 0px 0 25px;
      position: relative; }
      footer.footer .top .top-left ul.social .fa {
        color: #ffffff; }
        footer.footer .top .top-left ul.social .fa:hover {
          color: #4365af !important;
          background: transparent; }
      footer.footer .top .top-left ul.social li {
        margin: 0 !important;
        font-size: 16px; }
        footer.footer .top .top-left ul.social li::after {
          content: none; }
        footer.footer .top .top-left ul.social li::before {
          content: none; }
        footer.footer .top .top-left ul.social li a {
          color: #ffffff;
          width: 25px; }
        footer.footer .top .top-left ul.social li:hover {
          background: transparent !important; }
    footer.footer .top .top-center {
      margin-bottom: 50px;
    }
    footer.footer .top .top-center ul {
      width: 100%;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 16px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-align: left; }
      footer.footer .top .top-center ul li {
        vertical-align: top;
        width: 19%;
        display: inline-block;
        padding-top: 0; 
        margin-right: 3%;
        float: left;}
        footer.footer .top .top-center ul.menu > li:last-child{
          margin-top: 30px;
          float: right;
          margin-right: 137px;
        }
        footer.footer .top .top-center ul li:first-child {
          /*width: 17%;*/
          display: inline-block;
          display: inline-block;
          padding: 0;
          margin: 0;
          margin-right: 15px;
          background: transparent; }
        footer.footer .top .top-center ul li ul {
          width: 100%; }
          footer.footer .top .top-center ul li ul li {
            width: 100%; }
            footer.footer .top .top-center ul li ul li:first-child {
              width: 100%; }
            footer.footer .top .top-center ul li ul li a {
              width: 100%; }
              footer.footer .top .top-center ul li ul li a:first-child {
                margin-bottom: 0;
                font-weight: 400;
                font-size: 16px; }
        footer.footer .top .top-center ul li a {
          color: #fff;
          display: block;
          width: 100%; }
          footer.footer .top .top-center ul li a:hover {
            background: transparent;
            text-decoration: none; }
          footer.footer .top .top-center ul li a:first-child {
            font-family: 'Raleway', sans-serif;
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 16px;
            padding: 0px;
            background: transparent; }

    footer.footer .top .top-center:before {
      content: " ";
      display: table;
    } 

    footer.footer .top .top-center:after {
      content: " ";
      display: table;
      clear: both;
    }

    footer.footer .top .top-right:before {
      content: " ";
      display: table;
    } 

    footer.footer .top .top-right:after {
      content: " ";
      display: table;
      clear: both;
    } 

    footer.footer .top .top-right{
      text-align: right;
    }
     
     footer.footer .top .top-right .search-footer .searchform .screen-reader-text{
      display: none;
     }
     footer.footer .top .top-right .search-footer .searchform #s{
        background: #4365af;
        float: right;
        border: none;
        height: 24px;
        font-size: 12px;
        padding: 0 10px;
        font-family: 'Raleway', sans-serif;
     }   
     footer.footer .top .top-right .search-footer .searchform {
      margin-right: 40px;
     }       
      footer.footer .top .top-right .search-footer .searchform #searchsubmit{
        border:none;
        float: right;
        height: 24px;
        width: 24px;
        background: #4365af url("/wp-content/themes/ipjc/images/searchicon.png") no-repeat;
        background-color: #4365af;
        background-position: center;
        background-size: 15px;
        color:#fff;
        vertical-align: middle;
        font-size: 12px;
        text-indent: -99999999px;
        transition: 0.4s;
      }  
      footer.footer .top .top-right .search-footer .searchform #searchsubmit:hover{
        background: #35508a  url("/wp-content/themes/ipjc/images/searchicon.png") no-repeat;
        background-color: #35508a;
        background-position: center;
        background-size: 15px;
      } 
          
        
  footer.footer .bottom {
    font-family: 'Raleway', sans-serif;
    background-color: #1f419b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0px; }
    footer.footer .bottom p {
      margin: 0; }
    footer.footer .bottom .bottom-left {
      float: left; }
    footer.footer .bottom .bottom-right {
      float: right; }
      footer.footer .bottom .bottom-right p a {
        color: #98cbff;
        font-weight: 400; }

@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer.footer .top .top-center ul li ul {
      width: 90%;
    }
 }
@media only screen and (min-width: 768px) and (max-width: 991px) {

  footer.footer .top .top-center ul li ul {
      width: 90%;
  }
  footer.footer .top-left {
    text-align: center; }

  footer.footer .top .top-left .img-wrap {
    margin: 0 auto; }

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

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom {
    height: auto;
    max-height: unset; } }
@media only screen and (max-width: 767px) {
  footer.footer .top-left {
    text-align: center; }

  footer.footer .top .top-left .img-wrap {
    margin: 0 auto; }

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

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

  footer.footer .top .top-center ul li:first-child {
    width: 100%; }

  footer.footer .top .top-center ul li {
    width: 100%; }

  footer.footer .top .top-center ul li ul li:last-child {
    margin-bottom: 20px; }


  footer.footer .top .top-right .search-footer {
    float: none;
    top: 0;
    margin: 0 auto; }

  footer.footer .bottom .bottom-left {
    float: none;
    text-align: center;
    padding: 5px 0; }

  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center;
    padding: 5px 0; }

    footer.footer .top .top-right .search-footer .searchform {margin: 0 auto !important;display: inline-block;}
    footer.footer .top .top-right {
    text-align: center;
    }

  footer.footer .bottom {
    height: auto;
    max-height: unset; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
.breadcrumb {
  background: transparent; }
  .breadcrumb a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; }
    .breadcrumb a i {
      color: #717275;
      font-size: 30px; }
    .breadcrumb a:hover {
      text-decoration: none; }

ul.breadcrumbs {
  padding-left: 15px;
  padding-bottom: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: unset;
      font-size: 13px;
      margin-bottom: 0;
      font-family: 'Raleway', sans-serif;
      color: #3f51b5; }
    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: 13px;
        color: #65696D; }
    ul.breadcrumbs li a {
      color: #65696D;
      font-size: 13px;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Raleway', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: none; }
    ul.breadcrumbs li.last-child {
      color: #3f51b5; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: transparent;
  overflow: hidden;
  position: relative;
  height: auto;
  padding-bottom: 18.76%;
  text-align: center; }
  .interior-top h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2; }
    .interior-top h1 small {
      font-family: 'Raleway', sans-serif;
      color: #fff;
      display: block;
      font-size: 32px;
      font-weight: 700; }
  .interior-top img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*END Interior Top (BANNER)------------------------------------------*/
.meta.submitted {
  display: none; }

.panel-group a, .panel-group a {
  text-decoration: none; }
  .panel-group a h4.panel-title, .panel-group a h4.panel-title {
    color: #fff; }
.panel-group h4.panel-title{
  color: #fff !important;
  font-weight: 400;
}
#post-590 .row{
  margin-bottom: 25px;
}
.interior {
  color: #414142;
  font-size: 1.143rem;
  font-family: 'Raleway', sans-serif; }
  .interior .container {
    padding: 25px 50px 75px;
    z-index: 3;
    position: relative; }
  .interior img {
    max-width: 100%;
    height: auto;
    padding: 12px;
    width: auto; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #231f20;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    letter-spacing: 0.03em;
    font-weight: 700; }
  .interior h5, .interior h6 {
    color: #231f20;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    letter-spacing: 0.03em;
    font-weight: 700; }
  .interior h1 {
    font-size: 2.857rem; }
  .interior h2 {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  .interior h3 {
    font-size: 2.143rem; }
  .interior h3.gform_title {
    font-size: 2.143rem !important;
    font-weight: 400 !important; }
  .interior h4 {
    font-size: 1.786rem; }
  .interior h5 {
    font-size: 1.429rem; }
  .interior h6 {
    font-size: 16px; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #bdbdbd -moz-use-text-color -moz-use-text-color; }
  .interior strong {
    color: #231f20;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5em;
    line-height: 1.5em; }
  .interior p {
    font-family: 'Raleway', sans-serif;
    color: #414142;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.5em;
    margin-bottom: 20px; }
  .interior blockquote {
    font-family: 'Raleway', sans-serif;
    background: #f4f4f4;
    border-left: 8px solid #1864b2;
    color: #231f20;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 30px;
    margin-right: 5%;
    padding: 15px 20px;
    text-align: left;
    width: 90%; }
  .interior small {
    display: block; }
  .interior a {
    color: #12559a;
	  font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif; }
    .interior a:visited{
      color: #004c24;
		font-weight: 600;
    }
    .interior a:hover {
      color: #4c89c9;
		font-weight: 600;
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #737373; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #737373;
      font-size: 16px;
      list-style-type: none;
      position: relative;
      line-height: 1.5em; }
      .interior ul.list li::before {
        content: "";
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #12559a;
        position: absolute;
        display: inline-block;
        margin-right: 0;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      .interior ul.list li a {
        font-size: 16px;
        color: #4365af; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #12559a; }
          .interior ul.list li ul li a {
            color: #4365af; }
  .interior ul.nav-tabs li a {
    text-decoration: none;
    font-weight: 700;
    padding: 15px 8px; }
  .interior .nav-tabs > li.active > a, .interior .nav-tabs > li.active > a:focus, .interior .nav-tabs > li.active > a:hover {
    background: #1f8153;
    color: #fff; }
  .interior .panel-default > .panel-heading {
    background: #1f8153; }
  .interior .panel-title > .small, .interior .panel-title > .small > a, .interior .panel-title > a, .interior .panel-title > small, .interior .panel-title > small > a {
    text-decoration: none;
    font-weight: 900;
    color: #ffffff;
    display: block;
    text-transform: capitalize; }
  .interior .panel-body {
    padding: 30px 40px 40px; }
    .interior .panel-body p a {
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      color: #414142; }
      .interior .panel-body p a:hover {
        text-decoration: none;
        color: #4365af; }
    .interior .panel-body a {
      margin-right: 5px;
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      color: #414142; }
      .interior .panel-body a:hover {
        text-decoration: none;
        color: #4365af; }
    .interior .panel-body strong {
      margin-right: 5px; }
    .interior .panel-body em {
      margin-right: 5px; }
    .interior .panel-body hr {
      margin-top: 20px;
      margin-bottom: 20px; }


  .interior .table-hover {
    border: 1px solid #d5d5d5;
    border-radius: 5px; }
    .interior .table-hover tr {
      height: 50px;
      text-align: center; }
      .interior .table-hover tr th {
        padding: 6px;
        text-align: center;
        background-color: #1f8153;
        color: #fff; }
        .interior .table-hover tr th:hover {
          background-color: #1f8153;
          background: #1f8153; }
      .interior .table-hover tr:nth-child(even) td {
        padding: 6px ;
        background: #d5d5d5; }
        .interior .table-hover tr td p{
          margin: 0;
        }
        .interior .table-hover tr td p strong{
          margin: 0;
        }
        .interior .table-hover tr:nth-child(even) td a {
          font-size: 16px;
          display: block;
          text-decoration: none;
          font-weight: 700;
          color: #414142; }
      .interior .table-hover tr:nth-child(odd) td {
        padding: 6px ;
        background: #fff; }
        .interior .table-hover tr:nth-child(odd) td a {
          font-size: 16px;
          display: block;
          text-decoration: none;
          font-weight: 700;
          color: #414142; }

  .interior .table-responsive .table {
    border: 1px solid #d5d5d5;
    border-radius: 5px; }
    .interior .table-responsive .table tr {
      height: 50px;
      text-align: center; }
      .interior .table-responsive .table tr th {
        padding: 20px 0px;
        text-align: center;
        background-color: #1f8153;
        color: #fff; }
        .interior .table-responsive .table tr th:hover {
          background-color: #1f8153;
          background: #1f8153; }
      .interior .table-responsive .table tr:nth-child(even) td {
        padding: 15px 0px;
        background: #d5d5d5; }
        .interior .table-responsive .table tr:nth-child(even) td a {
          font-size: 16px;
          text-decoration: none;
          font-weight: 700;
          color: #414142; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        padding: 15px 0px;
        background: #fff; }
        .interior .table-responsive .table tr:nth-child(odd) td a {
          font-size: 16px;
          text-decoration: none;
          font-weight: 700;
          color: #414142; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: transparent;
    border: 1px solid #d5d5d5;
    box-shadow: none; }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #1f8153;
    font-family: 'Raleway', sans-serif;
    border-radius: 3px;
    border: none;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 25px;
    padding: 10px 30px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700; }
    .interior input[type="submit"]:hover {
      background: #1f8153;
      text-decoration: none; }
  .interior button {
    background: #12559a;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 8px 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 20px; }
    .interior button:hover {
      background: #1f8153;
      color: #fff; }
  .interior .ammapDescriptionTitle.amcharts-description-title-div {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f8153; }
  .interior .ammapDescriptionWindow.amcharts-description-div {
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 20px 20px !important; }
  .interior .ammapDescriptionText.amcharts-description-text-div strong {
    display: block;
    margin-bottom: 2px; }
  .interior .amcharts-chart-div * {
    margin-bottom: 0;
    line-height: 1em; }
  .interior .amcharts-chart-div strong {
    display: block;
    font-weight: 700;
    margin-bottom: 2px; }

@media only screen and (max-width: 767px) {
  .interior-top {
    padding: 50px 15px 90px;
    min-height: inherit; }

  .interior-top h1 {
    font-size: 35px; }

  .interior blockquote {
    margin-left: 20px; }

  .interior .container {
    padding: 30px 30px 50px; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    padding: 70px 15px 80px;
    min-height: inherit; }

  .interior-top h1 {
    font-size: 30px; }

  .interior blockquote {
    margin-left: 20px; }

  .interior .container {
    padding: 30px 30px 50px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav {
  -webkit-box-shadow: 0px 0px 8px 0px #d0d1d4;
  -moz-box-shadow: 0px 0px 8px 0px #d0d1d4;
  box-shadow: 0px 0px 8px 0px #d0d1d4; }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
     display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-size: 1.429rem;
        padding-bottom: 5px;
        padding-left: 20px;
        display: block;
        text-transform: none;
        color: #231f20;
        font-family: 'Raleway', sans-serif;
        font-weight: 500; }
      .sidebar .inner-nav ul li.active-trail, .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        display: block;
        border: solid 1px #fff;
        background: #f6f6f6;
        padding: 30px 0;
        margin: 0; }
        .sidebar .inner-nav ul li.active-trail ul li, .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;
          margin-left: 0;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.active-trail ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-size: 1rem;
            font-style: initial;
            background: transparent;
            padding: 2px 30px;
            display: block;
            text-transform: capitalize;
            font-family: 'Raleway', sans-serif;
            font-weight: 400;
            color: #414142; }
            .sidebar .inner-nav ul li.active-trail ul li a:hover, .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: none; }
          .sidebar .inner-nav ul li.active-trail ul li ul li, .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.active-trail ul li.active-trail, .sidebar .inner-nav ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail, .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.active-trail, .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.active-trail, .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.active-trail, .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.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail a, .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.active-trail 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.active-trail 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.active-trail 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 {
              width: 100%;
              background: #4365af;
              color: #fff;
              font-family: 'Raleway', sans-serif;
              font-weight: 400; }
            .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li, .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.active-trail 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.active-trail 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.active-trail 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.active-trail ul li.active-trail ul li.active-trail, .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.active-trail, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.current_page_item, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.current-menu-item, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.active-trail, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.active-trail, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.active-trail, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.active-trail, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.active-trail, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.active-trail, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.active-trail, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.active-trail, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.active-trail, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li.active-trail, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.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 ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.active-trail, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.active-trail, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.active-trail, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.current-menu-item {
                display: block;
                border: none;
                background: transparent;
                padding: 0px;
                margin-bottom: 0px;
                border-bottom: none; }
                .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.active-trail a, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.current_page_item a, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li.current-menu-item a, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.active-trail a, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.active-trail a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.active-trail a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li.active-trail a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.active-trail a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.active-trail ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.active-trail a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.active-trail a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li.current-menu-item a {
                  width: 100%;
                  background: #35508a;
                  color: #fff;
                  font-family: 'Raleway', sans-serif;
                  font-weight: 400; }
              .sidebar .inner-nav ul li.active-trail ul li.active-trail ul li a, .sidebar .inner-nav ul li.active-trail ul li.current_page_item ul li a, .sidebar .inner-nav ul li.active-trail ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.active-trail ul li a, .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.active-trail 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.active-trail 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.active-trail 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;
                font-family: 'Raleway', sans-serif;
                font-weight: 400;
                color: #414142; }
      .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: #1f8153;
  color:#fff;
  padding: 20px 10px;
  text-align: center;
  margin-top: 30px 0 15px; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: none; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      margin: 15px auto 5px;
      display: block; }
    .sidebar-a h3 i {
      display: block !important;
      color: #fff;
      font-size: 3.5rem !important;
      margin-bottom: 0.2em; }
  .sidebar-a p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px; }
  .sidebar-a a {
    color: #fff;
    text-decoration: none; }
    .sidebar-a a:hover {
      text-decoration: none; }
      .sidebar-a a,
      .sidebar-a p,
      .sidebar-a span,
      .sidebar-a small,
      .sidebar-a strong,
      .sidebar-a h1,
      .sidebar-a h2,
      .sidebar-a h3,
      .sidebar-a h4,
      .sidebar-a h5,
      .sidebar-a h6{
        color:#fff !important;
      }
      .sidebar-b a,
      .sidebar-b p,
      .sidebar-b span,
      .sidebar-b small,
      .sidebar-b strong,
      .sidebar-b h1,
      .sidebar-b h2,
      .sidebar-b h3,
      .sidebar-b h4,
      .sidebar-b h5,
      .sidebar-b h6{
        color:#fff !important;
      }
      .sidebar-b a,.sidebar-a a{
        word-wrap: break-word;
      }

.sidebar-b {
  background: #1f8153;
  padding: 20px 10px;
  text-align: center;
  margin:15px 0 30px;

  color: #fff; }
  .sidebar-b h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: none; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 80%;
      margin: 15px auto 5px;
      display: block; }
  .sidebar-b p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px; }
  .sidebar-b a.btn-3 {
    color: #1f8153; }



@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 40px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #4365af;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #4264AF;
    text-decoration: none;
    color: #fff !important; }

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

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

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

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

.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: #4365af;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #4264AF;
    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: #4365af;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: lato-l;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #4264AF;
    text-decoration: none;
    color: #fff !important; }

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

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-height: 150%; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #1f8153;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #4365af; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #888888; }

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

#commentform label {
  display: block; }

/*END Category Page----------------------------------*/
.pagination .nav-links a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #1f8153;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #12559a; }
.pagination .nav-links span {
  color: #1f8153; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #12559a;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #4365af; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #4264AF; }

/*START Search Page------------------------------------------*/
body div.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: #58595b; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #1f8153; }
  .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------------------------------------------*/
.accordion br {
  display: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #1f8153;
  padding: 10px 10px 10px;
  cursor: pointer;
  color:#fff;
  font-weight: 400;
  background: #1f8153;
  margin-bottom: 0; }
  h1[id*="accordion-"]:hover,
  h2[id*="accordion-"]:hover,
  h3[id*="accordion-"]:hover,
  h4[id*="accordion-"]:hover,
  h5[id*="accordion-"]:hover,
  h6[id*="accordion-"]:hover {
    background: #135c39; }

.accordion-content {
  padding-bottom: 10px;
  background: #fff;
  padding: 10px;
  border: 1px solid #1f8153;
  border-top: none; }

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

  .interior h4.search-h4{
    font-weight: 400;
    font-size: 20px;
    text-align: right;
  }

  #filter-count{
    text-align: right;
    display: block;
  }

/*START html & body-------------------------------------*/
html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #414142; }
  html a, body a {
    outline: none !important;
    text-decoration: none;
  }
html a, body a:hover{
  text-decoration: none;
}
html a, body a:visited{
  color: #80b5e4;
}

/*END html & body-------------------------------------*/
.b {
  padding: 25px 0 40px; }
  .b h2 {
    font-family: 'Raleway', sans-serif;
    color: #231f20;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize; }
  .b p {
    text-align: center;
    color: #414142;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 15px; }
  .b .box-b {
    position: relative;
    text-align: center;
    margin-bottom: 30px; }
    .b .box-b .img-wrap {
      border-radius: 50%;
      margin: 10px auto 30px;
      background: #1f8153;
      height: auto;
      width: 80%;
      padding-bottom: 80%;}
      .b .box-b .img-wrap img {
        min-width: 100%;
        min-height: 100%; }
    .b .box-b h3 a{
      text-align: center;
      color: #12559a;
      font-size: 16px;
      font-family: 'Raleway', sans-serif;
      font-weight: 900;
      text-transform: capitalize;
      margin-bottom: 30px; }
.b .box-b h3 a:hover{
  text-decoration: none;
  color: #23527c;
}
.frontQuote{
  text-align: center;
  background: #fff;
  padding: 50px 0;
}

.frontQuote .container{
  border-top: 8px solid #d2d8ea;
  border-bottom: 8px solid #d2d8ea;
}
.frontQuote h2{
  font-family: 'georgia', sans-serif;
  color: #4365af;
  font-size: 33px;
  font-weight: 700;
}
.frontQuote p{
  font-size: 25px;
  font-family: 'georgia', sans-serif;
  color: #4365af;
}
.c {
  position: relative;
  background: url("../images/bg-c.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .c::before {
    content: none;
    background: rgba(68, 100, 175, 0.7);
    z-index: 1;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%; }
  .c .content-c {
    padding: 70px 0 40px;
    text-align: center;
    z-index: 2; }
    .c .content-c h2 {
      font-family: 'Raleway', sans-serif;
      color: #fff;
      font-size: 33px;
      font-weight: 700;
      text-align: center;
      text-transform: capitalize; }
    .c .content-c p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      width: 400px;
      max-width: 80%;
      margin: 0 auto 30px; }

.e {
  background: transparent;
  min-height: 300px;
  position: relative;
  overflow: hidden; }
  .e .container-fluid {
    padding: 0; }
  .e .e-left {
    position: relative;
    max-height: 300px; }
    .e .e-left::before {
      content: "";
      background: rgba(0, 111, 69, 0.8);
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      z-index: 2; }
    .e .e-left .img-wrap {
      height: 300px;
      position: absolute;
      z-index: 1; }
      .e .e-left .img-wrap img {
        height: auto !important;
        width: 100% !important; }
    .e .e-left .content-e-left {
      padding: 60px 0 40px;
      z-index: 3;
      text-align: center;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 400px;
      max-width: 80%; }
      .e .e-left .content-e-left h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 33px;
        margin-bottom: 10px;
        text-align: center;
        color: #fff; }
      .e .e-left .content-e-left address {
        color: #fff;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 0; }
      .e .e-left .content-e-left time {
        color: #fff;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        display: block;
        margin-bottom: 30px; }
      .e .e-left .content-e-left a {
        color: #fff;
        text-decoration: none; }
      .e .e-left .content-e-left a.btn-3 {
        color: #1f8153 !important; }
    .e .e-left .item-list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .e .e-left .item-list ul li {
        margin: 0; }
  .e .e-right {
    position: relative;
    max-height: 300px; }
    .e .e-right::before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      z-index: 2; }
    .e .e-right .img-wrap {
      height: 300px;
      position: absolute;
      z-index: 1; }
      .e .e-right .img-wrap img {
        height: 100% !important;
        width: 100%; 
        object-fit: cover;
      }
    .e .e-right .content-e-right {
      padding: 60px 0 40px;
      z-index: 3;
      text-align: center;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 400px;
      max-width: 80%; }
      .e .e-right .content-e-right h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 33px;
        margin-bottom: 10px;
        text-align: center;
        color: #fff; }
      .e .e-right .content-e-right p {
        color: #fff;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 0;
        margin: 0 auto 30px; }
      .e .e-right .content-e-right a {
        color: #fff;
        text-decoration: none; }
      .e .e-right .content-e-right a.btn-3 {
        color: #1f8153 !important; }

.f.publications {
  padding: 50px 0;
  color: #414142;
  text-align: left;
  background: transparent; }
  .f.publications h2 {
    font-family: 'Raleway', sans-serif;
    color: #231f20;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize; }
  .f.publications .box-publications {
    padding-top: 20px; }
  .f.publications .img-wrap {
    height: auto;
    width: 100%;
    padding-bottom: 126%;
    border: 1px solid #e1e1e1;
    margin: 0 auto; }
    .f.publications .img-wrap:hover, .f.publications .img-wrap:focus, .f.publications .img-wrap:active {
      -webkit-box-shadow: 4px 3px 6px 4px #bebebf;
      -moz-box-shadow: 4px 3px 6px 4px #bebebf;
      box-shadow: 4px 3px 6px 4px #bebebf;
      transition: 0.4s; }
      .f.publications .img-wrap:hover a, .f.publications .img-wrap:focus a, .f.publications .img-wrap:active a {
        text-decoration: none;
        top: 0px;
        left: 6px;
        color: #1f8153 !important; }
    .f.publications .img-wrap img {
      max-height: 100%;
      min-width: unset;
      min-height: 100%;
      height: 100%;
      width: auto; }
    .f.publications .img-wrap a {
      display: block; }
  .f.publications .title-wrap {
    margin-bottom: 15px; }
    .f.publications .title-wrap h3 a {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 21px;
      color: #231f20;
      text-transform: capitalize;
      text-align: left;
      margin: 0; }
  .f.publications #publications-slider .carousel-inner > .item {
    padding: 0 7.5%;}
  .f.publications #publications-slider .carousel-control {
    margin: 0px 10px !important;
    opacity: 1;
    width: 20px;
    background: transparent !important; }
  .f.publications #publications-slider .glyphicon {
    width: 55px;
    height: 55px;
    font-size: 45px;
    margin-top: -50px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #afafaf;
    opacity: 0.4;
    padding: 0;
    color: #afafaf; }
  .f.publications #publications-slider .glyphicon-chevron-left {
    padding-right: 4px; }
  .f.publications #publications-slider .glyphicon-chevron-right {
    padding-left: 4px; }
  .f.publications #publications-slider .carousel-indicators {
    display: none; }

.g {
  background: #e9eaec;
  padding: 0px; }
  .g p{
    margin-bottom:0
  }
  .g .left {
    text-align: center;
    border-right: 1px solid #9fa2a4; }
    .g .left h3 {
      font-weight: 700;
      font-family: 'Raleway', sans-serif;
      font-size: 33px;
      color: #231f20;
      text-transform: capitalize;
      margin-top: 0; }
    .g .left p {
      width: 400px;
      margin: 0 auto 30px; }
    .g .left a {
      color: #4365af;
      text-decoration: none; }
      .g .left a:hover {
        text-decoration: none; }
    .g .left a.btn-1 {
      color: #fff;
      background: #4365af !important; }
  .g .right {
    text-align: center; }
    .g .right h3 {
      font-weight: 700;
      font-family: 'Raleway', sans-serif;
      font-size: 33px;
      color: #231f20;
      text-transform: capitalize;
      margin-top: 0; }
    .g .right p {
      width: 400px;
      max-width: 80%;
      margin: 0 auto 30px; }
    .g .right a {
      color: #4365af;
      text-decoration: none; }
      .g .right a:hover {
        text-decoration: none; }
    .g .right a.btn-1 {
      color: #fff;
      background: #4365af !important; }

/*END FrontPage-------------------------------------------*/
.interior ul.list-podcast li::before {
        content: "";
        border-top: none;
        border-bottom: none;
        border-left: none;
        position: static;
        display: table;
        margin-right: 0;
        left: 0;
        top: 0;
        -webkit-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0); }

.interior .accordion-content ul.list-podcast {
padding: 0px;
color: #414142; }
.interior .accordion-content ul.list-podcast br {
  display: none; }
.interior .accordion-content ul.list-podcast li {
  padding-left: 0px;
  color: #414142;
  font-size: 16px;
  list-style-type: none;
  position: relative;
  line-height: 1.5em; 
  margin-bottom: 10px;}

  .interior .accordion-content ul.list-podcast li a {
    font-size: 16px;
    display: block;
    color: #414142; }

.interior .accordion-content::before,
.interior .accordion-content::after,
.interior .accordion-content li::before,
.interior .accordion-content li::after {
content: "";
display: table;
}
.interior .accordion-content::after,
.interior .accordion-content li::after{
clear: both;
}
  .interior .accordion-content ul.list-podcast li a::before,
  .interior .accordion-content a.download-podcast::before{
    content: "\f025";
    font-family: FontAwesome;
    font-size: 32px;
    font-weight: 400;
    color: #12559a;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
  }

.interior .accordion-content a{
  color:#414142;
}
.interior .accordion-content a.download-podcast,
  .interior .accordion-content a.download-pdf{
    margin-bottom: 10px;
    display: block; 
    font-weight: 700;

  }
  .interior .accordion-content a.download-pdf::before{
    content: "";
    background: url(../images/pdf.gif);
    background-size:contain;
    width:30px;
    height: 30px;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
  }





/* Media queries----------------------------------*/
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .f.publications #publications-slider .carousel-control {
    margin: 0px -40px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .f.publications #publications-slider .carousel-control {
    margin: 0px -40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .f.publications #publications-slider .carousel-control {
    margin: 0px -10px; }

  .f.publications .title-wrap h3 {
    text-align: center; }
    .f.publications .title-wrap h3 a {
      text-align: center; }
  
  .g .left {
    border: none;
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .f.publications .title-wrap h3 {
    text-align: center; }
    .f.publications .title-wrap h3 a {
      text-align: center; }

  .f.publications #publications-slider .carousel-control {
    margin: 0px -5px; }
  
  .b .box-b {
    width: 50% !important;
  }

  .f.publications .img-wrap {width: 90%;}

  .g .left {
    border: none;
    margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  .e .e-left .img-wrap img {
    height: 100% !important;
    width: auto !important; }

  .e .e-right .img-wrap img {
    height: 100% !important;
    width: auto !important; }

  .g .left p {
    width: auto; }

  .b .box-b {
    width: 50% !important;
  }

  .g .right p {
    width: auto; } }

.e .e-left div.contextual-links-wrapper {right: 50%;}

.e .e-right div.contextual-links-wrapper {right: 50%;}

footer.footer .top .top-center ul.contextual-links{
    width: auto !important;
}
footer.footer .top .top-center ul.contextual-links li{
    display: block !important;
}