@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Titillium+Web&display=swap");
body {
  background-color: #000000;
  font-family: 'Titillium Web', sans-serif; }

* {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  *:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

p, ul {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1, h2, h3, h4, h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #1e5789; }
  h1.line, h2.line, h3.line, h4.line, h5.line {
    border-bottom: 2px solid #eeeeee;
    padding: 0 0 15px 0;
    margin-bottom: 25px; }

h3 {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 25px;
  padding: 15px 0; }

figcaption {
  color: #333;
  font-style: italic; }

.login-btn-wrapper {
  padding-left: 175px;
  text-align: center;
  position: relative; }
  @media (max-width: 575.98px) {
    .login-btn-wrapper {
      padding-top: 170px;
      padding-left: 0; } }
  .login-btn-wrapper:before {
    content: "";
    background-image: url(../img/badging_nasa_logo.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    left: calc(50% - 175px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 575.98px) {
      .login-btn-wrapper:before {
        top: 0;
        left: 50%;
        /*background-position: center top;*/ } }

.container {
  max-width: 1200px; }

.wp-block-button {
  width: 100%; }

.alm-load-more-btn {
  width: 100% !important;
  border-radius: 0 !important;
  background-color: #1e5789 !important; }

.wp-video-shortcode, .wp-video {
  width: 100% !important;
  height: 450px !important; }

.btn {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 16px;
  border-radius: 2px; }
  .btn a.wp-block-button__link {
    border-radius: 0;
    text-transform: none;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    text-decoration: none; }
  .btn.light-blue {
    background-color: #1e5789; }
  .btn.dark-blue {
    background-color: #14418c; }
  .btn.social {
    width: 100%;
    max-width: 280px;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 0; }
    .btn.social a {
      padding: 0 0 0 20px;
      text-align: left;
      border-radius: 0;
      width: 100%;
      text-transform: none;
      color: #fff !important;
      text-decoration: none !important; }
      .btn.social a:hover {
        color: #fff; }
      .btn.social a:before {
        font-family: "Font Awesome 5 Brands";
        margin-right: 30px; }
  .btn.twitter a {
    background-color: #00aaf0; }
    .btn.twitter a:before {
      content: "\f099"; }
  .btn.google a {
    background-color: #df4b32; }
    .btn.google a:before {
      content: "\f1a0"; }
  .btn.facebook a {
    background-color: #3a579b; }
    .btn.facebook a:before {
      content: "\f39e"; }

a:hover {
  opacity: .8;
  text-decoration: none; }

.categories-list {
  background-color: #f4f4f4;
  padding: 10px;
  border-bottom: 5px solid #e4e4e4;
  margin-bottom: 25px; }
  .categories-list .title {
    font-weight: 600;
    font-size: 20px; }
  .categories-list .item {
    border-bottom: 1px solid #e4e4e4; }
    .categories-list .item a {
      color: #000 !important;
      display: block;
      text-decoration: none !important;
      padding: 0 0 0 15px;
      line-height: 40px;
      position: relative; }
      .categories-list .item a:before {
        content: "»";
        margin-right: 5px; }
      .categories-list .item a:hover {
        color: #252831; }
    .categories-list .item .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #14418c;
      text-align: center;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      display: inline-block;
      float: right; }

.navbar {
  padding: 0; }
  .navbar .navbar-toggler {
    background-color: #fff; }
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar #searchform {
    background-color: #1a1b1c;
    border-color: #3a3b3c;
    color: #666666;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 180px;
    margin-left: 0;
    margin-bottom: 0; }
    .navbar #searchform label {
      margin: 0; }
    .navbar #searchform input {
      color: #666666; }
    @media (max-width: 991.98px) {
      .navbar #searchform {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; } }

aside .social a {
  display: inline-block;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 5px; }
  aside .social a:first-child {
    margin-left: 20px; }
    @media (max-width: 991.98px) {
      aside .social a:first-child {
        margin-left: 0; } }
  aside .social a:hover {
    opacity: .9; }
  aside .social a:last-child {
    margin-right: none; }
  aside .social a.facebook {
    background-color: #3a5a98; }
  aside .social a.twitter {
    background-color: #1ba9fe; }
  aside .social a.youtube {
    background-color: #cd1f1f; }
  aside .social a.pinterest {
    background-color: #cb1f27; }

@media (max-width: 991.98px) {
  aside {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center; } }

.logo {
  max-height: 80px; }

#menu-main-nav .menu-item {
  border-right: 1px solid #3a3b3c;
  padding: 0 18px;
  line-height: 45px; }
  @media (max-width: 1199.98px) {
    #menu-main-nav .menu-item {
      padding: 0 10px; } }
  @media (max-width: 991.98px) {
    #menu-main-nav .menu-item {
      border-right: 0;
      text-align: center;
      padding: 0; } }
  #menu-main-nav .menu-item:first-child {
    padding-left: 0; }
  #menu-main-nav .menu-item:last-child {
    border-right: 0; }
  #menu-main-nav .menu-item.current-menu-item a {
    color: #79a7d0; }
  #menu-main-nav .menu-item a {
    color: #fff;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif; }
    #menu-main-nav .menu-item a:hover {
      color: #1e5789; }
    @media (max-width: 1199.98px) {
      #menu-main-nav .menu-item a {
        font-size: 14px; } }

#searchform {
  border: 1px solid #bbbbbb;
  margin-bottom: 25px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #searchform label {
    width: 100%;
    margin: 0; }
  #searchform span {
    display: none; }
  #searchform input {
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    width: calc(100% - 20px); }
    #searchform input:focus {
      border: 0;
      outline: 0; }
  #searchform button {
    width: 20px;
    text-indent: -9999px;
    padding-right: 20px;
    /*background-color: transparent;*/
    border: none;
    outline: 0;
    background-image: url("../img/search-icon.png");
    background-position: center;
    background-repeat: no-repeat; }

#bread {
  position: relative;
  margin-bottom: 25px;
  min-height: 100px; }
  @media (max-width: 767.98px) {
    #bread {
      margin-bottom: 15px;
      min-height: auto; } }
  #bread span, #bread h1 {
    color: #fff;
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-size: 30px;
    font-weight: 500; }
    @media (max-width: 767.98px) {
      #bread span, #bread h1 {
        font-size: 1.5em; } }
    @media (max-width: 575.98px) {
     .page-id-2 #bread span, #bread h1 {
       /* text-align: center;*/
        display: block;
        /*padding: 15px 0 10px 0;*/
        font-size: 16px;
			} }

.main-wrapper .inner > a {
  color: #1e5789;
  text-decoration: underline; }

.main-wrapper .sidebar {
  background-color: #252831;
  min-height: 600px; }
  @media (max-width: 991.98px) {
    .main-wrapper .sidebar {
      min-height: auto; } }
  .main-wrapper .sidebar h3 {
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-bottom: none;
    background-color: #303540;
    display: inline-block;
    margin-bottom: 25px; }
	.main-wrapper .sidebar h2 {
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-bottom: none;
    background-color: #303540;
    display: inline-block;
    margin-bottom: 25px;
}
  .main-wrapper .sidebar .title-menu {
    border-top: 1px solid #303540;
    margin-top: 25px; }
    .main-wrapper .sidebar .title-menu span {
      background-color: #303540;
	  font-weight: bold;
      color: #fff;
      padding: 5px 15px;
      display: inline-block;
      line-height: 1.5; }
  .main-wrapper .sidebar .aside-menu {
    padding: 0; }
    .main-wrapper .sidebar .aside-menu li {
      font-family: 'Titillium Web', sans-serif;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px; }
      .main-wrapper .sidebar .aside-menu li.current-menu-item a {
        text-decoration: underline; }
      .main-wrapper .sidebar .aside-menu li a {
        color: #fff;
        padding: 0px 25px;
        line-height: 2;
        margin-top: 15px;
        display: inline-block; }
        .main-wrapper .sidebar .aside-menu li a:hover {
          text-decoration: underline; }

.main-wrapper .inner {
  background-color: #fff;
  padding: 50px 25px 50px 25px; }
  .main-wrapper .inner h3:first-child {
    padding-top: 0;
    margin-top: 0; }

#home-page .item-masonry-normal {
  width: calc(25% - 11.25px);
  background-color: #fff;
  display: inline-block;
  margin: 0 14.5px 15px 0px;
  float: left; }
  
  
  
 @media (max-width: 425px) { 
  #home-page .item-masonry-normal {
  margin: 0;
}
 }
  
  
  
  @media (max-width: 767.98px) {
    #home-page .item-masonry-normal {
      /*width: calc(50% - 7.5px);*/
		width:100%;
	  }
      #home-page .item-masonry-normal:nth-child(2n + 1) {
        margin-right: 0; }
      #home-page .item-masonry-normal:nth-child(2n) {
        margin-left: 0; } }
  #home-page .item-masonry-normal.first-child {
    margin-left: 0; }
  #home-page .item-masonry-normal:last-child {
    margin-right: 0; }
    #home-page .item-masonry-normal:last-child .title {
      font-size: 18px;
      line-height: 1;
      padding: 9.5px	  }
  #home-page .item-masonry-normal .thumbnail {
    padding-bottom: 100%;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat; }
  #home-page .item-masonry-normal a {
    display: block;
    text-decoration: none; }
  #home-page .item-masonry-normal .title {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1e5789; }

#home-page .container-masonry-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#home-page .masonry .grid-sizer {
  width: calc(100% / 3); }
  @media (max-width: 767.98px) {
    #home-page .masonry .grid-sizer {
      width: calc(100% / 2); } }

#home-page .masonry .item-masonry {
  display: block;
  width: calc(25%  - 15px);
  background-color: #fff;
  position: relative;
  margin: 0 7.5px 15px 7.5px;
  overflow: hidden;
  max-height: 317px;
  height: 317px; }
  @media (max-width: 767.98px) {
    #home-page .masonry .item-masonry {
      height: auto;
      max-height: initial; } }
  #home-page .masonry .item-masonry .thumbnail {
    padding-bottom: 280px;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat; }
  #home-page .masonry .item-masonry a {
    display: block;
    text-decoration: none; }
  #home-page .masonry .item-masonry .title {
    display: block;
    padding: 7px 5px;
    font-size: 18px;
    font-weight: 600;
    color: #1e5789; }
    @media (max-width: 575.98px) {
      #home-page .masonry .item-masonry .title {
        font-size: 16px; } }
  #home-page .masonry .item-masonry .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    @media (max-width: 575.98px) {
      #home-page .masonry .item-masonry .blog-item {
        display: block; } }
		
		
    /*#home-page .masonry .item-masonry .blog-item .thumbnail {
      width: calc(100% - 33%);
      height: 317px;
      padding-bottom: 0;
      -webkit-flex: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
	  
	  */
	  
	 #home-page .masonry .item-masonry .blog-item .thumbnail {
	  padding-bottom: 280px;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
	}
	  
	  
      @media (max-width: 575.98px) {
        #home-page .masonry .item-masonry .blog-item .thumbnail {
          width: 100%; } }
      
	  /*#home-page .masonry .item-masonry .blog-item .thumbnail:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 25px 20px 0;
        border-color: transparent #fff transparent transparent; }
		*/
		
    #home-page .masonry .item-masonry .blog-item .excerpt {
      width: 45%;
      padding: 5px 15px; }
      @media (max-width: 575.98px) {
        #home-page .masonry .item-masonry .blog-item .excerpt {
          width: 100%;
          text-align: center; } }
  #home-page .masonry .item-masonry.blog-wrapper {
    width: calc(32.36%  - 7.5px);
    margin-left: 0;
    margin-bottom: 15px;
    height: 317px; }
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry.blog-wrapper {
        width: 100%;
        margin-right: 0;
        height: auto; } }
		
  #home-page .masonry .item-masonry:nth-child(3) {
    width: calc(33.33% - 15px);
    margin-right: 0; }
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry:nth-child(3) {
        width: calc(50% - 7.5px);
        margin: 0 7.5px 15px 0; } }
		
  #home-page .masonry .item-masonry:nth-child(4) {
    width: calc(calc( 100% / 3 - 7.5px));
    margin: 0 0 15px 7.5px }
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry:nth-child(4) {
        width: calc(50% - 7.5px);
        margin: 0 0 15px 7.5px; } }
	#home-page .masonry .item-masonry .thumbnail:nth-child(2) {	padding-bottom:20px !important;	}
		
  #home-page .masonry .item-masonry:nth-child(5) {
    width: calc(calc( 100% / 3 - 15px));
    margin: 0 7.5px 15px 0px; }
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry:nth-child(5) {
        width: 100%;
        margin: 0 7.5px 15px 0; } }
		
	#home-page .masonry .item-masonry:nth-child(6) {
    width: calc(calc( 100% / 3 - 15px));
    margin: 0 7.5px 15px 7.5px; }
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry:nth-child(6) {
       width: calc(50% - 7.5px);
    margin: 0 7.5px 15px 0;
	} }
		
		
		
  #home-page .masonry .item-masonry:nth-child(7) {
    width: calc(calc( 100% / 3) - 7.5px);
    margin: 0 0 15px 7.5px;
   /* min-height: 649px;
    max-height: 649px; */}
    #home-page .masonry .item-masonry:nth-child(7) .thumbnail {
      /*padding-bottom: 598px; */}
    @media (max-width: 767.98px) {
      #home-page .masonry .item-masonry:nth-child(7) {
        width: calc(50% - 7.5px);
    margin: 0 0 15px 7.5px;
	min-height: unset;
    max-height: unset;
	}
        #home-page .masonry .item-masonry:nth-child(7) .thumbnail {
          padding-bottom: 280px; } 
		  }
		  
	  #home-page .masonry .item-masonry:nth-child(8) {
    width: calc(66.66%  - 7.5px);
    margin-left: 0; }
    #home-page .masonry .item-masonry:nth-child(8) .thumbnail {
      padding-bottom: 264px; }
    @media (max-width: 767.98px) {
		#home-page .masonry .item-masonry:nth-child(9) {
    width: calc(calc( 100%)) !important;
    margin: 0 !important;}
      #home-page .masonry .item-masonry:nth-child(8) {
        width: 100%; } }	  
	 #home-page .masonry .item-masonry:nth-child(9) {
    width: calc(calc( 100% / 3) - 7.5px);
    margin: 0 0 15px 7.5px;
   /* min-height: 649px;
    max-height: 649px;*/ }
   
   input[type="submit" i] {
	   background-color: #14418c !important;
	   color: #fff !important;
	   border: 1px solid #14418c !important;
   }

#events .search-event {
  margin: 15px 0; }
  #events .search-event form ul {
    padding: 0;
    margin: 0; }
    @media (min-width: 576px) {
      #events .search-event form ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #events .search-event form ul input, #events .search-event form ul select {
      color: #757575;
      border: 1px solid #bbbbbb;
      border-radius: 3px;
      padding: 5px;
      width: 100%; }
    #events .search-event form ul li {
      padding: 0 5px; }
      #events .search-event form ul li:first-child {
        padding-left: 0; }
      #events .search-event form ul li:last-child {
        padding-right: 0; }
      @media (max-width: 575.98px) {
        #events .search-event form ul li {
          width: 100%;
          padding: 0; }
          #events .search-event form ul li label {
            width: 100%;
            margin-bottom: 5px; } }

#events .event-info {
  font-size: 14px;
  margin-bottom: 25px; }

#events .item-event {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 15px;
  color: #515151; }
  #events .item-event .title {
    color: #003956;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: none; }
  #events .item-event span {
    color: #1e5789; }
  #events .item-event .btn {
    line-height: 40px;
    padding: 0 30px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px; }
    @media (max-width: 575.98px) {
      #events .item-event .btn {
        width: 100%;
        margin-top: 15px; } }

#blog .masonry {
  margin-bottom: 25px; }

#blog .grid-sizer {
  width: calc(100% / 6); }

#blog .masonry {
  margin: 0 -7.5px 0 -7.5px; }
  @media (max-width: 575.98px) {
    #blog .masonry {
      margin: 0; } }

#blog .alm-listing {
  margin: 0 -7.5px 0 -7.5px; }

#blog .item-masonry {
  width: calc(100% / 2 - 15px);
  background-color: #fff;
  margin-bottom: 15px;
  height: 200px;
  margin: 0 7.5px 15px 7.5px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    #blog .item-masonry {
      width: 100%;
      margin: 0 0 15px 0; } }
  #blog .item-masonry.ajax {
    width: calc(100% / 3 - 15px) !important;
    margin: 0 7.5px 15px 7.5px; }
    @media (max-width: 575.98px) {
      #blog .item-masonry.ajax {
        width: 100% !important;
        margin: 0 0 15px 0 !important; } }
  #blog .item-masonry:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff; }
  #blog .item-masonry .wrapper {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #blog .item-masonry .wrapper .thumbnail {
      width: 50%;
      position: relative;
      z-index: 1001;
      background-size: cover;
      background-position: center center;
      height: 200px; }
  #blog .item-masonry .inner {
    padding: 15px;
    width: 50%; }
    #blog .item-masonry .inner h2 {
      font-size: 20px; }
  @media (min-width: 576px) {
    #blog .item-masonry:nth-child(2) {
      width: calc(100% / 2 - 15px);
      height: 415px;
      max-height: 415px; }
      #blog .item-masonry:nth-child(2) .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #blog .item-masonry:nth-child(2) .wrapper .thumbnail {
          width: 100%;
          height: 300px; }
        #blog .item-masonry:nth-child(2) .wrapper .inner {
          width: 100%; }
    #blog .item-masonry:nth-child(4n+1) {
      width: calc(calc(100% / 6 * 2) - 15px);
      height: 415px;
      max-height: 415px; }
      #blog .item-masonry:nth-child(4n+1) .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      #blog .item-masonry:nth-child(4n+1) .thumbnail, #blog .item-masonry:nth-child(4n+1) .inner {
        width: 100%; }
      #blog .item-masonry:nth-child(4n+1) .thumbnail {
        height: 300px; }
    #blog .item-masonry:nth-child(5n+1) {
      width: calc(calc(100% / 6 * 2) - 15px); } }
  @media (min-width: 576px) and (min-width: 576px) and (max-width: 1199.98px) {
    #blog .item-masonry:nth-child(5n+1) {
      width: calc(calc(100% / 6 * 4) - 15px); } }
  @media (min-width: 576px) {
    #blog .item-masonry:nth-child(6n+1) {
      width: calc(calc(100% / 6 * 2) - 15px); } }
  @media (min-width: 576px) and (min-width: 576px) and (max-width: 1199.98px) {
    #blog .item-masonry:nth-child(6n+1) {
      width: calc(calc(100% / 6 * 4) - 15px); } }
  @media (min-width: 576px) {
    #blog .item-masonry:nth-child(7n+1) {
      width: calc(calc(100% / 6 * 4) - 15px); } }
  #blog .item-masonry p {
    color: #000; }
  #blog .item-masonry .post-info {
    color: #000;
    font-size: 14px; }

#white-pages {
  margin-top: 40px; }
  #white-pages .item-white-pages {
    background-color: #fff;
    padding: 40px 30px;
    margin-bottom: 15px; }
    #white-pages .item-white-pages .info {
      font-size: 13px;
      color: #565656;
      margin: 10px 0 20px 0; }
      #white-pages .item-white-pages .info span {
        font-weight: 600;
        color: #000;
        font-size: 15px; }
      #white-pages .item-white-pages .info a {
        color: #000;
        text-decoration: underline; }
    #white-pages .item-white-pages .title {
      color: #2c5a81;
      font-size: 20px;
      line-height: 1.5;
      border-bottom: 1px solid #ccc;
      text-decoration: underline;
      padding: 0 0 15px 80px;
      display: block;
      position: relative; }
      #white-pages .item-white-pages .title:before {
        content: "";
        background-image: url(../img/pdf-icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 40px;
        height: 52px;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }

#centers .map-header {
  background-color: #4d6a79;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px; }

#centers .map {
  height: 450px;
  margin-bottom: 25px; }

#centers .header-center {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px; }
  #centers .header-center h2 {
    font-size: 20px; }

#centers .thumbnail img {
  width: 100%; }

#centers .item-centers {
  margin-bottom: 50px; }
  #centers .item-centers .action-buttons {
    margin-top: 50px; }
    #centers .item-centers .action-buttons .btn {
      width: 100%;
      margin-bottom: 5px;
      padding: 0 10px; }

#educators .item-educators {
  background-color: #fff;
  margin-bottom: 25px; }
  #educators .item-educators h2 {
    color: #1e5789;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    font-weight: 600; }
  @media (max-width: 575.98px) {
    #educators .item-educators img {
      width: 100%; } }

#videos .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px !important;
  margin-left: -15px !important;
  width: calc(100% + 40px); }
  @media (max-width: 575.98px) {
    #videos .alm-reveal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 575.98px) {
    #videos .alm-reveal .load-more-col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.item-video {
  margin-bottom: 15px; }
  .item-video .thumbnail {
    position: relative; }
    @media (min-width: 1199.98px) {
      .item-video .thumbnail {
        min-height: 300px; } }
    @media (max-width: 575.98px) {
      .item-video .thumbnail img {
        width: 100%; } }
    .item-video .thumbnail a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #1e5789;
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 25px;
      color: #fff; }
      .item-video .thumbnail a:hover {
        background-color: #252831; }
  .item-video .title-wrapper {
    background-color: #fff;
    color: #1e5789;
    padding: 20px 30px;
    text-align: center; }
    .item-video .title-wrapper h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 600; }

#video-single .inner {
  background-color: #252831; }
  #video-single .inner h1 {
    font-size: 24px; }
  #video-single .inner * {
    color: #fff; }
  #video-single .inner .related-post {
    margin-top: 150px; }

/*EVENT CAT*/
#categories .read-more, #search .read-more, #archive .read-more {
  width: 100%;
  font-weight: 600; }

#categories .thumbnail, #search .thumbnail, #archive .thumbnail {
  width: 100%; }

#categories .title, #search .title, #archive .title {
  color: #1e5789;
  font-size: 28px; }
  @media (min-width: 576px) {
    #categories .title, #search .title, #archive .title {
      font-size: 20px;
      margin-top: 25px; } }

#categories .event-item-cat, #search .event-item-cat, #archive .event-item-cat {
  margin-bottom: 40px; }

/*TEAM*/
#team .item-team {
  margin-bottom: 25px; }
  #team .item-team h3 {
    font-weight: 500;
    font-size: 36px;
    padding: 0;
    border: none;
    margin: 0; }
  #team .item-team em {
    color: #555; }
  #team .item-team p {
    line-height: 1.2; }
  #team .item-team .header-team {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 15px; }
  #team .item-team .position {
    font-weight: 600;
    font-size: 20px; }

/*SINGLE*/
#single p {
  margin-bottom: 40px; }

#single .post-info {
  font-size: 14px;
  margin-bottom: 25px; }

#single .related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    #single .related-post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #single .related-post img {
    width: 100%;
    height: auto; }
  #single .related-post h3 {
    border: none;
    color: #1e5789; }
  #single .related-post .wrapper {
    width: calc(100% - 10px);
    margin-right: 15px;
    background-color: #fff; }
    @media (max-width: 575.98px) {
      #single .related-post .wrapper {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0; } }
    #single .related-post .wrapper:last-child {
      margin-right: 0; }
    #single .related-post .wrapper .inner {
      padding: 10px 15px; }

/*FOOTER*/
footer {
  border-top: 1px solid #252831;
  padding: 45px 0;
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    footer {
      padding: 20px 0 15px 0; } }
  footer p, footer li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 767.98px) {
      footer p, footer li {
        text-align: center;
        font-size: 13px; } }
  @media (max-width: 990.98px) {
    footer #footer-widget {
      margin-top: 25px; } }
  @media (max-width: 991.98px) {
    footer {
      text-align: center; } }
	  
.ac_title_class span{display:none;}

#gform_submit_button_1 {
	background: #1e5789;
    border: antiquewhite;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
	font-weight:600}
	
#gform_submit_button_1:hover {
	background: #fff;
    color: #1e5789;
	border: 1px solid #14418c;}

@media (min-width:375px) and (max-width:425px){
	
	iframe {width:310px}
}

@media (max-width:372px){
	
	iframe {width:250px}
}

@media (max-width:1115px) {
	
	#home-page .masonry .item-masonry .title {font-size:16px;}
	#home-page .item-masonry-normal .title {font-size:16px;}
	
}

#g-recaptcha-response {display: none; opacity:0;}

@media (min-width: 768px) {
	.unsubscribe-yes {text-align: right;}
}

@media (max-width: 767px) {
	.unsubscribe-yes {text-align: center;}
	.unsubscribe-no {text-align: center;}
}