@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/*START Helper Classes------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

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

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

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

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

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

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

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

.has-primary-background-color {
  background-color: #0d5cab; }

.has-primarylight-background-color {
  background-color: #25afff; }

.has-primarydark-background-color {
  background-color: #003399; }

.has-secondary-background-color {
  background-color: #2d3b4a; }

.has-secondarylight-background-color {
  background-color: #5b5f62; }

.has-secondarydark-background-color {
  background-color: #252f3b; }

.has-gray-background-color {
  background-color: #313131; }

.has-graylight-background-color {
  background-color: #3f3f3f; }

/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
li.btn-donate a {
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #fff !important;
  text-transform: none !important;
  background-color: #0d5cab !important;
  padding: 16px 27px !important;
  border-radius: 0 !important;
  border: solid 2px #0d5cab !important;
  text-decoration: none !important;
  display: inline-block !important; }

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

a.btn-1 {
  font-family: 'Lato', sans-serif;
  background: #0d5cab;
  border-radius: 0px;
  border: none;
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1em !important;
  margin: 25px auto 0;
  max-width: 100%;
  min-width: 145px;
  padding: 20px 20px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s !important; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    text-decoration: none;
    color: #fff !important;
    background: #003399; }

a.btn-2 {
  font-family: 'Lato', sans-serif;
  background: transparent;
  border-radius: 1px;
  border: 3px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1em !important;
  margin: 0px auto 0;
  max-width: 100%;
  min-width: 145px;
  padding: 20px 20px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    text-decoration: none;
    color: #313131 !important;
    background: #fff; }

a.btn-3 {
  font-family: 'Lato', sans-serif;
  background: #fff;
  border-radius: 0px;
  border: none;
  color: #2d3b4a !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1em !important;
  margin: 0px auto 0;
  max-width: 100%;
  min-width: 145px;
  padding: 20px 20px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s !important; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    text-decoration: none;
    color: #fff !important;
    background: #25afff; }

a.btn-plus {
  background: #fff;
  color: #0d5cab;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: -30px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-radius: 50%;
  z-index: 4;
  transition: 0.4s; }
  a.btn-plus:hover {
    background: #003399;
    color: #fff; }
  a.btn-plus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 0; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #313131;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  header.header .textwidget {
    display: inline-block; }
  header.header .container {
    position: relative; }
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    header.header.fixed .top-right, header.header.fixed .top-left {
      display: none;
      transition: 0.4s; }
    header.header.fixed .top-social {
      padding-bottom: 0;
      transition: 0.4s;
      display: none; }
    header.header.fixed .nav-top {
      display: none; }
    header.header.fixed section.navigation {
      padding: 0px 0 0px; }
    header.header.fixed .nav-right {
      margin-top: 0; }
    header.header.fixed .navbar-default .navbar-brand {
      min-height: 66px;
      top: 0px; }
      header.header.fixed .navbar-default .navbar-brand img {
        max-height: 85%; }

.top-social {
  background: #edf0f8;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.4s; }

.top-left {
  position: relative;
  display: inline-block;
  height: 35px;
  font-size: 0; }
  .top-left a {
    line-height: 2.5em;
    font-size: 13px;
    color: #0d5cab;
    display: block; }
    .top-left a i {
      margin-right: 5px; }

.top-right {
  float: right;
  padding-right: 0px;
  padding-top: 0px;
  transition: 0.4s; }

.translate-wrap {
  display: inline-flex;
  align-items: center; }
  .translate-wrap a {
    font-weight: 500; }
    .translate-wrap a span {
      color: #0d5cab !important;
      font-size: 14px !important; }
      .translate-wrap a span#co-name {
        font-size: 16px !important; }

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

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

img.logo {
  position: absolute;
  float: left;
  z-index: 33;
  background: #fff;
  padding: 10px;
  width: 250px;
  transition: 0.4s;
  border-radius: 7px; }

.nav-top {
  text-align: right;
  border-bottom: 1px solid #e5e5e5; }
  .nav-top p {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px; }
  .nav-top ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-right: 1px solid #e5e5e5;
    font-size: 0; }
    .nav-top ul li {
      display: inline-block;
      list-style-type: none;
      font-size: 12px; }
      .nav-top ul li a {
        border-left: 1px solid #e5e5e5;
        display: block;
        line-height: 1.5em;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #0d5cab;
        font-weight: 700; }
        .nav-top ul li a:hover {
          background: #e5e5e5;
          text-decoration: none; }

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

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

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0px 0 0px; }

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

.navbar-default .navbar-brand {
  border-bottom: none;
  border-radius: 0;
  float: left;
  width: 20%;
  position: absolute;
  min-height: 110px;
  top: -29px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; }
  .navbar-default .navbar-brand:hover {
    background: #fff; }
  .navbar-default .navbar-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8571rem; }
  #navigation ul {
    padding: 0px 0 0px 0;
    text-align: right;
    width: 100%;
    font-size: 0; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li::after, #navigation ul li.open::after {
        content: "";
        height: 12px;
        width: 1px;
        background: #313131;
        position: absolute;
        z-index: 1;
        display: block;
        top: 50%;
        right: -0.5px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation ul li:last-child ul li a, #navigation ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation ul li:last-child ul li ul, #navigation ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation ul li:last-child ul li:last-child ul, #navigation ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: #0d5cab;
        color: #fff; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        font-size: 0.8571rem;
        color: #fff;
        border-radius: 0px;
        margin-top: 0;
        background: transparent; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          background: #252f3b;
          color: #fff; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none; }
      #navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
        left: 100%;
        top: 0px;
        right: auto; }
      #navigation ul li a, #navigation ul li.open a {
        font-family: 'Lato', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #4b4f56;
        display: block;
        font-size: 12px;
        font-weight: 900;
        padding: 23px 15px 23px;
        position: relative;
        z-index: 2;
        text-align: center;
        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: #0d5cab; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 0;
        background: #2d3b4a;
        width: 200%; }
        #navigation ul li ul ul, #navigation ul li.open ul ul {
          width: 100%; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-top: 1px solid #252f3b;
            padding: 10px 15px;
            font-size: 0.8571rem;
            color: #fff;
            margin-top: 0;
            border-radius: 0; }
            #navigation ul li ul li a::before, #navigation ul li ul li a::after, #navigation ul li.open ul li a::before, #navigation ul li.open ul li a::after {
              content: none; }
            #navigation ul li ul li a:hover, #navigation ul li ul li a:focus, #navigation ul li ul li a:active, #navigation ul li.open ul li a:hover, #navigation ul li.open ul li a:focus, #navigation ul li.open ul li a:active {
              background: #252f3b;
              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: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;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #navigation ul li a, #navigation ul li.open a {
    font-size: 12px; }
  .nav-right {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #navigation ul li a, #navigation ul li.open a {
    font-size: 12px; }
  .nav-right {
    width: 100%; }
  header.header.fixed img.logo {
    margin-left: -21px; } }

@media only screen and (max-width: 767px) {
  header.header {
    box-shadow: 0 2px 2px rgba(100, 100, 100, 0.5); }
  #navigation ul li:first-child a, #navigation ul li.open:first-child a {
    border-radius: 0; }
  #navigation {
    background: #2d3b4a; }
  #navigation ul li a, #navigation ul li.open a {
    color: #fff; }
  .navbar-header {
    background: #fff;
    border-top: 1px solid #e5e5e5; }
  .navbar-default .navbar-brand {
    width: 210px;
    min-height: 130px;
    position: absolute;
    z-index: 10;
    left: 15px;
    display: block;
    top: -80px; }
    .navbar-default .navbar-brand img {
      max-width: 85%;
      max-height: 85%; }
  header.header.fixed .navbar-default .navbar-brand {
    min-height: 50px;
    top: 0px;
    width: 160px; }
  .custom-links {
    text-align: center; }
  .navbar.navbar-default .container {
    padding: 0; }
  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #0d5cab; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #003399;
      border-color: #003399; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #0d5cab; }
  .navbar-nav {
    margin: 0; }
  #navigation ul {
    text-align: center;
    padding: 0px; }
  #navigation ul li {
    display: block;
    border-bottom: 1px solid #0d5cab; }
  #navigation ul li:last-child a {
    margin-left: 0; }
  .dropdown-btn {
    display: none; }
  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -48px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 13px 15px 12px;
    z-index: 3; }
    #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: #fff;
      color: #2d3b4a; }
  #navigation ul li ul {
    max-height: unset;
    background: #0d5cab;
    text-align: center;
    margin-bottom: 15px;
    width: 100%; }
    #navigation ul li ul li {
      border-bottom: 1px solid #0d5cab; }
      #navigation ul li ul li ul {
        background: #003399; }
  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px !important;
    left: 0 !important;
    top: 98% !important; }
  .navbar-collapse {
    overflow-y: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -33px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 13px 12px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #fff;
      color: #2d3b4a; }
  #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 #0d5cab;
    color: #0d5cab;
    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: #0d5cab;
      color: #fff; }
  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }
  #navigation ul {
    overflow: scroll;
    height: 400px; }
    #navigation ul ul {
      height: auto; }
  #navigation ul li.active a,
  #navigation ul li.open.active a,
  #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 {
    margin-top: 0px;
    border-radius: 0; }
  #navigation ul li::after, #navigation ul li.open::after {
    content: none; }
  .navbar-collapse.in {
    overflow-y: unset; }
  .nav-right {
    margin-right: 0;
    margin-top: 0;
    float: none;
    width: 100%; }
  header.header::before {
    content: none; }
  .top-social {
    padding-bottom: 0px; }
  .dropdown-menu {
    position: relative; }
  .nav-top {
    text-align: right;
    border: none; }
    .nav-top p {
      display: block;
      line-height: 2em; }
    .nav-top ul {
      display: block;
      border: none; }
      .nav-top ul li {
        display: block; }
        .nav-top ul li a {
          border: none; }
        .nav-top ul li:first-child a {
          border: none; } }

@media only screen and (max-width: 480px) {
  .top-left p {
    font-size: 0.85rem; }
  ul.social a.btn-1 {
    margin-left: 5px; }
  .search #s {
    width: 60%; }
  .search #searchsubmit {
    width: 30%; }
  .navbar-default .navbar-brand {
    width: 160px;
    min-height: 45px;
    position: absolute;
    z-index: 10;
    left: 15px;
    display: block;
    top: 1px; } }

/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  display: inline-block;
  padding-top: 0px;
  margin-left: 20px;
  margin-right: -3px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  position: relative;
  height: 35px; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    display: none;
    animation: fadeout 1s forwards; }
    div.search #searchform.show {
      visibility: visible;
      opacity: 1;
      transition: 1s;
      margin: 2px 0px 0px 0;
      animation: fade 1s forwards;
      overflow: hidden; }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  div.search .fa-search {
    color: #5b5f62;
    cursor: pointer;
    padding: 10px 6px 0 6px;
    font-size: 15px; }
    div.search .fa-search:hover {
      text-decoration: none;
      color: #2d3b4a; }
  div.search .fa-times {
    margin-right: 10px;
    margin-left: 10px;
    color: #2d3b4a;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: #2d3b4a;
    border: 1px solid #2d3b4a;
    color: #fff;
    padding: 2.5px 15px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: -4px;
    height: 31px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle; }
    div.search #searchsubmit:hover {
      background: transparent;
      color: #2d3b4a; }
  div.search #s {
    height: 31px;
    border: solid 1px #2d3b4a;
    border-right: none;
    background: transparent;
    color: #313131;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle; }

@media only screen and (max-width: 480px) {
  div.search {
    margin: 0; }
  div.search #searchsubmit {
    padding: 2.5px 5px;
    width: 65px; } }

/*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: #313131;
      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: #0d5cab;
  background: -webkit-linear-gradient(#0d5cab, rgba(13, 92, 171, 0.2));
  background: -o-linear-gradient(#0d5cab, rgba(13, 92, 171, 0.2));
  background: -moz-linear-gradient(#0d5cab, rgba(13, 92, 171, 0.2));
  background: linear-gradient(#0d5cab, rgba(13, 92, 171, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

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

@media only screen and (max-width: 480px) {
  .font-resizer::after {
    content: none; } }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slider-a img {
    max-width: 100%;
    position: relative; }
  .slider-widget .slider-a .slotholder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/slider-overlay.png") repeat-x;
    background-size: auto 100%;
    z-index: 2; }
  .slider-widget .slider-a .tparrows::before {
    font-size: 35px;
    line-height: 130px; }
  .slider-widget .slider-a .tparrows {
    width: 45px;
    height: 130px; }
    .slider-widget .slider-a .tparrows:hover {
      background: rgba(255, 255, 255, 0.23); }
  .slider-widget .caption-a {
    position: absolute;
    text-align: left;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .slider-widget .caption-a h2 {
      font-size: 43px;
      color: #25afff;
      text-transform: none;
      font-weight: 900;
      line-height: 1em;
      margin: 0 0 25px 0;
      font-size: 38px;
      text-shadow: 0 4px 0 rgba(100, 100, 100, 0.3); }
      .slider-widget .caption-a h2::before {
        content: "";
        background: #fff;
        height: 3px;
        width: 100px;
        margin: 0 auto 33px;
        display: block; }
    .slider-widget .caption-a p {
      font-weight: 400;
      width: 50%;
      margin: 5px 25%;
      font-size: 18px;
      line-height: 1em !important;
      text-shadow: 0 4px 0 rgba(100, 100, 100, 0.3); }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem !important;
    line-height: 1em !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem !important; } }

@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 2rem !important; }
  .slider-widget .caption-a p {
    width: 100%;
    margin: 5px 0 !important; } }

@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h2, .slider-widget .caption-a h2 span {
    font-size: 1.65rem !important; } }

/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget .img-wrap {
  height: 155px; }
  .news-widget .img-wrap img {
    height: auto;
    width: 100%; }
  .news-widget .img-wrap a {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: -25px;
    color: #FFF !important;
    font-size: 2rem;
    line-height: 1em;
    transition: 0.4s; }

.news-widget .info {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
  text-align: left; }
  .news-widget .info h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    margin: 1em 0 0 0; }
  .news-widget .info p {
    font-size: 0.8571rem;
    margin-bottom: 20px;
    line-height: 1.8em; }
  .news-widget .info time {
    display: block;
    color: #0d5cab;
    font-size: 13px; }
    .news-widget .info time::after {
      content: "";
      background: #e1e1e1;
      height: 1px;
      widows: 100%;
      display: block;
      margin: 10px 0 20px; }
    .news-widget .info time span {
      color: #313131; }
  .news-widget .info a.big-plus {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -38px;
    transition: 0.4s; }
    .news-widget .info a.big-plus:hover {
      -webkit-transform: scale(0.9, 0.9);
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
  .news-widget .info a {
    color: #313131;
    font-weight: 700; }
    .news-widget .info a:hover {
      color: #0d5cab; }

.news-widget #news-slider .carousel-indicators {
  bottom: -70px; }
  .news-widget #news-slider .carousel-indicators li {
    border: none;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px; }
    .news-widget #news-slider .carousel-indicators li.active {
      background: #0d5cab; }

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #news-slider {
    margin-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  #news-slider {
    margin-bottom: 100px; } }

/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: none; }

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

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

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

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

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }

#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }

#tribe-events h1 {
  margin-bottom: 0; }

#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem; }

#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }

#tribe-events a {
  color: #0d5cab; }
  #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: #0d5cab;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #003399; }

#tribe-events .tribe-events-calendar thead th {
  background: #0d5cab;
  border-color: #0d5cab; }

#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }

#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }

#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }

#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }

#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #e37818; }

#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #e37818; }

#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #2d3b4a; }

#tribe-events .tribe-events-sub-nav a {
  color: #313131;
  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: #0d5cab;
  border: none;
  padding: 10px 30px; }

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

/*END TRIBE EVENTS------------------------------------*/
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  text-align: left;
  padding: 0px 0px; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget h2 {
    color: #fff !important; }
    .sign-up-widget h2 i {
      margin-bottom: 10px !important; }
  .sign-up-widget p {
    color: #fff;
    font-size: 0.8571rem;
    padding: 0 8%;
    margin: 25px 0; }
  .sign-up-widget .gform_wrapper {
    width: 100%; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 60%;
      display: inline-block;
      vertical-align: top; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: transparent;
              border-radius: 0px;
              border: none;
              height: 40px;
              width: 100%;
              color: #fff;
              padding: 0 10px;
              font-size: 11px;
              border: 1px solid #fff;
              text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
              /* firefox 19+ */
              /* ie */ }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                color: #fff;
                opacity: 1; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 38%;
      display: inline-block;
      text-align: right;
      margin: 0 0 0 -4px;
      padding: 0; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #0d5cab;
        height: 40px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 10px 10px 8px;
        text-transform: uppercase;
        transition: 0.4s;
        font-size: 12px;
        border: none;
        font-family: 'Lato', sans-serif; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #003399;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 5px 15% 0px; }
  .sign-up-widget {
    text-align: center; }
  .sign-up-widget {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; }
  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%; }
  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0;
    width: 100%; }
  .sign-up-widget {
    text-align: center; }
  .sign-up-widget {
    padding: 0; } }

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

/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #0d5cab;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #0d5cab; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #0d5cab;
    background: -webkit-linear-gradient(90deg, #0d5cab 50%, #5b5f62 50%);
    background: -o-linear-gradient(90deg, #0d5cab 50%, #5b5f62 50%);
    background: -moz-linear-gradient(90deg, #0d5cab 50%, #5b5f62 50%);
    background: linear-gradient(90deg, #0d5cab 50%, #5b5f62 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #0d5cab;
    background: -webkit-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: -o-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: -moz-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    padding: 45px 15px; } }

@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #0d5cab;
    background: -webkit-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: -o-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: -moz-linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    background: linear-gradient(180deg, #0d5cab 50%, #5b5f62 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }

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

/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 25px 25px 50px;
  border-top: 1px solid #d0d0d0; }
  .sponsor-widget p {
    text-align: center; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 0; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 90px;
    background: transparent;
    margin: 15px 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 90%;
      max-height: 90%;
      height: auto;
      width: auto; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  position: relative;
  background: #2d3b4a; }
  footer.footer .top {
    padding: 65px 25px 0px;
    font-size: 13px;
    text-align: left; }
    footer.footer .top .col-md-3 {
      margin-bottom: 20px; }
    footer.footer .top h3 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 18px;
      font-family: 'Lato', sans-serif;
      margin-bottom: 15px; }
    footer.footer .top a {
      display: block;
      color: #fff;
      line-height: 1.5em;
      font-size: 12px; }
      footer.footer .top a:hover {
        color: #25afff;
        text-decoration: none; }
      footer.footer .top a span {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 13px; }
    footer.footer .top address {
      font-size: 12px;
      margin-bottom: 0;
      line-height: 1.5em; }
      footer.footer .top address span {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 13px; }
    footer.footer .top .left img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    footer.footer .top .center-left {
      padding-left: 5%; }
      footer.footer .top .center-left ul {
        padding: 0; }
        footer.footer .top .center-left ul li {
          list-style-type: none;
          margin-bottom: 5px; }
          footer.footer .top .center-left ul li a {
            color: #fff;
            font-weight: 700;
            font-size: 12px; }
            footer.footer .top .center-left ul li a:hover {
              color: #25afff;
              text-decoration: none; }
    footer.footer .top .center-right {
      padding-left: 5%;
      font-size: 12px; }
      footer.footer .top .center-right .textwidget {
        display: inline-block; }
      footer.footer .top .center-right p {
        display: inline-block; }
      footer.footer .top .center-right h4 {
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase; }
        footer.footer .top .center-right h4 a {
          font-weight: 900;
          font-size: 18px;
          color: #fff;
          text-transform: uppercase;
          line-height: 0.96em; }
          footer.footer .top .center-right h4 a:hover {
            color: #25afff; }
      footer.footer .top .center-right ul.social {
        display: inline-block; }
        footer.footer .top .center-right ul.social li a {
          border: none;
          font-size: 20px;
          background: transparent; }
          footer.footer .top .center-right ul.social li a:hover {
            background: transparent;
            color: #25afff; }
      footer.footer .top .center-right div.search {
        border: none;
        margin: 0;
        padding: 0;
        display: block;
        margin: 20px 0; }
        footer.footer .top .center-right div.search #searchform {
          display: block;
          visibility: visible;
          opacity: 1;
          margin: 0;
          padding: 0; }
        footer.footer .top .center-right div.search #searchsubmit {
          background: #0d5cab url("../images/edit-icon.png") no-repeat;
          background-position: center;
          background-size: 15px 15px;
          border-radius: 0;
          border: 1px solid #2d3b4a;
          color: #fff;
          font-size: 12px;
          height: 31px;
          margin-left: -4px;
          padding: 2.5px 15px;
          text-indent: -999999px;
          text-transform: uppercase;
          transition: 0.4s;
          vertical-align: middle;
          width: 31px; }
          footer.footer .top .center-right div.search #searchsubmit:hover {
            background: #003399 url("../images/edit-icon.png") no-repeat;
            background-position: center;
            background-size: 15px 15px;
            color: #fff; }
        footer.footer .top .center-right div.search #s {
          height: 31px;
          border-right: none;
          background: #252f3b;
          color: #fff;
          padding: 0 0 0 4px;
          box-sizing: border-box;
          font-size: 14px;
          vertical-align: middle; }
    footer.footer .top .right {
      padding-top: 40px; }
      footer.footer .top .right img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
  footer.footer .bottom {
    font-family: 'Lato', sans-serif;
    padding: 20px 0 5px;
    background: #252f3b;
    font-size: 12px; }
    footer.footer .bottom p {
      color: #fff; }
    footer.footer .bottom a {
      color: #fff; }
      footer.footer .bottom a span {
        font-weight: 700;
        color: #00eaff; }
    footer.footer .bottom .copy-r {
      float: left; }
      footer.footer .bottom .copy-r a {
        color: #fff;
        font-weight: 700; }
    footer.footer .bottom .elevation {
      float: right; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.footer .top .right .right-right img {
    margin: 0 0 5px 0 !important; }
  footer.footer .top .center-right div.search #s {
    width: 135px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .top {
    padding: 50px 25px 50px;
    text-align: center; }
  footer.footer .top .center-right, footer.footer .top .center-left {
    padding-left: 15px; }
  footer.footer .top .right {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  footer.footer .top {
    padding: 50px 25px 50px;
    text-align: center; }
  footer.footer .bottom .copy-r, footer.footer .bottom .elevation {
    width: 100%; }
  footer.footer .top .center-right, footer.footer .top .center-left {
    padding-left: 15px; }
  footer.footer .top .right {
    padding-top: 0; } }

@media only screen and (max-width: 480px) {
  footer.footer .top ul {
    width: 100%; }
  footer.footer .top ul li {
    display: block;
    width: 100%; }
  footer.footer ul.social li {
    width: auto;
    display: inline-block; }
  footer.footer ul.social li a {
    margin: 0 7px !important; }
  footer.footer .top ul li a::after {
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 10px; }
  footer.footer .top {
    padding: 50px 25px 50px; } }

/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 400;
      font-size: 0.8571rem;
      margin-bottom: 0;
      color: #0d5cab; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.7143rem;
        color: #3f3f3f; }
    ul.breadcrumbs li a {
      color: #3f3f3f;
      font-size: 0.8571rem;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #0d5cab; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #fff;
  text-align: center; }
  .interior-top .container {
    position: relative;
    z-index: 5;
    min-height: 650px;
    position: relative;
    overflow: hidden; }
    .interior-top .container::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.27);
      z-index: 2;
      display: block; }
  .interior-top h1 {
    font-family: 'Lato', sans-serif;
    color: #25afff;
    font-size: 43px;
    font-weight: 900;
    line-height: 1.2em;
    position: relative;
    text-shadow: 0 4px 0 rgba(100, 100, 100, 0.3);
    text-transform: uppercase;
    z-index: 3;
    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%);
    width: 90%;
    max-height: 100%;
    margin: 0; }
    .interior-top h1::before {
      content: "";
      height: 3px;
      width: 100px;
      background: #fff;
      display: block;
      margin: 0 auto 35px; }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  color: #313131;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  background: #7d7f81; }
  .interior .side-right {
    padding-right: 0;
    padding-left: 5%; }
  .interior .content-left {
    padding-right: 5%; }
  .interior .container {
    background: #e6e7e7;
    margin-top: 0px;
    padding: 40px 35px 75px;
    position: relative;
    z-index: 5; }
  .interior img {
    max-width: 100%; }
  .interior h1,
  .interior h2,
  .interior h3,
  .interior h4 {
    color: #313131;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .interior h5,
  .interior h6 {
    color: #313131;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .interior h1 {
    font-size: 45px; }
  .interior h2 {
    font-size: 40px;
    margin-top: 0; }
  .interior h3 {
    font-size: 30px; }
  .interior h4 {
    font-size: 1.786rem; }
  .interior h5 {
    font-size: 1.429rem; }
  .interior h6 {
    font-size: 1.214rem; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #bdbdbd; }
  .interior strong {
    color: #313131; }
  .interior p {
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #313131;
    font-size: 1rem; }
  .interior blockquote {
    background: #f4f4f4;
    border-left: 5px solid #0d5cab;
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 2em;
    margin-left: 15%;
    margin-right: 15%;
    padding: 15px 20px;
    text-align: left;
    width: 70%; }
  .interior a {
    color: #313131;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #313131; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #313131;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #313131;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #313131; }
  .interior .table-responsive .table tr {
    text-align: center; }
    .interior .table-responsive .table tr th {
      text-align: center;
      background: #0d5cab;
      color: #fff;
      padding: 10px 0; }
      .interior .table-responsive .table tr th:hover {
        background: #0d5cab; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #fff;
      padding: 10px 0; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #eee;
      padding: 10px 0; }
  .interior input,
  .interior textarea,
  .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #313131; }
    .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 textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"],
  .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #0d5cab;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 25px;
    padding: 12px 40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.4s; }
    .interior input[type="submit"]:hover {
      background: #09437c;
      text-decoration: none; }
  .interior button {
    background: #0d5cab;
    color: #fff;
    padding: 8px 10px;
    border: none;
    transition: 0.3s; }
    .interior button:hover {
      background: #09437c;
      color: #fff; }

@media only screen and (max-width: 767px) {
  .interior-top .container {
    min-height: unset;
    height: 100%; }
  .interior-top h1 {
    font-size: 35px;
    padding: 75px 0 50px;
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .interior-top h1 {
    font-size: 35px;
    padding: 75px 0 50px;
    width: 100%; } }

/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav a {
  text-decoration: none; }

.sidebar .inner-nav ul {
  margin-bottom: 0;
  padding-left: 0; }
  .sidebar .inner-nav ul li {
    display: none;
    padding-left: 0px; }
    .sidebar .inner-nav ul li a {
      font-size: 25px;
      padding-bottom: 25px;
      padding-left: 30px;
      padding-right: 30px;
      display: block;
      text-transform: uppercase;
      color: #3f3f3f;
      font-family: 'Lato', sans-serif;
      font-weight: 900; }
    .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
      display: block;
      border: solid 1px #dbdbdb;
      background: #f6f6f6;
      background-size: 100% auto;
      background-position: center bottom;
      padding: 30px 0px;
      margin-bottom: 30px;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      position: relative;
      font-family: 'Lato', sans-serif; }
      .sidebar .inner-nav ul li.current-menu-ancestor::after, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children::after, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item::after, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children::after {
        content: none;
        background: #0d5cab;
        height: 9px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
        display: block;
        padding-left: 0px;
        box-shadow: none; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
          font-size: 1rem;
          font-style: initial;
          background: transparent;
          padding: 5px 30px;
          display: block;
          text-transform: capitalize;
          font-family: 'Lato', sans-serif;
          color: #3f3f3f;
          letter-spacing: unset;
          font-weight: 400; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
            text-decoration: underline; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
          display: none; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
          display: block;
          border: none;
          background: transparent;
          padding: 0px;
          margin-bottom: 0px;
          border-bottom: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
            background: #0d5cab;
            color: #fff;
            font-family: 'Lato', sans-serif; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
            display: block;
            padding-left: 25px; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
              background: transparent;
              color: #3f3f3f;
              font-family: 'Lato', sans-serif;
              border-bottom: none; }
    .sidebar .inner-nav ul li::before {
      content: none; }
    .sidebar .inner-nav ul li.current-menu-ancestor ul li {
      padding: 0 !important;
      margin-bottom: 0 !important;
      border: none !important; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
        padding-left: 30px; }

.sidebar-a {
  background: #0d5cab;
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-a::after {
    content: none;
    background: #0f69c3;
    height: 9px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 15px 0; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      display: block;
      margin: 15px 0 5px; }
  .sidebar-a p, .sidebar-a a {
    color: #fff; }
  .sidebar-a a {
    text-decoration: underline; }

.sidebar-b {
  background: #2d3b4a;
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-b h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 15px 0; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      display: block;
      margin: 15px 0 5px; }
  .sidebar-b p {
    color: #fff; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

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

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    max-height: 150%; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #0d5cab;
    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: #2d3b4a; }

hr.solid {
  border-style: solid; }

/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

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

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

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

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

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

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

.interior-top.custom h1 {
  padding: 125px 0 105px; }

.interior.custom .container {
  padding: 35px 35px 25px; }

.interior.custom .container-fluid {
  padding: 0; }
  .interior.custom .container-fluid .a-custom .row {
    margin: 0; }
  .interior.custom .container-fluid .a-custom .left {
    padding: 0;
    position: relative; }
    .interior.custom .container-fluid .a-custom .left a.btn-2 {
      position: absolute;
      right: 30px;
      bottom: 45px; }
    .interior.custom .container-fluid .a-custom .left img {
      width: 100%; }
  .interior.custom .container-fluid .a-custom .right {
    padding-left: 5%; }
  .interior.custom .container-fluid .b-custom {
    padding: 100px 0; }
    .interior.custom .container-fluid .b-custom .row {
      margin: 0; }
    .interior.custom .container-fluid .b-custom .left {
      padding-right: 5%; }
    .interior.custom .container-fluid .b-custom .right {
      padding: 0px; }
      .interior.custom .container-fluid .b-custom .right img {
        width: 100%; }

.support {
  text-align: center;
  background: #0d5cab url("../images/support.jpg");
  background-size: cover;
  background-position: 20% center;
  position: relative; }
  .support .container {
    padding: 100px 0;
    background: transparent;
    position: static; }
  .support h2 {
    color: #fff;
    margin-bottom: 35px; }
    .support h2::before {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }
    .support h2::after {
      content: "";
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: auto;
      right: 0;
      top: 41%;
      width: 39%;
      display: block;
      height: 1px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support h2::before, .support h2::after {
    width: 32%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support h2::before, .support h2::after {
    width: 32%; }
  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }
  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }
  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .support h2::before, .support h2::after {
    width: 20%; }
  .support {
    background-position: 35% center; }
  .interior.custom .container-fluid .b-custom {
    padding: 20px 0 0; }
  .interior.custom .container-fluid .a-custom .right {
    padding-left: 15px; }
  .interior.custom .container-fluid .b-custom .left {
    padding-right: 15px; } }

@media only screen and (max-width: 480px) {
  .support h2::before, .support h2::after {
    content: none; } }

/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #313131; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
.b {
  padding: 50px 0 60px;
  background: #fff;
  position: relative;
  color: #3f3f3f;
  text-align: center;
  margin-top: 0px;
  overflow: hidden; }
  .b h2 {
    display: block;
    font-weight: 900;
    font-size: 46px;
    color: #313131;
    margin: 0 0 35px;
    font-family: 'Lato', sans-serif; }
    .b h2::before {
      content: "";
      background: #0d5cab;
      height: 4px;
      width: 80px;
      margin: 0 auto 15px;
      display: block; }
  .b p {
    font-size: 15px;
    line-height: 1.8em;
    margin: 0; }

.c {
  padding: 0px;
  background: #e0e8f1;
  position: relative;
  color: #3f3f3f;
  text-align: left;
  margin-top: 0px;
  overflow: hidden; }
  .c .container-fluid {
    padding: 0; }
  .c .right {
    position: relative;
    padding: 0;
    color: #fff; }
    .c .right .img-wrap {
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      background: #313131; }
    .c .right .row {
      position: relative;
      z-index: 5;
      margin: 0; }
    .c .right h2 {
      font-size: 43px;
      color: #fff;
      margin: 0 0 25px;
      font-weight: 900;
      line-height: 1em;
      text-transform: uppercase; }
      .c .right h2::before {
        content: "";
        width: 100px;
        height: 4px;
        background: #fff;
        display: block;
        margin: 65px 0 21px 0; }
    .c .right p {
      font-size: 18px;
      margin-bottom: 25px; }
    .c .right .wrap {
      padding-left: 90px; }
      .c .right .wrap a.btn-2 {
        margin-bottom: 50px; }
  .c .left {
    padding: 0; }
    .c .left .title {
      background: #0d5cab;
      padding: 70px 25px 25px 40px; }
      .c .left .title h2 {
        font-size: 33px;
        font-weight: 900;
        color: #fff;
        margin: 0 0 10px;
        text-transform: uppercase; }
      .c .left .title h4 {
        font-weight: 700;
        color: #fff;
        font-size: 13px;
        margin: 0; }
    .c .left .info {
      padding: 40px 40px 40px 0; }
      .c .left .info p {
        font-size: 15px;
        margin: 0; }
      .c .left .info a.btn-1 {
        margin-top: 40px; }

.d {
  padding: 0px;
  background: #e0e8f1;
  position: relative;
  color: #3f3f3f;
  text-align: left;
  margin-top: 0px;
  overflow: hidden; }
  .d .container-fluid {
    padding: 0; }
  .d .left {
    position: relative;
    padding: 0;
    color: #fff; }
    .d .left .img-wrap {
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      background: #313131; }
    .d .left .row {
      position: relative;
      z-index: 5;
      margin: 0; }
    .d .left h2 {
      font-size: 43px;
      color: #fff;
      margin: 0 0 25px;
      font-weight: 900;
      line-height: 1em;
      text-transform: uppercase; }
      .d .left h2::before {
        content: "";
        width: 100px;
        height: 4px;
        background: #fff;
        display: block;
        margin: 65px 0 21px 0; }
    .d .left p {
      font-size: 18px;
      margin-bottom: 25px; }
    .d .left .wrap {
      padding-left: 90px; }
      .d .left .wrap a.btn-2 {
        margin-bottom: 50px; }
  .d .right {
    padding: 0; }
    .d .right .title {
      background: #0d5cab;
      padding: 70px 25px 25px 40px; }
      .d .right .title h2 {
        font-size: 33px;
        font-weight: 900;
        color: #fff;
        margin: 0 0 10px;
        text-transform: uppercase; }
      .d .right .title h4 {
        font-weight: 700;
        color: #fff;
        font-size: 13px;
        margin: 0; }
    .d .right .info {
      padding: 40px 40px 40px 40px; }
      .d .right .info p {
        font-size: 15px;
        margin: 0; }
      .d .right .info a.btn-1 {
        margin-top: 40px; }

.e {
  background: #0d5cab;
  padding: 0;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  .e .left {
    padding: 65px 0; }
  .e .container-fluid {
    padding: 0; }
  .e h2 {
    font-size: 31px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase; }
    .e h2::before {
      content: "";
      width: 100px;
      height: 4px;
      background: #fff;
      display: block;
      margin: 0px auto 21px; }
    .e h2 span {
      text-transform: none;
      margin-left: 5px; }
  .e p {
    width: 50%;
    margin: 0 auto; }
  .e .img-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: #313131; }
    .e .img-wrap img {
      width: 100%;
      height: auto; }

.f {
  background: #313131 url("../images/bg-f.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  padding: 150px 0 130px; }
  .f h2 {
    font-size: 31px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px; }
    .f h2 span {
      color: #25afff; }
  .f h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase; }
    .f h3 a {
      margin: 0; }
  .f address, .f time {
    color: #fff;
    display: block;
    font-size: 13px; }
  .f p {
    font-size: 13px; }
  .f a {
    color: #fff;
    display: block;
    margin-top: 35px; }
  .f #events-slider .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 0 5px; }
    .f #events-slider .carousel-indicators li:active {
      width: 13px;
      height: 13px;
      margin: 0 6px; }

.g {
  padding: 80px 15px;
  background: #e0e8f1;
  text-align: center; }
  .g h2 {
    font-size: 31px;
    font-weight: 900;
    color: #313131;
    text-transform: uppercase;
    margin: 0 0 25px; }
  .g #testimonials-slider {
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    .g #testimonials-slider p {
      font-size: 15px;
      color: #313131;
      margin: 0; }
    .g #testimonials-slider cite {
      color: #0d5cab;
      display: block;
      font-size: 15px;
      font-weight: 900;
      font-style: normal; }
    .g #testimonials-slider a {
      font-weight: 900;
      font-size: 15px;
      color: #313131;
      display: block;
      text-transform: uppercase;
      margin: 25px 0 0; }
    .g #testimonials-slider .lines {
      display: block;
      position: relative;
      margin-bottom: 25px; }
      .g #testimonials-slider .lines::before, .g #testimonials-slider .lines::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #dcdcdc;
        display: block;
        position: absolute;
        z-index: 0;
        top: 50px; }
      .g #testimonials-slider .lines::after {
        background: #fff;
        top: 51px; }
    .g #testimonials-slider .img-wrap {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin: 0 auto;
      z-index: 3;
      box-shadow: 0 3px 5px rgba(100, 100, 100, 0.5); }
    .g #testimonials-slider .carousel-indicators {
      bottom: -55px; }
      .g #testimonials-slider .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin: 0 5px;
        border: none;
        background: #0d5cab; }
        .g #testimonials-slider .carousel-indicators li.active {
          background: #313131;
          width: 13px;
          height: 13px;
          margin: 0 6px; }

.i {
  padding: 10px 15px 40px;
  background-color: #e0e8f1;
  text-align: center; }
  .i .title {
    padding: 40px; }
    .i .title h2 {
      font-size: 33px;
      font-weight: 900;
      color: #000;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .i .title h3 {
      font-weight: 700;
      color: #000;
      font-size: 16px;
      margin: 0; }
  .i .link a.btn-1 {
    margin-top: 0; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .c .left .info {
    padding: 40px; }
  .c .right {
    min-height: auto !important; }
    .c .right .img-wrap img {
      width: 100%;
      height: auto; }
  .c .right .wrap {
    padding: 0 40px; }
  .d .left {
    min-height: 300px !important; }
    .d .left .img-wrap img {
      width: 100%;
      height: auto; }
  .e .left {
    padding: 65px 30px; }
  a.btn-plus {
    background: #fff;
    color: #0d5cab;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50%;
    z-index: 4;
    transition: 0.4s;
    bottom: -91px; }
  .f {
    padding: 50px 0 130px;
    text-align: center; }
  .f h2 {
    margin-top: 20px;
    margin-bottom: 25px; }
  .f #events-slider {
    text-align: center; }
    .f #events-slider .event-box a {
      margin-bottom: 45px; }
  .events-widget .carousel-indicators {
    left: 50%; } }

@media only screen and (max-width: 767px) {
  .c .left .info {
    padding: 40px; }
  .c .right {
    min-height: auto !important; }
    .c .right .img-wrap img {
      width: 100%;
      height: auto; }
  .c .right .wrap {
    padding: 0 40px; }
  .d .left {
    min-height: 300px !important; }
    .d .left .img-wrap img {
      width: 100%;
      height: auto; }
  .e .left {
    padding: 65px 30px; }
  a.btn-plus {
    background: #fff;
    color: #0d5cab;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50%;
    z-index: 4;
    transition: 0.4s;
    bottom: -91px; }
  .f {
    padding: 50px 0 130px;
    text-align: center; }
  .f h2 {
    margin-top: 20px;
    margin-bottom: 25px; }
  .f #events-slider {
    text-align: center; }
    .f #events-slider .event-box a {
      margin-bottom: 45px; }
  .events-widget .carousel-indicators {
    left: 50%; } }

@media only screen and (max-width: 480px) {
  .c .right {
    min-height: auto !important; }
    .c .right .img-wrap img {
      width: auto;
      height: 100%; }
  .d .left {
    min-height: 300px !important; }
    .d .left .img-wrap img {
      width: auto;
      height: 100%; }
  .e .img-wrap img {
    width: auto;
    height: 100%; } }
