@import url(bootstra.css);
@import url(font-awe.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------------------------------------------*/
s
.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

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

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

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

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

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

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

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

.mdf_one_moment_txt {
  display: none; }

.pagination {
  display: block; }
  .pagination .page-numbers {
    padding: 5px 10px;
    color: #fff;
    background: #2670a8;
    text-decoration: none;
    margin-right: 5px;
    transition: 0.4s;
    border-radius: 3px; }
    .pagination .page-numbers.dots {
      background: transparent;
      color: #053f7c; }
      .pagination .page-numbers.dots:hover {
        background: transparent; }
    .pagination .page-numbers.current {
      background: #0a2e5e; }
    .pagination .page-numbers:hover {
      text-decoration: none;
      background: #0a2e5e; }

#super_searchform input[type="submit"] {
  margin-top: 0px;
  padding: 0 20px;
  height: 35px;
  border-radius: 0 4px 4px 0; }

.mdf_search_form.mdf_widget_form table {
  width: 100% !important; }
.mdf_search_form.mdf_widget_form .mdf_input_container {
  text-align: left;
  float: left;
  width: 24% !important;
  margin-right: 1% !important; }
  .mdf_search_form.mdf_widget_form .mdf_input_container:last-child {
    margin-right: 0; }

.printfriendly {
  position: absolute;
  float: right;
  margin: 0;
  right: 0;
  top: -20px; }
  .printfriendly img {
    opacity: 0; }
  .printfriendly a {
    display: block; }
    .printfriendly a::before {
      content: "\f02f";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #053f7c;
      display: block;
      top: 0;
      right: 0;
      font-size: 30px; }
    .printfriendly a:hover::before {
      color: #053f7c !important; }

/*END Helper Classes-------------------------------------*/
@media only screen and (max-width: 767px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin: 0 auto 10px; } }
/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Poppins', sans-serif;
  background: #3095c4;
  background: -moz-linear-gradient(top, #3095c4 0%, #053f7d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3095c4), color-stop(100%, #053f7d));
  background: -webkit-linear-gradient(top, #3095c4 0%, #053f7d 100%);
  background: -o-linear-gradient(top, #3095c4 0%, #053f7d 100%);
  background: -ms-linear-gradient(top, #3095c4 0%, #053f7d 100%);
  background: linear-gradient(to bottom, #3095c4 0%, #053f7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3095c4', endColorstr='#053f7d', GradientType=0 );
  color: #fff;
  border-radius: 25px;
  color: #fff !important;
  line-height: 1em;
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  min-width: 170px;
  font-weight: 500;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    text-decoration: none !important; }
a.btn-2 {
  display: inline-block;
  background: #0a2e5e;
  border-radius: 5px;
  color: #fff !important;
  font-size: 12px;
  min-width: 105px;
  max-width: 100%;
  padding: 12px 28px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    text-decoration: none !important; }
a.btn-donate {
  font-family: 'Poppins', sans-serif;
  background: #053f7c;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 0.8em;
  max-width: 100%;
  min-width: 160px;
  letter-spacing: 0.5px;
  padding: 13px 10px 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-donate:hover, a.btn-donate:focus, a.btn-donate:active {
    text-decoration: none !important;
    background: #2670a8; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #fff;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999; }
  header.header .textwidget {
    display: inline-block; }
  header.header.fixed {
    position: fixed; }
    header.header.fixed .top-social {
      display: none; }
    header.header.fixed .navbar-default .navbar-brand img {
      max-width: 85%;
      margin-top: 5px; }
    header.header.fixed .navbar-default .navbar-brand {
      min-height: 100px;
      width: 11%;
      padding: 9px;
      padding: 1px 0 16px;
      top: -6px; }
    header.header.fixed #navigation ul li a, header.header.fixed #navigation ul li.open a {
      padding: 25px 5px 17px; }
    header.header.fixed .navigation {
      border-top: 6px solid #043371;
      border-bottom: 1px solid #e4e4e4; }

.logo {
  display: none; }

.top-social {
  background: transparent;
  padding-top: 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 6px solid #043371; }
  .top-social .container {
    padding: 0; }

.top-left {
  float: left;
  color: #4c5b72;
  padding-top: 10px; }
  .top-left ul.contact-header {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .top-left ul.contact-header li {
      display: inline-block;
      position: relative; }
      .top-left ul.contact-header li::after {
        content: "";
        background: #4c5b72;
        width: 2px;
        height: 15px;
        display: inline-block;
        margin: 0 10px;
        position: relative;
        top: 2px; }
      .top-left ul.contact-header li:last-child::after {
        content: none; }
      .top-left ul.contact-header li a {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        transition: 0.4s;
        color: #4c5b72; }
        .top-left ul.contact-header li a:hover {
          color: #053f7c; }
        .top-left ul.contact-header li a .fa {
          color: #4c5b72;
          margin-right: 10px; }

.top-right {
  float: right; }

ul.social {
  padding: 0px 0 0 0;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 8px;
    vertical-align: middle; }
    ul.social li a {
      border-radius: 50%;
      border: 3px solid #4c5b72;
      color: #4c5b72;
      display: block;
      height: 28px;
      line-height: 1.2em;
      position: relative;
      transition: 0.4s;
      vertical-align: middle;
      width: 28px; }
      ul.social li a i {
        font-size: 13px;
        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: #053f7c;
        border: 3px solid #053f7c; }

button.btn-search {
  background: #4c5b72;
  border-radius: 50%;
  border: none;
  display: inline-block;
  height: 39px;
  width: 39px; }
  button.btn-search .fa-search {
    color: #ffffff; }

.nav-right {
  width: 100%; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
section.navigation {
  position: relative;
  z-index: 9999;
  width: 100%; }
  section.navigation .container {
    position: relative;
    padding: 0; }

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

.navbar-default .navbar-brand {
  -webkit-transform: translate(-60%, 0);
  -moz-transform: translate(-60%, 0);
  -ms-transform: translate(-60%, 0);
  transform: translate(-60%, 0);
  background: url("bg-logo0.png") no-repeat;
  background-position: center center;
  background-size: 103%;
  border-radius: 0 0 10px 10px;
  border: none;
  height: auto;
  left: 50%;
  min-height: 170px;
  padding: 6px 0px 16px;
  position: absolute;
  top: -51px;
  width: 16%;
  z-index: 10; }
  .navbar-default .navbar-brand img {
    margin: 0 auto;
    max-width: 100%; }

#menu-left-menu {
  margin-right: 14%;
  width: 38%; }

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

#menu-right-menu {
  float: right;
  width: 41%; }

#navigation {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 0px; }
  #navigation ul {
    padding: 0;
    text-align: center; }
    #navigation ul li.active a, #navigation ul li.open.active a {
      font-family: 'Poppins', sans-serif;
      background: transparent;
      position: relative;
      color: #103a71;
      font-weight: 500;
      padding: 20px 5px 17px; }
      #navigation ul li.active a::after, #navigation ul li.open.active a::after {
        content: "";
        background: #2670a8;
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        height: 6px; }
    #navigation ul li.active ul, #navigation ul li.open.active ul {
      background: #fff; }
      #navigation ul li.active ul li, #navigation ul li.open.active ul li {
        width: 100%; }
        #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
          text-transform: uppercase;
          color: #838186;
          background: #ffffff;
          font-weight: 500; }
          #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
            background: #053f7c;
            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 !important; }
    #navigation ul li a, #navigation ul li.open a {
      font-family: 'Poppins', sans-serif;
      color: #838186 !important;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.005em;
      line-height: 1em;
      text-transform: uppercase;
      transition: 0.4s;
      white-space: normal;
      padding: 20px 7px 17px;
      width: 100%;
      min-width: 90px; }
      #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li.open a:hover, #navigation ul li.open a:focus, #navigation ul li.open a:active {
        background: transparent;
        transition: 0.4s; }
        #navigation ul li a:hover::after, #navigation ul li a:focus::after, #navigation ul li a:active::after, #navigation ul li.open a:hover::after, #navigation ul li.open a:focus::after, #navigation ul li.open a:active::after {
          content: "";
          background: #2670a8;
          position: absolute;
          left: 0;
          right: 0;
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          bottom: 0;
          height: 6px; }
    #navigation ul li ul, #navigation ul li.open ul {
      text-align: left;
      min-height: 0;
      border: none;
      padding: 0;
      background: #fff; }
      #navigation ul li ul li, #navigation ul li.open ul li {
        display: block;
        width: 100%; }
        #navigation ul li ul li::after, #navigation ul li.open ul li::after {
          content: none; }
        #navigation ul li ul li a, #navigation ul li.open ul li a {
          border-top: 1px solid rgba(0, 0, 0, 0.75);
          padding: 10px 15px !important;
          font-size: 14px;
          color: #838186;
          border: none; }
          #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 !important; }
          #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: #053f7c;
            color: #fff !important; }
        #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
          border-top: none; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  box-shadow: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (max-width: 1700px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-default .navbar-brand {
    transform: translate(-60%, 0px);
    width: 20%; }

  #navigation ul li ul li a, #navigation ul li.open ul li a {
    height: auto; }

  header.header.fixed #navigation ul li a, header.header.fixed #navigation ul li.open a {
    padding: 15px 5px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.header.fixed .navbar-default .navbar-brand {
    width: 16%;
    padding: 6px 0 16px; }

  a.btn-donate {
    min-width: 120px; }

  .nav-right {
    width: 100%; }

  header.header .navbar-default .navbar-brand {
    background-size: 109%;
    min-height: 162px;
    transform: translate(-40%, -5%);
    width: 21%; }

  header.header .navbar-default .navbar-brand img {
    margin: 30px auto;
    max-width: 85%; }

  .navbar-default .navbar-brand img {
    margin: 10px auto;
    max-width: 83%; }

  #navigation ul li a, #navigation ul li.open a {
    font-size: 12px;
    padding: 15px 5px; }

  header.header.fixed #navigation ul li a, header.header.fixed #navigation ul li.open a {
    padding: 15px 5px; }

  #navigation ul li ul li a, #navigation ul li.open ul li a {
    height: auto;
    font-size: 12px; }

  #menu-right-menu a.last {
    font-size: 17px; }

  #menu-right-menu {
    float: right;
    width: 38%; } }
@media only screen and (max-width: 767px) {
  header.header.fixed #navigation ul li a, header.header.fixed #navigation ul li.open a {
    padding: 15px 5px; }

  header.header .textwidget {
    display: block; }

  #navigation {
    background: #f8c34e; }

  .navbar-header {
    background: transparent; }

  .logo {
    float: left;
    display: block;
    position: absolute;
    left: 5px;
    top: -100px; }
    .logo img {
      width: 100px;
      max-width: 100%; }

  .dropdown-menu {
    position: relative; }

  .navbar-default .navbar-brand {
    display: none; }

  #menu-left-menu {
    margin-right: 0; }

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

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

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

  .navbar-default .navbar-toggle {
    border-radius: 10px;
    border: 2px solid #053f7c !important;
    border-color: #053f7c; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #0a2e5e;
      border-color: #0a2e5e; }
      .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: #053f7c; }

  .navbar-nav {
    margin: 0; }

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

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #053f7c; }

  #navigation ul li, #navigation ul li.open {
    width: 100%; }

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

  #navigation ul li a, #navigation ul li.open a {
    padding: 15px 5px;
    font-size: 16px; }

  #navigation ul li ul li a, #navigation ul li.open ul li a {
    font-size: 14px; }

  #navigation ul li ul li.active a, #navigation ul li.open ul li.active a {
    color: #fff;
    font-weight: 700; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    background: transparent;
    border-radius: 8px !important;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: block;
    left: auto;
    margin-top: 5px;
    padding: 7px 11px 7px 11px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1; }
    #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: #053f7c;
      color: #fff; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff !important; }

  #navigation ul {
    background: #053f7c; }
    #navigation ul li ul {
      max-height: unset;
      background: #f6b21d;
      text-align: center; }
      #navigation ul li ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        #navigation ul li ul li ul {
          background: #0758ad; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px;
    left: 0; }

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

  #navigation ul li.active a::after, #navigation ul li.open.active a::after {
    height: 0; }

  #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: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #053f7c;
    color: #053f7c;
    padding: 5px 13px 6px 12px;
    border: 1px solid #fff; }
    #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: #053f7c;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #053f7c;
    color: #053f7c;
    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: #053f7c;
      color: #fff; }

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

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

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

  .top-left {
    width: 100%;
    text-align: center; }

  .top-social .container {
    padding: 0; }

  #menu-right-menu a.last::after {
    content: none; }

  .top-right {
    width: 100%;
    text-align: center; }

  .top-left {
    width: 100%; }
    .top-left ul.contact-header {
      width: 100%; }

  header .top-social {
    width: 70%;
    margin-left: 30%; }

  header.fixed .logo {
      width: auto !important;
      top: 0 !important;
      height: 50px !important; }
    header.fixed .logo img {
      max-height: 50px;
      width: auto; }

  #navigation {
    height: 380px;
    overflow-x: scroll; } }
@media only screen and (max-width: 480px) {
  .logo {
    width: 28%;
    top: -70px; }

  .top-left {
    display: none; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
.search-top {
  background: #fff;
  padding: 15px 0; }
  .search-top div.search {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    padding: 0px;
    text-align: right;
    position: relative; }
    .search-top div.search .screen-reader-text {
      display: none; }
    .search-top div.search .fa-search {
      color: #fff;
      cursor: pointer;
      margin-right: 10px;
      margin-left: 10px;
      font-size: 15px; }
      .search-top div.search .fa-search:hover {
        text-decoration: none;
        color: #053f7c; }
    .search-top div.search .fa-times {
      margin-right: 10px;
      color: #053f7c;
      cursor: pointer;
      opacity: 0.5;
      transition: 0.3s;
      font-size: 14px; }
      .search-top div.search .fa-times:hover {
        text-decoration: none;
        opacity: 1; }
    .search-top div.search #searchsubmit {
      background: #053f7c;
      border-radius: 0 6px 6px 0;
      border: 1px solid #053f7c;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      height: 35px;
      margin-left: -4px;
      padding: 2.5px 15px;
      text-transform: uppercase;
      transition: 0.4s;
      vertical-align: middle; }
      .search-top div.search #searchsubmit:hover {
        background: #053f7c;
        color: #ffffff; }
    .search-top div.search #s {
      height: 35px;
      border: solid 2px #053f7c;
      border-radius: 6px 0 0 6px;
      border-right: none;
      background: transparent;
      color: #838186;
      padding: 0 0 0 4px;
      box-sizing: border-box;
      font-size: 14px;
      vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .search {
    margin-left: 0;
    margin-bottom: 10px; }
    .search #searchform.show {
      margin-top: 10px; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------
.translate{
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin:0 20px;
  h3{
    display: none;
  }
  .skiptranslate{
    font-size: 0;
    line-height: 0;
    .goog-te-combo{
      font-size: 14px;
      line-height: 1em;
      color:$text; 
      margin-top: -7px;   
    }
    span{
      display: none;
    }
  }
  ul{
    padding: 0;
    li{
      display: inline-block;
      a{
        &::before{
          content:none;
        }
      }
    }
  }
  #flags{
    display: none;
  }
}
/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*

#glt-translate-trigger {
  background: $principal;
    background: -webkit-linear-gradient($principal, transparentize($principal,0.8)); 
    background: -o-linear-gradient($principal, transparentize($principal,0.8)); 
    background: -moz-linear-gradient($principal, transparentize($principal,0.8)); 
    background: linear-gradient($principal, transparentize($principal,0.8)); 
    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; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #2670a8;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #f8c34e;
    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: #f8c34e;
    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: #f8c34e;
    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: #e69303;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slotholder .tp-bgimg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("slider-o.png");
    background-size: 100% 100%;
    z-index: 1000; }
  .slider-widget .slider-a .tparrows {
    background: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 75px;
    height: 75px;
    padding: 14px 0; }
    .slider-widget .slider-a .tparrows::before {
      font-size: 37px; }
  .slider-widget .slider-a img {
    max-width: 100%; }
  .slider-widget .caption-a {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 1000px; }
    .slider-widget .caption-a h2 {
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      line-height: 1em;
      padding: 0 45px;
      margin: 0;
      text-transform: uppercase;
      margin: 0 auto;
      display: block;
      position: relative; }
      .slider-widget .caption-a h2 span {
        color: #f8c34e;
        display: inline-block; }
      .slider-widget .caption-a h2::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 24px;
        right: -15px;
        background: #fff;
        height: 5px;
        width: 55px; }
      .slider-widget .caption-a h2::before {
        content: "";
        position: absolute;
        display: inline-block;
        background: #fff;
        top: 24px;
        left: -15px;
        height: 5px;
        width: 55px; }
    .slider-widget .caption-a h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      position: relative;
      margin-bottom: 0; }
    .slider-widget .caption-a p {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      margin-top: 5px;
      font-size: 32px;
      line-height: 1.3em;
      color: #fff; }
    .slider-widget .caption-a a {
      margin-top: 20px !important; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .caption-a h3 {
    font-size: 26px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a h2 {
    font-size: 35px !important;
    line-height: 1em !important; }
    .slider-widget .caption-a h2::after {
      content: none; }
    .slider-widget .caption-a h2::before {
      content: none; }
    .slider-widget .caption-a h2 span {
      font-size: 35px !important;
      line-height: 1em !important; }
  .slider-widget .caption-a p, .slider-widget .caption-a em {
    font-size: 26px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a a.btn-1 {
    font-size: 14px !important;
    padding: 18px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h3 {
    font-size: 24px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a h2 {
    font-size: 35px !important;
    line-height: 1em !important; }
    .slider-widget .caption-a h2::after {
      content: none; }
    .slider-widget .caption-a h2::before {
      content: none; }
    .slider-widget .caption-a h2 span {
      font-size: 35px !important;
      line-height: 1em !important; }
  .slider-widget .caption-a p, .slider-widget .caption-a em {
    font-size: 24px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a a.btn-1 {
    font-size: 14px !important;
    padding: 18px !important; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h3 {
    font-size: 24px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a h2 {
    font-size: 35px !important;
    line-height: 1em !important; }
    .slider-widget .caption-a h2::after {
      content: none; }
    .slider-widget .caption-a h2::before {
      content: none; }
    .slider-widget .caption-a h2 span {
      font-size: 35px !important;
      line-height: 1em !important; }
  .slider-widget .caption-a p, .slider-widget .caption-a em {
    font-size: 24px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a a.btn-1 {
    font-size: 14px !important;
    padding: 18px !important; } }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h3 {
    font-size: 18px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a h2 {
    font-size: 25px !important;
    line-height: 1em !important; }
    .slider-widget .caption-a h2::after {
      content: none; }
    .slider-widget .caption-a h2::before {
      content: none; }
    .slider-widget .caption-a h2 span {
      font-size: 25px !important;
      line-height: 1em !important; }
  .slider-widget .caption-a p, .slider-widget .caption-a em {
    font-size: 18px !important;
    line-height: 1em !important; }
  .slider-widget .caption-a a.btn-1 {
    font-size: 13px !important;
    padding: 18px !important; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget h2 {
  font-size: 30px;
  font-weight: 700;
  color: #838186;
  text-transform: uppercase;
  text-align: left; }
.news-widget .col-md-2 {
  padding: 0; }
.news-widget a .single-news {
  margin-bottom: 15px; }
  .news-widget a .single-news:hover {
    background: #053f7c; }
    .news-widget a .single-news:hover time {
      color: #fff; }
    .news-widget a .single-news:hover h3 {
      color: #fff; }
    .news-widget a .single-news:hover p {
      color: #fff; }
.news-widget .img-wrap {
  height: 80px;
  width: 80px; }
.news-widget .info-wrap {
  background: transparent;
  border-top: none;
  padding: 0px 5px;
  text-align: center;
  margin-bottom: 0;
  text-align: left;
  color: #838186; }
  .news-widget .info-wrap time {
    display: block;
    color: #053f7c;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px; }
  .news-widget .info-wrap h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0; }
  .news-widget .info-wrap p {
    font-size: 0.8571rem;
    margin-bottom: 0px;
    padding: 0; }

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

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

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

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  padding: 0px 25px;
  background: url("http://starlegacyfoundation.elevadev.org/wp-content/themes/slf/images/bg-events.jpg") no-repeat;
  background-size: cover; }
  .events-widget #events-slider .carousel-indicators {
    bottom: -80px;
    left: 10%; }
    .events-widget #events-slider .carousel-indicators li {
      border-radius: 50%;
      border: none;
      background: transparent;
      border: 3px solid #053f7c;
      margin: 0 3px;
      position: relative;
      height: 18px;
      width: 18px;
      padding: 0; }
      .events-widget #events-slider .carousel-indicators li::before {
        content: " ";
        background: transparent;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%; }
      .events-widget #events-slider .carousel-indicators li.active {
        height: 18px;
        width: 18px;
        margin: 0 3px; }
        .events-widget #events-slider .carousel-indicators li.active::before {
          background: #053f7c; }
  .events-widget .day, .events-widget .date {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 900; }
  .events-widget .day, .events-widget .month {
    background: #053f7c;
    color: #fff;
    line-height: 1em;
    margin-top: 0px;
    padding: 10px 0;
    width: 80%;
    margin-left: 20%; }
  .events-widget .date {
    margin-bottom: 0px;
    background: #2670a8;
    line-height: 1em;
    padding: 10px 0;
    width: 80%;
    margin-left: 20%; }
    .events-widget .date::before {
      content: none;
      border-bottom: dotted 2px #fff;
      width: 50%;
      margin-left: 25%;
      margin-right: 25%;
      display: block; }
  .events-widget .date, .events-widget .date a {
    font-size: 30px;
    background: #2670a8;
    color: #fff;
    cursor: pointer;
    line-height: 22px; }
    .events-widget .date:hover, .events-widget .date a:hover {
      background: #0a2e5e;
      text-decoration: none; }
  .events-widget h3 {
    font-size: 1.143rem;
    margin: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900; }
    .events-widget h3 a {
      color: #fff; }
  .events-widget time, .events-widget address {
    font-size: 0.8571rem;
    color: #fff;
    margin-bottom: 0;
    font-weight: 900; }
    .events-widget time span, .events-widget address span {
      color: #f8c34e; }
    .events-widget time strong, .events-widget address strong {
      color: #053f7c;
      font-weight: unset;
      font-family: 'Poppins', sans-serif; }
  .events-widget a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    display: block;
    margin: 0 0 25px;
    text-transform: uppercase; }
  .events-widget hr {
    border-color: #d6d6d6;
    margin: 15px 0 10px; }
  .events-widget .col-md-4 {
    padding: 0 6%; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700; }
  #tribe-events h2 a {
    color: #000000; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #000000; }
  #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: #f8c34e;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #e69303; }
#tribe-events .tribe-events-calendar thead th {
  background: #053f7c;
  border-color: #053f7c; }
#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: #053f7c;
  float: none; }
#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: #053f7c; }
#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: #f8c34e; }
#tribe-events .tribe-events-sub-nav a {
  color: #fff;
  font-weight: 300; }
#tribe-events .tribe-events-single a {
  color: #053f7c; }
#tribe-events .tribe-events-cal-links a {
  color: #fff; }

.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: #053f7c;
  border: none;
  padding: 10px 30px; }

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

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-widget .date, .events-widget .day {
    height: auto !important;
    line-height: 1.5em !important; }

  .d .events-widget .box {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .events-widget .date, .events-widget .day {
    height: auto !important;
    line-height: 1.5em !important; }

  .events-widget {
    padding: 60px 25px 0; } }
@media only screen and (max-width: 480px) {
  .events-widget {
    padding: 60px 0 0; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  color: #fff;
  font-weight: 700;
  margin-top: 15px; }
  .sign-up-widget .content-signup .content-select {
    width: 90%;
    height: 34px;
    overflow: hidden;
    background: url("http://starlegacyfoundation.elevadev.org/wp-content/themes/slf/images/new_arrow.png") no-repeat right;
    background-size: 10% auto; }
  .sign-up-widget .content-signup select {
    font-weight: 400;
    background: transparent;
    width: 100%;
    padding: 5px 15% 5px 0;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .sign-up-widget .content-signup select option {
      background: #000;
      color: #fff; }
  .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 .gform_wrapper {
    width: 100%;
    font-weight: 700;
    margin: 25px 0 0 0 !important;
    display: none; }
    .sign-up-widget .gform_wrapper#gform_wrapper_3 .gform_footer .gform_button {
      background: #f8c34e; }
      .sign-up-widget .gform_wrapper#gform_wrapper_3 .gform_footer .gform_button:hover {
        background: #e69303; }
    .sign-up-widget .gform_wrapper#gform_wrapper_4 .gform_footer .gform_button {
      background: #053f7c; }
      .sign-up-widget .gform_wrapper#gform_wrapper_4 .gform_footer .gform_button:hover {
        background: #0a2e5e; }
    .sign-up-widget .gform_wrapper#gform_wrapper_5 .gform_footer .gform_button {
      background: #000000; }
      .sign-up-widget .gform_wrapper#gform_wrapper_5 .gform_footer .gform_button:hover {
        background: #838186; }
    .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;
        margin: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: rgba(0, 0, 0, 0.5);
              border-radius: 0px;
              border: none;
              height: 35px;
              width: 100%;
              color: #fff;
              padding: 0 10px;
              font-size: 12px;
              border: none; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 39%;
      display: inline-block;
      text-align: right;
      margin: 0;
      padding: 0;
      margin-left: -4px; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #f8c34e;
        height: 35px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff;
        transition: 0.4s;
        font-size: 12px;
        font-weight: 700; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #e69303;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (max-width: 767px) {
  .sign-up-widget .content-signup .content-select {
    background-size: 34px; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget .content-signup .content-select {
    background-size: 28px; } }
/*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: #053f7c;
        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: #053f7c; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #053f7c;
    background: -webkit-linear-gradient(90deg, #053f7c 50%, #fed268 50%);
    background: -o-linear-gradient(90deg, #053f7c 50%, #fed268 50%);
    background: -moz-linear-gradient(90deg, #053f7c 50%, #fed268 50%);
    background: linear-gradient(90deg, #053f7c 50%, #fed268 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: #053f7c;
    background: -webkit-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: -o-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: -moz-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #053f7c;
    background: -webkit-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: -o-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: -moz-linear-gradient(180deg, #053f7c 50%, #fed268 50%);
    background: linear-gradient(180deg, #053f7c 50%, #fed268 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("http://starlegacyfoundation.elevadev.org/wp-content/themes/slf/images/bg-testimonials.jpg") repeat;
  padding: 0px 25px 10px;
  text-align: center; }
  .testimonial-widget .testimonial_rotator_slide_title {
    display: none; }
  .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img {
    position: relative;
    overflow: hidden;
    z-index: 3px;
    height: 125px;
    width: 125px;
    background: #ccc;
    border-radius: 50%;
    margin: 50px auto 50px;
    border: 3px solid #fff;
    float: none; }
    .testimonial-widget .testimonial_rotator .has-image .testimonial_rotator_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 150%;
      min-width: 100%; }
  .testimonial-widget .testimonial_rotator_quote {
    font-size: 1.071rem;
    color: #fff;
    padding: 0 7%; }
  .testimonial-widget .testimonial_rotator_author_info {
    color: #fff;
    margin-top: 45px;
    font-family: lato-eb;
    border: none !important; }
    .testimonial-widget .testimonial_rotator_author_info span {
      display: block;
      text-transform: uppercase; }
  .testimonial-widget .testimonial_rotator .has-image .text, .testimonial-widget .testimonial_rotator_single.has-image .text {
    width: 100%;
    float: none; }

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

@media only screen and (max-width: 767px) {
  .sponsor-widget img {
    max-width: 30%;
    margin: 20px 1%; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget img {
    max-width: 47%;
    margin: 10px 1%; } }
/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: #0a2e5e; }
  footer.footer .top {
    font-family: 'Poppins', sans-serif;
    background: #0a2e5e;
    font-size: 1.071rem;
    font-weight: 500;
    padding: 20px 0px;
    text-align: center; }
    footer.footer .top ul {
      padding: 0px 0 0 0;
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle; }
      footer.footer .top ul li {
        display: inline-block;
        line-height: 1.2em;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 8px;
        vertical-align: middle; }
        footer.footer .top ul li a {
          vertical-align: middle;
          color: #fff;
          line-height: 1.2em;
          transition: 0.4s;
          display: block;
          position: relative; }
          footer.footer .top ul li a:hover {
            color: #fff;
            transition: 0.4s !important;
            text-decoration: none; }
            footer.footer .top ul li a:hover::after {
              content: "";
              background: #f8c34e;
              display: block;
              position: absolute;
              height: 2px;
              width: 60%;
              bottom: -5px;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto; }
  footer.footer .bottom {
    font-family: 'Lato', sans-serif;
    font-size: 0.8571rem;
    padding: 15px 0 5px;
    background: #053f7c; }
    footer.footer .bottom p {
      color: #ffffff;
      margin: 0; }
    footer.footer .bottom .copy-r {
      float: left;
      margin-right: 15px;
      padding-top: 10px;
      font-weight: 400;
      position: relative; }
      footer.footer .bottom .copy-r::after {
        content: "";
        background: #ffffff;
        display: inline-block;
        width: 2px;
        height: 13px;
        position: absolute;
        right: -10px;
        bottom: 4px; }
      footer.footer .bottom .copy-r p span {
        color: #f8c34e;
        font-weight: 700; }
    footer.footer .bottom .elevation {
      float: left;
      padding-top: 10px; }
      footer.footer .bottom .elevation a {
        font-weight: 400;
        color: #ffffff; }
        footer.footer .bottom .elevation a span {
          font-weight: 700;
          color: #3cb0eb; }
    footer.footer .bottom ul.social {
      padding: 0px 0 0 0;
      font-size: 1rem;
      float: right; }
      footer.footer .bottom ul.social li {
        display: inline-block;
        line-height: 1em;
        margin-left: 2px;
        margin-top: 0px;
        vertical-align: top; }
        footer.footer .bottom ul.social li a {
          vertical-align: middle;
          color: #ffffff;
          line-height: 1.2em;
          transition: 0.4s;
          display: block;
          border: 3px solid #ffffff;
          border-radius: 50%;
          width: 32px;
          height: 32px;
          position: relative; }
          footer.footer .bottom ul.social li a i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          footer.footer .bottom ul.social li a:hover {
            color: #fff;
            background: #838186; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .middle .right {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  footer.footer .bottom .copy-r::after {
    content: none; }

  footer.footer .bottom ul.social {
    padding: 10px 0 0 0;
    float: left; }

  footer.footer .bottom .copy-r {
    float: none;
    padding: 0; }

  footer.footer .bottom .elevation {
    float: none; } }
@media only screen and (max-width: 480px) {
  footer.footer .top ul li {
    display: block;
    text-align: center; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: none;
  text-transform: capitalize; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 500;
      font-size: 0.9rem;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      color: #d0282f; }
    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.8rem;
        color: #838186; }
    ul.breadcrumbs li a {
      color: #838186;
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #053f7c; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
.page-id-2483 .stories {
  display: none; }

.page-id-1926 .interior-top h1 span {
  color: #f8c34e !important; }
.page-id-1926 .interior-top h1 .first-word {
  color: #fff !important; }

/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #838186;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 400px; }
  .interior-top::after {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#54000000',GradientType=0 );
    /* IE6-9 */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1; }
  .interior-top h1 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    padding: 170px 0px;
    margin: 0;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 4; }
    .interior-top h1 .first-word {
      color: #f8c34e;
      display: inline-block; }
    .interior-top h1::after {
      content: "";
      position: relative;
      display: inline-block;
      top: -15px;
      right: -15px;
      background: #fff;
      height: 5px;
      width: 55px; }
    .interior-top h1::before {
      content: "";
      position: relative;
      display: inline-block;
      background: #fff;
      top: -15px;
      left: -15px;
      height: 5px;
      width: 55px; }
  .interior-top img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }

/*.under-interior-top img{
  position: absolute;
  width: 100%;
}*/
/*END Interior Top (BANNER)------------------------------------------*/
.post-type-archive-our_stars #super_searchform {
  margin-bottom: 30px; }

.interior {
  color: #838186;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  background: url("bg-star0.png") no-repeat;
  background-position: 160% -15%;
  background-size: 50%; }
  .interior .content-left {
    padding-right: 5%; }
  .interior .container {
    background: transparent;
    margin-top: 0;
    padding: 40px 15px 75px; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #838186;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700; }
    .interior h1 a, .interior h2 a, .interior h3 a, .interior h4 a {
      color: #838186; }
  .interior h5, .interior h6 {
    color: #838186;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .interior h1 {
    font-size: 4.3rem; }
  .interior h2 {
    font-size: 2.5rem; }
  .interior h3 {
    font-size: 1.643rem; }
  .interior h4 {
    font-size: 1.429rem; }
  .interior h5 {
    font-size: 1.214rem; }
  .interior h6 {
    font-size: 1rem; }
  .interior hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #838186; }
  .interior strong {
    color: #838186;
    margin-bottom: 1.5em; }
  .interior p {
    color: #838186;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 1.5em; }
  .interior blockquote {
    font-family: 'Poppins', sans-serif;
    background: #f4f4f4;
    border-color: #053f7c;
    color: #838186;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    width: 80%; }
    .interior blockquote h3, .interior blockquote h2, .interior blockquote h4, .interior blockquote h5 {
      font-size: 100%;
      text-transform: none; }
      .interior blockquote h3 small, .interior blockquote h2 small, .interior blockquote h4 small, .interior blockquote h5 small {
        text-transform: none; }
  .interior a {
    font-family: 'Poppins', sans-serif;
    color: #838186;
    text-decoration: underline;
    transition: 0.3s; }
    .interior a:hover {
      text-decoration: none; }
  .interior ul.list {
    padding: 0px;
    color: #838186; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #838186;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        border: 5px solid #053f7c;
        margin-right: 10px;
        border-radius: 50%;
        position: relative;
        display: inline-block; }
      .interior ul.list li span {
        display: inline-block !important; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 25px; }
          .interior ul.list li ul li::before {
            border: 5px solid #f8c34e;
            margin-right: 10px;
            border-radius: 50%; }
          .interior ul.list li ul li span {
            display: inline-block !important; }
  .interior ul.no-list {
    padding: 0px; }
    .interior ul.no-list li {
      padding: 0;
      list-style-type: none; }
  .interior .table-responsive .table tr {
    text-align: center;
    border-bottom: 5px solid #fff; }
    .interior .table-responsive .table tr th {
      padding: 15px 10px;
      text-align: center;
      color: #fff;
      border: none;
      background: #05407c; }
      .interior .table-responsive .table tr th:hover {
        background: #2670a8;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#2670a8, #0a2e5e 50%);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#2670a8, #0a2e5e 50%);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#2670a8, #0a2e5e 50%);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(#2670a8, #0a2e5e 50%);
        /* Standard syntax (must be last) */ }
    .interior .table-responsive .table tr td {
      padding: 15px 10px; }
    .interior .table-responsive .table tr:nth-child(even) td {
      background: #f8c34e;
      border: none;
      color: #fff; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      background: #0082be;
      border: none;
      color: #fff; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #838186;
    border-radius: 4px; }
  .interior textarea {
    height: 100px;
    resize: none; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #053f7c;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    display: block;
    padding: 12.5px 40px;
    margin-top: 25px;
    border: none;
    text-transform: uppercase;
    height: auto;
    border-radius: 0px; }
    .interior input[type="submit"]:hover {
      background: #0a2e5e;
      text-decoration: none; }
  .interior label {
    color: #838186; }
  .interior button {
    background: #053f7c;
    color: #fff;
    font-size: 1.3rem;
    padding: 0px 25px;
    border: none;
    transition: 0.3s;
    height: 35px; }
    .interior button:hover {
      background: #0a2e5e;
      color: #fff; }

.widget_neoncrm_events h2 {
  color: #838186;
  font-size: 32px;
  display: block;
  padding: 20px 20px 5px;
  text-transform: uppercase;
  margin: 0; }
.widget_neoncrm_events .neoncrm-event {
  padding: 10px 20px; }
.widget_neoncrm_events p {
  margin-bottom: 2px; }
.widget_neoncrm_events .neoncrm-event-links a {
  color: #838186;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600; }
  .widget_neoncrm_events .neoncrm-event-links a::before {
    content: "";
    background: #838186;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    left: 0;
    transition: 0.6s; }
  .widget_neoncrm_events .neoncrm-event-links a:hover {
    text-decoration: none; }
    .widget_neoncrm_events .neoncrm-event-links a:hover::before {
      width: 10%; }

.gform_confirmation_message {
  color: #838186;
  font-size: 1rem;
  font-weight: 700; }

.team .row {
  border-bottom: 2px solid #000;
  padding-bottom: 15px; }
.team .img-wrap {
  height: 190px;
  width: 190px;
  margin: 0 auto; }
.team .info-wrap br {
  display: none; }
.team .info-wrap p {
  display: none; }
.team .info-wrap h5 {
  border-bottom: 1px dashed #404040;
  color: #053f7c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0;
  padding-bottom: 10px;
  text-transform: capitalize;
  text-align: center; }
.team .info-wrap h6 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  margin: 5px 0;
  text-transform: capitalize; }

@media only screen and (max-width: 1700px) {
  .gform_confirmation_message {
    font-size: 1rem; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gform_confirmation_message {
    font-size: 0.8rem;
    width: 63%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gform_confirmation_message {
    font-size: 1rem;
    width: 63%; } }
@media only screen and (max-width: 767px) {
  .interior-top {
    min-height: inherit; }
    .interior-top h1 {
      font-size: 45px;
      max-width: 100%;
      padding: 60px 0px;
      width: 80%; }
    .interior-top img {
      min-height: unset;
      min-width: unset;
      max-width: unset;
      max-height: unset;
      height: 100%;
      width: auto; }

  .row-member .col-sm-4 {
    width: 300px;
    margin: 0 auto; }
  .row-member .info-wrap {
    margin-bottom: 25px; } }
@media only screen and (max-width: 480px) {
  .interior-top h2 {
    width: auto;
    max-width: 100%;
    padding: 50px 15px 50px; }

  .interior h1 {
    font-size: 2.5rem; }
  .interior h2 {
    font-size: 2rem; }
  .interior h3 {
    font-size: 1.8rem; }
  .interior h4 {
    font-size: 1.4rem; }
  .interior h5 {
    font-size: 1.2rem; }
  .interior h6 {
    font-size: 1rem; }

  .interior-top img {
    min-height: unset;
    min-width: unset;
    max-width: unset;
    max-height: unset;
    height: 100%;
    width: auto; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .screen-reader-text {
  display: none; }
.sidebar select {
  margin-bottom: 20px;
  margin-top: 20px; }
.sidebar #archives-dropdown-2 {
  width: 100%; }
.sidebar #cat {
  margin-top: 20px;
  width: 100%; }
.sidebar .inner-nav a {
  text-decoration: none; }
.sidebar .inner-nav ul {
  margin-bottom: 0;
  padding-left: 0; }
  .sidebar .inner-nav ul li {
    display: none;
    padding-left: 0px; }
    .sidebar .inner-nav ul li a {
      font-size: 1.786rem;
      padding-bottom: 25px;
      display: block;
      text-transform: uppercase;
      color: #101010;
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
    .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
      display: block;
      border: solid 1px #053f7c;
      padding: 30px;
      margin-bottom: 30px;
      background: #053f7c; }
      .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; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
          font-size: 1rem;
          font-style: initial;
          background: transparent;
          padding: 5px 15px;
          display: block;
          text-transform: capitalize;
          font-family: 'Lato', sans-serif;
          color: #101010; }
          .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: #fff;
            color: #053f7c;
            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: #101010;
              font-family: 'Lato', sans-serif; }
    .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; }

.interior .sidebar-a {
  padding: 30px 1px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 300px;
  background: #838186;
  color: #fff; }
  .interior .sidebar-a a {
    color: #fff;
    text-decoration: none; }
  .interior .sidebar-a.events-widget {
    color: #fff;
    text-align: left;
    font-family: 'Poppins', sans-serif; }
    .interior .sidebar-a.events-widget .col-md-4 {
      padding: 0 0% 0 4%; }
    .interior .sidebar-a.events-widget hr {
      border-style: solid none none;
      margin: 15px 15px 15px 0; }
    .interior .sidebar-a.events-widget .day, .interior .sidebar-a.events-widget .date {
      font-size: 20px; }
    .interior .sidebar-a.events-widget h3 {
      color: #fff;
      font-size: 28px;
      text-align: center;
      margin: 0 0 25px 0; }
    .interior .sidebar-a.events-widget h4, .interior .sidebar-a.events-widget h4 a {
      color: #fff;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      text-transform: none;
      margin: 0;
      font-weight: 700; }
      .interior .sidebar-a.events-widget h4 a:hover, .interior .sidebar-a.events-widget h4 a a:hover {
        text-decoration: underline; }
    .interior .sidebar-a.events-widget time span {
      display: block; }
    .interior .sidebar-a.events-widget a.btn-1 {
      width: 70%;
      margin: 15px 15%;
      font-weight: 900; }

.sidebar-b {
  background: #f8c34e;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fed268, #e69303);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fed268, #e69303);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fed268, #e69303);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fed268, #e69303);
  /* Standard syntax (must be last) */
  padding: 30px;
  margin-top: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .sidebar-b img {
    margin-top: -55px; }
  .sidebar-b h3 {
    color: #fff;
    font-size: 35px; }
    .sidebar-b h3::after {
      content: " ";
      display: block;
      height: 1px;
      width: 100%;
      background: #fff;
      margin: 10px 0 25px; }
  .sidebar-b ul {
    padding-left: 0;
    text-align: left; }
    .sidebar-b ul li {
      list-style-type: none; }
      .sidebar-b ul li a {
        color: #fff;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        line-height: 1.75em; }
        .sidebar-b ul li a:hover {
          text-decoration: underline; }

.sidebar-c {
  background: #2670a8;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#2670a8, #0a2e5e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#2670a8, #0a2e5e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#2670a8, #0a2e5e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#2670a8, #0a2e5e);
  /* Standard syntax (must be last) */
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px; }
  .sidebar-c h3 {
    font-size: 35px;
    color: #fff; }
    .sidebar-c h3::after {
      content: " ";
      display: block;
      height: 1px;
      width: 100%;
      background: #fff;
      margin: 10px 0 25px; }
  .sidebar-c p {
    color: #fff;
    font-family: 'Poppins', sans-serif; }
  .sidebar-c a.btn-2 {
    color: #fff;
    text-decoration: none;
    font-size: 19px; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-left: 0;
    padding-top: 75px; } }
/*START Sigle Page----------------------------------*/
.single .featuredImg {
  margin: 10px 0; }
  .single .featuredImg img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto; }
.single .alignleft {
  float: left;
  margin: 0 15px 15px 0; }
.single .alignright {
  float: right;
  margin: 0 0 15px 15px; }
.single .aligncenter {
  display: block;
  margin: 0 auto; }
.single h2 {
  font-size: 2rem; }
.single h3 {
  font-size: 1.8rem;
  text-transform: none; }
.single h4 {
  font-size: 1.5rem;
  text-transform: none; }
.single h5 {
  font-size: 1.3rem;
  text-transform: none; }

#reply-title {
  text-transform: capitalize; }
  #reply-title small {
    margin-top: 20px; }

h3.count-coments {
  text-transform: none !important;
  color: #053f7c !important; }

#comments .comment-author {
  display: inline-block;
  margin-bottom: 25px; }
#comments .comment-meta {
  display: inline-block;
  float: right; }
#comments ol.comment-list {
  margin: 0;
  padding: 0;
  margin-left: 40px;
  list-style-type: none !important; }
  #comments ol.comment-list li {
    counter-increment: step-counter !important;
    margin-bottom: 25px;
    border-bottom: 1px dashed;
    padding-bottom: 20px; }
    #comments ol.comment-list li::before {
      content: counter(step-counter);
      background-color: #053f7c;
      border-radius: 3px;
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      float: left;
      margin-right: 15px;
      padding: 8px 15px; }
    #comments ol.comment-list li ol.children {
      margin-top: 20px; }
      #comments ol.comment-list li ol.children li {
        counter-increment: step-counter !important;
        margin-bottom: 25px;
        border-bottom: 1px dashed;
        padding-bottom: 20px; }
        #comments ol.comment-list li ol.children li::before {
          content: counter(step-counter);
          background-color: #f8c34e;
          border-radius: 3px;
          color: #fff;
          font-size: 17px;
          font-weight: 700;
          float: left;
          margin-right: 15px;
          padding: 8px 15px; }
#comments .reply a {
  background-color: #053f7c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none !important; }

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

hr.solid {
  border-style: solid; }

.pagination .page-numbers {
  border: 2px solid #053f7c;
  padding: 5px 10px;
  text-decoration: none;
  margin-right: 5px; }
  .pagination .page-numbers.current {
    background: #053f7c;
    color: #fff; }
  .pagination .page-numbers:hover {
    background: #053f7c;
    color: #fff; }

.navigation-post {
  color: transparent;
  font-size: 0;
  margin-top: 30px; }
  .navigation-post .arrow-left, .navigation-post .arrow-right, .navigation-post a {
    display: inline-block; }
  .navigation-post a[rel="prev"], .navigation-post a[rel="next"] {
    border: 2px solid #053f7c;
    padding: 5px 10px;
    color: transparent;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    position: relative; }
    .navigation-post a[rel="prev"]:hover, .navigation-post a[rel="next"]:hover {
      background: #053f7c; }
      .navigation-post a[rel="prev"]:hover::before, .navigation-post a[rel="next"]:hover::before {
        color: #fff; }
    .navigation-post a[rel="prev"]::before, .navigation-post a[rel="next"]::before {
      content: "\f061";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px;
      color: #053f7c;
      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%); }
  .navigation-post a[rel="next"]::before {
    content: "\f061"; }
  .navigation-post a[rel="prev"]::before {
    content: "\f060"; }
  .navigation-post a {
    border: 2px solid #053f7c;
    padding: 5px 10px;
    color: transparent;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    position: relative; }
    .navigation-post a:hover {
      background: #053f7c; }
      .navigation-post a:hover i.fa-bars {
        color: #fff; }
    .navigation-post a i.fa-bars {
      color: #053f7c;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 35px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

#commentform label {
  display: block; }

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

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #f8c34e; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    color: #053f7c; }
  .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 #ccc;
  padding: 10px 20px 10px;
  cursor: pointer;
  background: #dadada;
  margin-bottom: 0;
  color: #838186; }
  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: #eee; }

.accordion-content {
  padding-bottom: 10px;
  background: #dadada;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-top: none;
  color: #838186; }
  .accordion-content p, .accordion-content a, .accordion-content strong, .accordion-content small, .accordion-content time, .accordion-content address, .accordion-content span, .accordion-content ul.list, .accordion-content ul.list li {
    color: #838186; }

.panel-group .panel-heading:hover {
  background: #dadada; }

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

.custom-interior .img-wrap.circle {
  height: 225px;
  width: 225px;
  border-radius: 50%;
  position: relative; }
  .custom-interior .img-wrap.circle img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    left: 50%;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    z-index: 1; }

.stories {
  background: #053f7c url("http://starlegacyfoundation.elevadev.org/wp-content/themes/slf/images/bg-stories.png") no-repeat;
  padding: 90px 0; }
  .stories h2 {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px; }
  .stories .box-stories {
    padding: 20px; }
    .stories .box-stories .img-wrap {
      height: 165px;
      width: 165px;
      border-radius: 50%;
      margin: 0 auto;
      background: #fff; }
      .stories .box-stories .img-wrap img {
        max-width: 90% !important;
        min-width: inherit;
        max-height: 90%;
        height: auto;
        width: auto;
        min-height: inherit;
        margin: 0; }
    .stories .box-stories .info-wrap {
      font-family: 'Poppins', sans-serif;
      background: transparent;
      border-top: none;
      color: #fff;
      font-weight: 500;
      margin-bottom: 0;
      padding: 0px 5px;
      text-align: center; }
      .stories .box-stories .info-wrap p {
        font-size: 1rem;
        margin-bottom: 15px;
        padding: 0; }
      .stories .box-stories .info-wrap a.read-more {
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        color: #fff; }
        .stories .box-stories .info-wrap a.read-more::before {
          content: "";
          background: #ffffff;
          height: 1px;
          width: 100%;
          margin: 0 auto;
          display: block;
          position: absolute;
          bottom: -8px;
          text-transform: uppercase;
          left: 0;
          transition: 0.6s; }
        .stories .box-stories .info-wrap a.read-more:hover {
          text-decoration: none; }
          .stories .box-stories .info-wrap a.read-more:hover::before {
            width: 20%; }
  .stories #stories-slider {
    width: 100% !important; }
    .stories #stories-slider .item {
      text-align: center;
      font-size: 0; }
    .stories #stories-slider .col-ib-3 {
      width: 25%;
      display: inline-block; }
    .stories #stories-slider .carousel-control {
      width: 20px;
      opacity: 0; }
    .stories #stories-slider .carousel-indicators {
      display: none; }
    .stories #stories-slider .carousel-control {
      opacity: 1;
      height: 50px;
      top: -55px;
      width: 15px;
      color: #fff;
      text-shadow: none;
      margin-top: 10px; }
      .stories #stories-slider .carousel-control span {
        font-size: 25px;
        padding: 2px; }
      .stories #stories-slider .carousel-control.left {
        left: auto;
        right: 40px;
        background: transparent;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        border: 2px solid #fff; }
      .stories #stories-slider .carousel-control.right {
        background: transparent;
        right: 0;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        border: 2px solid #fff; }

/* OUR STARS template*/
.post-type-archive-our_stars .box-stars {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  text-align: center;
  width: 90%;
  margin: 0 auto 10px; }
  .post-type-archive-our_stars .box-stars .info-wrap {
    padding: 15px 10px 0; }
    .post-type-archive-our_stars .box-stars .info-wrap img {
      margin: 0 auto 20px;
      display: block;
      width: 30%; }
    .post-type-archive-our_stars .box-stars .info-wrap h5 {
      margin: 0; }
    .post-type-archive-our_stars .box-stars .info-wrap p {
      margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  #stories-slider .col-ib-3 {
    width: 100% !important; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #838186; }
  html a, body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home a.read-more {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600; }
  body.home a.read-more::before {
    content: "";
    background: #ffffff;
    height: 1px;
    width: 170px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -8px;
    text-transform: uppercase;
    left: 0;
    transition: 0.6s; }
  body.home a.read-more:hover {
    text-decoration: none; }
    body.home a.read-more:hover::before {
      width: 50%; }

/*END FrontPage-------------------------------------------*/
.post-type-archive-published_research .searchform {
  margin-bottom: 20px; }
.post-type-archive-published_research h4 {
  text-transform: none;
  margin-bottom: 0; }
.post-type-archive-published_research p {
  margin-bottom: 0; }
.post-type-archive-published_research hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #838186; }

div.yottie-widget-video-info {
  display: none !important; }

.b {
  background: url("bg-b0000.jpg") no-repeat;
  background-position: center -40px;
  position: relative;
  -webkit-box-shadow: 0px 3px 2px 0px #e5e5e5;
  -moz-box-shadow: 0px 3px 2px 0px #e5e5e5;
  box-shadow: 0px 3px 2px 0px #e5e5e5; }
  .b .b-left {
    padding: 60px 50px 100px 15px;
    position: relative;
    z-index: 3; }
    .b .b-left h2 {
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 47px;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase; }
      .b .b-left h2 span {
        color: #f8c34e;
        display: inline-block; }
    .b .b-left p {
      font-family: 'Poppins', sans-serif;
      color: #fff;
      line-height: 1.5rem;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 40px; }
    .b .b-left a.read-more {
      color: #fff;
      position: relative;
      font-weight: 600;
      text-decoration: none; }
      .b .b-left a.read-more::before {
        content: "";
        background: #ffffff;
        height: 1px;
        width: 125%;
        margin: 0 auto;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.6s; }
      .b .b-left a.read-more:hover {
        text-decoration: none; }
        .b .b-left a.read-more:hover::before {
          width: 50%; }
  .b .b-right {
    background: transparent;
    padding: 55px 0 0;
    position: relative; }
    .b .b-right .img-wrap {
      height: 270px !important;
      width: 90%;
      margin: 0;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17); }
      .b .b-right .img-wrap img {
        width: 100%; }
    .b .b-right .center {
      -webkit-transform: translate(-40px, -10%);
      -moz-transform: translate(-40px, -10%);
      -ms-transform: translate(-40px, -10%);
      transform: translate(-40px, -10%);
      left: 0;
      position: absolute;
      top: 50%;
      z-index: 4; }
      .b .b-right .center a.btn-video {
        background: transparent;
        border: transparent;
        padding: 0; }
        .b .b-right .center a.btn-video .fa-play {
          background: transparent;
          border-radius: 50%;
          border: 5px solid #fff;
          color: #ffffff;
          font-size: 30px;
          height: 70px;
          padding: 15px 23px;
          width: 70px;
          text-align: center;
          -webkit-box-shadow: 0px 0px 8px 0px #456b96;
          -moz-box-shadow: 0px 0px 8px 0px #456b96;
          box-shadow: 0px 0px 8px 0px #456b96; }
      .b .b-right .center img {
        opacity: 1;
        transition: 0.3s; }
        .b .b-right .center img:hover {
          opacity: 0.5; }
      .b .b-right .center.hide {
        display: none; }
    .b .b-right .video-home {
      background: transparent;
      height: 270px !important;
      width: 90%;
      left: 0px;
      opacity: 0;
      position: absolute;
      top: 55px;
      transition: 0.4s;
      visibility: hidden;
      z-index: 1; }
      .b .b-right .video-home.show-video {
        visibility: visible;
        opacity: 1;
        transition: 0.4s;
        z-index: 999; }
      .b .b-right .video-home i.fa-times {
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        right: 85px;
        visibility: hidden;
        top: 8px;
        z-index: 99; }
        .b .b-right .video-home i.fa-times:hover {
          color: white; }
      .b .b-right .video-home iframe, .b .b-right .video-home video {
        width: 100%;
        height: 100%;
        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%); }
      .b .b-right .video-home:hover i.fa-times {
        visibility: visible; }

.c {
  padding: 10px 0 0; }
  .c .box-c:hover .img-wrap, .c .box-c:focus .img-wrap, .c .box-c:active .img-wrap {
    box-shadow: none; }
  .c .box-c:hover .info-box, .c .box-c:focus .info-box, .c .box-c:active .info-box {
    background: #053f7c;
    -webkit-box-shadow: 0px 0px 9px 5px #e8e8e8;
    -moz-box-shadow: 0px 0px 9px 5px #e8e8e8;
    box-shadow: 0px 0px 9px 5px #e8e8e8; }
    .c .box-c:hover .info-box h3, .c .box-c:hover .info-box p, .c .box-c:hover .info-box a, .c .box-c:hover .info-box a.read-more, .c .box-c:focus .info-box h3, .c .box-c:focus .info-box p, .c .box-c:focus .info-box a, .c .box-c:focus .info-box a.read-more, .c .box-c:active .info-box h3, .c .box-c:active .info-box p, .c .box-c:active .info-box a, .c .box-c:active .info-box a.read-more {
      color: #ffffff !important; }
    .c .box-c:hover .info-box a.read-more::before, .c .box-c:focus .info-box a.read-more::before, .c .box-c:active .info-box a.read-more::before {
      background: #ffffff !important; }
  .c .img-wrap {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #fff;
    bottom: -25px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 5px 2px #f6f6f6;
    -moz-box-shadow: 0px 4px 5px 2px #f6f6f6;
    box-shadow: 0px 4px 5px 2px #f6f6f6; }
  .c .info-box {
    -webkit-box-shadow: 0px 0px 4px 3px #ededed;
    -moz-box-shadow: 0px 0px 4px 3px #ededed;
    box-shadow: 0px 0px 4px 3px #ededed;
    background: #fff;
    padding: 130px 30px 70px;
    position: relative;
    top: -90px;
    transition: 0.4s; }
    .c .info-box:hover, .c .info-box:focus, .c .info-box:active {
      background: #053f7c; }
      .c .info-box:hover h3, .c .info-box:hover p, .c .info-box:hover a, .c .info-box:hover a.read-more, .c .info-box:focus h3, .c .info-box:focus p, .c .info-box:focus a, .c .info-box:focus a.read-more, .c .info-box:active h3, .c .info-box:active p, .c .info-box:active a, .c .info-box:active a.read-more {
        color: #ffffff !important; }
      .c .info-box:hover a.read-more::before, .c .info-box:focus a.read-more::before, .c .info-box:active a.read-more::before {
        background: #ffffff !important; }
    .c .info-box h3 {
      color: #838186;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700; }
    .c .info-box p {
      color: #838186; }
    .c .info-box a.read-more {
      color: #838186 !important;
      position: absolute;
      bottom: 25px;
      font-size: 14px;
      font-weight: 600;
      left: 30px; }
      .c .info-box a.read-more::before {
        background: #838186 !important; }

.d {
  padding: 50px 0;
  background: url("bg-star0.png") no-repeat;
  background-position: -260% center;
  background-size: 77%; }
  .d .left-d {
    padding-left: 3%;
    color: #838186;
    padding-bottom: 60px; }
    .d .left-d h2 {
      font-size: 47px;
      font-weight: 700;
      color: #838186;
      text-transform: uppercase; }
    .d .left-d p {
      font-size: 14px;
      line-height: 1.5em;
      font-weight: 500;
      color: #838186; }
    .d .left-d a.read-more {
      color: #838186 !important;
      position: absolute;
      left: 25px; }
      .d .left-d a.read-more::before {
        background: #838186 !important; }
  .d .left-col {
    padding: 0; }
  .d .caroulel-directory {
    background: url("bg-star0.png") no-repeat;
    background-position: -190% 77%;
    background-size: 135%;
    padding: 60px 40px 20px;
    -webkit-box-shadow: 0px 3px 10px 1px #e5e5e5;
    -moz-box-shadow: 0px 3px 10px 1px #e5e5e5;
    box-shadow: 0px 3px 10px 1px #e5e5e5; }
    .d .caroulel-directory .box-stars img {
      width: 90%; }
  .d #stars-slider {
    font-family: 'Poppins', sans-serif; }
    .d #stars-slider .info-wrap {
      padding-right: 35px;
      padding-left: 0;
      padding-bottom: 65px;
      position: relative;
      color: #838186 !important; }
      .d #stars-slider .info-wrap h3 {
        font-weight: 700;
        font-size: 26px;
        color: #737373; }
      .d #stars-slider .info-wrap p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.5em;
        margin-bottom: 15px;
        color: #838186 !important; }
      .d #stars-slider .info-wrap a.read-more {
        color: #838186 !important;
        position: absolute;
        font-size: 17px;
        left: 0px;
        font-weight: 400; }
        .d #stars-slider .info-wrap a.read-more::before {
          background: #838186 !important;
          bottom: -9px; }
    .d #stars-slider .carousel-indicators {
      display: none;
      bottom: -80px; }
      .d #stars-slider .carousel-indicators li {
        border-radius: 0;
        border: none;
        width: 45px;
        height: 5px;
        background: #fed268;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        .d #stars-slider .carousel-indicators li.active {
          background: #053f7c;
          width: 45px;
          height: 5px;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
    .d #stars-slider .carousel-control {
      opacity: 1;
      height: 50px;
      top: -55px;
      width: 15px;
      color: #838186;
      text-shadow: none;
      margin-top: 10px; }
      .d #stars-slider .carousel-control:hover {
        color: #053f7c;
        border: 2px solid #053f7c !important; }
      .d #stars-slider .carousel-control span {
        font-size: 25px;
        padding: 7px 11px;
        top: 9px; }
      .d #stars-slider .carousel-control.left {
        left: auto;
        right: 40px;
        background: transparent;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        border: 2px solid #838186; }
      .d #stars-slider .carousel-control.right {
        background: transparent;
        right: 0;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        border: 2px solid #838186; }

.e {
  background: url("bg-star0.png") no-repeat;
  background-position: center bottom;
  background-size: 47%;
  position: relative; }
  .e h2 {
    font-size: 30px;
    font-weight: 700;
    color: #838186;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px; }
    .e h2 a {
      color: #838186;
      text-transform: uppercase;
      text-decoration: none; }
  .e .right-calendar {
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 3px 13px -2px #ededed;
    -moz-box-shadow: 0px 3px 13px -2px #ededed;
    box-shadow: 0px 3px 13px -2px #ededed;
    width: 80%; }
    .e .right-calendar .neoncrm_events_widget_box {
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .e .right-calendar .neoncrm_events_widget_box h2 {
        color: #838186;
        font-size: 32px;
        display: block;
        padding: 20px 20px 5px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700; }
        .e .right-calendar .neoncrm_events_widget_box h2 a {
          color: #838186;
          text-transform: uppercase;
          text-decoration: none; }
      .e .right-calendar .neoncrm_events_widget_box .neoncrm-event {
        padding: 10px 20px; }
      .e .right-calendar .neoncrm_events_widget_box p {
        margin-bottom: 2px; }
      .e .right-calendar .neoncrm_events_widget_box .neoncrm-event-links a {
        color: #838186;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600; }
        .e .right-calendar .neoncrm_events_widget_box .neoncrm-event-links a::before {
          content: "";
          background: #838186;
          height: 1px;
          width: 100%;
          margin: 0 auto;
          display: block;
          position: absolute;
          bottom: 0;
          text-transform: uppercase;
          left: 0;
          transition: 0.6s; }
        .e .right-calendar .neoncrm_events_widget_box .neoncrm-event-links a:hover {
          text-decoration: none; }
          .e .right-calendar .neoncrm_events_widget_box .neoncrm-event-links a:hover::before {
            width: 10%; }
  .e .e-right {
    position: relative; }
    .e .e-right::after {
      content: "";
      background: url("bg-e0000.png") no-repeat;
      background-position: right bottom;
      background-size: contain;
      height: 115%;
      width: 420px;
      bottom: 0;
      right: -85px;
      position: absolute;
      z-index: 0; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .d .left-d {
    left: 0; }
    .d .left-d a.read-more {
      left: 30px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .b .b-right {
    padding: 135px 0 0; }

  .d .left-col .caroulel-directory .col-md-8 {
    width: 100%; }

  .d .left-d {
    left: 0;
    width: 100%; }
    .d .left-d a.read-more {
      left: 30px; }

  .d #stars-slider .info-wrap {
    margin-left: 17px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b {
    background-position: unset; }
    .b .b-right .img-wrap {
      width: 65%; }
    .b .b-right .center a .fa-play {
      background: #0758ad; }

  .c {
    padding: 0px; }
    .c .box-c {
      width: 70%;
      margin: 0 auto; }
    .c .info-box {
      background: #053f7c;
      color: #fff; }
      .c .info-box h3 {
        color: #fff; }
      .c .info-box p {
        color: #fff; }
      .c .info-box a.read-more {
        color: #fff !important; }
        .c .info-box a.read-more::before {
          background: #fff !important; }

  .d .left-col {
    width: 95%;
    float: right; }
  .d .box-stars {
    text-align: center; }
  .d #stars-slider .info-wrap {
    text-align: center;
    padding-right: 0; }
  .d #stars-slider .info-wrap a.read-more {
    right: 0; }
    .d #stars-slider .info-wrap a.read-more::before {
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; }
  .d #stars-slider .carousel-control span {
    margin-top: -15px; } }
@media only screen and (max-width: 767px) {
  .b {
    background-image: none;
    background-position: unset;
    background-color: #053f7c; }
    .b .b-right {
      padding: 0; }
      .b .b-right .img-wrap {
        width: 100%; }
      .b .b-right .center {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 33%; }
        .b .b-right .center a .fa-play {
          background: #0758ad; }
    .b .b-left {
      padding: 30px 15px 10px !important; }

  .c {
    padding: 0px; }
    .c .box-c {
      width: 100%;
      margin: 0 auto; }
    .c .img-wrap {
      width: 260px;
      height: 260px; }
    .c .info-box {
      background: #053f7c;
      color: #fff; }
      .c .info-box h3 {
        color: #fff; }
      .c .info-box p {
        color: #fff; }
      .c .info-box a.read-more {
        color: #fff !important; }
        .c .info-box a.read-more::before {
          background: #fff !important; }

  .d {
    padding: 0; }
    .d .left-col {
      width: 95%;
      float: right; }
    .d .box-stars {
      text-align: center; }
      .d .box-stars img {
        width: 45% !important; }
    .d #stars-slider .info-wrap {
      text-align: center;
      padding-right: 0; }
    .d #stars-slider .info-wrap a.read-more {
      right: 0; }
      .d #stars-slider .info-wrap a.read-more::before {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }

  .e .e-right::after {
    content: none; }
  .e .right-calendar {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
