@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*400 regular,700 bold, 900 black*/
/*400 regular, 700 bold*/
/*START Helper Classes------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    object-fit: contain;
    object-position: 50% 50%;
    width: inherit; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Lato', sans-serif;
    background: #006edb;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #006edb !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #ffffff;
          color: #343434;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Lato', sans-serif;
  background: #0f3357;
  border-radius: 8px;
  border: 2px solid #0f3357;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  width: 230px;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #006edb;
    color: #ffffff !important;
    text-decoration: none;
    border: 2px solid #006edb; }
a.btn-2 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  min-width: 160px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #ffffff;
    text-decoration: none;
    color: #0f3357 !important;
    box-shadow: none; }
a.btn-3 {
  font-family: 'Lato', sans-serif;
  background: #fff;
  border-radius: 8px;
  border: none;
  color: #0f3357 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  width: 230px;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    background: #006edb;
    color: #ffffff !important;
    text-decoration: none; }
a.btn-social {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 8px;
  border: 2px solid #0f3357;
  color: #0f3357 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  min-width: 240px;
  margin: 10px auto 10px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  width: auto; }
  a.btn-social:hover, a.btn-social:focus, a.btn-social:active {
    background: #0f3357;
    text-decoration: none;
    color: #fff !important;
    box-shadow: none; }
  a.btn-social i {
    margin-left: 8px;
    font-size: 14px; }

/*END Buttons-------------------------------------*/
/* START header------------------------------------------*/
body.fixed header.header {
  background: rgba(15, 51, 87, 0.8);
  left: 0;
  position: fixed;
  padding: 12px 0 15px;
  top: 0;
  width: 100%;
  z-index: 150;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header .top {
    height: 0; }
    body.fixed header.header .top .container {
      position: relative; }
    body.fixed header.header .top .logo {
      position: absolute;
      left: 0;
      padding: 0;
      top: 0;
      width: 130px !important; }
      body.fixed header.header .top .logo a img {
        width: 70%;
        margin: 0 auto; }
    body.fixed header.header .top .header-top {
      display: none; }
  body.fixed header.header #navigation {
    text-align: right;
    color: #ffffff; }
  body.fixed header.header #navigation ul li a, body.fixed header.header #navigation ul li.open a {
    color: #ffffff; }
  body.fixed header.header #navigation ul li ul li a, body.fixed header.header #navigation ul li.open ul li a {
    color: #fff; }

header.header {
  font-family: 'Lato', sans-serif;
  background: transparent;
  position: absolute;
  z-index: 150;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }

.top {
  background: transparent;
  position: relative; }
  .top .logo {
    background: transparent;
    display: inline-block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    z-index: 10; }
    .top .logo a {
      display: block; }
      .top .logo a img {
        margin: 0 auto;
        width: 200px; }
  .top .header-top {
    display: inline-block;
    float: right;
    padding: 13px 0 15px;
    width: calc(100% - 215px);
    text-align: right;
    position: relative;
    z-index: 1; }
    .top .header-top h3 {
      display: none; }
    .top .header-top ul.social {
      display: inline-block;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .top .header-top ul.social li {
        display: inline-block;
        margin: 0px !important; }
        .top .header-top ul.social li a {
          background: transparentize;
          border-radius: 50%;
          border: none;
          color: #ffffff;
          display: inherit;
          height: 30px;
          margin: 0 2px;
          position: relative;
          transition: 0.4s;
          width: 30px; }
          .top .header-top ul.social li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 18px;
            left: 50%;
            position: absolute;
            top: 50%; }
          .top .header-top ul.social li a:hover {
            background: #ffffff;
            color: #006edb;
            box-shadow: none;
            opacity: 0.8; }
            .top .header-top ul.social li a:hover i {
              text-shadow: none; }
    .top .header-top .open-search {
      background: transparent;
      border-radius: 50%;
      border: none;
      color: #ffffff;
      display: inline-block;
      font-size: 18px;
      height: 35px;
      margin: 0 15px 0 10px;
      padding: 0;
      position: relative;
      text-align: center;
      transition: 0.4s;
      vertical-align: middle;
      width: 35px; }
      .top .header-top .open-search:hover {
        background: #ffffff;
        color: #006edb;
        box-shadow: none;
        opacity: 0.8; }
    .top .header-top .custom-link {
      display: inline-block;
      color: #ffffff;
      margin-right: 10px; }
      .top .header-top .custom-link p a {
        color: #ffffff;
        margin-right: 5px;
        margin-left: 3px;
        font-weight: 700; }

section.navigation {
  position: relative; }
  section.navigation .container {
    position: relative; }
  section.navigation .navbar-nav {
    float: right;
    margin: 0; }
  section.navigation .nav-right {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    float: right;
    width: calc(100% - 215px); }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar-brand {
  float: none;
  height: unset;
  padding: unset;
  font-size: unset;
  line-height: unset; }

.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0px;
  border: none; }
  .navbar.navbar-default .container {
    position: relative; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8rem;
  text-align: center; }
  #navigation ul {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: none; }
    #navigation ul .btn-donate {
      background: #db2128;
      border-radius: 5px;
      padding: 0;
      color: #ffffff;
      margin-left: 25px;
      font-weight: 900;
      min-width: 110px; }
      #navigation ul .btn-donate a {
        font-size: 16px;
        padding: 10px 5px;
        font-weight: 900;
        text-transform: uppercase; }
        #navigation ul .btn-donate a:hover, #navigation ul .btn-donate a:focus, #navigation ul .btn-donate a:active {
          background: #ffffff;
          color: #db2128 !important;
          font-weight: 900;
          text-transform: uppercase;
          padding: 10px 5px;
          border-radius: 5px; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li:hover, #navigation ul li.open:hover {
        background: #006edb; }
        #navigation ul li:hover::after, #navigation ul li.open:hover::after {
          content: none; }
      #navigation ul li.dropdown.menu-item-has-children a:hover::after, #navigation ul li.open.dropdown.menu-item-has-children a:hover::after {
        content: none;
        border-top: 4px solid #ffffff; }
      #navigation ul li.dropdown.menu-item-has-children a::after, #navigation ul li.open.dropdown.menu-item-has-children a::after {
        content: none;
        /* border-top: 4px solid $secondary;
        border-left:4px solid transparent;
        border-right:4px solid transparent;
        position: absolute;
        right: 8px;
        top: 50%; */ }
      #navigation ul li.dropdown.menu-item-has-children.active a, #navigation ul li.open.dropdown.menu-item-has-children.active a {
        color: #ffffff; }
        #navigation ul li.dropdown.menu-item-has-children.active a::after, #navigation ul li.open.dropdown.menu-item-has-children.active a::after {
          content: none; }
      #navigation ul li.dropdown.menu-item-has-children.active ul li, #navigation ul li.open.dropdown.menu-item-has-children.active ul li {
        width: 100%;
        right: 0; }
        #navigation ul li.dropdown.menu-item-has-children.active ul li a, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a {
          font-size: 13px;
          color: #343434;
          background: transparent; }
          #navigation ul li.dropdown.menu-item-has-children.active ul li a:hover, #navigation ul li.dropdown.menu-item-has-children.active ul li a:focus, #navigation ul li.dropdown.menu-item-has-children.active ul li a:active, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:hover, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:focus, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a:active {
            background: #0f3357;
            color: #fff !important; }
          #navigation ul li.dropdown.menu-item-has-children.active ul li a::before, #navigation ul li.dropdown.menu-item-has-children.active ul li a::after, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a::before, #navigation ul li.open.dropdown.menu-item-has-children.active ul li a::after {
            content: none; }
      #navigation ul li.dropdown.menu-item-has-children ul li, #navigation ul li.open.dropdown.menu-item-has-children ul li {
        right: 0; }
        #navigation ul li.dropdown.menu-item-has-children ul li a:hover, #navigation ul li.dropdown.menu-item-has-children ul li a:focus, #navigation ul li.dropdown.menu-item-has-children ul li a:active, #navigation ul li.open.dropdown.menu-item-has-children ul li a:hover, #navigation ul li.open.dropdown.menu-item-has-children ul li a:focus, #navigation ul li.open.dropdown.menu-item-has-children ul li a:active {
          color: #ffffff !important; }
        #navigation ul li.dropdown.menu-item-has-children ul li a::before, #navigation ul li.dropdown.menu-item-has-children ul li a::after, #navigation ul li.open.dropdown.menu-item-has-children ul li a::before, #navigation ul li.open.dropdown.menu-item-has-children ul li a::after {
          content: none; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Lato', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 20px 15px 15px;
        font-weight: 700;
        position: relative;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        transition: 0.4s;
        white-space: normal; }
        #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
          color: #fff;
          background: #2994ff; }
      #navigation ul li ul, #navigation ul li.open ul {
        background: rgba(0, 110, 219, 0.8);
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        text-align: left; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none !important; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-radius: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            color: #fff !important;
            font-size: 13px;
            font-weight: 400;
            margin-top: 0;
            padding: 10px 15px; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #0f3357;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation ul li ul li:first-child a::after, #navigation ul li.open ul li:first-child a::after {
              content: ""; }
          #navigation ul li ul li:last-child a, #navigation ul li.open ul li:last-child a {
            border-radius: 0; }
          #navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }

.dropdown-menu {
  display: block;
  background: rgba(0, 110, 219, 0.8);
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .top .logo a img {
    margin: 0 auto;
    width: 160px; }

  #navigation ul li, #navigation ul li.open {
    min-width: 110px; }

  section.navigation .nav-right {
    width: calc(100% - 140px); } }
@media only screen and (max-width: 991px) {
  body.fixed header.header {
    padding: 0; }
    body.fixed header.header section.navigation {
      padding: 10px 0; }
      body.fixed header.header section.navigation .nav-right {
        width: 100% !important; }

  .top .logo {
    display: inline-block;
    top: 0; }
    .top .logo .navbar-brand {
      left: unset;
      top: unset;
      width: unset;
      height: unset; }
    .top .logo a img {
      width: 190px; }

  section.navigation {
    background: rgba(15, 51, 87, 0.8); }

  section.navigation .nav-right {
    width: 100% !important;
    display: block; }

  section.navigation .container {
    padding: 0;
    width: 100%; }

  .header-top .btn-donate {
    background: #db2128;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 4px;
    list-style-type: none;
    margin-left: 0;
    padding: 0; }
    .header-top .btn-donate a {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      text-decoration: none;
      padding: 10px 15px;
      display: block; }

  .top .header-top {
    width: calc(100% - 215px);
    text-align: right;
    padding: 0 20px 0 0; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-nav {
    margin: 0; }

  #navigation {
    border: none; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    width: 100%;
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }

  #navigation ul li {
    display: block;
    width: 100%;
    background: rgba(15, 51, 87, 0.8); }

  #navigation ul li.active {
    color: #fff !important; }
    #navigation ul li.active::after {
      content: none; }
    #navigation ul li.active a {
      padding: 20px 15px;
      background-size: auto; }
    #navigation ul li.active ul li a {
      padding: 10px 15px !important; }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 18px;
    padding: 20px 15px;
    display: block !important; }
    #navigation ul li a::after, #navigation ul li.open a::after {
      content: none !important; }

  #navigation ul li:last-child a {
    margin-left: 0; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children {
    display: block; }
    #navigation ul li.menu-item-has-children .dropdown-btn {
      background: transparent;
      border: none;
      color: #fff;
      display: block;
      left: auto;
      padding: 4px 10px 6px;
      position: absolute;
      right: 22px;
      top: 15px; }
      #navigation ul li.menu-item-has-children .dropdown-btn .caret {
        border-top: 7px dashed;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent; }
      #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active {
        background: transparent;
        color: #0f3357; }

  #navigation ul li ul {
    background: #2994ff;
    margin-bottom: 12px;
    max-height: unset;
    position: relative;
    text-align: center;
    width: 100%;
    top: 0; }
    #navigation ul li ul li {
      border: none; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
    right: auto;
    left: 0; }

  #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
    right: 0;
    left: 0;
    background: #111; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: 0;
    display: block;
    border: 1px solid #0f3357;
    color: #0f3357;
    padding: 3px 9px 4px;
    top: 5px;
    background: transparent;
    color: #0f3357; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #006edb;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #006edb;
    color: #006edb;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #006edb;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .navbar.navbar-default {
    background: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0px; }

  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: 1px solid transparent;
    display: block;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent;
    color: #ffffff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #ffffff !important; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #ffffff !important;
      height: 5px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: inherit !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-brand {
    padding: 0;
    width: 160px;
    position: absolute;
    height: 75px;
    left: 30px; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #navigation {
    overflow-y: scroll !important;
    max-height: 250px; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .top .logo {
    top: 0; } }
@media only screen and (max-width: 480px) {
  .top {
    padding: 0; }
    .top .logo {
      width: auto;
      top: 0; }

  .navbar-brand {
    left: 10px; }

  .top .header-top .custom-link {
    display: none; }

  .top .header-top ul.social {
    display: none; }

  .top .header-top .custom-link a.btn-2 {
    margin-right: 5px;
    min-width: inherit;
    margin-bottom: 5px; }

  .slider-widget .slider-a .slider-box.file-pdf .caption-a p {
    font-size: 13px; }

  .slider-widget .slider-a .slider-box.file-pdf .caption-a span {
    font-size: 18px !important; }

  .slider-widget .slider-a .slider-box.file-pdf .caption-a h1 {
    font-size: 24px !important; }

  .slider-widget .caption-a a.btn-2 {
    margin: 5px 12px 0px; } }
@media only screen and (max-width: 320px) {
  header.header {
    position: relative;
    background: #0f3357; }
    header.header .header-top {
      width: 100%; }
      header.header .header-top .social {
        display: none; }
    header.header .top .logo {
      top: 0px;
      padding: 5px 15px 0 0; }
      header.header .top .logo img {
        width: 170px;
        height: auto; }
    header.header #main_menu .open-search {
      padding: 20px 15px;
      font-size: 18px;
      background: #006edb;
      color: #ffffff;
      text-align: center;
      border: none;
      width: 100%; }
    header.header #main_menu .btn-donate {
      border-radius: 0;
      margin-left: 0; } }
/*END Main Navigation------------------------------------- */
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #00488f; }

div.search {
  display: block;
  font-family: 'Lato', sans-serif;
  position: relative;
  float: none;
  vertical-align: middle;
  background: #0066cc; }
  div.search::before {
    display: none;
    content: "";
    background: #2994ff;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  div.search::after {
    display: none;
    content: "";
    background: #2994ff;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    height: 47px;
    border: none;
    color: #0f3357;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    width: calc(100% - 55px);
    outline: none; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (max-width: 767px) {
  div.search::after {
    content: none; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #343434;
      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: #006edb;
  background: -webkit-linear-gradient(#006edb, rgba(0, 110, 219, 0.2));
  background: -o-linear-gradient(#006edb, rgba(0, 110, 219, 0.2));
  background: -moz-linear-gradient(#006edb, rgba(0, 110, 219, 0.2));
  background: linear-gradient(#006edb, rgba(0, 110, 219, 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: #006edb; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #006edb;
    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: #006edb;
    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: #00488f;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow-x: hidden; }
  .slider-widget::after {
    content: none; }
  .slider-widget .slider-a #home-slider .bullets ol.carousel-indicators li {
    margin: 3px;
    width: 12px;
    height: 12px; }
    .slider-widget .slider-a #home-slider .bullets ol.carousel-indicators li.active {
      background-color: #006edb;
      border: 1px solid #006edb; }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 5%;
    display: none; }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: #ffffff;
      border-radius: 50%;
      border: none;
      color: #98999a;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px;
      -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2); }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #006edb;
        background: #0f3357; }
    .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
      background: transparent; }
  .slider-widget .slider-a .slider-box {
    height: 75vh;
    position: relative;
    text-align: left; }
    .slider-widget .slider-a .slider-box.file-pdf .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 20%;
      background-size: contain;
      background-repeat: no-repeat; }
    .slider-widget .slider-a .slider-box.file-pdf .caption-a {
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      right: 20%;
      top: 60%;
      z-index: 10;
      width: 550px;
      max-width: 100%; }
      .slider-widget .slider-a .slider-box.file-pdf .caption-a span {
        font-size: 30px; }
      .slider-widget .slider-a .slider-box.file-pdf .caption-a h1 {
        font-size: 35px; }
      .slider-widget .slider-a .slider-box.file-pdf .caption-a p {
        font-size: 15px; }
  .slider-widget .slider-a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover; }
    .slider-widget .slider-a .bg-img::after {
      content: none; }
  .slider-widget .caption-a {
    -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: 60%;
    z-index: 10;
    width: 70%; }
    .slider-widget .caption-a h1 {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0;
      position: relative;
      z-index: 1; }
    .slider-widget .caption-a span {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 50px;
      font-weight: 300;
      line-height: 1em;
      margin: 0;
      width: 90%;
      text-transform: uppercase; }
      .slider-widget .caption-a span::after {
        content: none; }
    .slider-widget .caption-a p {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 20px;
      letter-spacing: 0.2px;
      line-height: 1.4em;
      margin-bottom: 0px;
      margin-top: 12px; }
    .slider-widget .caption-a a.btn-1 {
      display: inline-block;
      margin: 20px 12px 20px;
      width: auto;
      background: #006edb;
      border: 2px solid #006edb; }
      .slider-widget .caption-a a.btn-1:hover, .slider-widget .caption-a a.btn-1:focus, .slider-widget .caption-a a.btn-1:active {
        background: #0f3357;
        color: #ffffff !important;
        text-decoration: none;
        border: 2px solid #0f3357; }
    .slider-widget .caption-a a.btn-2 {
      display: inline-block;
      margin: 20px 12px 20px;
      width: auto; }

@media only screen and (max-width: 991px) {
  .slider-widget .caption-a span {
    font-size: 35px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a h1 {
    font-size: 35px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a p {
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 12px; }

  .slider-widget .slider-a .slider-box.file-pdf .bg-img {
    background-position: center center; }

  .slider-widget .slider-a .slider-box.file-pdf .caption-a {
    z-index: 10;
    width: 70%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    top: 65%; }
    .slider-widget .caption-a h1 {
      font-size: 30px !important; }
    .slider-widget .caption-a span {
      font-size: 30px !important; }
    .slider-widget .caption-a p {
      margin-bottom: 5px;
      line-height: 1.2em;
      width: 100%; }
    .slider-widget .caption-a a.btn-2 {
      margin: 40px 12px 0px;
      width: auto; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a .slider-box.file-pdf .caption-a {
    width: 70%; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget {
  font-family: 'Lato', sans-serif;
  background: #fff;
  padding: 30px 0;
  text-align: center; }
  .news-widget h2 {
    text-align: center;
    margin-bottom: 30px; }
  .news-widget .e-p-cont {
    width: 50%;
    margin: 0 auto; }
    .news-widget .e-p-cont p {
      font-family: 'Lato', sans-serif;
      color: #343434;
      text-align: center;
      margin-bottom: 20px; }
  .news-widget .single-box {
    padding: 15px; }
    .news-widget .single-box .img-circle {
      border-radius: 50%;
      border: none;
      height: 296px;
      margin: 0 auto;
      overflow: hidden;
      width: 296px; }
      .news-widget .single-box .img-circle img {
        max-width: 100%;
        height: auto; }
    .news-widget .single-box .single-text {
      text-align: center;
      margin-bottom: 20px; }
      .news-widget .single-box .single-text a {
        text-align: center;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1em !important;
        color: #006edb !important;
        text-decoration: none; }
        .news-widget .single-box .single-text a:hover {
          text-decoration: none;
          color: #0f3357; }
      .news-widget .single-box .single-text p {
        text-align: center;
        font-size: 18px;
        line-height: 1.2em; }
    .news-widget .single-box time {
      text-align: center; }
  .news-widget .btn-1 {
    position: relative;
    margin-top: 20px; }

/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: #00488f;
  color: #fff;
  padding: 0;
  font-family: lato-r;
  border-bottom: 6px solid #00488f; }
  .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: #343434; }
  .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: #343434; }
  .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: #343434;
    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: #343434;
    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: #00488f; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #00488f;
    color: #fff;
    border: solid 1px #343434;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #343434;
    color: #00488f; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

.page #tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #006edb; }

.page #tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #006edb; }

/*END Calendar------------------------------------------*/
.events-widgets {
  padding: 75px 0 50px;
  background: transparent;
  position: relative; }
  .events-widgets::after {
    content: "";
    background: transparent url("../images/medal.png") no-repeat;
    background-position: top center;
    background-size: contain;
    top: -132px;
    position: absolute;
    left: -70px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 500px;
    height: 430px;
    z-index: 0; }
  .events-widgets::before {
    content: "";
    background-image: url("../images/shadow-footer-top.png");
    background-repeat: repeat-y;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 100%; }
  .events-widgets .container {
    position: relative;
    z-index: 1; }
  .events-widgets h2 {
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    text-align: left;
    color: #ffffff;
    margin: 25px 0 45px;
    text-transform: capitalize; }
  .events-widgets .box-row {
    background: url("../images/bg-row-event.png") no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 5px; }
    .events-widgets .box-row::before, .events-widgets .box-row::after {
      content: "";
      display: table; }
    .events-widgets .box-row::after {
      clear: both; }
  .events-widgets .box-events {
    background: #006edb;
    cursor: pointer;
    line-height: 1.5em;
    position: relative;
    padding: 20px 15px 15px;
    width: 90px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.52); }
    .events-widgets .box-events a {
      display: block;
      text-decoration: none; }
    .events-widgets .box-events .month, .events-widgets .box-events .day {
      color: #00488f;
      cursor: pointer;
      display: block;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
    .events-widgets .box-events .month {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 3px; }
      .events-widgets .box-events .month::before {
        content: "";
        background: #00488f;
        bottom: -3px;
        display: block;
        height: 2px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        width: 90%; }
    .events-widgets .box-events .day {
      font-family: 'Lato', sans-serif;
      font-size: 70px;
      padding: 0;
      line-height: 1em; }
    .events-widgets .box-events:hover, .events-widgets .box-events:focus, .events-widgets .box-events:active {
      background: #2994ff;
      cursor: pointer;
      text-decoration: none; }
  .events-widgets .info-event {
    padding: 35px 0 15px; }
  .events-widgets h4 {
    font-family: 'Lato', sans-serif;
    color: #006edb;
    font-size: 28px;
    margin: 0; }
    .events-widgets h4 a {
      color: #006edb;
      text-decoration: none; }
      .events-widgets h4 a:hover, .events-widgets h4 a:focus, .events-widgets h4 a:active {
        text-decoration: none;
        color: #ffffff; }
  .events-widgets address {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0; }
    .events-widgets address strong {
      font-family: 'Lato', sans-serif;
      color: #006edb;
      font-weight: 900; }
  .events-widgets hr {
    display: none; }
  .events-widgets .view-all {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0; }
    .events-widgets .view-all i {
      animation: 0.4s;
      background: #006edb;
      border-radius: 50%;
      bottom: -10px;
      color: #1b1510;
      display: inline-block;
      height: 30px;
      position: relative;
      right: -15px;
      width: 30px; }
      .events-widgets .view-all i::before {
        content: "\f105";
        box-sizing: border-box;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        left: 50%;
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        top: 45%;
        font-size: 28px;
        text-rendering: auto; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Lato', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #006edb; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #0f3357;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #006edb; }
#tribe-events .tribe-events-calendar thead th {
  background: #00488f;
  border-color: #00488f; }
#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: #0f3357; }
#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: #0f3357; }
#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: #0f3357; }
#tribe-events .tribe-events-sub-nav a {
  color: #343434;
  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: #006edb;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .events-widgets-left .col-md-6 .col-md-4 {
    padding: 0; } }
@media only screen and (max-width: 991px) {
  .events-widgets .box-row {
    padding-bottom: 35px; } }
@media only screen and (max-width: 767px) {
  .events-widgets h2 {
    margin: 0; }

  .eventswidgets .boxrow {
    padding-bottom: 35px; }

  .events-widgets-left {
    text-align: center;
    padding-bottom: 20px; }

  .events-widgets .box-events {
    width: 105px;
    margin: 25px auto 0; }

  .events-widgets .view-all {
    top: -60px; }

  .events-widgets .info-event {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .events-widget .day {
    height: auto; }

  .events-widgets .box-row {
    background-size: cover;
    padding-bottom: 30px; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  padding: 0;
  text-align: center; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 25px 0 0;
    display: block;
    float: left; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: calc(100% - 65px);
      display: inline-block;
      vertical-align: top;
      float: right; }
      .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; }
          .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: #c1c3c3;
              border-radius: 0px;
              border: none;
              height: 60px;
              width: 100%;
              color: #343434;
              padding: 0 10px;
              font-size: 1rem;
              border: none; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 65px;
      display: inline-block;
      float: right;
      text-align: right;
      margin: 0;
      padding: 0;
      margin-left: -4px; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #006edb url("../images/envelope.png") no-repeat;
        background-size: 41px 31px;
        background-position: center;
        height: 60px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff;
        text-transform: none;
        transition: 0.4s;
        font-size: 0.8rem;
        text-indent: -9999999px; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background-size: 35px 26.46px;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    margin: 0px 0 25px; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .title-social {
    margin-bottom: 20px;
    text-align: left; }
  .social-widget .dark-blue {
    color: #0f3357; }
  .social-widget .social-box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    margin: 20px 0 0 0;
    padding: 15px 5px;
    position: relative; }
  .social-widget .fb_iframe_widget {
    max-width: 100% !important;
    max-height: 350px;
    overflow: hidden; }
  .social-widget .cff-author .cff-page-name.cff-author-date {
    color: #0f3357; }

/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: #006edb;
  padding: 40px 0px 50px;
  position: relative;
  z-index: 3; }
  .testimonial-widget h2 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize; }
  .testimonial-widget::before {
    content: "";
    background: url("../images/before-effect-testimonials.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px; }
  .testimonial-widget .carousel-inner .testimonial-box {
    padding: 0 15%; }
  .testimonial-widget .carousel-inner .quote {
    background: transparent;
    color: #ffffff;
    font-size: 22px;
    text-align: left; }
    .testimonial-widget .carousel-inner .quote .img-testimonial {
      /*Flex*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background: #fff;
      border-radius: 50%;
      border: 4px solid #fff;
      float: left;
      height: 205px;
      margin: 0 50px 20px 0;
      overflow: hidden;
      position: relative;
      width: 205px;
      z-index: 3; }
      .testimonial-widget .carousel-inner .quote .img-testimonial img {
        object-fit: cover;
        object-position: 50% 50%;
        width: inherit;
        height: inherit; }
    .testimonial-widget .carousel-inner .quote h3 {
      font-family: 'Lato', sans-serif;
      font-size: 35px;
      font-weight: 400;
      text-transform: capitalize; }
    .testimonial-widget .carousel-inner .quote p {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 24px; }
    .testimonial-widget .carousel-inner .quote a {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 18px; }
    .testimonial-widget .carousel-inner .quote small {
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      font-size: 22px;
      font-style: normal;
      font-weight: 400; }
  .testimonial-widget .carousel-inner > .item {
    width: 98%;
    margin: 0 auto; }
  .testimonial-widget:hover .carousel-control {
    opacity: 1; }
  .testimonial-widget .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .testimonial-widget .carousel-control span {
      background: #0f3357;
      border-radius: 50%;
      border: none;
      color: #fff;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px;
      -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2); }
      .testimonial-widget .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .testimonial-widget .carousel-control span:hover {
        color: #0f3357;
        background: #fff; }
    .testimonial-widget .carousel-control.left, .testimonial-widget .carousel-control.right {
      background: transparent; }
  .testimonial-widget .view-all {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center; }
    .testimonial-widget .view-all::after {
      content: "\f178 ";
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      margin-left: 5px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto; }
    .testimonial-widget .view-all:hover {
      text-decoration: none; }
  .testimonial-widget .carousel-indicators {
    display: none; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 991px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 75%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget h2 {
      font-size: 50px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 75%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px;
      padding: 40px 20px 30px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: 0; } }
/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 60px 0px;
  position: relative; }
  .sponsor-widget::before {
    content: "";
    background-image: url("../images/shadow-footer-top.png");
    background-repeat: repeat-y;
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%; }
  .sponsor-widget h2 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 43px;
    margin: 0 0 10px;
    text-align: center; }
  .sponsor-widget #sponsors-slider .item {
    text-align: center;
    font-size: 0; }
  .sponsor-widget #sponsors-slider .col-ib-2 {
    width: 16%;
    display: inline-block; }
  .sponsor-widget #sponsors-slider .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .sponsor-widget #sponsors-slider .carousel-control span {
      background: transparent;
      border-radius: 50%;
      border: 3px solid #006edb;
      color: #006edb;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      top: 40%;
      width: 48px;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); }
      .sponsor-widget #sponsors-slider .carousel-control span:before {
        -webkit-transform: translate(-50%, -52%);
        -moz-transform: translate(-50%, -52%);
        -ms-transform: translate(-50%, -52%);
        transform: translate(-50%, -52%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .sponsor-widget #sponsors-slider .carousel-control span:hover {
        color: #fff;
        background: #006edb; }
      .sponsor-widget #sponsors-slider .carousel-control span.fa-angle-left {
        left: 0; }
      .sponsor-widget #sponsors-slider .carousel-control span.fa-angle-right {
        right: 0;
        position: relative; }
    .sponsor-widget #sponsors-slider .carousel-control.left, .sponsor-widget #sponsors-slider .carousel-control.right {
      background: transparent;
      width: auto; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 150px;
    background: transparent !important;
    margin: 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      height: auto;
      padding: 25px;
      width: 100%; }
  .sponsor-widget .view-all {
    margin: 31px auto 0px;
    text-align: center; }

@media only screen and (max-width: 991px) {
  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; }

  .sponsor-widget #sponsors-slider .left {
    margin-left: 0; }

  .sponsor-widget #sponsors-slider .right {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-widget #sponsors-slider .col-ib-2 {
    width: 100%; }

  .sponsor-widget #sponsors-slider .img-wrap {
    height: 150px;
    width: auto;
    margin: 0 auto; }

  .sponsor-widget #sponsors-slider .img-wrap img {
    max-height: 100%;
    width: auto; }

  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; }

  .sponsor-widget #sponsors-slider .left {
    margin-left: 0; }

  .sponsor-widget #sponsors-slider .right {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget #sponsors-slider .col-md-2::after {
    content: none; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  position: relative;
  border-top: 3px solid #db2128; }
  footer.footer .top-footer {
    background: #0f3357;
    color: #fff;
    padding: 20px 0;
    text-align: center; }
    footer.footer .top-footer ul {
      margin: 0;
      padding: 0px;
      text-align: center;
      width: auto; }
      footer.footer .top-footer ul li {
        display: inline-block;
        margin: 0 10px;
        width: auto; }
        footer.footer .top-footer ul li a {
          font-family: 'Lato', sans-serif;
          background: transparent;
          border-radius: 0px;
          color: #ffffff !important;
          display: inline-block;
          font-size: 18px;
          font-weight: 400;
          margin: 0 auto;
          text-align: center;
          text-decoration: none !important;
          text-transform: none;
          transition: 0.4s;
          position: relative; }
          footer.footer .top-footer ul li a::after {
            content: "";
            background-color: #fff;
            bottom: -10px;
            display: none;
            height: 2px;
            margin: 0 auto;
            position: absolute;
            width: 100%;
            display: none; }
          footer.footer .top-footer ul li a:hover, footer.footer .top-footer ul li a:focus, footer.footer .top-footer ul li a:active {
            text-decoration: none;
            color: #fff !important;
            transition: 0.4s !important; }
            footer.footer .top-footer ul li a:hover::after, footer.footer .top-footer ul li a:focus::after, footer.footer .top-footer ul li a:active::after {
              content: "";
              background-color: #fff;
              bottom: -6px;
              display: none;
              height: 2px;
              margin: 0 auto;
              position: absolute;
              width: 100%;
              display: inline-block;
              transition: 0.4s !important;
              left: 0; }
  footer.footer .bottom-footer {
    font-family: 'Lato', sans-serif;
    background-color: #000;
    font-weight: 400;
    margin: 0;
    padding: 10px 0px; }
    footer.footer .bottom-footer .bottom-left {
      padding-top: 5px; }
      footer.footer .bottom-footer .bottom-left p {
        margin: 0;
        font-size: 12px;
        color: #ffffff; }
      footer.footer .bottom-footer .bottom-left a {
        color: #ffffff;
        font-weight: 400;
        transition: 0.4s; }
        footer.footer .bottom-footer .bottom-left a:hover {
          text-decoration: none; }
      footer.footer .bottom-footer .bottom-left .copy-r {
        color: #ffffff;
        font-size: 12px;
        padding: 0;
        display: inline-block; }
      footer.footer .bottom-footer .bottom-left .elevationweb {
        display: inline-block;
        font-size: 12px; }
        footer.footer .bottom-footer .bottom-left .elevationweb::before {
          content: none; }
        footer.footer .bottom-footer .bottom-left .elevationweb a {
          font-size: 12px; }
          footer.footer .bottom-footer .bottom-left .elevationweb a:last-child {
            color: #fff;
            font-weight: 900; }
    footer.footer .bottom-footer .bottom-right {
      text-align: right;
      padding-top: 10px; }
      footer.footer .bottom-footer .bottom-right p {
        font-family: 'Lato', sans-serif;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px; }
      footer.footer .bottom-footer .bottom-right .textwidget {
        display: inline-block !important; }
      footer.footer .bottom-footer .bottom-right ul.social {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
        footer.footer .bottom-footer .bottom-right ul.social li {
          display: inline-block;
          line-height: 1.2em;
          margin-left: 2px;
          vertical-align: middle; }
          footer.footer .bottom-footer .bottom-right ul.social li a {
            vertical-align: middle;
            color: #fff;
            line-height: 1.2em;
            transition: 0.4s;
            display: block;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            position: relative;
            padding: 0px;
            font-size: 18px; }
            footer.footer .bottom-footer .bottom-right ul.social li a i {
              position: absolute;
              top: 52%;
              left: 49%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            footer.footer .bottom-footer .bottom-right ul.social li a:hover {
              background: #ffffff;
              color: #000;
              border: 2px solid #ffffff; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  footer.footer .top .lg {
    margin: 55px 20px 0 20px; } }
@media only screen and (max-width: 991px) {
  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center; }

  footer.footer .top {
    text-align: center; }

  footer.footer h3 {
    text-align: center; }

  footer.footer .bottom .copy-r {
    float: none; }
  footer.footer .bottom .elevationweb {
    float: none; }

  footer.footer .bottom-right {
    padding: 20px 30px;
    height: auto;
    align-content: center;
    text-align: center; }
    footer.footer .bottom-right ul {
      text-align: center; }
    footer.footer .bottom-right .custom-links {
      display: block;
      float: none;
      padding: 0;
      text-align: center !important; } }
@media only screen and (max-width: 767px) {
  footer.footer .bottom .bottom-right {
    float: none;
    text-align: center !important; }

  .bottom-right {
    text-align: center !important; }

  footer.footer {
    text-align: center; }
    footer.footer h3 {
      text-align: center; }

  footer.footer .top ul li {
    width: auto;
    display: block;
    float: none; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: none; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Lato', sans-serif;
      color: #006edb;
      font-size: 12.5px;
      font-weight: 600;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #7c7c7c; }
    ul.breadcrumbs li a {
      font-family: 'Lato', sans-serif;
      font-weight: 600;
      color: #343434;
      font-size: 12.5px;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #006edb; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #fff;
  border-bottom: 3px solid #db2128;
  min-height: 370px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .interior-top::after, .interior-top::before {
    content: none; }
  .interior-top img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1; }
  .interior-top .container .text-banner {
    -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: 70%;
    z-index: 10; }
    .interior-top .container .text-banner h1 {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      line-height: 1.2em;
      margin: 0;
      position: relative;
      z-index: 1; }
    .interior-top .container .text-banner span {
      font-family: 'Lato', sans-serif;
      color: #fff;
      font-size: 50px;
      font-weight: 300;
      line-height: 1em;
      margin: 0;
      width: 90%;
      text-transform: uppercase; }
      .interior-top .container .text-banner span::after {
        content: none; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Lato', sans-serif;
  background: transparent;
  color: #343434;
  font-size: 14px; }
  .interior .container {
    margin-top: 0px;
    padding: 50px 35px; }
    .interior .container .border-blue::after {
      content: "";
      background: #006edb;
      height: 115%;
      position: absolute;
      right: 0;
      display: block;
      top: -20px;
      width: 2px; }
  .interior img {
    height: auto;
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: 'Lato', sans-serif;
    color: #070707;
    font-weight: 400;
    text-transform: none; }
  .interior h5, .interior h6 {
    font-family: 'Lato', sans-serif;
    color: #070707;
    font-weight: 400;
    text-transform: none; }
  .interior h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px; }
  .interior h2 {
    font-size: 27px;
    margin-bottom: 15px;
    text-align: left; }
  .interior h3 {
    font-size: 22px; }
  .interior h4 {
    font-size: 18px; }
  .interior h5 {
    font-size: 15px; }
  .interior h6 {
    font-size: 12px; }
  .interior hr {
    border-color: #343434 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior strong {
    font-family: 'Lato', sans-serif;
    color: #343434;
    font-size: 18px;
    line-height: 1.6em; }
    .interior strong p, .interior strong a, .interior strong address {
      font-family: 'Lato', sans-serif;
      color: #343434;
      font-size: 18px;
      line-height: 1.6em; }
  .interior p {
    font-family: 'Lato', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1.5em; }
  .interior small {
    color: #343434; }
  .interior a {
    font-family: 'Lato', sans-serif;
    color: #343434;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul {
    margin: 0;
    padding: 0 0 0 15px; }
    .interior ul li {
      font-size: 18px !important;
      font-family: 'Lato', sans-serif;
      line-height: 1.4em; }
      .interior ul li p, .interior ul li address, .interior ul li strong, .interior ul li em, .interior ul li a {
        font-family: 'Lato', sans-serif;
        font-size: 18px !important;
        line-height: 1.4em; }
  .interior ul.list {
    font-family: 'Lato', sans-serif;
    color: #343434;
    padding: 0px;
    margin-bottom: 1em; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      color: #343434;
      font-size: 18px !important;
      line-height: 1.3em;
      list-style-type: none;
      margin-bottom: 6px;
      padding-left: 20px; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #006edb;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 20px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #006edb;
            width: 8px;
            height: 8px; }
          .interior ul.list li ul li a {
            font-family: 'Lato', sans-serif;
            color: #006edb;
            font-style: normal !important;
            font-weight: 400 !important; }
          .interior ul.list li ul li ul li::before {
            border-left: 4px solid #006edb;
            width: 5px;
            height: 5px; }
          .interior ul.list li ul li p, .interior ul.list li ul li address, .interior ul.list li ul li strong, .interior ul.list li ul li em, .interior ul.list li ul li a {
            font-family: 'Lato', sans-serif;
            font-size: 18px !important;
            line-height: 1.4em; }
      .interior ul.list li p, .interior ul.list li address, .interior ul.list li strong, .interior ul.list li em, .interior ul.list li a {
        font-family: 'Lato', sans-serif;
        font-size: 18px !important;
        line-height: 1.4em; }
      .interior ul.list li a {
        color: #006edb;
        font-size: 18px !important;
        font-style: normal !important; }
  .interior ol {
    list-style: none;
    counter-reset: my; }
  .interior ol > li::before {
    counter-increment: my;
    content: counter(my); }
  .interior ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .interior ol li {
      color: #343434;
      line-height: 1.3em;
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 36px;
      font-size: 18px; }
      .interior ol li::before {
        background-color: #00c8c8;
        border-radius: 3px;
        color: white;
        font-size: 80%;
        font-weight: bold;
        margin-left: -35px;
        margin-right: 10px;
        padding: 3px 8px;
        position: relative; }
      .interior ol li ul.list {
        font-family: 'Lato', sans-serif;
        color: #343434;
        margin-bottom: 0.5em;
        padding: 0px; }
        .interior ol li ul.list li {
          color: #343434;
          line-height: 1.8em;
          list-style-type: none;
          padding-left: 20px; }
          .interior ol li ul.list li::before {
            content: "";
            background: #006edb;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin-left: -15px;
            margin-right: 5px;
            margin-top: 9px;
            padding: 0;
            position: absolute;
            width: 10px; }
  .interior .table-responsive {
    margin-top: 35px; }
    .interior .table-responsive .table {
      border: 1px solid #d5d5d5;
      font-family: 'Lato', sans-serif; }
      .interior .table-responsive .table tr {
        text-align: center;
        background-color: transparent; }
        .interior .table-responsive .table tr th {
          text-align: center;
          background: #0f3357;
          color: #fff;
          padding: 10px 0;
          border: none; }
          .interior .table-responsive .table tr th:hover {
            background: #db2128; }
        .interior .table-responsive .table tr:nth-child(even) td {
          border: none;
          background: #fff;
          padding: 10px 0;
          color: #404040; }
        .interior .table-responsive .table tr:nth-child(odd) td {
          border: none;
          background: #d5d5d5;
          color: #404040;
          padding: 10px 0; }
  .interior label {
    font-weight: 400;
    font-size: 14px;
    display: block; }
  .interior input, .interior textarea, .interior select {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #2d1a09;
    height: 50px; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior select {
    background: #fff; }
  .interior textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #343434; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: 'Lato', sans-serif;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #006edb;
    color: #006edb !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    margin: 25px auto;
    max-width: 100%;
    min-width: 200px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #006edb;
      text-decoration: none;
      color: #ffffff !important; }
  .interior button {
    background: #006edb;
    color: #fff;
    padding: 15px 10px;
    border: none;
    transition: 0.3s;
    height: 50px; }
    .interior button:hover {
      background: #00488f;
      color: #343434; }

.category-blog .item.entry h3 {
  text-transform: none; }

.single-post .single .post .entry-content h2 {
  text-transform: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .interior-top {
    min-height: 350px; }
    .interior-top img {
      height: 100%;
      width: auto; }
    .interior-top .text-banner {
      top: 75%; }
      .interior-top .text-banner h1, .interior-top .text-banner span {
        font-size: 40px !important; } }
@media only screen and (max-width: 991px) {
  .interior-top {
    min-height: 350px; } }
@media only screen and (max-width: 767px) {
  .interior-top {
    min-height: 350px; } }
@media only screen and (max-width: 480px) {
  .interior .container {
    padding: 20px 30px 50px; }

  .interior-top {
    min-height: 350px; }
    .interior-top .text-banner h1 {
      font-size: 35px !important; }
    .interior-top .text-banner h2 {
      font-size: 16px !important;
      padding: 5px 10px !important; }
    .interior-top .text-banner::before {
      height: 150px !important;
      width: 150px !important; }

  .interior-top img {
    height: 100%;
    width: auto; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar {
  border-left: 1px solid #006edb; }

.sidebar-a.news-widget {
  padding-top: 0 !important; }

.sidebar-b {
  margin-bottom: 20px;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  z-index: 3; }
  .sidebar-b::after {
    content: none; }
  .sidebar-b .group-b {
    display: block;
    margin-bottom: 20px;
    min-height: 48px;
    vertical-align: top; }
    .sidebar-b .group-b .sec-icon {
      color: #006edb;
      display: inline-block;
      float: left;
      font-size: 50px;
      line-height: 1em;
      margin: 0 10px 5px 0px; }
    .sidebar-b .group-b .r-text {
      display: inline-block;
      line-height: 1em;
      margin-top: 6px;
      padding: 0;
      text-align: left !important;
      width: 80%; }
      .sidebar-b .group-b .r-text p {
        line-height: 1.2em;
        margin-bottom: 0px; }
        .sidebar-b .group-b .r-text p i {
          font-size: 16px;
          margin-right: 8px; }

.sidebar-social {
  text-align: center; }
  .sidebar-social p strong {
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px; }

/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #00488f;
  color: #006edb !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background-color: #00488f;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #006edb; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 20px;
  background: #2d1a09;
  border-radius: 0 0 10px 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #006edb;
  background: #39210b; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #006edb; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus a, .woocommerce div.product .woocommerce-tabs ul.tabs li:active a {
    color: #fff; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #2c1909;
    color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.75em;
  line-height: 1; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #006edb; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #006edb !important;
  color: #2d1a09 !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background-color: #00488f !important;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #006edb;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #00488f;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

.sidebar-a.news-widget .single-box .img-circle {
  height: 250px;
  width: 250px; }
.sidebar-a.news-widget .single-text h4 {
  font-weight: 700 !important;
  color: #006edb; }
.sidebar-a.news-widget time {
  color: #080808;
  font-weight: 700; }
  .sidebar-a.news-widget time span {
    font-weight: 400 !important; }
  .sidebar-a.news-widget time a {
    text-decoration: underline !important; }

/*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: #00488f;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #006edb;
      color: #00488f !important; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #006edb; }

/*END Category Page----------------------------------*/
.pagination .nav-links a {
  background: #fff;
  border-radius: 5px;
  border: 3px solid #006edb;
  color: #321e10;
  display: inline-block;
  min-width: 30px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.4s; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #00488f;
    color: #fff;
    border: 3px solid #00488f; }
.pagination .nav-links span {
  color: #006edb; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  border: 3px solid #00488f;
  background: #00488f;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #006edb;
  color: #fff; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #00488f;
    color: #fff; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #343434; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #006edb; }
  .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 #cccccc;
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #3f271c;
  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: #2d1c14; }

.accordion-content {
  padding-bottom: 10px;
  background: #3f271c;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }

label.gfield_label {
  margin-top: 25px; }

/*START Board Classes------------------------------------------*/
.post-type-archive-staff div[id*="myModal"],
.post-type-archive-board_directors div[id*="myModal"],
.archive-board div[id*="myModal"],
.interior .archive-board div[id*="myModal"] {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -200%;
  height: 100%;
  width: 0px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.75s; }
  .post-type-archive-staff div[id*="myModal"].appear,
  .post-type-archive-board_directors div[id*="myModal"].appear,
  .archive-board div[id*="myModal"].appear,
  .interior .archive-board div[id*="myModal"].appear {
    right: 0;
    width: 500px;
    max-width: 100%;
    padding: 25px; }
.post-type-archive-staff p, .post-type-archive-staff strong,
.post-type-archive-board_directors p,
.post-type-archive-board_directors strong,
.archive-board p,
.archive-board strong,
.interior .archive-board p,
.interior .archive-board strong {
  display: block;
  margin-bottom: 1em; }
.post-type-archive-staff strong,
.post-type-archive-board_directors strong,
.archive-board strong,
.interior .archive-board strong {
  margin-bottom: 0; }
.post-type-archive-staff button.close,
.post-type-archive-board_directors button.close,
.archive-board button.close,
.interior .archive-board button.close {
  opacity: 0.7;
  background: #00488f;
  color: #fff;
  padding: 5px 10px;
  height: auto; }
  .post-type-archive-staff button.close:hover,
  .post-type-archive-board_directors button.close:hover,
  .archive-board button.close:hover,
  .interior .archive-board button.close:hover {
    opacity: 1; }
.post-type-archive-staff .article .col-sm-6,
.post-type-archive-board_directors .article .col-sm-6,
.archive-board .article .col-sm-6,
.interior .archive-board .article .col-sm-6 {
  padding: 0 7px; }
.post-type-archive-staff .img-wrap,
.post-type-archive-board_directors .img-wrap,
.archive-board .img-wrap,
.interior .archive-board .img-wrap {
  margin-bottom: 15px;
  z-index: 4;
  background: #000;
  height: 400px !important;
  background: #392113 url("../images/bg-about-image-left.jpg");
  background-size: cover;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); }
  .post-type-archive-staff .img-wrap img,
  .post-type-archive-board_directors .img-wrap img,
  .archive-board .img-wrap img,
  .interior .archive-board .img-wrap img {
    height: 100%;
    width: auto;
    z-index: 1;
    max-width: inherit;
    transition: 0.4s; }
  .post-type-archive-staff .img-wrap .info,
  .post-type-archive-board_directors .img-wrap .info,
  .archive-board .img-wrap .info,
  .interior .archive-board .img-wrap .info {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    right: 0;
    width: 100%;
    transition: 0.4s; }
    .post-type-archive-staff .img-wrap .info h3, .post-type-archive-staff .img-wrap .info p,
    .post-type-archive-board_directors .img-wrap .info h3,
    .post-type-archive-board_directors .img-wrap .info p,
    .archive-board .img-wrap .info h3,
    .archive-board .img-wrap .info p,
    .interior .archive-board .img-wrap .info h3,
    .interior .archive-board .img-wrap .info p {
      background: #006edb;
      color: #00488f;
      padding: 5px 5px 5px 15px;
      margin: 0;
      font-size: 14px;
      line-height: 1em;
      display: inline-block; }
    .post-type-archive-staff .img-wrap .info h3,
    .post-type-archive-board_directors .img-wrap .info h3,
    .archive-board .img-wrap .info h3,
    .interior .archive-board .img-wrap .info h3 {
      margin-bottom: 10px;
      font-size: 22px; }
  .post-type-archive-staff .img-wrap .btn-modal,
  .post-type-archive-board_directors .img-wrap .btn-modal,
  .archive-board .img-wrap .btn-modal,
  .interior .archive-board .img-wrap .btn-modal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    top: -100%;
    transition: 0.4s;
    z-index: 4;
    background: transparent;
    border-radius: 50%;
    border: 4px solid #000;
    padding: 4px 10px;
    color: #000; }
    .post-type-archive-staff .img-wrap .btn-modal a,
    .post-type-archive-board_directors .img-wrap .btn-modal a,
    .archive-board .img-wrap .btn-modal a,
    .interior .archive-board .img-wrap .btn-modal a {
      color: #fff;
      text-decoration: none; }
    .post-type-archive-staff .img-wrap .btn-modal i,
    .post-type-archive-board_directors .img-wrap .btn-modal i,
    .archive-board .img-wrap .btn-modal i,
    .interior .archive-board .img-wrap .btn-modal i {
      font-size: 25px;
      display: block; }
    .post-type-archive-staff .img-wrap .btn-modal:hover,
    .post-type-archive-board_directors .img-wrap .btn-modal:hover,
    .archive-board .img-wrap .btn-modal:hover,
    .interior .archive-board .img-wrap .btn-modal:hover {
      color: #fff;
      background: #000; }
  .post-type-archive-staff .img-wrap .emailme,
  .post-type-archive-board_directors .img-wrap .emailme,
  .archive-board .img-wrap .emailme,
  .interior .archive-board .img-wrap .emailme {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: -100%;
    transition: 0.4s;
    z-index: 4; }
    .post-type-archive-staff .img-wrap .emailme a span, .post-type-archive-staff .img-wrap .emailme a i,
    .post-type-archive-board_directors .img-wrap .emailme a span,
    .post-type-archive-board_directors .img-wrap .emailme a i,
    .archive-board .img-wrap .emailme a span,
    .archive-board .img-wrap .emailme a i,
    .interior .archive-board .img-wrap .emailme a span,
    .interior .archive-board .img-wrap .emailme a i {
      background: #0f3357;
      color: #fff;
      padding: 5px 7px;
      margin: 0;
      font-size: 14px;
      line-height: 1em;
      display: inline-block; }
  .post-type-archive-staff .img-wrap::before,
  .post-type-archive-board_directors .img-wrap::before,
  .archive-board .img-wrap::before,
  .interior .archive-board .img-wrap::before {
    content: "";
    background: rgba(15, 51, 87, 0);
    transition: 0.4s;
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 150%; }
  .post-type-archive-staff .img-wrap:hover img,
  .post-type-archive-board_directors .img-wrap:hover img,
  .archive-board .img-wrap:hover img,
  .interior .archive-board .img-wrap:hover img {
    opacity: 1;
    height: 110%; }
  .post-type-archive-staff .img-wrap:hover .btn-modal,
  .post-type-archive-board_directors .img-wrap:hover .btn-modal,
  .archive-board .img-wrap:hover .btn-modal,
  .interior .archive-board .img-wrap:hover .btn-modal {
    position: absolute;
    top: 50%;
    transition: 0.4s; }
    .post-type-archive-staff .img-wrap:hover .btn-modal a,
    .post-type-archive-board_directors .img-wrap:hover .btn-modal a,
    .archive-board .img-wrap:hover .btn-modal a,
    .interior .archive-board .img-wrap:hover .btn-modal a {
      color: #fff;
      transition: 0.4s; }
      .post-type-archive-staff .img-wrap:hover .btn-modal a:hover,
      .post-type-archive-board_directors .img-wrap:hover .btn-modal a:hover,
      .archive-board .img-wrap:hover .btn-modal a:hover,
      .interior .archive-board .img-wrap:hover .btn-modal a:hover {
        color: #fff !important; }
  .post-type-archive-staff .img-wrap:hover .info,
  .post-type-archive-board_directors .img-wrap:hover .info,
  .archive-board .img-wrap:hover .info,
  .interior .archive-board .img-wrap:hover .info {
    right: 100%; }
  .post-type-archive-staff .img-wrap:hover .emailme,
  .post-type-archive-board_directors .img-wrap:hover .emailme,
  .archive-board .img-wrap:hover .emailme,
  .interior .archive-board .img-wrap:hover .emailme {
    bottom: 0; }
.post-type-archive-staff .modal .modal-header .close,
.post-type-archive-board_directors .modal .modal-header .close,
.archive-board .modal .modal-header .close,
.interior .archive-board .modal .modal-header .close {
  opacity: 1; }
.post-type-archive-staff .modal .modal-content,
.post-type-archive-board_directors .modal .modal-content,
.archive-board .modal .modal-content,
.interior .archive-board .modal .modal-content {
  background: #fff; }
  .post-type-archive-staff .modal .modal-content img,
  .post-type-archive-board_directors .modal .modal-content img,
  .archive-board .modal .modal-content img,
  .interior .archive-board .modal .modal-content img {
    float: left;
    margin: 0 15px 15px 0; }
  .post-type-archive-staff .modal .modal-content p span,
  .post-type-archive-board_directors .modal .modal-content p span,
  .archive-board .modal .modal-content p span,
  .interior .archive-board .modal .modal-content p span {
    font-weight: 700;
    color: #006edb; }

@media only screen and (max-width: 767px) {
  .interior.board .img-wrap {
    padding-bottom: 0;
    height: 300px;
    width: 300px;
    display: block;
    margin: 0 auto 15px; } }
@media only screen and (max-width: 480px) {
  .interior.board .img-wrap {
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto 15px; } }
/*END Board Classes------------------------------------- */
.mdf_taxonomy_check_list {
  padding: 0 !important; }

#super_searchform .input-group input {
  height: 35px; }
#super_searchform .input-group-btn input[type="submit"] {
  margin: 0;
  padding: 5px 15px;
  border-radius: 0;
  max-width: inherit;
  min-width: inherit;
  font-size: 15px;
  background: #006edb !important;
  color: #ffffff !important; }

.archive-publications .article h2, .single-publications .article h2 {
  font-size: 26px;
  text-transform: capitalize !important;
  line-height: 1em; }
.archive-publications .article p, .single-publications .article p {
  font-family: 'Lato', sans-serif;
  color: #343434;
  padding: 0px;
  margin-bottom: 1em; }
.archive-publications .article ul, .single-publications .article ul {
  font-family: 'Lato', sans-serif;
  color: #343434;
  padding: 0px;
  margin-bottom: 1em; }
  .archive-publications .article ul li, .single-publications .article ul li {
    color: #343434;
    font-size: 16px;
    line-height: 1.3em;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 20px; }
    .archive-publications .article ul li::before, .single-publications .article ul li::before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      position: absolute;
      margin-top: 9px;
      margin-left: -15px;
      border-left: 4px solid #006edb;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      width: 6px;
      height: 6px; }
.archive-publications .article p, .single-publications .article p {
  margin-bottom: 0.5em !important;
  font-size: 16px !important; }
.archive-publications .article .row-archive, .single-publications .article .row-archive {
  padding-bottom: 40px;
  position: relative; }
  .archive-publications .article .row-archive time, .single-publications .article .row-archive time {
    display: block;
    margin: 0 auto 10px; }
  .archive-publications .article .row-archive a.btn-view, .single-publications .article .row-archive a.btn-view {
    bottom: 6px;
    display: inherit;
    font-size: 18px;
    right: 20px;
    margin: 0 auto;
    position: absolute; }
    .archive-publications .article .row-archive a.btn-view:hover, .single-publications .article .row-archive a.btn-view:hover {
      color: #006edb; }
      .archive-publications .article .row-archive a.btn-view:hover i, .single-publications .article .row-archive a.btn-view:hover i {
        color: #006edb !important; }

.single-our_publication .img-wrap-archive {
  height: 280px;
  margin: 0 20px 8px 0;
  overflow: hidden;
  position: relative;
  width: 210px !important;
  z-index: 3;
  float: left; }
.single-our_publication p {
  margin-bottom: 0.5em !important;
  font-size: 16px !important; }
.single-our_publication .author_bio_section {
  padding: 15px; }
  .single-our_publication .author_bio_section .author_name {
    color: #343434 !important;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400; }
  .single-our_publication .author_bio_section .author_details {
    color: #0f3357;
    font-weight: 700; }
    .single-our_publication .author_bio_section .author_details img {
      float: left;
      margin: 0 15px 15px 0; }
.single-our_publication a {
  text-decoration: none; }
  .single-our_publication a .single-post {
    background: #00488f;
    height: 250px;
    position: relative;
    border-radius: 3px; }
    .single-our_publication a .single-post img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .single-our_publication a .single-post .info-wrap {
      font-family: 'Lato', sans-serif;
      background: #0f3357;
      bottom: 0;
      color: #fff !important;
      font-weight: 700;
      left: 0;
      padding: 15px 10px;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 2; }
  .single-our_publication a:hover .info-wrap {
    text-decoration: none;
    background: #006edb; }
.single-our_publication .sidebar-custom h4 {
  text-transform: capitalize; }
.single-our_publication .sidebar-custom ul.type-list {
  margin: 0;
  padding: 0; }
  .single-our_publication .sidebar-custom ul.type-list li {
    display: inline-block;
    line-height: 1em;
    list-style-type: none;
    padding-left: 0;
    width: 100%; }
    .single-our_publication .sidebar-custom ul.type-list li a {
      color: #343434;
      display: block;
      margin: 0 5px 5px 0;
      padding: 4px 3px;
      text-align: left;
      line-height: 1.3em;
      text-decoration: none;
      text-transform: capitalize; }
      .single-our_publication .sidebar-custom ul.type-list li a:hover {
        text-decoration: underline; }
.single-our_publication .sidebar-custom .single-row {
  padding: 10px 0;
  border-top: 1px solid #c9c9c9;
  min-height: 170px; }
  .single-our_publication .sidebar-custom .single-row:first-child {
    border-top: none; }
  .single-our_publication .sidebar-custom .single-row h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    color: #343434;
    text-align: left; }
  .single-our_publication .sidebar-custom .single-row .col-md-8 {
    padding-left: 0; }
  .single-our_publication .sidebar-custom .single-row .icon-sidebar {
    text-align: center; }
    .single-our_publication .sidebar-custom .single-row .icon-sidebar h4 {
      font-size: 24px; }
    .single-our_publication .sidebar-custom .single-row .icon-sidebar img {
      float: none;
      margin: 0;
      width: auto; }
  .single-our_publication .sidebar-custom .single-row a {
    color: #343434 !important;
    word-break: break-word; }
  .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list {
    margin: 0;
    padding: 0; }
    .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list li {
      display: inline-block;
      line-height: 1em;
      list-style-type: none;
      padding-left: 0;
      width: 100%; }
      .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list li::before, .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list li::after {
        content: none  !important; }
      .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list li a {
        background: #c7c2c2;
        color: #343434;
        display: block;
        margin: 0 5px 5px 0;
        padding: 4px 3px;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize; }
        .single-our_publication .sidebar-custom .single-row .sidebar-tags ul.tags-list li a:hover {
          color: #fff !important;
          background: #16546d; }

/* Our Publications template*/
.post-type-archive .img-wrap-archive, .archive .img-wrap-archive {
  height: 200px;
  margin: 0 20px 15px 0;
  overflow: hidden;
  position: relative;
  width: 150px !important;
  z-index: 3;
  float: left; }
  .post-type-archive .img-wrap-archive::before, .archive .img-wrap-archive::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; }
  .post-type-archive .img-wrap-archive .icon-pdf, .archive .img-wrap-archive .icon-pdf {
    background: #fff;
    border-radius: 4px;
    display: block;
    position: absolute;
    right: 10px;
    padding: 5px;
    top: -50px;
    width: 30px;
    height: 30px;
    z-index: 5; }
    .post-type-archive .img-wrap-archive .icon-pdf i, .archive .img-wrap-archive .icon-pdf i {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      font-size: 20px;
      color: #0f3357; }
    .post-type-archive .img-wrap-archive .icon-pdf a, .archive .img-wrap-archive .icon-pdf a {
      display: block; }
  .post-type-archive .img-wrap-archive:hover, .archive .img-wrap-archive:hover {
    transition: 0.4s; }
    .post-type-archive .img-wrap-archive:hover::before, .archive .img-wrap-archive:hover::before {
      opacity: 1;
      transition: 0.4s; }
    .post-type-archive .img-wrap-archive:hover .icon-pdf, .archive .img-wrap-archive:hover .icon-pdf {
      top: 5px;
      transition: 0.4s; }
.post-type-archive a, .archive a {
  text-decoration: none; }
  .post-type-archive a h2, .archive a h2 {
    margin-bottom: 10px;
    font-size: 35px; }
  .post-type-archive a:hover h2, .post-type-archive a:active h2, .post-type-archive a:focus h2, .archive a:hover h2, .archive a:active h2, .archive a:focus h2 {
    color: #006edb !important; }
.post-type-archive hr.solid, .archive hr.solid {
  margin: 20px 0;
  border-width: 4px 0px 0px; }
.post-type-archive ul.tags-list, .archive ul.tags-list {
  margin: 0;
  margin-top: 20px;
  padding: 0; }
  .post-type-archive ul.tags-list li, .archive ul.tags-list li {
    display: inline-block;
    line-height: 1em;
    list-style-type: none;
    padding-left: 0; }
    .post-type-archive ul.tags-list li::before, .archive ul.tags-list li::before {
      content: none !important; }
    .post-type-archive ul.tags-list li a, .archive ul.tags-list li a {
      background: #c7c2c2;
      color: #343434;
      display: block;
      margin: 0 5px 5px 0;
      padding: 4px 3px;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize; }
      .post-type-archive ul.tags-list li a:hover, .archive ul.tags-list li a:hover {
        color: #fff !important;
        background: #16546d; }

.taxonomy-tags a {
  text-decoration: none; }
  .taxonomy-tags a h2 {
    margin-bottom: 10px;
    font-size: 35px; }
.taxonomy-tags ul.tags-list {
  margin: 0;
  padding: 0; }
  .taxonomy-tags ul.tags-list li {
    display: inline-block;
    line-height: 1em;
    list-style-type: none;
    padding-left: 0; }
    .taxonomy-tags ul.tags-list li a {
      background: #c7c2c2;
      color: #343434;
      display: block;
      margin: 0 5px 5px 0;
      padding: 4px 3px;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize; }
      .taxonomy-tags ul.tags-list li a:hover {
        color: #fff !important;
        background: #16546d; }

.logged-in .tml-user-avatar {
  float: left;
  margin: 0 20px 20px 0; }
.logged-in .tml-user-links {
  padding: 0; }
  .logged-in .tml-user-links li {
    list-style-type: none; }
    .logged-in .tml-user-links li a {
      color: #0f3357;
      text-decoration: none; }

/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #343434; }
  html a, body a {
    outline: none !important; }
  html h1, html h2, html h3, html h4, body h1, body h2, body h3, body h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    html h1 strong, html h2 strong, html h3 strong, html h4 strong, body h1 strong, body h2 strong, body h3 strong, body h4 strong {
      font-weight: 700; }
  html h2, body h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase; }
  html h3, body h3 {
    font-size: 25px; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
.b {
  position: relative;
  padding: 20px 25px 0px; }
  .b .b-left h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #070707;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left; }
  .b .b-left p {
    font-family: 'Lato', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em; }
  .b .b-left .b-icon {
    width: 150px;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 20px 12px 5px; }
    .b .b-left .b-icon span i {
      font-size: 40px;
      text-align: center;
      color: #006edb;
      margin-top: 30px;
      margin-bottom: 30px; }
    .b .b-left .b-icon p {
      font-style: italic; }
  .b .b-left a.btn-1 {
    display: inline-block;
    text-align: center;
    margin: 25px auto; }
  .b .b-right {
    text-align: center; }
    .b .b-right .textwidget {
      height: 100%;
      display: block; }
      .b .b-right .textwidget img {
        bottom: 0;
        margin-bottom: 0;
        position: absolute; }

.c {
  background: url("../images/section-c.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0 60px;
  position: relative;
  color: #fff;
  border-top: 3px solid #db2128; }
  .c::before {
    content: none; }
  .c .btn-1:hover {
    background: #fff;
    color: #0f3357 !important;
    border: 2px solid #fff; }
  .c .info-wrap {
    position: relative;
    padding-bottom: 50px;
    min-height: 300px; }
    .c .info-wrap ul {
      margin-top: 20px; }
      .c .info-wrap ul li {
        line-height: 1.6em;
        list-style-type: none;
        margin-bottom: 16px;
        font-size: 18px; }
        .c .info-wrap ul li i {
          font-size: 10px;
          margin-right: 6px; }
    .c .info-wrap span {
      font-size: 22px;
      font-style: italic;
      font-weight: 400;
      text-align: center;
      margin: 0 auto 30px; }
      .c .info-wrap span strong {
        text-align: center; }
  .c span {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 30px;
    display: block; }
    .c span strong {
      text-align: center; }
  .c h2 {
    margin-bottom: 30px;
    text-align: center; }
  .c p {
    margin-bottom: 20px; }
  .c a.btn-1 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    bottom: 10px;
    left: 50%; }

.d {
  padding: 30px 0px;
  background: #f5f5f5;
  border-bottom: 3px solid #db2128; }
  .d a.btn-1 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }
  .d h2 {
    text-align: center;
    margin-bottom: 30px; }
  .d .info-wrap {
    padding-top: 0;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    min-height: 170px; }
    .d .info-wrap .d-left {
      width: 20%;
      display: inline-block;
      font-size: 60px;
      color: #006edb;
      padding-top: 0;
      text-align: right;
      top: 0;
      line-height: 1em;
      margin-bottom: 20px; }
      .d .info-wrap .d-left span {
        font-size: 16px;
        font-weight: 400; }
    .d .info-wrap .r-text {
      display: inline-block;
      line-height: 1.6em;
      margin-bottom: 20px;
      margin-top: 10px;
      width: 72%;
      float: right; }
      .d .info-wrap .r-text i {
        font-size: 16px;
        margin-right: 8px; }
      .d .info-wrap .r-text p {
        line-height: 1.4em;
        margin: 0; }

.f {
  background: url("../images/section-f.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
  color: #fff;
  text-align: center; }
  .f .f-container {
    width: 70%;
    margin: 0 auto; }
  .f p {
    margin-bottom: 10px; }
    .f p span {
      font-size: 22px;
      font-style: italic;
      font-weight: 400;
      text-align: center;
      margin: 0 auto;
      display: inline-block; }
    .f p strong {
      font-style: none;
      font-size: 22px;
      margin-left: 8px; }
  .f .btn-3 {
    margin-top: 15px; }
    .f .btn-3:hover, .f .btn-3:focus, .f .btn-3:active {
      background: #db2128; }

.g {
  background: url("../images/section-g.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 30px 0 40px;
  text-align: center; }

/*END FrontPage-------------------------------------------*/
.interior.single-publications h2, .interior.single-publications h3, .interior.single-publications h4, .interior.single-publications h5, .interior.single-publications h6 {
  text-transform: none !important; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .b {
    padding: 20px 25px 0px; }
    .b .b-left {
      padding: 0 10px; } }
@media only screen and (max-width: 991px) {
  .b .b-right .textwidget img {
    position: relative; }

  .d .info-wrap {
    min-height: 135px; }

  .g {
    min-height: auto; }
    .g .face_blank {
      display: block;
      width: 100%;
      margin: 0;
      position: relative;
      float: none;
      margin-top: 10px; }
    .g .twitter_blank {
      display: block;
      width: 100%;
      margin: 0;
      position: relative;
      float: none;
      margin-top: 10px; } }
@media only screen and (max-width: 480px) {
  .g {
    min-height: auto; }
    .g h4 {
      text-align: center; }
    .g .title-face-blank {
      width: 100%;
      padding: 0;
      float: center; }
    .g .title-twit-blank {
      width: 100%;
      padding: 0;
      float: center; }
    .g .face_blank {
      display: inline-block;
      width: 100%;
      margin: 8px;
      position: relative;
      float: none;
      margin-top: 10px; }
    .g .twitter_blank {
      display: inline-block;
      width: 100%;
      margin: 8px;
      position: relative;
      float: none;
      margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
