@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  font-family: "lato", sans-serif;
  color: #0d141a;
}

body.home {
  background-color: #2a3542;
  background-color: #535966;
  background-color: #ffffff;
}

body.home .site-content-contain {
  background: none;
}

body.search-results .site-content {
  padding-top: 0;
}

body.landing-page #content.site-content {
  padding-bottom: 0;
}

.tk-ff-tisa-web-pro {

}

html {
  font-size: 16px;
  line-height: 1.4em;
}

.wrap {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.row {
  max-width: 1200px;
}

.img-link {
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}

.link {
  background-color: transparent;
  transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.link:hover {
  cursor: pointer;
  background: #f2f8fc;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}


/*  Lists */

    ul.inline {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    ul.inline li {
      display: inline-block;
    }

    ul.singleline {
      white-space: nowrap;
    }


/*  Layout */

    .section {
      width: 100%;
    }

    #section-content {
      padding-bottom: 6rem;
      padding-top: 3rem;
    }

    #section-content .row {
      max-width: 1160px;
    }


/*  Animation */

    .animate--fadein {
      opacity: 0;
    }

    .animate--fadein.inview {
      -webkit-animation: fadein .6s .2s ease-out forwards;
      animation: fadein .6s .2s ease-out forwards ;
    }

    @-webkit-keyframes fadein {
        0% {
            opacity: 0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes fadein {
        0% {
            opacity: 0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }


/*  Typography  */

    a {
      color: #000;
      color: #243752;
    }

    #content a {
      //color: #c0244b;
      font-weight: 900;
    }

    #content a strong {
      font-weight: 900;
    }

    .entry-content a,
    .entry-content a:hover {
      box-shadow: none;
      -webkit-box-shadow: inset 0 -1px 0 rgba(192, 36, 72, 0);
      box-shadow: inset 0 -1px 0 rgba(192, 36, 72, 0);
    }

    .entry-content a:hover {
      -webkit-box-shadow: inset 0 -2px 0 rgba(192, 36, 72, 1);
      box-shadow: inset 0 -2px 0 rgba(192, 36, 72, 1);
    }

    h1,h2,h3,h4,h5,h5,h6 {
      color: #003b6e;
    }

    h1,
    .feature-text h2 {
      font-size: 3rem;
      font-family: "ff-tisa-web-pro", Georgia, serif;
    }

    .feature-image h1,
    .feature-image h2 {
      font-size: 5rem;
    }

    h2,
    .carousel-title {
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-size: 2.25rem;
      margin-bottom: 1em;
    }

    h3 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 1.5rem;
      padding: 2rem 0 1rem 0;
    }

    h4 {
      font-size: 1.125rem;
      font-weight: 900;
      font-family: "Lato", sans-serif;
    }

    h5 {
      text-transform: uppercase;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      letter-spacing: .1em;
      font-size: 0.625rem;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum";
      -webkit-font-feature-settings: "lnum";
      font-feature-settings: "lnum";
    }

    #section-content p,
    .site-content p {
      color: rgba(13,20,26,.7);
      color: #3f6280;
      padding-bottom: 1.4rem;
      margin-bottom: 0;
    }

    #section-content p a,
    .site-content p a {
      color: #243752;
      font-weight: 900;
      font-family: "Lato", sans-serif;
    }

    #section-content p a:hover,
    .site-content p a:hover {
      color: #003b6e;
    }

    .subhead {
      display: block;
      font-weight: normal;
      text-transform: none;
    }


/*  Buttons */

    .btn {
      display: inline-block;
      border-radius: 0.3125rem;
    }

    .btn__circle {
      border-radius: 50%;
      height: 2.5rem;
      width: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
    }

    .btn__circle * {
      line-height: 2.5rem;
    }

    .btn__circle .label {
      display: none;
    }

    button, .btn {
      background: #494f59;
      font-size: 0.75rem;
      line-height: 1.1667em;
      letter-spacing: .15em;
      color: #FFF;
      font-weight: 900;
      display: block;
      margin: 0;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 1.4375rem;
    }

    button:hover, .btn:hover {
      background-color: #455d80;
    }

    .btn.inline {
      display: inline-block;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }

    #btn--more-news {
      margin: 2rem auto;
    }

    .btn--submit {
      background: #a41f35;
      padding: .5rem 1.5em;
    }


/*  Search */

    .top-search {
      background: #eef6fc;
    }

    .top-search input[type='text'],
    .top-search input[type="search"],
    #primary_nav input[type="search"] {
      background: none;
    }

    .top-search .search-form .search-field {
      padding-top: 3rem;
      margin-bottom: 2rem;
    }

    .search:not(.has-sidebar) #primary article {
      float: none;
      width: auto;
    }


    #primary_nav input[type="search"] {
      color: #FFF;
      border-color: rgba(255,255,255,.1);
    }

    #primary_nav .search-form {
      color: #FFF;
    }

    #primary_nav .search-form .search-submit {
      color: rgba(255,255,255,.4);
    }

    #primary_nav input[type="search"]:focus {
      border-color: rgba(255,255,255,.3);
    }

    #search-results {
      margin-top: 3rem;
      margin-bottom: 9rem;
    }

    .has-sidebar #search-results {
      width: auto;
    }

    #search-results article {
      border: 1px solid #ced9e5;
      padding: 2.5rem 4rem;
      margin-bottom: 2rem;
    }


/*  Forms */

    input[type="text"] {
      border: 0;
      border-radius: 1.4375rem;
      font-size: 0.75rem;
      line-height: 1.1667em;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }

    #search-form {
      position: relative;
      margin-top: 2.814rem;
      margin-right: 1rem;
    }

    .header-search #search-form {
      margin-top: 4.8rem;
      font-family: "ff-tisa-web-pro", Georgia, serif;
    }

    #search-terms-txt {
      font-size: 1rem;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-style: italic;
      width: 100%;
      padding: 0 1.5em;
      line-height: 1em;
      height: 3.5rem;
      border-radius: 3em;
      box-shadow: none;
      background: #eef1f5;
      color: rgba(0,0,0,.5);
    }

    .select-fx--trigger {
      z-index: 10;
      border-radius: 0 50% 50% 0;
      display: none;
    }

    #search-type-select,
    .select-fx--trigger {
      position: absolute;
      top: 0;
      right: 0px;
      width: 50%;
      height: 3.5rem;
      border: 0;
      width: 60px;
      background: none;
      padding: 0;
      color: transparent;
      border-left: 1px solid rgba(0,0,0,.1);
      background: url(../images/down-arrow.png) no-repeat -2px center;
      background-size: 60px auto;
    }

    #search-type-select:focus,
    .select-fx--trigger:focus {
      background-color: #dbe4f2;
      border-radius: 0 50% 50% 0;
    }

    .select-fx {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: none;
    }

    .selectFX--element {
      top: 0;
      left: 0;
      background: #000;
      overflow: hidden;
      border-radius: .25rem;
      width: auto;
      display: inline-block;
      z-index: 2;
      position: absolute;
    }

    .select-fx a {
      color: #FFF;
      padding: .5rem 1.5rem;
      display: block;
      border-bottom: 1px solid rgba(255,255,255,.25);
      font-size: .875rem;
      background: #333;
      color: #CCC;
    }

    .select-fx.open {
      display: block;
    }

    .select-fx.open .selectFX--element {
      opacity: 1;
      visibility: visible;
    }

    .fx-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      z-index: 1;
      display: block;
    }

    .selectFX--option:hover,
    .selectFX--option.selected {
      background: #000;
      color: #FFF;
    }

    #search-results {
      width: auto;
    }

    #search-results article {
      padding: 1.5rem 2.5rem;
    }

    #search-results article .entry-title {
      font-size: 1.5rem;
    }


/*  Navigation  */

    #primary-nav-container,
    #primary_nav_buttons > li,
    .main-navigation #primary_nav_buttons > li {
      position: static;
    }

    #primary_nav {
      text-align: right;
      float: right;
    }

    #mega-menu-wrap-primary {
      display: inline-block;
    }

    #primary_nav_buttons .submenu {
      top: 6.5rem;
    }

    .search-form .search-submit {
      background: none;
      color: #333;
    }

    .search-form .search-field {
      border: 0;
      box-shadow: none;
      border-bottom: 1px solid rgba(0,0,0,.15);
      margin: 1rem 0;
      padding: 3px;
      font-size: 2rem;
    }

    .search-form .search-field:focus {
      background: none;
    }

    #primary_nav a,
    .submenu li a,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      color: #003b6e;
      font-size: 0.75rem;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.05em;
      padding: 2.75rem .75rem;
      line-height: 1em;
      display: block;
      font-family: "Lato";
    }

    #primary_nav a:hover {
    }

    #primary_nav .mega-sub-menu ul {
      margin: 0;
      padding: 0;
    }

    #primary_nav .mega-sub-menu a {
      padding: 1em;
    }

    #primary_nav .mega-sub-menu .textwidget {
      max-width: 400px;
    }

    #primary_nav .mega-sub-menu .textwidget h3 {
      color: #003b6e;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-size: 2rem;
      margin-bottom: .5em;
      line-height: 1.1em;
    }

    #primary_nav .mega-sub-menu .textwidget p {
      font-size: 0.8125rem;
      opacity: .7;
      line-height: 1.4em;
      color: #003b6e;
    }

    #primary_nav .mega-sub-menu .btn {
      background: none;
      border: 1px solid rgba(65, 81, 102, .2);
      color: #003b6e;
      width: auto;
      text-transform: uppercase;
      display: inline-block;
      padding-left: 2em;
      padding-right: 2em;
      font-size: 0.625rem;
      margin-top: .5em;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu a {
      line-height: 1.1em;
      padding: 1em;
      font-weight: normal;
      font-size: 0.6875rem;
      opacity: .7;
      opacity: .85;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu {
    }

    #mega-menu-wrap-primary::before,
    #mega-menu-wrap-primary #mega-menu-primary::before,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu::before,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item::before,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link::before,
    #mega-menu-wrap-primary::after,
    #mega-menu-wrap-primary #mega-menu-primary::after,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu::after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item::after,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link::after
    {

    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item::after {
      display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu:after {

      content: '';
      border-right: 1px solid rgba(65, 81, 102, .15);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;

    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > span {
      position: relative;
      z-index: 5;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > span > span {
      position: relative;
      overflow: hidden;
      display: table;
      width: 100%;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > span > span li.mega-menu-item {
      display: table-cell;
      vertical-align: top;
      float: none !important;
      clear: both;
      height: 100%;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu ul {
      display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu ul ul {
      float: left;
      width: 50%;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li {
      margin-left: 10%;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li a {
      padding: 1em !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li a:hover {
      color: #c0244b;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li.list-col {
      margin: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu .list-col li {
      width: 75%;
      margin-left: 20%;
      padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li:hover,
    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu li:focus,
    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu .list-col li:hover {
      background: none;
    }

    body > .cover {
      background: #2a3542;
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition-duration: 400ms;
      transition-timing-function: ease-in;
      transition-property: opacity, visibility;
    }

    body > .cover.open {
      opacity: .8;
      visibility: visible;
    }

    #nav-bg {
      background: #FFF;
      position: fixed;
      z-index: 51;
      width: 100%;
      top: 0;
      left: 0;
      height: 500px;
      opacity: 0;
      visibility: hidden;
      transition-duration: 400ms;
      transition-timing-function: ease-in;
      transition-property: opacity, visibility;
    }

    #nav-bg.open {
      opacity: 1;
      visibility: visible;
    }

    #primary_nav .btn__circle {
      background: none;
      font-size: 0.9375rem;
      padding: 0;
      margin: .75rem .1rem;
      line-height: 2.5rem;
      box-shadow: inset 0 0 0 2px rgba(0, 59, 110, .15);
      transition: box-shadow .3s ease-in-out;
    }

    #primary_nav .btn__circle:hover {
      box-shadow: inset 0 0 0 2px #00294d;
    }

    #primary_nav ul {
      display: inline-block;
      margin-left: .75rem;
      vertical-align: middle;
    }

    #primary_nav #primary_nav_links > li {
      position: relative;
      padding-left: .25em;
      padding-right: .25em;
    }

    #primary_nav #primary_nav_links > li:after {
      content: "";
      position: absolute;
      top: -5px;
      right: 0;
      left: auto;
      width: 100%;
      width: 0;
      height: 5px;
      background: #000;
      margin: 0 1px;
      opacity: .2;
      transition: width .4s ease-in-out, opacity .4s ease-in-out;
    }

    .mouseLeft #primary_nav #primary_nav_links > li:after {
      left: 0
      right: auto;
    }

    .mouseLeft #primary_nav #primary_nav_links > li.active:after,
    .mouseLeft #primary_nav #primary_nav_links > li.current:after {
      right: auto;
      left: 0;
    }

    #primary_nav #primary_nav_links > li:first-child:after {
    }

    #primary_nav #primary_nav_links > li.active:after,
    #primary_nav #primary_nav_links > li.current:after {
      width: 100%;
      opacity: .6;
    }

    #primary_nav li.parent {
      position: relative;
      background: url(../images/parent-indicator.png) no-repeat center center;
      background-size: 40px auto;

      transition: background-position .4s ease-in-out;
    }

    #primary_nav li.parent.active {
      background-position: center 100%;
      transition: background-position .4s ease-in-out;
    }

    #primary_nav li.parent > a {
      background-color: transparent;
      transition: background-color .4s ease-in-out;
    }

    #primary_nav li.parent.active > a {
      background-color: #FFF;
    }

    #primary_nav .submenu {
      opacity: 0;
      transition-duration: 200ms;
      transition-timing-function: ease-in;
      transition-property: opacity, visibility;
      display: block;
      visibility: hidden;
      z-index: 999;
      -webkit-border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -ms-border-radius: 0px 0px 0px 0px;
      -o-border-radius: 0px 0px 0px 0px;
      border-radius: 0px 0px 0px 0px;
      background: #fff;
      padding: 0px 0px 0px 0px;
      position: absolute;
      width: 100%;
      border-top: 0px solid #fff;
      border-left: 0px solid #fff;
      border-right: 0px solid #fff;
      border-bottom: 0px solid #fff;
      left: 0;
    }

    #primary_nav li.open .submenu {
      visibility: visible;
      opacity: 1;
      background: rgba(41,41,41,.9);
      background: rgba(42, 53, 66, .9);
    }

    #primary_nav li.open .submenu .menu-wrap {
      background: #0d2240;
    }

    #primary_nav li.blur .submenu,
    #primary_nav li.open.blur .submenu {
      opacity: 0;
      visibility: hidden;
    }

    .breadcrumbs {
      margin: 0 auto;
      margin-top: -3rem;
      height: 3rem;
      width: auto;
      display: block;
      position: relative;
      border: 0;
      background: none;
      padding: 0;
      border-radius: 0;
      color: #FFF;
    }

    .breadcrumbs-wrap {
      height: 100%;
      padding: 0 2rem;
      background: rgba(164,182,204,.75);
      line-height: 3rem;
    }

    .events-list .breadcrumbs-wrap,
    .single-ai1ec_event .breadcrumbs-wrap {
      background: rgba(164,182,204,.15);
    }

    .breadcrumbs a,
    .breadcrumbs span {
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: .04em;
    }

    .breadcrumbs > * a {
      color: #FFF;
    }

    .t-menu {
      border: 1px solid rgba(164,182,204,.75);
      border: 1px solid #e9edf2;
      padding: 0 2rem;
      border-top: 0;
    }

    .t-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .t-menu li {
      display: inline-block;
      display: block;
      padding: 1.5rem;
      padding-right: 3em;
      padding-left: 0;
      position: relative;
    }

    .t-menu a {
      font-size: 1.125rem;
      font-weight: 600;
      color: #003b6e;
      position: relative;
      transition: color .3s ease-in-out;
    }

    .t-menu a:hover {
      color: #c0244b;
      transition: color .3s ease-in-out;
    }

    .t-menu li:after {
      width: 2px;
      background: #003b6e;
      border-radius: 2px;
      height: 40%;
      content: "";
      position: absolute;
      right: 1.3em;
      top: 25%;
      opacity: .15;
    }

    .t-menu li:last-child:after {
      display: none;
    }

    .t-menu ul ul {
      display: none;
    }

    .portal .t-menu {
      background: #dbe4f2;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border: 1px solid #dbe4f2 !important;
      border-top: 0 !important;
    }

    .portal .t-menu ul {
      width: 33.33%;
      float: left;
    }

    .portal .t-menu li:after {
      display: none;
    }

    .portal .t-menu li {
      padding: .5rem;
      padding-right: 3em;
      display: block;
    }

    .portal .t-menu a {
      font-size: 1rem;
    }

    #menu-sections {
      /*display: none;*/
      height: 0;
      overflow: hidden;
      position: absolute;
      bottom: 0;
    }

    #site-header .menu-expand {
      height: 0;
      overflow: hidden;
      position: relative;
      width: 100%;
      z-index: 1;
    }

    #site-header.expanded {
      background-color: rgba(255,255,255,1) !important;
    }

    #site-header .menu-expand .submenu {
      position: absolute;
      top: 0;
      margin-top: -50px;
      left: 0;
      width: 100%;
      background: none;
    }

    #site-header .menu-expand .submenu.next {
      margin-top: 0;
      opacity: 0;
      left: 30px;
    }

    .submenu a b,
    .submenu a strong,
    .submenu li.list-heading a {
      font-weight: 900;
      opacity: 1;
    }

    #menu-sections .submenu {
      /*
      opacity: 0;
      visibility: hidden;
      height: 0;
      overflow: hidden;
      */
    }

    #menu-sections .submenu.visible {
      opacity: 1;
      visibility: visible;
      height: auto;
      transition: opacity .6s ease-in-out, visibility 0s .6s ease-in-out, height 0s .6s ease-in-out;
    }

    .submenu {
      background: #FFF;
      color: #003b6e;
      padding: 2.6875rem;
    }

    .submenu > .row,
    .submenu > .menu-wrap > .row {
      position: relative;
      overflow: hidden;
      display: table;
    }

    .submenu > .row,
    .submenu > .menu-wrap > .row {
      max-width: 1200px;
      display: block;
      margin: 0 auto;
    }

    .submenu > .row:after {
    }


    .submenu .menu-intro {
      position: relative;
      padding-top: 2rem;
      padding-bottom: 2rem;

      padding-top: 1rem;
      padding-bottom: 1rem;

    }

    .submenu .menu-links:after {
      content: '';
      border-right: 1px solid rgba(65, 81, 102, .15);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .submenu .menu-intro,
    .submenu .menu-links {
      display: table-cell;
      vertical-align: middle;
      float: none !important;
      clear: both;
      height: 100%;
    }

    .submenu .menu-intro .column-content {
      margin-right: 15%;
    }

    .submenu .menu-title {
      color: #003b6e;
      font-family: "ff-tisa-web-pro", Georgia, serif;
      font-size: 2rem;
      margin-bottom: .5em;
    }

    .submenu .menu-description {
      font-size: 0.8125rem;
      opacity: .7;
      line-height: 1.4em;
    }

    .submenu .btn {
      background: none;
      border: 1px solid rgba(65, 81, 102, .2);
      color: #003b6e;
      width: auto;
      text-transform: uppercase;
      display: inline-block;
      padding-left: 2em;
      padding-right: 2em;
      font-size: 0.625rem;
    }

    .submenu ul {
      list-style: none;
      margin: 0;
      padding: 2rem 0;
      width: 75%;
      margin-left: 25%;
    }

    .submenu li {

    }

    .submenu li a {
      line-height: 1.1em;
      padding: 1em;
      font-weight: normal;
      font-size: 0.6875rem;
      opacity: .7;
    }

/*  Header  */

    #logo {
      width: 200px;
      height: 34px;
      background-image: url(/images/indianactsi-logo.png);
      float: left;
      position: absolute;
      top: 50%;
      margin-top: -17px;
    }

    #site-header > .row {
      position: relative;
      z-index: 2;
    }

    #site-header > .row,
    #mega-menu-wrap-primary,
    #mega-menu-wrap-primary #mega-menu-primary,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
      position: static;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.widget_nav_menu {
      position: relative;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
    ul.mega-sub-menu {
      padding: 4rem;
      padding-top: 2rem;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before {
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:first-child {
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > span {
      max-width: 1100px;
      margin: 0 auto;
      display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > span > li.mega-menu-item {
      color: #666;
      font-family: inherit;
      font-size: 14px;
      display: block;
      float: left;
      clear: none;
      padding: 15px 15px 15px 15px;
      vertical-align: top;
    }

    #site-header:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 35px;
      opacity: .05;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60&1+0,0.5+25,0+60 */

/*!!!
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 60%); /* FF3.6-15 */
/*!!!
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 60%); /* Chrome10-25,Safari5.1-6 */
/*!!!
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*!!!
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    }

    #site-header.open:after {
      display: none;
    }

#site-header {
  position: fixed;
  background-color: rgba(255,255,255,.95);
  background-color: rgba(255,255,255,1);
  z-index: 99;
  border-top: 5px solid #c0244b;
}

#site-header_logo {
  width: 180px;
    padding-bottom: 34px;
    position: relative;
    margin: 15px 0.333% 15px 4.1667%;
    display: inline-block;
  vertical-align: middle;
    background-image: url(../images/logo_white.png);
    background-size: cover;
}

#site-header_nav_container {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 140px;
    top: 20px;
}

.site_header_nav_item {
  color: white;
    display: inline-block;
    margin-right: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#site-header_button_container {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  right: 15px;
}

.site_header_button_item {
  width: 45px;
  padding-bottom: 45px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-color: #000000;
  border-radius: 45px;
  margin-right: 2px;
}

#button_search {
  background-image: url(../images/button_search.png);
}

#button_lock {
  background-image: url(../images/button_lock.png);
}





#contentCover {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: #2a3542;
  opacity: 0;
  transition: opacity .6s ease-in-out, height 0s .6s ease-in-out, width 0s .6s ease-in-out;
  z-index: 50;
}

.menuExpanded #contentCover {
  height: 100%;
  width: 100%;
  opacity: .8;
  transition: opacity .6s ease-in-out;
}

#site-logo {
  display: block;
  max-width: 234px;
  padding: 6px 0 0 0;
}

/*

  --Home Page

*/
  #home_page_intro_container {
    text-align            : center;
    overflow              : hidden;
    position              : relative;
  }

  #home_page_intro {
    position              : relative;
    max-width             : 1300px;
    margin                : 0 auto;
    /*!!!!!!!
    padding-bottom        : 66.4%;
    height                : auto;
    width                 : auto;
    !!!!!!!!!!*/
  }

  #contentCover {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    background: #2a3542;
    opacity: 0;
    transition: opacity .6s ease-in-out, height 0s .6s ease-in-out, width 0s .6s ease-in-out;
    z-index: 50;
  }

  .menuExpanded #contentCover {
    height: 100%;
    width: 100%;
    opacity: .8;
    transition: opacity .6s ease-in-out;
  }

  #news-feed-toolbar {
    position: absolute;
    margin-top: -4.5rem;
    width: 100%;
    z-index: 5;
  }

  #news-feed-filter {
    width: auto;
    float: right;
    color: #003b6e;
    font-size: 1rem;

    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: .05em;
    line-height: 1.5rem;
    margin-top: .25rem;
    padding-left: .5em;
    padding-right: .5em;
  }

  #news-feed-filter,
  #news-feed-filter select {
    background: none;
    border: 0;
  }

  #news-feed-filter {
    border-bottom: 2px solid rgba(255,255,255,.25);
  }

  #news-feed-filter select {
    padding: .5em;
    padding-bottom: 0;
    height: auto;
    width: auto;
    max-width: none;
    line-height: 1em;
  }

  #news-feed-filter option {
    padding: .5em 1em;
    border: 0;
    box-shadow: none;
  }


/*  Events */

    body.events-list #primary > .column:first-child {
      width: 100%;
    }

    .single-ai1ec_event:not(.error404) #primary,
    .single-ai1ec_event.has-sidebar:not(.error404) #primary {
      width: 100%;
    }

    #cal-view-toggle,
    #month-view-toggle {
      position: absolute;
      bottom: 100%;
      right: 0;
      display: inline-block;
      margin-bottom: 1rem;
      text-transform: uppercase;
      border: 2px solid #00294d;
      border-radius: 2rem;
      background: #FFF;
      color: #00294d;
      font-size: .8125rem;
      line-height: 2.5rem;
      padding: 0 1.5rem;
      letter-spacing: .1em;
      border: 0;
      box-shadow: inset 0 0 0 2px rgba(0, 59, 110, .15);

      transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    }

    #month-view-toggle:hover {
      box-shadow: inset 0 0 0 2px #00294d;

    }

    .ai1ec-filters {
      position: absolute;
      bottom: 100%;
      left: 0;
    }

    .events-wrapper {
      position: relative;
    }

    .events-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 5;
      text-align: right;
      box-shadow: 0 -5px 0 #003b6e;
    }

    .events-set .box-header,
    .cal-title {
      font-size: 0.8125rem;
      font-weight: 900;
      letter-spacing: .06em;
      color: #003b6e;
      text-transform: uppercase;
    }

    .events-set .box-title,
    .cal-title {
      line-height: 4.0625rem;
    }

    .events-nav {
      display: inline-block;
    }

    .events-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .events-nav li {
      display: inline-block;
      line-height: 4.0625rem;
      min-width: 4.0625rem;
      border-left: 1px solid #d3e4f0;
      vertical-align: top;
      position: relative;
    }

    .events-nav li a {
      height: 100%;
      width: 100%;
      display: block;
      text-align: center;
    }

    .events-set.box-set {
      border: 1px solid #d3e4f0;
      margin: 1rem 0;
    }

    #ai1ec-calendar .events-set.box-set {
      margin-top: -1px;
    }

    .events-header + .events-set.box-set {
      border-top: 0;
    }

    .events-set .box-header,
    .events-set .box-body {
      text-align: left;
      padding: 0;
    }

    .events-set .box-body {
      background: #eef6fc;
    }

    .events-set .box-header {
      border-bottom: 1px solid #d3e4f0;
      position: relative;
      line-height: 4.0625rem;
      padding: 0 2rem;
    }

    .events-set .event {
      padding: 2rem;
      border-bottom: 1px solid rgba(0,0,0,.05);
      cursor: pointer;
      background: transparent;
      transition: background .25s ease-in-out;
    }

    .events-set .event.link:hover {
      background: #e1effa;
    }

    .events-set .event:last-child {
      border: 0;
    }

    .events-set .event > .column {
      margin: 0;
      padding: 0;
    }

    .events-set .weekday {
      text-transform: uppercase;
      font-size: 0.625rem;
      text-shadow: none;
      font-weight: normal;
      letter-spacing: .04em;
      color: #003b6e;
      opacity: .7;
    }

    .events-set .day,
    .events-set .fullMonth,
    .events-set .year {
      font-size: 1.0625rem;
      font-weight: 900;
      background: none;
      color: #003b6e;
      box-shadow: none;
      text-shadow: none;
      letter-spacing: .04em;
      /*font-family: "ff-tisa-web-pro", Georgia, serif;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum";
      -webkit-font-feature-settings: "lnum";
      font-feature-settings: "lnum";
      */
    }

    .events-set .fullMonth {
      text-transform: uppercase;
    }

    .events-set .time {
      color: #003b6e;
      font-size: 0.6875rem;
      letter-spacing: .04em;
      opacity: .7;
    }

    .events-set .event-title {
      font-family: "ff-tisa-web-pro";
      font-size: 1.5rem;
      color: #003b6e;
      font-weight: normal;
    }

    .events-set .desc-col > a {
      padding-top: .5rem;
      display: inline-block;
      position: relative;
    }

    .events-set .multiday .desc-col > a {
      padding-top: 0;
      top: -10px;
    }

    .single-ai1ec_event .feature-text h2,
    .events-list .feature-text h2,
    .events-list .feature-text h1 {
      color: #FFF;
      opacity: 1;
    }

    .single-ai1ec_event .entry-title {
      font-family: "ff-tisa-web-pro";
      font-weight: normal;
      font-size: 2rem;
      margin-bottom: 1em;
    }

    .single-ai1ec_event .entry-content {
      color: #003b6e;
    }

    .single-ai1ec_event .timely.ai1ec-single-event > * {
      display: none;
    }

    .single-ai1ec_event .timely.ai1ec-single-event > .column {
      display: block;
    }

    .ai1ec-pagination {
      display: none !important;
    }

    .ai1ec-btn-toolbar .ai1ec-pagination {
      display: inline-block !important;
    }

    .event-sidebar {
      float: right;
    }

    .l2-sidebar,
    .l3-sidebar {
      background: none !important;
      border-top: 0 !important;
      border: 1px solid #cfdce6 !important;
      margin-bottom: 2rem;
    }

    .l3-sidebar {
      border: 0 !important;
    }

    .ctsi-sidebar.l3-sidebar > .wrap {
      padding: 0 !important;
    }

    button.icon-btn {
      background: none;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: normal;
      color: #000;
      font-weight: normal;
      display: block;
      margin: 0;
      padding: 0;
      border-radius: 0;
      width: 100%;
    }

    .events-nav button.icon-btn {
      font-size: 1.625rem;
      color: #003b6e;
    }

    .btn-label {
      font-size: 0;
      height: 1px;
      overflow: hidden;
      display: block;
    }

    .cal-title {
      position: absolute;
      left: 0;
      padding: 0 2rem;
    }

    .event.hidden {
      opacity: 0;
      height: 0;
      padding: 0;
      overflow: hidden;
      transition: opacity .25s ease-in-out, height .1s .25s ease-in-out, padding .1s .25s ease-in-out;
    }

    .ai1ec-month-view {
      display: none;
    }

    .view--list #ai1ec-list-view {
      display: block;
    }

    .view--list .ai1ec-month-view {
      display: none;
    }

    .view--cal #ai1ec-list-view {
      display: none;
    }

    .view--cal .ai1ec-month-view {
      display: table;
    }

    .event_details-entry .l1,
    .event_details-entry .fullMonth,
    .event_details-entry .day,
    .event_details-entry .year {
      font-size: 1.125rem;
      font-family: "ff-tisa-web-pro";
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: "lnum";
      -webkit-font-feature-settings: "lnum";
      font-feature-settings: "lnum";
      text-transform: uppercase;
      letter-spacing: .04em
    }

    .event_details-entry .l2 {
      font-size: .625rem;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .event_details-entry .l2 .time,
    .event_details-entry .time {
      font-size: 0.6875rem;
    }


/*

  --Blog

*/

  .article-preview {
    margin-bottom: 6rem;
  }

  .article-preview h3 {
    padding-bottom: 0;
  }

  .article-preview .article-keywords,
  .keywords {
    font-size: .85em;
    font-style: italic;
  }

  .article-preview p,
  .article-preview .article-keywords {
    padding-bottom: .25em;
  }

  .article-preview .btn,
  #content .article-preview .btn {
    text-transform: uppercase;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #c0244b;
    color: #FFF;
  }

  .article-preview .preview-body {
    /*padding-bottom: 1em;*/
  }

  #content .article-preview .article-keywords a {
    font-weight: normal;
    color: #003b6e;
  }

  .article__footer {
    border-top: 3px solid #e8ecf2;
    padding: 2.5rem 1rem 0 1rem;
    margin-top: 2.5rem !important;
    position: relative;
  }

  .article__footer .btn-wrap {
    position: absolute;
    left: 1.25rem;
    margin-top: -1.5rem;
    top: 0;
  }

  .preview-body .btn-wrap {
    display: none;
  }

  .article-preview .attachment-post-thumbnail--wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.5rem;
  }

  .slick-dots {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .slick-dots li {
    display: inline-block;
    padding: 0 .25rem;
  }

  .slick-dots button {
    height: 12px;
    width: 12px;
    padding: 0;
    opacity: .5;
    overflow: hidden;
    text-align: center;
    color: rgba(0,0,0,0);
  }

  .slick-dots .slick-active button {
    opacity: 1;
  }



#home_page_intro_text {
  position              : relative;
  top                   : 40%;
  left                  : 16.667%;
  color                 : white;
  font-size             : 3rem;
  line-height           : 1.1rem;
  top                   : 0;
  height                : 100%;
  width                 : 100%;
  left                  : 0;
  overflow              : hidden;
  text-align            : center;
  z-index               : 1;

}



#home_page_intro_text p {
  text-align      : center;
  font-family     : "lato", sans-serif;
  color           : #999999;
  font-weight     : bold;
}

.itab p {
  text-align  : center;
  font-weight : bold;
  line-height : 1;
  color       : black;
  padding-top : 0.5rem;
}

#news-feed-grid {
  width         : 90%;
  margin-right  : auto;
  margin-left   : auto;
}



.home_page_news_item {
  background-color      : white;
  text-align            : left;
}

.home_page_news_item_label {
  display : inline-block;
  float   : left;
  width   : 12rem;
}

.home_page_news_item_container {
  //border                : 1px solid black;
  box-shadow            : 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin                : 0.5rem;
  padding               : 0.5rem;
}

.home_page_news_item_image {
  float                 : left;
  display               : block;
  position              : relative;
  height                : 100%;
}

.home_page_news_item_image img {
  float                 : left;
  vertical-align        : middle;
}

.home_page_news_item_text {
  display               : block;
  word-wrap             : break-word;
  overflow              : hidden;
  text-overflow         : ellipsis;
  position              : relative;
  height                : 100%;
}

.home_page_news_item_text p {
  /*color                 : black;
  overflow              : hidden;
  font-size             : 1rem;
  text-align            : center;
  margin                : 0.1rem;
  line-height           : 1.2rem;
  float                 : left;
  vertical-align        : middle;
  */
    color: black;
    overflow: hidden;
    font-size: 1rem;
    text-align: left;
    margin: 1.5rem;
    line-height: 1.2rem;
    float: left;
    vertical-align: middle;

}





@media screen and (max-width: 640px) and (min-width: 0px ) {

  #home_page_intro_text {
    margin-top            : 2rem;
  }
  #home_page_intro_text p {
    font-size             : 1rem;
  }
  .itab p {
    font-size             : 2rem;
  }
  .home_page_news_item {
    /*!!!background-color     : red;      /*!!!!!!!!!!!!*/
    font-size             : 1rem;
  }
  .home_page_news_item_label {
  }
  .home_page_news_item_container {
    height                : 6rem;
  }
  .home_page_news_item_image {
  }
  .home_page_news_item_image img {
    height                : 3rem;
    width                 : 3rem;
  }
  .home_page_news_item_text {
  }
  .home_page_news_item_text p {
  }
}


@media screen and (max-width: 1024px) and (min-width: 641px) {

  #home_page_intro_text {
    margin-top            : 4rem;
  }
  #home_page_intro_text p {
    font-size             : 2rem;
  }
  .itab p {
    font-size             : 1.5rem;
  }
  .home_page_news_item {
    /*!!!background-color     : green;      /*!!!!!!!!!!!!*/
    font-size             : 1rem;
  }
  .home_page_news_item_label {
  }
  .home_page_news_item_container {
    height                : 8rem;
  }
  .home_page_news_item_image {
  }
  .home_page_news_item_image img {
    height                : 5rem;
    width                 : 5rem;
  }
  .home_page_news_item_text {
  }
  .home_page_news_item_text p {
  }
}


@media screen and (min-width: 1025px) {

  #home_page_intro_text p {
    margin-top            : 9rem;
  }

  #home_page_intro_text p {
    font-size             : 3rem;
  }
  .itab p {
    font-size             : 1rem;
  }
  .home_page_news_item {
    /*!!!background-color     : blue;       /*!!!!!!!!!!!!*/
    font-size             : 1rem;
  }
  .home_page_news_item_label {
  }
  .home_page_news_item_container {
    height                : 8rem; /* 10rem */
  }
  .home_page_news_item_image {
  }
  .home_page_news_item_image img {
    height                : 7rem;
    width                 : 7rem;
  }
  .home_page_news_item_text {
  }
  .home_page_news_item_text p {
  }

}

/*
#home_page_intro_text .inside {
  width: 50%;
  margin: 0 auto;
  top: 40%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: auto;
}
*/

#home_page_intro_text .inside {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  position: relative;
  display: block;
  padding-bottom : 50px;
  /* !!! vertical-align: middle; !!*/
}


#home_page_intro_hex {
    display: block;
    width: 70px;
    height: 70px;
    margin: 30px auto 0px auto;
    background-image: url(../images/hex_arrow.png);
    background-size: cover;
}

/*!!!
#home_page_intro_text span {
    display: block;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

#home_page_intro_text span::after {
  content: '';
    position: absolute;
    width: 3rem;
    height: 3px;
    background-color: #DDAD35;
    top: 4rem;
    left: calc(50% - 1.5rem);
}
!!*/

#home_page_content_fade {
    height: 130px;
    background-image: url(../images/bottom_fade.png);
    background-size: cover;
    position: relative;
    top: -120px;
    padding-left: 1rem;
    margin-bottom: -120px;

    background-image: url(../images/fadeout.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 2;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a3542+0,2a3542+90&0+5,0.5+37,1+90 */

/*!!!
background: -moz-linear-gradient(top,  rgba(42,53,66,0) 0%, rgba(42,53,66,0) 5%, rgba(42,53,66,0.5) 37%, rgba(42,53,66,1) 90%); /* FF3.6-15 */
/*!!!
background: -webkit-linear-gradient(top,  rgba(42,53,66,0) 0%,rgba(42,53,66,0) 5%,rgba(42,53,66,0.5) 37%,rgba(42,53,66,1) 90%); /* Chrome10-25,Safari5.1-6 */
/*!!!
background: linear-gradient(to bottom,  rgba(42,53,66,0) 0%,rgba(42,53,66,0) 5%,rgba(42,53,66,0.5) 37%,rgba(42,53,66,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*!!!
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a3542', endColorstr='#2a3542',GradientType=0 ); /* IE6-9 */

/* !!!!
background: -moz-linear-gradient(top,  rgba(83,89,102,0) 0%, rgba(83,89,102,0) 5%, rgba(83,89,102,0.5) 37%, rgba(83,89,102,1) 90%); /* FF3.6-15 */

/*!!!
background: -webkit-linear-gradient(top,  rgba(83,89,102,0) 0%,rgba(83,89,102,0) 5%,rgba(83,89,102,0.5) 37%,rgba(83,89,102,1) 90%); /* Chrome10-25,Safari5.1-6 */
/*!!!
background: linear-gradient(to bottom,  rgba(83,89,102,0) 0%,rgba(83,89,102,0) 5%,rgba(83,89,102,0.5) 37%,rgba(83,89,102,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*!!!
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00535966', endColorstr='#535966',GradientType=0 ); /* IE6-9 */


}

#home_page_content_label_left {
    position: relative;
    left: 40px;
    top: 40%;
    color: white;
    font-size: 2rem;
}

#home_page_content_label_left::before {
    left: -40px;
    content: '';
    background-image: url(../images/hex_arrow.png);
    background-size: cover;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 10px;
}

#home_page_content_label_center {
    position: relative;
    left  : auto;
    right : auto;
    top: auto;
    color: black;
    font-size: 2rem;
    text-align : center;
    padding-bottom : 1rem;
}

/*!!!!!!!
#home_page_content_label_center::before {
!!!!!!*/
#home_page_content_label_center img {
    /*!!!!!!!
    content: '';
    background-image: url(../images/hex_arrow.png);
    background-size: cover;
    !!!!*/
    width: 2rem;
    height: 2rem;
    /*!!!!!!!
    position: absolute;
    top: 10px;
    left: -40px;
    !!!!!!!*/
}


#home_page_content_label_right {
    position: absolute;
    right: 4.1667%;
    top: 60%;
    color: white;
    font-size: 1rem;

    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: .05em;
    line-height: 1.5rem;
    margin-top: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

#home_page_content_label_right:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: .5rem;
}

#home_page_content_container {
  margin        : 0 auto;
  position      : relative;
}

.box,
.alert-box {
  color: #003b6e;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: none;
}

.box.hidden {
  display: none !important;
}

.carousel-box {
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.alert-box {
}

.box-body {
  padding     : 0.75rem;
}
.box-header {
  padding: 1.75rem;
  background: #FFF;
}

.box-header {
  padding-bottom: 0;
  text-align: center;
}

.box-body {
  padding-bottom: 1rem;
}

/*!!!!!!!!!!
#news-feed-grid .box .box-body,
.announcement-box .box-body {
  border-top: 4px solid #003B6E;
}

#news-feed-grid .alert-box .box-body,
.alert-box .box-body {
  border-top: 4px solid #c0244b;
}
!!!!!!!!!!!!!*/

.box-body p {
  line-height: 1.4em;
}

.label {
  background-color: #ccc;
  display: inline-block;

  font-family: "Lato";
  font-weight: 900;
  font-size: 0.6875rem;
  letter-spacing: .15em;
  /*!!!
  color: rgba(255, 255, 255, .5);
  !!!!*/
  color : #fff;
  border-radius: 2rem;
  padding: 7px 21px;
  text-transform: uppercase;

}

.box-body .label {
  margin: 0 0 1.3rem 0;
}

.box-footer {
  /*!!!!
  height: 3.4375rem;
  position: relative;
  !!!!!!*/
  height : auto;
  display : inline-block;
  float : right;
  /*!!!!
}

.box-footer a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.box-footer a {
  display: block;
  font-size: 0.6875rem;
  background-color: #edf2f7;
  color: #003b6e;
  height: 100%;
  width: 100%;
  padding: 0 1rem 0 1.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color .4s ease-in-out;
}

.box-footer a:hover {
  background-color: #cfdae6;
  transition: background-color .4s ease-in-out;
}

.box-footer a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.18em;
  width: 100%;
  position: relative;
}

.box-footer a span:before {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/arrow-right--blue.png);
  background-size: 40px auto;
}

.alert-box .box-footer a span:before {
  background-image: url(../images/arrow-right--red.png);
  /*background-image: url(../images/arrow-right--gold.png);*/
}

/*!!!!!!!!!!!
#content #news-feed-grid .box-footer a span {
  color: #003B6E;
}

#content #news-feed-grid .alert-box .box-footer a span {
  color: #c0244b;
}
!!!!!!!!!!!!!*/

.carousel-box .box-footer a {
  background: #25b4db;
  color: #FFF;
}

.carousel-box .box-footer a span:before {
  background-image: url(../images/arrow-right--white.png);
}

.carousel-box .box-body {
  padding-bottom: 2rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 2rem;
}

.carousel-box .box-body h3 {
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}

.carousel-box .box-body h5 {
  color: #25b4db;
}

.carousel-box .label {
  background: #25b4db;
  padding-left: 14px;
  padding-right: 14px;
  left: -8px;
}

.carousel-box .box-body a {
  color: #003b6e;
}

.link-box {
  border: 4px solid #dbe4f2;
}

.link-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 1.5rem;
}

.link-box li {
  display: block;
}

.link-box .box-body a,
#content .link-box .box-body a {
  color: #003b6e;
}

.link-box .box-title {
  font-family: "ff-tisa-web-pro", Georgia, serif;
  position: relative;
  padding-bottom: 1em;
  padding-top: 0;
}

.link-box {
  text-align: center;
}

.link-box .box-footer {
}

.link-box .box-title:after {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  border-bottom: 2px solid #c0244b;
}

.link-box .box-body a,
#content .link-box .box-body a {
  padding-top: 1em;
  padding-bottom: 1.2em;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: relative;
  line-height: 1.3em;
  font-weight: 900;
  font-size: 0.875rem;
  transition: background .4s ease-in-out;
}

.link-box .box-body a .subhead,
#content .link-box .box-body a .subhead {
  font-weight: normal;
  opacity: .5;
  padding-top: .2em;
}

.link-box .box-body a:hover,
#content .link-box .box-body a:hover {
  background: #dbe4f2;
}

.link-box .box-body li {
  position: relative;
}

.link-box .box-body li a:after {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 45%;
  right: 45%;
  border-bottom: 2px solid #003b6e;
  transition: left .4s ease-in-out, right .4s ease-in-out;
}

.link-box .box-body li a:hover:after {
}

.link-box .box-body li:last-child a:after {
  display: none;
}

.link-box .box-body {
  padding-left: .5rem;
  padding-right: .5rem;
    padding-bottom: .5rem;
  padding-top: 0;
}

.link-box .label {
  margin-bottom: .5rem;
}

.link-box .label:after {
  white-space: pre;
  display: block;
  width: 100%;
}

.link-box .box-header,
.link-box .box-body {
  background: none;
}

#section-content .column:nth-child(2n) .link-box {
  background: #dbe4f2;
  background: #eef1f5;
  border-color: #eef1f5;
}

#home_page_content_container {
  padding-bottom: 3rem;
}

#home_page_content_container .box {
}

#site_footer {
  background: #1a2126;
  overflow: hidden;
  padding: 6rem 0 0 0;
}

#site_footer a:hover {
  text-decoration: underline;
}

#site_footer,
#site_footer ul,
#site_footer p {
  font-size: 0.8125rem;
  color: #FFF;
}

#site_footer .column ul,
#site_footer .column .widget_text {
  margin: 0 auto;
  width: 60%;
  list-style: none;
  padding: 0;
}

#site_footer .column ul ul {
  width: 100%;
}

#site_footer .column {
  border-left: 1px solid rgba(65, 81, 102, .5);
}

#site_footer .row > .column:first-child {
  border-left: 0;
}

#site_footer li {
  padding: 0 0 .5rem 0;
  border: 0;
}

#site_footer .sub-menu li a {
  opacity: .75;
}

#site_footer_copyright {
  background: #1a2126;
  color: #FFF;
  border-top: 1px solid rgba(65, 81, 102, .5);
  padding: 2rem 0;
}

#site_footer_copyright p {
  font-size: 0.625rem;
  opacity: .6;
  margin: 0;
}

#site_footer a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  box-shadow: none;
}

#site_footer li a,
#site_footer .widget-title {
  margin-bottom: .75rem;
  display: block;
}

#site_footer .column .widget_text p {
  color: rgba(255,255,255,.75);
}

#site_footer .column .widget_text a {
  color: rgba(255,255,255,1);
}

#site_footer li a {
  opacity: 1;
  color: #FFF;
  font-weight: 900;
  box-shadow: none;
}

#site_footer li li a {
  font-weight: normal;
  margin-bottom: 0;
}

.home_page_box {
  background-color: white;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 4.1667%;
  margin-bottom: 3%;
  width: 27.8%;
  text-align: left;
}

.home_page_box_label {
  display : inline-block;
  float   : left;
  width   : 12rem;
}

.label_red {
  background-color: #C0244B;
}

.label_orange {
  background-color: #DDAD35;
}

.label_blue {
  background-color: #003B6e;
}

.home_page_box_image {
  height        :   4rem;
  width         :   4rem;
  display       :   inline-block;
  padding-left  :   2rem;
  padding-right:    2rem;
}

.home_page_box_text {
  display         : inline-block;
  margin-left     : 2em;
  vertical-align  : top;
  width           : 60%;
}

.home_page_box_text p {
  font-size   : 1.2rem;
  font-weight : bold;
  color       : #003b6e;
  line-height : 1.4em;
  display     : inline-block;
}

p em {
    margin-top: 1rem;
    display: block;
}

.home_page_box_footer_arrow.arrow_red {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-image: url(../images/arrow_red.png);
    vertical-align: middle;
    position: absolute;
    right: 20px;
    bottom: 10px;
}


.home_page_box_footer_arrow.arrow_orange {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: cover;
    background-image: url(../images/arrow_orange.png);
    vertical-align: middle;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.home_page_box_footer {
    background-color: #ccc;
    width: 100%;
    height: 3.5rem;
}

.home_page_box_footer_label {
    padding: 1rem 20px 0px 20px;

    font-weight: bold;
}

#home_page_more_news_events {
  display: block;
  padding: 7px 21px;
  background-color: #888888;
  border-radius: 20px;
  color: white;

  margin: 0 auto;
}

#home_page_more_news_events {
    display: block;
    padding: 7px 21px;
    background-color: #888888;
    border-radius: 20px;
    color: white;

    margin: 10px auto 50px auto;
    display: table;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.85);
  z-index: 200;
}

.spinner {
  position: relative;
  top: 50%;
  margin-top: -20px;
  margin: 0 auto;
}

.fonts-loading #preloader {
  opacity: 1;
  visibility: visible;
}

#preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease-in-out, visibility 0s .25s ease-in-out;
}


.site-info {
  background: #11161a;
  float: none;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
  padding: 1rem 0;
  line-height: 60px;
  font-size: 0.625rem;
  color: rgba(255,255,255,.75);
}

#site_footer .site-info .column {
  border: 0;
}

#assoc-logos {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
}

#assoc-logos li {
  display: inline-block;
  margin-left: 1rem;
  padding: 0;
}

#assoc-logos li a {
  background: url(../images/iu-logo.png) no-repeat center center;
  background-size: 80% auto;
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  text-indent: -99999px;
  text-align: left;
  margin: 0;
  padding: 0;
  transition: background-color .3s ease-in-out;
}

#assoc-logos #purdue-logo a {
  background-image: url(../images/purdue-logo.png);
}

#assoc-logos #nd-logo a {
  background-image: url(../images/nd-logo.png);
}

#assoc-logos li a:hover {
  background-color: #2a3542;
}


/*  Interior Pages */

    #section-header {
      clear: both;
      position: relative;
      padding-top: 6.5625rem;
      overflow: hidden;
      background: #e8ecf2;
    }

    .single-ai1ec_event #section-header,
    .events-list #section-header {
      background: #00294d;
    }

    .portal #section-header {
      padding-top: 8.75rem;
      padding-bottom: 1rem;
      background: none;
    }

    .feature {
      background: #e8ecf2;
    }

    .feature-bg {
      background: #CCC;
      background: url(../images/sky.jpg) no-repeat center center;
      background-size: cover;
    }

    .feature-bg img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

    .feature-text {
      float: left;
      color: #FFF;
      padding-left: 3rem;

      float: none;
      width: auto;
    }

    .portal .feature-text {
      width: 58.33333%;
      float: left;
    }

    .feature-bg .feature-text {
      height: 400px;
    }

    .feature-text .wrap {
      display: table;
      height: 100%;
      padding: 0;
      max-width: none;
    }

    .feature-text .wrap .in {
      display: table-cell;
      vertical-align: middle;
    }

    .feature-text h1,
    .feature-text h2 {
      color: #0d2240;
      opacity: .9;
    }

    .basic-page .feature-text {
      max-width: none;
    }

    .feature-bg .feature-text * {
      color: #FFF;
      text-shadow: -2px 2px 1px rgba(0,0,0,.2);
    }

    .feature-text h1,
    .feature-text h2 {
      line-height: 1em;
      margin: 0;
      padding: 1.5em 0;
    }

    .feature-bg .feature-text h1,
    .feature-bg .feature-text h2 {
      padding: 0.67em 0;
    }

    .landing-page .feature-text h1,
    .landing-page .feature-text h2 {
      font-size: 4.5rem;
    }

    .feature-text .wrap {
      display: block;
    }

    .landing-page .feature-text .wrap {
      height: 100%;
      display: table;
    }

    .feature-text .wrap:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      display: none;
    }

    .feature-text .wrap .in,
    .feature-header {
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 3rem;
      width: 100%;
    }

    .feature .feature-text .in {
      padding: 4.5rem 0 5.75rem 0;
    }

    .feature-text .wrap .in {
      display: block;
      height: auto;
    }

    .landing-page .feature-text .wrap .in {
      display: table-cell;
      padding: 0;
    }

    .feature-header {
      padding-top: 4rem;
      padding-bottom: 5.5rem;
    }

    .feature-fg {
      position: relative;
      max-width: 500px;
      width: 100%;
      float: right;
      right: 5%;

    }

    .feature-fg:before {
      content: "";
      display: block;
      padding-top: 100%;
      padding-top: 80%;
    }

    .feature-fg img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

    /*  Breadcrumbs */

        .breadcrumb {
          display: inline-block;
          background: #FFF;
          border: 1px solid #dbe4f2;
          border-bottom: 0;
          color: #8fabcc;
          padding: 0 1rem;
          margin-top: -2.625rem;
          top: -1px;
          position: relative;
          z-index: 40;
        }

        .landing-page .breadcrumb {
          color: #FFF;
          background: #25b4db;
          border: 1px solid #25b4db;
          border-bottom: 0;
        }

        .basic-page .breadcrumb {
          border: 1px solid #FFF;
        }


        .breadcrumb ul {
          list-style: none;
          margin: 0;
          padding: 0;
          font-size: 0.625rem;
        }

        .breadcrumb li {
          display: inline-block;
          white-space: nowrap;
          position: relative;
          padding-right: .5rem;
          line-height: 1em;
        }

        .breadcrumb li:after {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          right: 0;
          top: 0;
          width: .5rem;
          text-align: center;
          padding: 1rem 0;
        }

        .breadcrumb li:last-child {
          padding-right: 0;
        }

        .breadcrumb li:last-child:after {
          display: none;
        }

        .breadcrumb a {
          display: block;
          padding: 1rem .5em;
          font-size: 0.625rem;
          text-transform: uppercase;
          letter-spacing: .02em;
          color: #8fabcc;
          line-height: 1em;
        }

        .landing-page .breadcrumb a {
          color: #FFF;
        }

        .portal .breadcrumbs-wrap {
          background: #FFF;
          color: #8fabcc;
          border: 1px solid #dbe4f2;
        }

        .portal .breadcrumbs a,
        .portal .breadcrumbs > * a {
          color: #8fabcc;
        }

        .page-nav {
          background: #dbe4f2;
          border: 1px solid #dbe4f2;
          border-top: 0;
          top: -1px;
          position: relative;
        }

        .landing-page .page-nav {
          background: none;
          border: 1px solid #25b4db;
          border-top: 0;
        }

        .page-nav ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: block;
          padding: 0 1rem;
        }

        .page-nav li {
          display: inline-block;
          vertical-align: middle;
        }

        .page-nav a {
          padding: 1em;
          font-size: 1.125rem;
          display: block;
          color: #465266;
        }

        .landing-page .page-nav a {
          color: #25b4db;
        }

        .nav-columns {
          overflow: hidden;
          padding: 1.5rem;
        }

        .nav-columns a {
          padding: .5em 0;
          line-height: 1.2em;
          font-size: 1rem;
          padding-right: 2em;
        }

        .nav-columns ul {
          width: 33.33%;
          float: left;
        }

        .nav-columns ul li {
          display: block;
        }

    .CTA-box {

    }

    .CTA-box .btn {
      background: #25b4db;
      text-align: center;
      text-transform: uppercase;
    }

    .sidebar .box {
      margin-bottom: 2rem;
    }

    .info-box {
      background: rgba(240,248,250, 1);
      border-top: 5px solid #25b4db;
      padding: 2rem;
    }

    .info-box p {
      font-size: 0.875rem;
    }

    .box-carousel {
      background: #f0f8fa;
      padding: 3rem 0;
    }

    .carousel-item {
      margin: 2rem;
    }

    .carousel-item {
      width: 200px;
    }

    .slick-slide {
      height: auto;
    }


/*  Sidebar */

    .ctsi-sidebar {
      background: #F4F4F4;
      background: #e9edf2;
      border-top: 5px solid #003b6e;
      font-size: 0.875rem;
    }

    .ctsi-sidebar > .wrap {
      padding: 2rem;
      margin-bottom: 2rem;
    }

    .widget-title {
      margin-bottom: 1rem;
      font-weight: 900;
    }

    .contact-entry {
      margin-bottom: 1rem;
      color: rgba(13,20,26,.7);
    }

    .contact-entry .field-name,
    .contact-entry .field-email,
    .contact-entry .field-phone {
      margin-bottom: .25em;
    }

    .ctsi-sidebar-call_to_action,
    .ctsi-sidebar-custom {
      background: none;
      border-top: 0;
    }

    .ctsi-sidebar-call_to_action > .wrap {
      padding: 0;
    }

    .ctsi-sidebar-call_to_action .btn,
    #content .ctsi-sidebar-call_to_action .btn,
    .event-sidebar .ai1ec-actions a,
    .entry-content .timely .event-sidebar .ai1ec-btn-default {
      background-color: #003b6e;
      color: #FFF;
      padding-left: 1em;
      padding-right: 1em;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .04em;
      transition: background-color .3s ease-in-out;
    }

    .ctsi-sidebar-call_to_action .btn:hover,
    #content .ctsi-sidebar-call_to_action .btn:hover,
    .entry-content .timely .event-sidebar .ai1ec-btn-default:hover {
      background-color: #c0244b;
      transition: background-color .3s ease-in-out;
    }

    .entry-content .timely .event-sidebar .ai1ec-btn-default {
      text-align: left;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }

    .event-sidebar .ai1ec-actions .ai1ec-dropdown-menu a {
      background: #FFF;
      font-size: .8125em;
    }

    .event-sidebar .ctsi-sidebar.l2-sidebar > .wrap {
      margin-bottom: 0;
    }

    .event-sidebar .ai1ec-contact .ai1ec-fa,
    .event-sidebar .ai1ec-categories .ai1ec-field-label {
      display: none;
    }

    .event-sidebar .ai1ec-categories .ai1ec-field-value {
      padding: 0;
    }

    .event-sidebar .ai1ec-categories .ai1ec-field-value a {
      border: 1px solid #cfdce6;
      border-radius: 2rem;
      display: block;
      padding: 1em;
    }


.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #FFF;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
