@import url("https://fonts.googleapis.com/css?family=PT+Serif|Roboto:300,400,500,700");
html, body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }

.node-content h2:first-child, .node-content h3:first-child, .node-content h4:first-child, .node-content h5:first-child, .node-content h6:first-child, .node-content p:first-child {
  margin-top: 0; }

.node-content h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  color: #4a4a4a; }

.node-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #4a4a4a; }

.node-content p {
  color: #4a4a4a;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 30px; }

.node-content a {
  color: #0000ff;
  text-decoration: underline; }

.node-content ul li {
  color: #4a4a4a;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 30px; }

body.path-frontpage div.main-header {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important; }

section.header {
  border-bottom: solid 1px #F3F3F3; }
  section.header div.sub-header {
    background-color: #fff;
    /* overflow: auto; */
    font-size: 14px;
	  padding:10px;
    width: 100%;
  }
    section.header div.sub-header > div.container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    section.header div.sub-header > div.container::after {
      display: none;
    }
    @media (max-width: 650px) {
      section.header div.sub-header > div.container {
        flex-direction: column;
      }

    }
    /* section.header div.sub-header div.left {
      float: left; } */
      section.header div.sub-header div.left ul.menu {
        list-style: none;
        padding: 0;
        margin: 16px 0; }
        section.header div.sub-header div.left ul.menu li {
          display: inline;
          margin-right: 30px; }
          section.header div.sub-header div.left ul.menu li:last-child {
            margin-right: 0; }
          section.header div.sub-header div.left ul.menu li a {
            color: #fff;
            text-decoration: none; }
    section.header div.sub-header div.right {
      /* float: right; */
      color: #fff; }
      section.header div.sub-header div.right .label {
        font-weight: 500;
        margin-right: 10px; }
      section.header div.sub-header div.right div.login-register {
        display: inline-block;
        margin-right: 30px; }
        section.header div.sub-header div.right div.login-register a {
          color: #fff; }
      section.header div.sub-header div.right div.social {
        display: inline-block; }
        section.header div.sub-header div.right div.social p {
          display: inline-block; }
        section.header div.sub-header div.right div.social ul {
          display: inline-block;
          padding: 0;
          margin: 0; }
          section.header div.sub-header div.right div.social ul li {
            display: inline;
            margin-right: 10px; }
            section.header div.sub-header div.right div.social ul li:last-child {
              margin-right: 0; }
            section.header div.sub-header div.right div.social ul li a {
              color: #fff;
              font-size: 15px; }
  section.header div.main-header {
    padding: 16px 0;
	background-color:#0b3256;
    border-bottom: solid 10px #E45F4B;  }
    /* section.header div.sub-header div.branding {
      float: left; } */
      section.header div.sub-header div.branding a {
        text-decoration: none;
        display: inline-block; }
      section.header div.sub-header div.branding img {
        width: 174px;
        height: auto; }
    section.header div.main-header .nav-search {
      text-align: center;
      margin-top: 12px; }
      section.header div.main-header .nav-search nav.menu--main {
        display: inline-block;
        font-size: 15px; }
        @media (max-width: 770px) {
          section.header div.main-header .nav-search nav.menu--main {
            display: none; } }
        section.header div.main-header .nav-search nav.menu--main ul {
          padding: 14px 0 20px 0;
          margin: 0; }
          section.header div.main-header .nav-search nav.menu--main ul li {
            display: inline;
            margin-right: 30px;
            position: relative;
            padding-bottom: 20px; }
            section.header div.main-header .nav-search nav.menu--main ul li a {
              text-decoration: none;
              color: #fff; }
            section.header div.main-header .nav-search nav.menu--main ul li ul {
              display: none;
              margin: 0;
              padding: 0;
              position: absolute;
              z-index: 99;
              text-align: center;
              top: 38px;
              left: -33%;
              background: #0B3256;
              border-radius: 4px; }
              section.header div.main-header .nav-search nav.menu--main ul li ul li {
                width: 100%;
                display: inline-block;
                border-bottom: solid 1px #fff;
                padding: 0; }
                section.header div.main-header .nav-search nav.menu--main ul li ul li:last-child {
                  border: none; }
                section.header div.main-header .nav-search nav.menu--main ul li ul li a {
                  display: block;
                  color: #fff;
                  padding: 10px 15px;
                  font-size: 14px; }
                section.header div.main-header .nav-search nav.menu--main ul li ul li ul {
                  display: none !important; }
            section.header div.main-header .nav-search nav.menu--main ul li:hover ul {
              display: block; }
      section.header div.main-header .nav-search div.search-toggle {
        display: inline-block; }
        section.header div.main-header .nav-search div.search-toggle i {
          color: #fff; }
          @media (max-width: 770px) {
            section.header div.main-header .nav-search div.search-toggle i {
              font-size: 24px; } }
      section.header div.main-header .nav-search div.mobile-menu-toggle {
        display: inline-block;
        margin-top: 12px;
        margin-right: 10px;
        color:#fff; }
        @media (min-width: 771px) {
          section.header div.main-header .nav-search div.mobile-menu-toggle {
            display: none; } }
        section.header div.main-header .nav-search div.mobile-menu-toggle i {
          color: #1F2443;
          font-size: 24px; }
  section.header div.search {
    background: #A27224;
    padding-top: 20px;
    border-bottom: solid 1px #fff; }
    section.header div.search p {
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.17px; }
    section.header div.search input[type="search"] {
      width: 82%;
      margin: 10px 0 20px 0;
      margin-right: 2%;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.25px;
      font-family: Roboto;
      padding: 10px 0;
      background: none;
      border: none;
      color: #fff; }
      @media (max-width: 840px) {
        section.header div.search input[type="search"] {
          width: 70%; } }
      @media (max-width: 570px) {
        section.header div.search input[type="search"] {
          width: 100%; } }
      section.header div.search input[type="search"]::placeholder {
        color: RGBA(255, 255, 255, 0.6); }
    section.header div.search input[type="submit"] {
      width: 15%;
      background: none;
      border: solid 3px #fff;
      text-transform: uppercase;
      font-weight: 500;
      padding: 10px 0;
      color: #fff;
      font-family: Roboto; }
      @media (max-width: 840px) {
        section.header div.search input[type="submit"] {
          width: 27%; } }
      @media (max-width: 570px) {
        section.header div.search input[type="submit"] {
          width: 100%;
          margin-bottom: 20px; } }

section.featured-links {
	background: url(../images/washingtonDC-background.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0; }

section.featured-links, section.recent-news {
    border-bottom: solid 10px #E45F4B; }

section.recent-news {
  overflow: hidden;
  margin: 0; }
  section.recent-news .view-news-button {
    font-size: inherit;
    font-weight: 500;
    background:#0c3256;
    color: #fff;
    padding: 10px 20px;
    margin: 50px auto 0 auto;
    float:right; }
  section.recent-news h2.view-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.21px; }
  section.recent-news .most-recent.featured {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom:-4px; }
    @media (max-width: 800px) {
      section.recent-news .most-recent.featured {
        width: 100%;
        text-align:center;
        margin: auto; } }
    section.recent-news .most-recent.featured article.news-item.big img {
      width: 100%;
      display: block; }
    section.recent-news .most-recent.featured article.news-item.big h3 {
      font-size: 32px;
      font-weight: 500;
      letter-spacing: 0.3px;
      margin: 20px 0 0 0;
      line-height: 38px; }
      section.recent-news .most-recent.featured article.news-item.big h3 a {
        color: #313131;
        text-decoration: none; }
    section.recent-news .most-recent.featured article.news-item.big p.summary {
      color: #545454;
      font-family: "Roboto";
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.17px;
      line-height: 25px;
      margin: 14px 0 0 0; }
    section.recent-news .most-recent.featured article.news-item.big footer {
      overflow: hidden;
      margin-top: 20px; }
      section.recent-news .most-recent.featured article.news-item.big footer p.date {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.14px;
        float: left;
        margin: 0; }
      section.recent-news .most-recent.featured article.news-item.big footer div.social-sharing {
        float: right; }
        section.recent-news .most-recent.featured article.news-item.big footer div.social-sharing p {
          display: inline-block;
          font-size: 15px;
          color: #313131;
          margin: 0;
          margin-right: 10px; }
        section.recent-news .most-recent.featured article.news-item.big footer div.social-sharing ul {
          margin: 0;
          padding: 0;
          list-style-type: none;
          display: inline-block; }
          section.recent-news .most-recent.featured article.news-item.big footer div.social-sharing ul li {
            display: inline;
            margin-right: 10px; }
            section.recent-news .most-recent.featured article.news-item.big footer div.social-sharing ul li a {
              color: #0000ff;
              font-weight: 700;
              letter-spacing: 0.15px;
              text-decoration: underline; }
  section.recent-news .smaller-social {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
    padding:50px 50px 50px 0; }
    @media (max-width: 800px) {
      section.recent-news .smaller-social {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.recent-news .smaller-social .smaller-news {
      overflow: hidden; }
      section.recent-news .smaller-social .smaller-news .article.views-row {
      padding: 20px 0;
      border-bottom: solid 1px #C2A26F }
     
/**
 section.recent-news .smaller-social .smaller-news article.small div.state-cover {
        background: #0B3256;
        height: 172px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.recent-news .smaller-social .smaller-news article.small div.state-cover p {
          color: #fff;
          text-transform: uppercase;
          margin: 0;
          font-weight: 700;
          font-size: 42px; }
        section.recent-news .smaller-social .smaller-news article.small div.state-cover img {
          width: 69%;
          height: auto; }
      section.recent-news .smaller-social .smaller-news article.small div.featured-image {
        position: relative; }
        section.recent-news .smaller-social .smaller-news article.small div.featured-image img {
          width: 100%;
          display: block; }
        section.recent-news .smaller-social .smaller-news article.small div.featured-image .state-label {
          position: absolute;
          top: 0;
          left: 0;
           }
          section.recent-news .smaller-social .smaller-news article.small div.featured-image .state-label p {
            color: #fff;
            text-transform: uppercase;
            margin: 10px 10px;
            font-weight: 700;
            font-size: 18px; }
**/

      section.recent-news .smaller-social .smaller-news article.small h3 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.17px;
        margin: 0;
        line-height: 21px;
        margin: 12px 0; }
        section.recent-news .smaller-social .smaller-news article.small h3 a {
          color: #323232;
          text-decoration: none; }
      section.recent-news .smaller-social .smaller-news article.small footer p.date {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.14px;
        margin: 0; }
  section.recent-news .social-feeds {
    margin-top: 30px;
    overflow: hidden; }
    section.recent-news .social-feeds div.facebook-post {
      width: 47.5%;
      float: left;
      margin-right: 5%; }
      @media (max-width: 425px) {
        section.recent-news .social-feeds div.facebook-post {
          width: 100%;
          float: right;
          margin-right: 0;
          margin-bottom: 20px; } }
    section.recent-news .social-feeds div.twitter-post {
      width: 47.5%;
      float: right;
      margin-right: 0; }
      @media (max-width: 425px) {
        section.recent-news .social-feeds div.twitter-post {
          width: 100%;
          float: right;
          margin-right: 0; } }
    section.recent-news .social-feeds .social-post {
      font-family: "Roboto";
      font-size: 17px;
      line-height: 26px;
      color: #323232; }
      section.recent-news .social-feeds .social-post .post-container {
        position: relative; }
      section.recent-news .social-feeds .social-post .attachment-container {
        width: 100%;
        height: 172px;
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
        position: relative;
        margin-top: -46px;
        z-index: -1; }
        section.recent-news .social-feeds .social-post .attachment-container img {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; }
      section.recent-news .social-feeds .social-post .social-network-icon {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 12px; }
        section.recent-news .social-feeds .social-post .social-network-icon.facebook {
          background: #334D8F; }
          section.recent-news .social-feeds .social-post .social-network-icon.facebook i {
            margin-top: 10px; }
        section.recent-news .social-feeds .social-post .social-network-icon.twitter {
          background: #0094F4; }
          section.recent-news .social-feeds .social-post .social-network-icon.twitter i {
            margin-top: 9px; }
        section.recent-news .social-feeds .social-post .social-network-icon i {
          color: #fff;
          text-align: center;
          width: 100%; }
      section.recent-news .social-feeds .social-post a {
        color: #0090ED;
        text-decoration: underline; }
        section.recent-news .social-feeds .social-post a.container-link {
          text-decoration: none;
          font-family: "Roboto";
          font-size: 17px;
          line-height: 26px;
          color: #323232; }
      section.recent-news .social-feeds .social-post p {
        margin: 0; }
      section.recent-news .social-feeds .social-post footer {
        margin-top: 10px; }
        section.recent-news .social-feeds .social-post footer p.date {
          color: #000;
          font-family: Roboto;
          font-size: 15px;
          font-weight: 400;
          letter-spacing: 0.14px;
          margin: 0; }

  section.main-content.news p.news-title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: inline-block;
    padding-bottom: 6px;
    margin: 0 0 40px 0;
    border-bottom: solid 2px #C2A26F; }
  section.main-content.news a.archive-link {
    font-size: inherit;
    font-weight: 500;
    float: right;
    position: relative;
    color: #B28741;
    padding-top: 10px; }
  section.main-content.news .category-feed {
    overflow: auto; }
    section.main-content.news .category-feed article {
      width: 47.0588235294%;
      float: left;
      margin-bottom: 40px; }
	@media (max-width: 655px) {
	section.main-content.news .category-feed article { 
      width: 100%;
      float:none;
	    margin-left:0 !important;
      margin-right:0 !important; } }
     section.main-content.news .category-feed article:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
     section.main-content.news .category-feed article:nth-child(2n + 2) {
        margin-left: 52.9411764706%;
        margin-right: -100%;
        clear: none; }
     @media (max-width: 655px) {
      section.main-content.news .category-feed article:nth-child(2n + 2) {
        margin-left: 0 !important;
        margin-right: 0 !important;} }
      section.main-content.news .category-feed article a {
        text-decoration: none; }
      section.main-content.news .category-feed article div.state-cover {
        background: #0B3256;
        height: 223px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; }
        section.main-content.news .category-feed article div.state-cover p {
          color: #fff;
          text-transform: uppercase;
          margin: 0;
          font-family: Roboto;
          font-weight: 700;
          font-size: 42px; }
        section.main-content.news .category-feed article div.state-cover img {
          width: 69%;
          height: auto; }
      section.main-content.news .category-feed article div.featured-image {
        position: relative; }
        section.main-content.news .category-feed article div.featured-image img {
          width: 100%;
          display: block; }
        section.main-content.news .category-feed article div.featured-image .state-label {
          position: absolute;
          top: 0;
          left: 0;
          background: #0B3256; }
          section.main-content.news .category-feed article div.featured-image .state-label p {
            color: #fff;
            text-transform: uppercase;
            margin: 10px 10px;
            font-weight: 700;
            font-size: 18px;
            font-family: Roboto; }
      section.main-content.news .category-feed article img {
        width: 100%;
        margin-bottom: 10px; }
      section.main-content.news .category-feed article h3 {
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 0.21px;
        line-height: 26px;
        margin: 0 0 12px 0;
        color: #323232; }
      section.main-content.news .category-feed article p {
        font-family: "Roboto";
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        color: #323232;
        letter-spacing: 0.15px;
        margin: 0; }
      section.main-content.news .category-feed article p.date {
        color: #000;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.14px;
        margin-top: 10px; }

.view-newsroom-archives .item-list ul li {
  margin-bottom: 20px; }

section.upcoming-event {
  position: relative;
  border-top: solid 1px #ECECEC; }
  section.upcoming-event .event-image {
    position: absolute;
    width: 50%;
    background-size: cover;
    top: -1px;
    left: 0;
    bottom: 0; }
    @media (max-width: 655px) {
      section.upcoming-event .event-image {
        width: 100%;
        height: 266px;
        position: relative; } }
  section.upcoming-event .event-details {
    width: 43.2203389831%;
    float: right;
    margin-right: 0;
    padding: 63px 0; }
    @media (max-width: 655px) {
      section.upcoming-event .event-details {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.upcoming-event .event-details p.event-title {
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.21px;
      color: #313131;
      margin: 0 0 22px 0; }
    section.upcoming-event .event-details h3.event-title {
      color: #313131;
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 0.25px;
      margin: 0 0 18px 0; }
      section.upcoming-event .event-details h3.event-title a {
        color: #313131;
        text-decoration: none; }
    section.upcoming-event .event-details p.event-description {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.17px;
      line-height: 25px;
      color: #545454;
      margin: 0 0 25px; }
    section.upcoming-event .event-details strong {
      font-weight: 500; }
    section.upcoming-event .event-details .event-info {
      margin: 0 0 15px 0; }
    section.upcoming-event .event-details .button {
      margin: 17px 0 0 0; }

section.find-secretary {
  background: url("../images/find-secretary-background.jpg");
  background-size: auto 100%;
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position-x: 16%;
  padding: 92px 0; }
  section.find-secretary .form-title {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    @media (max-width: 800px) {
      section.find-secretary .form-title {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.find-secretary .form-title h3 {
      color: #212121;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 0.27px;
      line-height: 41px; }
  section.find-secretary .find-form {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    padding: 30px 42px; }
    @media (max-width: 800px) {
      section.find-secretary .find-form {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.find-secretary .find-form select {
      width: 100%; }
    section.find-secretary .find-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #aaaaaa;
      font-size: 16px;
      font-weight: 300; }
    section.find-secretary .find-form .select2-container--default .select2-selection--single {
      border-radius: 5px;
      border: 1px solid #e9e9e9;
      background-color: #ffffff; }
    section.find-secretary .find-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #ebebeb transparent transparent transparent; }

section.featured-footer-links {
    background: url(../images/featuredLinks-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    border-bottom: solid 10px #E45F4B; }

  section.featured-footer-links h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.21px;
	color: #0C3256; }
  section.featured-footer-links .link-cards .card {
    width: 31.0344827586%;
    float: left;
    margin-right: 3.4482758621%;
    border-radius: 5px;
    background:#fff; }
    section.featured-footer-links .link-cards .card:nth-child(3) {
      width: 31.0344827586%;
      float: right;
      margin-right: 0; }
    @media (max-width: 855px) {
      section.featured-footer-links .link-cards .card {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-bottom: 30px; }
        section.featured-footer-links .link-cards .card:nth-child(3) {
          width: 100%;
          float: right;
          margin-right: 0;
          margin-bottom: 0; } }
    section.featured-footer-links .link-cards .card h4 {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.17px;
      color: #313131;
      margin: 32px 0 0 34px; }
    section.featured-footer-links .link-cards .card p {
      font-size: 15px;
      font-weight: 400;
      line-height: 23px;
      color: #666666;
      margin: 22px 38px 48px 34px;
      padding: 16px 0 0 0;
      border-top: 1px solid #C2A26F; }
    section.featured-footer-links .link-cards .card a {
      display: block;
      background-color: #0C3256;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.15px;
      margin: 0;
      text-decoration: none;
      padding: 24px 0 24px 36px;
      border-radius: 0 0 4px 4px; }


section.fca {
    background:#fff;
    padding: 80px 0; }

section.fca h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.21px; }


section.main-content.article {
  margin-top: 60px; }
  section.main-content.article header.article-header {
    max-width: 720px;
    text-align: center;
    display: block;
    margin: 0 auto 45px auto; }
    section.main-content.article header.article-header p.category {
      background-color: #C2A26F;
      font-size: 20px;
      font-weight: 900;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      text-align: center;
      padding: 9px 20px;
      margin: 0 0 24px 0; }
    section.main-content.article header.article-header h1 {
      font-size: 52px;
      font-weight: 700;
      line-height: 64px;
      color: #313131;
      margin: 0 0 21px 0; }
      @media (max-width: 800px) {
        section.main-content.article header.article-header h1 {
          font-size: 48px;
          line-height: 60px; } }
      @media (max-width: 649px) {
        section.main-content.article header.article-header h1 {
          font-size: 43px;
          line-height: 55px; } }
      @media (max-width: 423px) {
        section.main-content.article header.article-header h1 {
          font-size: 40px;
          line-height: 53px; } }
  section.main-content.article div.node-main {
    width: 66%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 1024px) {
      section.main-content.article div.node-main {
        width: 66.75%;
        float: left;
        margin-right: 5%; } }
    @media (max-width: 827px) {
      section.main-content.article div.node-main {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.main-content.article div.node-main .node-content img.featured-image {
      width: 100%; }
  section.main-content.article div.node-sidebar {
    width: 27%;
    float: right;
    margin-right: 0; }
    @media (max-width: 1024px) {
      section.main-content.article div.node-sidebar {
        width: 28.25%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 827px) {
      section.main-content.article div.node-sidebar {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.main-content.article div.node-sidebar .related {
      margin-bottom: 50px; 
	  background-color: #0b3256;
    overflow: auto;
    padding: 23px 30px;}
      section.main-content.article div.node-sidebar .related p {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        position: relative;
        margin-bottom: 38px; }
        section.main-content.article div.node-sidebar .related p:after {
          content: "";
          border-bottom: solid 2px #fff;
          position: absolute;
          width: 45%;
          bottom: -17px;
          left: 0; }
      section.main-content.article div.node-sidebar .related ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.main-content.article div.node-sidebar .related ul li {
          margin-bottom: 16px;
          padding-left: 12px; }
          section.main-content.article div.node-sidebar .related ul li a {
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            color: #fff;
            display: block;
            text-decoration: none; }
            section.main-content.article div.node-sidebar .related ul li:hover a {
              color: #fff; }
  section.main-content.article.state-news div.node-main {
    width: 100%;
    float: right;
    margin-right: 0; }
    section.main-content.article.state-news div.node-main .node-content {
      text-align: center; }
  section.main-content.article.state-news .node-sidebar {
    display: none; }

@media (max-width: 827px) {
  .share-side {
    display: none; } }

.share-side p {
  font-size: 22px;
  font-weight: 500;
  color: #535353;
  margin: 0 0 16px 0; }

.share-side a {
  font-size: 16px;
  font-weight: 500;
  color: #0C3256;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px 0 15px 18px;
  display: block;
  margin-bottom: 16px; }
  .share-side a:last-child {
    margin: 0; }
  .share-side a i {
    margin-right: 18px; }
  .share-side a.facebook {
    background-color: #334d8f; }
  .share-side a.twitter {
    background-color: #0094f4; }
  .share-side a.print {
    background-color: #C2A26F; }

section.main-content.content {
  margin-bottom: 60px;
  margin-top: -4px; }
  section.main-content.content header.node-header {
    background: url("../images/featuredLinks-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 128px 0;
    margin-bottom: 58px; }
    section.main-content.content header.node-header h1 {
      color: #0C3256;
      margin: 0 0 10px 0;
      font-size: 40px;
      font-weight: 700;
      line-height: 52px; }
    section.main-content.content header.node-header nav.breadcrumb ol {
      margin: 0;
      padding: 0;
      list-style: none; }
      section.main-content.content header.node-header nav.breadcrumb ol li {
        display: inline;
        color: #0C3256;
        font-size: 16px;
		text-transform: capitalize;
        font-weight: 500;
        line-height: 22px;
        margin-right: 8px; }
        section.main-content.content header.node-header nav.breadcrumb ol li:after {
          content: "\f105";
          font-family: "FontAwesome";
          color: #0C3256;
          margin-left: 8px; }
        section.main-content.content header.node-header nav.breadcrumb ol li:last-child {
          margin: 0; }
          section.main-content.content header.node-header nav.breadcrumb ol li:last-child:after {
            content: ""; }
        section.main-content.content header.node-header nav.breadcrumb ol li a {
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          text-decoration: underline;
          color: #0C3256; }
  section.main-content.content div.node-main {
    width: 66.2222222222%;
    float: left;
    margin-right: 6.6666666667%; }
    @media (max-width: 850px) {
      section.main-content.content div.node-main {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.main-content.content div.node-main a {
      color: #0000ff; }
  section.main-content.content div.node-sidebar {
    width: 27.1111111111%;
    float: right;
    margin-right: 0; }
    @media (max-width: 850px) {
      section.main-content.content div.node-sidebar {
        width: 100%;
        float: right;
        margin-right: 0; } }
    section.main-content.content div.node-sidebar .section-navigation {
      background-color: #0b3256;
      overflow: auto;
      padding: 23px 30px;
      margin-bottom: 30px; }
      section.main-content.content div.node-sidebar .section-navigation p.title {
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 0.22px;
        color: #fff;
        margin: 0 0 25px 0;
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
        border-bottom: solid 3px #fff; }
      section.main-content.content div.node-sidebar .section-navigation p {
        color: #fff;
        margin: 0 0 10px 0;
        line-height: 22px; }
        section.main-content.content div.node-sidebar .section-navigation p a {
          color: #fff; }
      section.main-content.content div.node-sidebar .section-navigation ul {
        margin: 0;
        padding: 0 0 0 18px;
        color: #fff; }
        section.main-content.content div.node-sidebar .section-navigation ul li {
          margin-bottom: 10px; }
          section.main-content.content div.node-sidebar .section-navigation ul li a {
            text-decoration: none;
            color: #fff; }
          section.main-content.content div.node-sidebar .section-navigation ul li.menu-item--active-trail a {
            font-weight: bold;
            text-decoration: underline; }
          section.main-content.content div.node-sidebar .section-navigation ul li.menu-item--active-trail ul li a {
            text-decoration: none;
            font-weight: normal; }
          section.main-content.content div.node-sidebar .section-navigation ul li ul {
            padding-top: 20px;
            padding-bottom: 8px; }

.sponsors p {
  margin: 0;
  line-height: 18px; }

.sponsors article.sponsor {
  overflow: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EEEEEE; }
  .sponsors article.sponsor:last-child {
    border: none; }
  .sponsors article.sponsor div.company-info {
    float: left; }
    .sponsors article.sponsor div.company-info div.company-logo {
      display: inline-block; }
    .sponsors article.sponsor div.company-info div.company-rep {
      display: inline-block;
      vertical-align: top;
      padding-top: 6px;
      margin-left: 15px; }
    .sponsors article.sponsor div.company-info p.company-name {
      font-size: 18px;
      font-weight: 500;
      color: #373737;
      line-height: 21px;
      margin-bottom: 10px; }
    .sponsors article.sponsor div.company-info p.employee-info {
      font-size: 15px;
      font-weight: 400; }
  .sponsors article.sponsor div.company-contact {
    float: right; }
    .sponsors article.sponsor div.company-contact.platinum {
      padding-top: 6px; }
    .sponsors article.sponsor div.company-contact p.sponsor-level {
      font-size: 18px;
      font-weight: 500;
      color: #373737;
      line-height: 21px;
      text-align: right;
      margin-bottom: 10px; }
    .sponsors article.sponsor div.company-contact div.icons {
      text-align: right; }
      .sponsors article.sponsor div.company-contact div.icons a {
        color: #373737;
        display: inline-block;
        margin-left: 12px; }
        .sponsors article.sponsor div.company-contact div.icons a:first-child {
          margin: 0; }

.event-sponsor-heading {
  text-transform: uppercase;
  border-bottom: dashed 1px #d4d4d4;
  padding-bottom: 10px; }

.event-sponsor-image {
  width: 50%;
  margin-bottom: 20px; }

.small-event-sponsor-image {
  width: 25%;
  margin-bottom: 20px; }

.event-sponsor-title {
  text-transform: uppercase;
  padding-bottom: 10px; }

section.main-content.sos {
  margin: 60px 0; }
  section.main-content.sos a {
    color: #0000ff; }
  section.main-content.sos div.secretaries article {
    width: 22.8571428571%;
    float: left;
    margin-bottom: 40px; }
    section.main-content.sos div.secretaries article:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    section.main-content.sos div.secretaries article:nth-child(4n + 2) {
      margin-left: 25.7142857143%;
      margin-right: -100%;
      clear: none; }
    section.main-content.sos div.secretaries article:nth-child(4n + 3) {
      margin-left: 51.4285714286%;
      margin-right: -100%;
      clear: none; }
    section.main-content.sos div.secretaries article:nth-child(4n + 4) {
      margin-left: 77.1428571429%;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 880px) {
      section.main-content.sos div.secretaries article {
        width: 31.4285714286%;
        float: left; }
        section.main-content.sos div.secretaries article:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        section.main-content.sos div.secretaries article:nth-child(3n + 2) {
          margin-left: 34.2857142857%;
          margin-right: -100%;
          clear: none; }
        section.main-content.sos div.secretaries article:nth-child(3n + 3) {
          margin-left: 68.5714285714%;
          margin-right: -100%;
          clear: none; } }
    @media (max-width: 665px) {
      section.main-content.sos div.secretaries article {
        width: 48.5714285714%;
        float: left; }
        section.main-content.sos div.secretaries article:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        section.main-content.sos div.secretaries article:nth-child(2n + 2) {
          margin-left: 51.4285714286%;
          margin-right: -100%;
          clear: none; } }
    section.main-content.sos div.secretaries article:target {
      border: solid 3px orange; }
    section.main-content.sos div.secretaries article a {
      text-decoration: none;
      color: #4A4A4A; }
    section.main-content.sos div.secretaries article h2 {
      font-size: 26px;
      line-height: 30px;
      font-weight: 600;
      margin: 10px 0 0 0; }
    section.main-content.sos div.secretaries article p {
      color: #4A4A4A;
      font-size: 15px;
      line-height: 23px;
      font-weight: normal;
      margin: 10px 0 0 0; }
      section.main-content.sos div.secretaries article p strong {
        font-size: 19px;
        line-height: 23px;
        font-weight: 500; }

section.footer {
  background-color: #0b3256;
  padding: 50px 0 6px 0; }
  section.footer .container {
    display: flex;
	align-items: center; }
    @media (max-width: 762px) {
      section.footer .container {
        display: block; } }
  
  section.footer div.footer-branding {
    order: 1;}
 
 div.footer-branding .nass-logo {
    width: 250px;
    margin-right:10px}

    @media (max-width: 762px) {
      section.footer div.footer-branding {
        display: none; } }
  section.footer div.footer-navigation {
    flex: 1;
    order: 2;
    font-size: 15px;
    padding-bottom: 30px; }
    section.footer div.footer-navigation nav {
      text-align: center; }
      section.footer div.footer-navigation nav ul.menu {
        margin: 0;
        padding-bottom: 30px;
        list-style: none;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        column-gap: 70px;
		column-rule-style: solid;
	    column-rule-color: #C2A26F;
        max-width: 440px;
        display: inline-block; }
        section.footer div.footer-navigation nav ul.menu li {
          text-align: left;
          margin-bottom: 14px; }
          section.footer div.footer-navigation nav ul.menu li a {
            text-decoration: none;
            color: #fff;
            display: inline-block; }

    @media (max-width: 762px) {
      section.footer div.footer-navigation {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%; } }
    @media (max-width: 630px) {
      section.footer div.footer-navigation {
        width: 100%;
        float: right;
        margin-right: 0; } }
  section.footer div.social-login {
	padding-top:15px;
    color: #fff;
	font-size: 20px;
	text-align:center; }
    @media (max-width: 762px) {
      section.footer div.social-login {
        width: 32.2033898305%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 630px) {
      section.footer div.social-login {
        width: 100%;
        float: right;
        margin-right: 0; }
     section.footer div.footer-navigation nav ul.menu {
        column-count: 1; } }
    section.footer div.social-login a {
      color: #fff; }
    section.footer div.social-login div.login-register p {
      margin: 0; }
    section.footer div.social-login div.login-register .label {
      display: block;
      margin-bottom: 6px; }
    section.footer div.social-login div.social {
      margin-bottom: 16px; }
      section.footer div.social-login div.social p {
        display: inline; }
      section.footer div.social-login div.social ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline; }
        section.footer div.social-login div.social ul li {
          display: inline;
          margin-right: 8px; }
          section.footer div.social-login div.social ul li:last-child {
            margin: 0; }
          section.footer div.social-login div.social ul li a {
            color: #fff;
            text-decoration: none; }
  section.footer div.sub-footer {
    border-top: solid 1px #fff;
    padding-top: 4px;
    margin-top: 40px; }
    section.footer div.sub-footer p {
      color: #fff;
      font-size: 14px;
      text-align: center;
      width: 100%; }
      section.footer div.sub-footer p a {
        color: #fff;
        text-decoration: none; }

section.register, section.login, section.forgot-password {
  overflow: auto;
  background: red;
  height: 100vh;
  background: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }
  section.register div.register-modal, section.register div.login-modal, section.register div.forgot-password-modal, section.login div.register-modal, section.login div.login-modal, section.login div.forgot-password-modal, section.forgot-password div.register-modal, section.forgot-password div.login-modal, section.forgot-password div.forgot-password-modal {
    max-width: 490px;
    background: #fff;
    padding: 20px;
    border-radius: 2px; }
    section.register div.register-modal input, section.register div.login-modal input, section.register div.forgot-password-modal input, section.login div.register-modal input, section.login div.login-modal input, section.login div.forgot-password-modal input, section.forgot-password div.register-modal input, section.forgot-password div.login-modal input, section.forgot-password div.forgot-password-modal input {
      max-width: 100%;
      font-family: "Roboto"; }
    section.register div.register-modal .js-form-type-email, section.register div.register-modal .js-form-item-name, section.register div.register-modal .js-form-item-pass, section.register div.login-modal .js-form-type-email, section.register div.login-modal .js-form-item-name, section.register div.login-modal .js-form-item-pass, section.register div.forgot-password-modal .js-form-type-email, section.register div.forgot-password-modal .js-form-item-name, section.register div.forgot-password-modal .js-form-item-pass, section.login div.register-modal .js-form-type-email, section.login div.register-modal .js-form-item-name, section.login div.register-modal .js-form-item-pass, section.login div.login-modal .js-form-type-email, section.login div.login-modal .js-form-item-name, section.login div.login-modal .js-form-item-pass, section.login div.forgot-password-modal .js-form-type-email, section.login div.forgot-password-modal .js-form-item-name, section.login div.forgot-password-modal .js-form-item-pass, section.forgot-password div.register-modal .js-form-type-email, section.forgot-password div.register-modal .js-form-item-name, section.forgot-password div.register-modal .js-form-item-pass, section.forgot-password div.login-modal .js-form-type-email, section.forgot-password div.login-modal .js-form-item-name, section.forgot-password div.login-modal .js-form-item-pass, section.forgot-password div.forgot-password-modal .js-form-type-email, section.forgot-password div.forgot-password-modal .js-form-item-name, section.forgot-password div.forgot-password-modal .js-form-item-pass {
      margin-bottom: 20px; }
      section.register div.register-modal .js-form-type-email label, section.register div.register-modal .js-form-item-name label, section.register div.register-modal .js-form-item-pass label, section.register div.login-modal .js-form-type-email label, section.register div.login-modal .js-form-item-name label, section.register div.login-modal .js-form-item-pass label, section.register div.forgot-password-modal .js-form-type-email label, section.register div.forgot-password-modal .js-form-item-name label, section.register div.forgot-password-modal .js-form-item-pass label, section.login div.register-modal .js-form-type-email label, section.login div.register-modal .js-form-item-name label, section.login div.register-modal .js-form-item-pass label, section.login div.login-modal .js-form-type-email label, section.login div.login-modal .js-form-item-name label, section.login div.login-modal .js-form-item-pass label, section.login div.forgot-password-modal .js-form-type-email label, section.login div.forgot-password-modal .js-form-item-name label, section.login div.forgot-password-modal .js-form-item-pass label, section.forgot-password div.register-modal .js-form-type-email label, section.forgot-password div.register-modal .js-form-item-name label, section.forgot-password div.register-modal .js-form-item-pass label, section.forgot-password div.login-modal .js-form-type-email label, section.forgot-password div.login-modal .js-form-item-name label, section.forgot-password div.login-modal .js-form-item-pass label, section.forgot-password div.forgot-password-modal .js-form-type-email label, section.forgot-password div.forgot-password-modal .js-form-item-name label, section.forgot-password div.forgot-password-modal .js-form-item-pass label {
        margin-bottom: 6px;
        display: block;
        font-weight: 500; }
      section.register div.register-modal .js-form-type-email input, section.register div.register-modal .js-form-item-name input, section.register div.register-modal .js-form-item-pass input, section.register div.login-modal .js-form-type-email input, section.register div.login-modal .js-form-item-name input, section.register div.login-modal .js-form-item-pass input, section.register div.forgot-password-modal .js-form-type-email input, section.register div.forgot-password-modal .js-form-item-name input, section.register div.forgot-password-modal .js-form-item-pass input, section.login div.register-modal .js-form-type-email input, section.login div.register-modal .js-form-item-name input, section.login div.register-modal .js-form-item-pass input, section.login div.login-modal .js-form-type-email input, section.login div.login-modal .js-form-item-name input, section.login div.login-modal .js-form-item-pass input, section.login div.forgot-password-modal .js-form-type-email input, section.login div.forgot-password-modal .js-form-item-name input, section.login div.forgot-password-modal .js-form-item-pass input, section.forgot-password div.register-modal .js-form-type-email input, section.forgot-password div.register-modal .js-form-item-name input, section.forgot-password div.register-modal .js-form-item-pass input, section.forgot-password div.login-modal .js-form-type-email input, section.forgot-password div.login-modal .js-form-item-name input, section.forgot-password div.login-modal .js-form-item-pass input, section.forgot-password div.forgot-password-modal .js-form-type-email input, section.forgot-password div.forgot-password-modal .js-form-item-name input, section.forgot-password div.forgot-password-modal .js-form-item-pass input {
        margin-bottom: 6px;
        padding: 6px 8px;
        font-size: 15px; }
      section.register div.register-modal .js-form-type-email .description, section.register div.register-modal .js-form-item-name .description, section.register div.register-modal .js-form-item-pass .description, section.register div.login-modal .js-form-type-email .description, section.register div.login-modal .js-form-item-name .description, section.register div.login-modal .js-form-item-pass .description, section.register div.forgot-password-modal .js-form-type-email .description, section.register div.forgot-password-modal .js-form-item-name .description, section.register div.forgot-password-modal .js-form-item-pass .description, section.login div.register-modal .js-form-type-email .description, section.login div.register-modal .js-form-item-name .description, section.login div.register-modal .js-form-item-pass .description, section.login div.login-modal .js-form-type-email .description, section.login div.login-modal .js-form-item-name .description, section.login div.login-modal .js-form-item-pass .description, section.login div.forgot-password-modal .js-form-type-email .description, section.login div.forgot-password-modal .js-form-item-name .description, section.login div.forgot-password-modal .js-form-item-pass .description, section.forgot-password div.register-modal .js-form-type-email .description, section.forgot-password div.register-modal .js-form-item-name .description, section.forgot-password div.register-modal .js-form-item-pass .description, section.forgot-password div.login-modal .js-form-type-email .description, section.forgot-password div.login-modal .js-form-item-name .description, section.forgot-password div.login-modal .js-form-item-pass .description, section.forgot-password div.forgot-password-modal .js-form-type-email .description, section.forgot-password div.forgot-password-modal .js-form-item-name .description, section.forgot-password div.forgot-password-modal .js-form-item-pass .description {
        font-size: 14px;
        line-height: 19px; }
    section.register div.register-modal .form-actions, section.register div.login-modal .form-actions, section.register div.forgot-password-modal .form-actions, section.login div.register-modal .form-actions, section.login div.login-modal .form-actions, section.login div.forgot-password-modal .form-actions, section.forgot-password div.register-modal .form-actions, section.forgot-password div.login-modal .form-actions, section.forgot-password div.forgot-password-modal .form-actions {
      width: 100%; }
      section.register div.register-modal .form-actions input, section.register div.login-modal .form-actions input, section.register div.forgot-password-modal .form-actions input, section.login div.register-modal .form-actions input, section.login div.login-modal .form-actions input, section.login div.forgot-password-modal .form-actions input, section.forgot-password div.register-modal .form-actions input, section.forgot-password div.login-modal .form-actions input, section.forgot-password div.forgot-password-modal .form-actions input {
        width: 100%;
        background: #0B3256;
        border: none;
        padding: 12px 0;
        color: #fff;
        font-weight: 500; }
    section.register div.register-modal .messages, section.register div.login-modal .messages, section.register div.forgot-password-modal .messages, section.login div.register-modal .messages, section.login div.login-modal .messages, section.login div.forgot-password-modal .messages, section.forgot-password div.register-modal .messages, section.forgot-password div.login-modal .messages, section.forgot-password div.forgot-password-modal .messages {
      margin-bottom: 20px; }
      section.register div.register-modal .messages a, section.register div.login-modal .messages a, section.register div.forgot-password-modal .messages a, section.login div.register-modal .messages a, section.login div.login-modal .messages a, section.login div.forgot-password-modal .messages a, section.forgot-password div.register-modal .messages a, section.forgot-password div.login-modal .messages a, section.forgot-password div.forgot-password-modal .messages a {
        color: #0000ff;
        font-weight: 500;
        letter-spacing: 0.15px;
        text-decoration: underline; }
    section.register div.register-modal a.back, section.register div.login-modal a.back, section.register div.forgot-password-modal a.back, section.login div.register-modal a.back, section.login div.login-modal a.back, section.login div.forgot-password-modal a.back, section.forgot-password div.register-modal a.back, section.forgot-password div.login-modal a.back, section.forgot-password div.forgot-password-modal a.back {
      color: #0000ff;
      letter-spacing: 0.15px;
      text-decoration: underline;
      text-align: center;
      display: block;
      font-size: 14px;
      margin-top: 16px; }

div.dc-events h2 {
  color: #2f2f2f;
  font-size: 27px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  display: inline-block;
  margin-bottom: 34px; }
  div.dc-events h2:after {
    content: "";
    border: 1px solid #C2A26F;
    position: absolute;
    width: 69%;
    bottom: -10px;
    left: 0; }
  div.dc-events h2.past-event-title {
    margin-top: 20px; }
    div.dc-events h2.past-event-title:after {
      width: 100%; }

article.dc-event {
  margin-bottom: 28px; }
  article.dc-event h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    color: #2f2f2f;
    margin: 0; }
    article.dc-event h3 a {
      color: #2f2f2f; }
  article.dc-event p {
    color: #313131;
    font-size: 16px;
    margin: 0 24px 0 0;
    display: inline-block; }
    article.dc-event p strong {
      font-weight: 500; }
    article.dc-event p.event-facility {
      margin: 0; }
  article.dc-event p a {
    color: #0f7ef1;
    text-decoration: underline;
    position: relative;
    display: inline-block; }
    article.dc-event p a:after {
      content: "\f08e";
      font-family: "FontAwesome";
      display: inline-block;
      text-decoration: none;
      position: absolute;
      top: 0;
      right: -22px; }
  article.dc-event p.event-description {
    margin-top: 10px; }

div.civ-section-nav {
  margin-top: 30px; }
  div.civ-section-nav div.section-link {
    width: 32.2033898305%;
    float: left;
    margin-bottom: 20px;
    text-align: center; }
    div.civ-section-nav div.section-link:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    div.civ-section-nav div.section-link:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    div.civ-section-nav div.section-link:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 665px) {
      div.civ-section-nav div.section-link {
        width: 49.1525423729%;
        float: left; }
        div.civ-section-nav div.section-link:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        div.civ-section-nav div.section-link:nth-child(2n + 2) {
          margin-left: 50.8474576271%;
          margin-right: -100%;
          clear: none; } }
    div.civ-section-nav div.section-link a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      div.civ-section-nav div.section-link a h3 {
        font-size: 20px;
        line-height: 27px; }
      div.civ-section-nav div.section-link a i {
        text-align: center;
        width: 100%;
        color: #4A4A4A; }
        div.civ-section-nav div.section-link a i.fa-map-marker {
          font-size: 56px; }
        div.civ-section-nav div.section-link a i.fa-id-card-o {
          font-size: 55px; }
        div.civ-section-nav div.section-link a i.fa-check-square-o {
          font-size: 56px; }
        div.civ-section-nav div.section-link a i.fa-globe {
          font-size: 56px; }
        div.civ-section-nav div.section-link a i.fa-list {
          font-size: 56px; }

.mobile-menu {
  background: #9E7034;
  overflow: auto;
  padding: 15px 0; }
  @media (min-width: 771px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu nav[role="navigation"] ul.menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobile-menu nav[role="navigation"] ul.menu li {
      padding: 10px 0; }
      .mobile-menu nav[role="navigation"] ul.menu li.menu-item--expanded span.mobile-menu-slide-open, .mobile-menu nav[role="navigation"] ul.menu li.menu-item--expanded span.mobile-menu-slide-close {
        margin: 0 0 0 10px; }
        .mobile-menu nav[role="navigation"] ul.menu li.menu-item--expanded span.mobile-menu-slide-open i, .mobile-menu nav[role="navigation"] ul.menu li.menu-item--expanded span.mobile-menu-slide-close i {
          color: #fff;
          -webkit-text-stroke: 1px #9E7034; }
      .mobile-menu nav[role="navigation"] ul.menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 19px; }
      .mobile-menu nav[role="navigation"] ul.menu li ul {
        margin: 15px 0 15px 20px;
        display: none; }

.search-form .search-help-link {
  display: none; }

.search-form details.search-advanced {
  display: none; }

@media print {
  .page-node-type-event .node-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 6px !important; } }

@media print {
  .page-node-type-event #block-nass-page-title h1 {
    font-size: 22px;
    line-height: 30px; } }

@media print {
  .page-node-type-event #block-nass-breadcrumbs {
    display: none; } }

@media print {
  .field--name-field-event-image {
    display: none; } }

div.event-location-info {
  margin: 26px 0; }
  @media print {
    div.event-location-info {
      margin: 10px 0; } }
  div.event-location-info strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    display: inline-block;
    margin: 0 4px 0 0; }
    @media print {
      div.event-location-info strong {
        font-size: 11px;
        line-height: 15px; } }
  div.event-location-info p {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin: 0 26px 0 0; }
    @media print {
      div.event-location-info p {
        font-size: 11px;
        line-height: 15px; } }

div.event-full-description {
  margin: 26px 0; }
  @media print {
    div.event-full-description {
      margin: 10px 0 20px 0; } }
  div.event-full-description p {
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    margin: 0; }
    @media print {
      div.event-full-description p {
        font-size: 11px;
        line-height: 15px; } }

h2.agenda-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #4A4A4A;
  margin: 50px 0 14px 0; }
  @media print {
    h2.agenda-title {
      margin: 14px 0 2px 0;
      font-size: 15px;
      line-height: 23px; } }

div.event-agenda-description p {
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  margin: 0 0 14px 0; }
  @media print {
    div.event-agenda-description p {
      font-size: 11px;
      line-height: 15px; } }

div.event-agenda {
  margin-top: 40px; }
  @media print {
    div.event-agenda {
      margin-top: 18px; } }
  div.event-agenda div.date-header {
    background: #0E3354;
    overflow: auto;
    color: #fff;
    position: relative;
    margin-bottom: -2px; }
    div.event-agenda div.date-header div.cal-date {
      width: 21.6666666667%;
      float: left;
      padding: 24px 0; }
      @media print {
        div.event-agenda div.date-header div.cal-date {
          padding: 0; } }
      div.event-agenda div.date-header div.cal-date p {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 35px;
        font-weight: 500;
        margin: 0; }
        @media print {
          div.event-agenda div.date-header div.cal-date p {
            font-size: 12px;
            line-height: 32px; } }
    div.event-agenda div.date-header div.conf-date {
      width: 78.3333333333%;
      float: right;
      margin-right: 0;
      border-left: solid 1px #fff;
      padding: 24px 0 24px 35px; }
      @media print {
        div.event-agenda div.date-header div.conf-date {
          padding: 0 0 0 35px; } }
      div.event-agenda div.date-header div.conf-date h2 {
        color: #fff !important;
        font-size: 23px;
        line-height: 35px;
        margin: 0; }
        @media print {
          div.event-agenda div.date-header div.conf-date h2 {
            font-size: 12px;
            line-height: 32px; } }
  div.event-agenda div.time-slot {
    overflow: auto;
    border-top: dashed 1px #d4d4d4; }
    div.event-agenda div.time-slot div.time {
      width: 21.6666666667%;
      float: left;
      padding: 36px 0 0 0; }
      @media print {
        div.event-agenda div.time-slot div.time {
          padding: 10px 0 0 0; } }
      div.event-agenda div.time-slot div.time p {
        font-size: 16px;
        line-height: 23px;
        color: #4A4A4A;
        font-weight: 500;
        letter-spacing: 0;
        margin: 0;
        text-align: center; }
        @media print {
          div.event-agenda div.time-slot div.time p {
            font-size: 11px;
            line-height: 15px; } }
    div.event-agenda div.time-slot div.slot-content {
      width: 78.3333333333%;
      float: right;
      margin-right: 0;
      border-left: solid 1px #D4D4D4;
      padding: 36px 35px 22px 35px; }
      @media print {
        div.event-agenda div.time-slot div.slot-content {
          padding: 10px 35px 6px 35px; } }
      div.event-agenda div.time-slot div.slot-content h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #4A4A4A;
        margin: 0 0 14px 0; }
      div.event-agenda div.time-slot div.slot-content p {
        font-size: 16px;
        line-height: 24px;
        color: #4A4A4A;
        margin: 0 0 14px 0; }
        @media print {
          div.event-agenda div.time-slot div.slot-content p {
            font-size: 11px;
            line-height: 15px;
            margin-bottom: 2px; } }
      @media print {
        div.event-agenda div.time-slot div.slot-content ul {
          margin-top: 0;
          margin-bottom: 6px; } }
      @media print {
        div.event-agenda div.time-slot div.slot-content ul li {
          font-size: 11px;
          line-height: 15px;
          margin-bottom: 4px; }
          div.event-agenda div.time-slot div.slot-content ul li p {
            margin-bottom: 0; } }

ul.event-nav {
  background-color: #b28741;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 14px 18px;
  position: sticky;
  top: -1px; }
  @media print {
    ul.event-nav {
      display: none; } }
  ul.event-nav li {
    display: inline;
    margin-right: 20px; }
    ul.event-nav li:last-child {
      margin: 0; }
    ul.event-nav li a {
      color: #ffffff !important;
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      text-decoration: none !important; }
    ul.event-nav li.top {
      float: right; }

.user-logged-in ul.event-nav {
  top: 78px; }

.event-section {
  margin-bottom: 30px; }
  @media print {
    .event-section {
      margin-bottom: 14px; } }
  .event-section:before {
    display: block;
    content: " ";
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
    pointer-events: none; }
  .event-section div.section-header {
    background: #0E3354;
    padding: 20px; }
    @media print {
      .event-section div.section-header {
        padding: 6px 20px; } }
    .event-section div.section-header h2 {
      color: #ffffff;
      font-size: 22px;
      font-weight: 400;
      line-height: 28px;
      margin: 0; }
      @media print {
        .event-section div.section-header h2 {
          font-size: 14px;
          line-height: 22px; } }
  .event-section div.section-content {
    border: 2px solid #eeeeee;
    background: #fff;
    padding: 20px; }
    @media print {
      .event-section div.section-content {
        padding: 12px 20px;
        border: 1px solid #eeeeee; } }
    .event-section div.section-content p, .event-section div.section-content a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      @media print {
        .event-section div.section-content p, .event-section div.section-content a {
          font-size: 11px;
          line-height: 15px; } }
      .event-section div.section-content p:last-child, .event-section div.section-content a:last-child {
        margin-bottom: 0; }

div.speaker {
  background: #FBFBFB;
  border: solid 2px #ECECEC;
  border-radius: 2px;
  display: flex;
  padding: 16px;
  width: 100%;
  margin-bottom: 16px; }
  div.speaker div.speaker-image {
    margin-right: 16px;
    display: flex;
    height: 80px;
    width: auto; }
    div.speaker div.speaker-image img {
      width: 80px;
      height: auto;
      clip-path: circle(40px at center);
      display: block; }
  div.speaker div.speaker-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    div.speaker div.speaker-info p {
      margin: 0 0 2px 0 !important; }
      div.speaker div.speaker-info p.name {
        font-weight: 700;
        line-height: 21px !important; }
      div.speaker div.speaker-info p.title {
        font-style: italic;
        font-size: 15px !important;
        line-height: 19px !important;
        max-width: 330px !important; }
      div.speaker div.speaker-info p.company {
        margin: 0 !important;
        line-height: 21px !important;
        font-weight: 500 !important;
        font-size: 15px !important; }

body {
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact; }

@media print {
  section.header, section.footer {
    display: none !important; }
  .node-sidebar {
    display: none !important; }
  .node-main {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important; }
    .node-main .share-inline {
      display: none !important; }
  .node-header {
    padding: 30px 0 10px 0 !important;
    background: none !important; }
    .node-header h1 {
      color: #000 !important; }
    .node-header nav.breadcrumb ol li {
      color: #000 !important; }
      .node-header nav.breadcrumb ol li a {
        color: #000 !important; }
      .node-header nav.breadcrumb ol li:after {
        color: #000 !important; }
    .node-header .container {
      position: relative !important; }
  article.sponsor {
    page-break-inside: avoid; } }

.hidden {
  display: none !important; }

.block-display {
  display: block !important; }

.g-recaptcha {
  padding-left: 65px;
  margin: 15px 0; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img, video {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  overflow: visible; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

a.button {
  border-radius: 5px;
  background-color: #0b3256;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  padding: 15px 42px;
  display: inline-block; }

#field-featured-links-values > tbody > tr:nth-child(5) {
  background: red !important; }

*:focus {
  outline: none; }

.pager__item {
    display: inline-block;
    margin-left: 15px;
}

.pager__items .is-active {
  font-weight:bold;
}

.fca {
  background-color:#f9f9f9;
}

@media ( min-width : 600px ){
	.fca-item {
    display: -webkit-flex;
    display: flex;
	}
  .fca-left {
    width:50%;
  }
  .fca-right {
    width:50%;
    margin-left: 35px;
  }
}
.fca-logo {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 10px;
}
.fca-name {
  color:#313131;
}
.fca-about {
    color: #545454;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 25px;
}
.fca-about a {word-break: break-all;}
.fca-title {
  color:#313131;
  width:100%;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.25px;
  display:block;
  margin-bottom: 10px;
}
.fca-title a {
  color:#313131;
  text-decoration:none;
}
.fca-title a:hover {
  color:#0000ff;
}

.fca-address {
  color:#313131;
  width:100%;
  display:block;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 25px;
}
@media ( max-width : 600px ){
  .fca-title {
    margin-top:20px;
  }
}

/* Sitewide alert styles */

.alert-red{
background:#ab0d0d;
    color: #fff;
    text-align: center;
}
.alert-info {
background:#8ABDEE;
    color: #000;
    text-align: center;
}