@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Permanent+Marker");
@import url("/apps/js/polls/polls-pack.css");
body,
body .dark,
body .light,
body .neutral,
body .pale,
body table {
  font-family: "roboto-condensed", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: #7c94a5; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body {
  background: #7c94a5; }
  .index body {
    background: transparent; }

#footer_main,
body {
  min-width: 320px; }

#header_main {
  background: white; }

#header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  position: relative;
  z-index: 99; }

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
  #skip_to_content:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: white; }

#header_title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 1em 0; }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    overflow: hidden;
    height: 75px;
    width: 309px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/headerNew.png");
    position: relative; }
  @media screen and (min-width: 768px) {
    #header_title {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: -8px 0 15px 42px; } }
  @media screen and (min-width: 1024px) {
    #header_title {
      margin-left: 0; } }

#topbar_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 -20px; }
  #topbar_nav a {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .81em;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    color: white;
    background: #20809c; }
    #topbar_nav a:hover {
      background: #00113b; }
  @media screen and (min-width: 768px) {
    #topbar_nav a {
      font-size: 1em; } }

#topnav_holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  #topnav_holder #topnav_mobile {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #00395d;
    border-bottom: 5px solid #00395d; }
  #topnav_holder #topnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder a {
    text-decoration: none; }
  #topnav_holder .level a {
    padding: .5em;
    font-size: 1em; }
  #topnav_holder .level:hover > .level {
    display: block; }
  #topnav_holder .first a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
  #topnav_holder .first .level a {
    padding-left: 1.5em; }
  #topnav_holder .first .flyout a {
    padding-left: 2.25em; }
  #topnav_holder .second {
    display: none; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative;
      z-index: 9; }
      #topnav_holder #topnav_mobile {
        display: none; }
      #topnav_holder #topnav {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: static;
        max-height: none;
        overflow: visible; }
        #topnav_holder #topnav section:last-child:hover .dropdown {
          left: auto;
          right: 0; }
          #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
            right: 100%;
            left: auto; }
      #topnav_holder .first > header,
      #topnav_holder .first a {
        width: auto; }
      #topnav_holder .first:hover > .dropdown {
        display: block;
        position: absolute;
        left: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .first:hover .second {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #topnav_holder .second {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: absolute;
      right: 0;
      padding: 20px;
      width: 100%;
      max-width: 984px; }
    #topnav_holder .column {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #topnav_holder .menu-blurb {
      width: 40%;
      margin-left: 15px; }
      #topnav_holder .menu-blurb h2 {
        margin: 0; }
      #topnav_holder .menu-blurb .menu-image {
        width: 100%; } }
  @media screen and (max-width: 1023px) {
    #topnav_holder .mm-extra-content {
      display: none; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: absolute;
      width: 70%;
      right: 0;
      top: 56px; }
      #topnav_holder #topnav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }

#topnav_mobile {
  top: 22px;
  left: 10px; }

#topnav {
  background: #00395d; }
  #topnav .first > header a {
    padding: 10px;
    font-size: 1.125em;
    font-weight: 400;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    color: white; }
  #topnav .first .level {
    background: #00395d; }
    #topnav .first .level a {
      color: white; }
  #topnav .first:hover .level a:hover,
  #topnav .first:hover .third:hover header a,
  #topnav .first:hover > header a {
    color: #7c94a5;
    background: transparent; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav section > header {
        position: relative; }
        #topnav section > header:before {
          content: '';
          position: absolute;
          top: 24%;
          left: 0;
          height: 50%;
          width: 1px;
          background: #00395d; }
      #topnav section:first-child header:before {
        display: none; }
      #topnav .first > header a {
        padding: 0 16px;
        height: 56px;
        font-size: 1em;
        text-transform: uppercase;
        color: #00395d; }
        #topnav .first > header a .nav-item-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: distribute;
          -webkit-justify-content: space-around;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          height: 75px; }
      #topnav .first .second {
        padding: 0 20px 20px; }
      #topnav .first .level {
        background: transparent;
        width: 1300px; }
        #topnav .first .level .level-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          padding: 20px;
          color: white;
          background: #00395d; }
          #topnav .first .level .level-inner .divide {
            position: relative; }
            #topnav .first .level .level-inner .divide:before {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              height: 100%;
              width: 1px;
              background: rgba(255, 255, 255, 0.5); }
      #topnav .first:hover > header a {
        color: white;
        background: #00395d; } }

.videoLanding {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1; }
  .videoLanding video {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%; }
  #buttons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 200px;
    height: 80px;
    margin: 1em;
    font-size: 1.25em;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 400;
    background: #20809c;
    border: 2px white solid;
    color: white;
    text-decoration: none;
    text-transform: uppercase; }
    #buttons a:hover {
      background: #00113b; }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1300px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: 90%;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2em;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  text-transform: uppercase;
  color: #00395d; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #7c94a5; }
  @media screen and (max-width: 767px) {
    .right-column-page-navigation {
      margin: 20px auto; } }
  .right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto; }
    .right-column-page-navigation a:hover {
      text-decoration: underline; }
    .right-column-page-navigation a .inner {
      text-decoration: none; }
      .right-column-page-navigation a .inner:hover {
        text-decoration: underline; }
  .right-column-page-navigation ul {
    padding: 5px 0; }
  .right-column-page-navigation li a {
    color: white; }
  .right-column-page-navigation li.active a {
    background: #00395d;
    color: white; }

.pages-left-column-wrapper a:hover,
.pages-left-column-wrapper a:link,
.pages-left-column-wrapper a:visited {
  color: #20809c; }
.pages-left-column-wrapper a {
  text-decoration: none; }
  .pages-left-column-wrapper a:hover {
    text-decoration: underline; }

#index_main {
  background: white; }
  #index_main #index_main_inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto; }

#left_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #left_column {
      width: 30%; } }

#center_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #center_column {
      width: 30%; } }

#right_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 30%; } }

.content-container {
  margin: 0 0 1em; }
  .content-container .section-title {
    margin: 0;
    font-weight: 400; }
    .content-container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      .content-container .section-title a:hover {
        text-decoration: none; }
  .content-container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    .content-container .read-more-link:hover {
      text-decoration: underline; }
  .content-container .section-title {
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #00395d;
    font-size: 1.88em;
    font-weight: 700;
    font-family: "franklin-gothic-urw-cond", sans-serif; }
  .content-container .read-more-link-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .content-container .read-more-link {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 40px;
    color: #00395d; }
    .content-container .read-more-link:hover {
      color: #20809c; }
  .content-container [class*="-name"] {
    width: 100%;
    margin: 0; }
    .content-container [class*="-name"] a {
      font-size: 1rem;
      color: #00395d; }
  .content-container a {
    text-decoration: none;
    color: white; }
    .content-container a:hover {
      text-decoration: underline; }

/* #index_mission, #index_gallery {
	background: $macy-grey;
	.inner {
		@include width-constrain;
		@include flex-all(row, center, center, wrap);
		.spotlight_container {
			width: 100%;
			color: $jack-white;
			margin: 1em;
			.section-title {
				color: $jack-white;
				text-transform: uppercase;
				font: {
					size: 24px;
					family: $secondary-font;
				}
			}
			.item-text {
				width: 100%;
			}
		}
		#shuffle_main {
			width: 100%;
		}
		@include respond-to($vp-large) {
			.spotlight_container {
				width: 46%;
			}
			#shuffle_main {
				width: 50%;
			}
		}
		@include respond-to($vp-max) {
			.spotlight_container {
				width: 36%;
			}
			#shuffle_main {
				width: 60%;
			}
		}
	}
}

#index_gallery {
	background: $jack-white !important;
	.inner {
		.spotlight_container {color: $betty-blue-light;}
		.section-title {color: $betty-blue-light !important;}
	}
} */
#index_quicklinks {
  background: #00395d; }
  #index_quicklinks #quicklinks_inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    #index_quicklinks {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }
  #quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    position: relative;
    height: 117px;
    width: 50%;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 400;
    color: white; }
    #quicklinks a svg {
      fill: white;
      width: 60px;
      height: 60px; }
    #quicklinks a:hover {
      color: #7c94a5; }
      #quicklinks a:hover svg {
        fill: #7c94a5; }
  @media screen and (min-width: 768px) {
    #quicklinks {
      width: 100%; }
      #quicklinks a {
        width: 25%; } }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      width: 50%; }
      #quicklinks a {
        margin: 0; }
        #quicklinks a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 1px;
          background: #00395d; }
      #quicklinks a:first-child:before {
        display: none; } }

#bullpup_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }
  #bullpup_container .section-title {
    margin: 0 auto;
    color: white;
    font-size: 1.88em;
    font-weight: 700;
    font-family: "franklin-gothic-urw-cond", sans-serif; }
  #bullpup_container .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  #bullpup_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    margin: 5px 0; }
  #bullpup_container .item-name {
    width: initial;
    margin-right: 8px;
    font-size: 1em;
    font-weight: 400; }
    #bullpup_container .item-name a {
      color: white; }
  #bullpup_container .item-text {
    color: white;
    font-weight: 400; }
  #bullpup_container .read-more-link {
    color: white;
    font-weight: 400;
    padding: 0;
    margin: 0 0 0 5px; }
  @media screen and (min-width: 768px) {
    #bullpup_container {
      width: 100%; }
      #bullpup_container .section-title {
        width: 37%;
        margin-right: 10px;
        margin-bottom: 0; }
      #bullpup_container .items-list {
        width: 60%; }
      #bullpup_container .item-summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    #bullpup_container {
      width: 50%; }
      #bullpup_container .section-title {
        width: 25%;
        text-align: right; }
      #bullpup_container .items-list {
        width: 72%; } }
  @media screen and (max-width: 767px) {
    #bullpup_container .items-list {
      width: 100%; } }

.news_container_primary {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  .news_container_primary .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 100%; }
  .news_container_primary .item-info {
    width: 100%;
    color: white; }
  .news_container_primary .item-name a {
    color: white;
    font-size: 24px;
    font-weight: 700; }
  .news_container_primary .news-item-image-holder {
    width: 100%;
    height: 130px; }
  .news_container_primary .news-item-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
  .news_container_primary .read-more-link {
    margin: 0;
    padding: 0;
    margin: 1em 0 0;
    color: white; }
  @media screen and (min-width: 768px) {
    .news_container_primary .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: centr;
      -ms-flex-align: centr;
      -webkit-align-items: centr;
      align-items: centr;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .news_container_primary .item-info {
      width: 38%;
      margin-right: 15px; }
    .news_container_primary .item-summary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .news_container_primary .news-item-image-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 60%;
      height: 355px; }
    .news_container_primary .news-item-image {
      background-size: cover;
      background-position: right top; }
    .news_container_primary .item-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.primary_news .slick-list {
  margin: 0 50px !important; }
.primary_news .slick-arrow {
  top: 50% !important; }
.primary_news .slick-prev {
  background: url("/pics/prev_button_sm_wht.png") no-repeat !important; }
.primary_news .slick-next {
  background: url("/pics/next_button_sm_wht.png") no-repeat !important; }

#index_news {
  background: white; }

#news_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  margin: 2em auto; }
  #news_container .item {
    padding: 0 1em; }
  #news_container .item-name a {
    line-height: 27px;
    text-transform: uppercase;
    font-size: 1.5em !important;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 700; }
  #news_container .item-text {
    margin-top: 10px;
    color: #00395d; }
  #news_container .news-item-image-holder {
    width: 100%; }
  #news_container .news-item-image {
    max-width: 100%; }
  #news_container .read-more-link {
    margin: 1em 0 0;
    padding: 0;
    font-weight: 400; }
  #news_container .news-links {
    display: block;
    width: 112px;
    color: white !important;
    background: #20809c !important;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center; }
    #news_container .news-links:hover {
      background: black !important; }
  @media screen and (min-width: 768px) {
    #news_container .item {
      width: 30%; }
    #news_container .item-summary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #news_container .news-item-image-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
    #news_container .item-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.slick-list {
  margin: 0 30px 15px; }
  @media screen and (min-width: 1024px) {
    .slick-list {
      margin: 0 50px; } }
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }
.slick-slide {
  height: auto; }
.slick-arrow {
  position: absolute;
  top: 40%;
  width: 33px;
  height: 33px;
  margin-top: -24px;
  color: transparent;
  background-color: transparent;
  border: none; }
  .slick-arrow:hover {
    cursor: pointer; }
.slick-prev {
  left: 1em;
  background: url("/pics/prev_button.png") no-repeat;
  z-index: 9; }
.slick-next {
  right: 1em;
  background: url("/pics/next_button.png") no-repeat;
  z-index: 9; }

.slick-faculty .slick-list {
  margin: 0 30px 15px; }
  @media screen and (min-width: 1024px) {
    .slick-faculty .slick-list {
      margin: 0 50px 40px; } }
.slick-faculty .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }
.slick-faculty .slick-slide {
  height: auto; }
.slick-faculty .slick-arrow {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  margin-top: -24px;
  color: transparent;
  background-color: transparent;
  border: none; }
  .slick-faculty .slick-arrow:hover {
    cursor: pointer; }
.slick-faculty .slick-prev {
  left: 1em;
  background: url("/pics/prev_button_wht.png") no-repeat;
  z-index: 9; }
.slick-faculty .slick-next {
  right: 1em;
  background: url("/pics/next_button_wht.png") no-repeat;
  z-index: 9; }

#index_infographics {
  background: #00395d;
  padding: 1em 0; }

#shuffle_info {
  max-width: 1300px;
  margin: 0 auto; }

#shuffle_main,
#shuffle_main_second {
  max-width: 1300px;
  margin: 0 auto; }
  #shuffle_main .caption,
  #shuffle_main_second .caption {
    background: #7c94a5 !important;
    height: 100% !important;
    width: 50% !important;
    padding: 0 1em !important; }
    #shuffle_main .caption h2,
    #shuffle_main_second .caption h2 {
      font-size: 2.5em !important; }
    #shuffle_main .caption p,
    #shuffle_main_second .caption p {
      font-size: 30px !important; }

.video {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 1; }
  .video video {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 556px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .video {
      display: none; } }

#events_container {
  margin: 0 10px; }
  #events_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 1em 0;
    padding-bottom: 10px;
    border-bottom: 1px rgba(32, 128, 156, 0.5) dashed; }
  #events_container .event-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 45px;
    margin-right: 10px;
    fill: #20809c;
    width: 31px;
    height: 31px; }
  #events_container .event-summary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #events_container .event-image-link {
    max-width: 100%; }
  #events_container .event-image {
    width: 100%; }

#index_shuffle_bg {
  background: #00395d;
  position: relative; }
  #index_shuffle_bg #index_motto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 1em 0;
    color: white;
    line-height: 42px;
    z-index: 9;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    #index_shuffle_bg span {
      position: relative; }
      #index_shuffle_bg span:before {
        content: '';
        position: absolute;
        top: -44px;
        right: 130px;
        height: 84px;
        width: 84px;
        background: url("/pics/motto_arrow.png") top center no-repeat; } }
  @media screen and (min-width: 1024px) {
    #index_shuffle_bg {
      background: transparent; }
      #index_shuffle_bg #index_motto {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: absolute;
        top: 6%;
        margin: 0;
        width: 250px;
        left: calc(50% - (1024px / 2));
        line-height: 32px;
        text-align: left;
        text-decoration: none;
        font-size: 32px;
        font-weight: 700; }
        #index_shuffle_bg #index_motto span:before {
          right: -90px; } }
  @media screen and (min-width: 1300px) {
    #index_shuffle_bg #index_motto {
      left: calc(50% - (1300px / 2));
      line-height: 62px;
      font-size: 77px;
      width: 590px; } }

#index_faculty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #00395d; }
  #index_faculty #faculty_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }
    #index_faculty #faculty_container .section-title {
      color: white;
      margin: 16px 0;
      text-transform: lowercase;
      line-height: 62px;
      font-size: 83px;
      font-weight: 300; }
      #index_faculty #faculty_container .section-title a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; }
      #index_faculty #faculty_container .section-title span {
        max-width: 100%;
        text-transform: uppercase;
        font-size: 78px;
        font-weight: 700; }
    #index_faculty #faculty_container .items-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index_faculty #faculty_container .items-list .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 100%;
        height: 400px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        #index_faculty #faculty_container .items-list .item .item-info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap;
          width: 100%;
          padding: 1em 0;
          background: rgba(0, 57, 93, 0.7);
          color: white; }
          #index_faculty #faculty_container .items-list .item .item-info .item-name {
            width: 92%; }
            #index_faculty #faculty_container .items-list .item .item-info .item-name a {
              color: white;
              font-size: 1.5em;
              font-weight: 700;
              font-family: "franklin-gothic-urw-cond", sans-serif; }
          #index_faculty #faculty_container .items-list .item .item-info .item-text {
            width: 92%; }
          #index_faculty #faculty_container .items-list .item .item-info .read-more-link {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            color: white;
            margin: 0 0 0 1em;
            padding: 0; }
    @media screen and (min-width: 768px) {
      #index_faculty #faculty_container .items-list .item {
        width: 33%; }
      #index_faculty #faculty_container .items-list .item-summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1024px) {
      #index_faculty #faculty_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #index_faculty #faculty_container .section-title {
          margin: 0;
          width: 27%; }
        #index_faculty #faculty_container .items-list {
          width: 63%;
          height: 400px; }
        #index_faculty #faculty_container #staffArrow {
          display: block;
          overflow: hidden;
          height: 87px;
          width: 86px;
          white-space: nowrap;
          text-indent: 200%;
          color: transparent;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url("/pics/next_button_wht.png");
          background-size: 86px auto;
          margin-left: 10px; } }
    @media screen and (min-width: 1300px) {
      #index_faculty #faculty_container .section-title {
        width: 25%; }
      #index_faculty #faculty_container .items-list {
        width: 66%; } }
    @media screen and (max-width: 1023px) {
      #index_faculty #faculty_container #staffArrow {
        display: none; } }

#inside_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }
  #inside_page h2 {
    position: relative;
    color: #00395d;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 700; }

#inner_quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  #inner_quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: 120px;
    width: 140px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #20809c; }
    #inner_quicklinks a svg {
      fill: #20809c;
      width: 46px;
      height: 46px; }
    #inner_quicklinks a.larger-svg svg {
      width: 75px;
      height: 75px; }
    #inner_quicklinks a:hover {
      color: #00395d; }
      #inner_quicklinks a:hover svg {
        fill: #00395d; }
    #inner_quicklinks a.icon-only .link-inner {
      display: none; }
  @media screen and (min-width: 1024px) {
    #inner_quicklinks {
      width: 18%;
      border-right: 1px #20809c dashed; }
      #inner_quicklinks a {
        border-bottom: 1px #20809c solid; } }

#inner_container {
  width: 100%; }
  #inner_container .links_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #inner_container .links_section h2:before {
      content: '';
      position: absolute;
      top: 15px;
      right: 0;
      height: 1px;
      width: 55%;
      background: #00395d; }
      @media screen and (min-width: 768px) {
        #inner_container .links_section h2:before {
          width: 72%; } }
      @media screen and (min-width: 1024px) {
        #inner_container .links_section h2:before {
          width: 75%; } }
      @media screen and (min-width: 1300px) {
        #inner_container .links_section h2:before {
          width: 82%; } }
    #inner_container .links_section a {
      text-decoration: none;
      color: #00395d;
      font-size: 1.25em;
      font-family: "franklin-gothic-urw-cond", sans-serif;
      font-weight: 300; }
      #inner_container .links_section a:hover {
        color: #20809c; }
  #inner_container #tabbed_container {
    margin-top: 2em; }
    #inner_container #tabbed_container .tabs-list {
      border-bottom: 1px #20809c solid;
      position: relative; }
      #inner_container #tabbed_container .tabs-list:before {
        content: '';
        position: absolute;
        top: 31px;
        right: 0;
        height: 100px;
        width: 1px;
        background: #20809c; }
      #inner_container #tabbed_container .tabs-list a {
        background: #00395d;
        color: white;
        font-size: 22px;
        text-transform: uppercase;
        padding: 3px 10px 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
      #inner_container #tabbed_container .tabs-list .active {
        background: #20809c; }
      #inner_container #tabbed_container .tabs-list a:hover {
        cursor: pointer; }
      #inner_container #tabbed_container .tabs-list svg {
        pointer-events: none; }
    #inner_container #tabbed_container .tab-container {
      display: none; }
      #inner_container #tabbed_container .tab-container.active {
        display: block; }
      #inner_container #tabbed_container .tab-container .tab_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 270px; }
        #inner_container #tabbed_container .tab-container .tab_inner .resource-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          #inner_container #tabbed_container .tab-container .tab_inner .resource-list a {
            text-decoration: none;
            color: #00395d;
            font-size: 1.25em;
            font-family: "franklin-gothic-urw-cond", sans-serif;
            font-weight: 300; }
            #inner_container #tabbed_container .tab-container .tab_inner .resource-list a:hover {
              color: #20809c; }
      @media screen and (min-width: 1024px) {
        #inner_container #tabbed_container .tab-container .tab_inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #inner_container #tabbed_container .tab-container .tab_inner .resource-list {
            width: 50%; } }
  @media screen and (min-width: 1024px) {
    #inner_container {
      width: 78%; } }

#footer_main {
  background: #00395d; }

.footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  @media screen and (min-width: 768px) {
    .footer_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#footer_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin: 10px 0; }
  #footer_left #footer_address {
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: white;
    font-size: 1.125em;
    text-align: center; }
    #footer_left #footer_address a {
      color: inherit;
      font-size: inherit; }
    #footer_left #footer_address #footer_address_title {
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "franklin-gothic-urw-cond", sans-serif; }
    #footer_left #footer_address span:nth-child(4) {
      margin-top: 1em; }
  @media screen and (min-width: 768px) {
    #footer_left {
      width: 30%;
      margin: 1em 0; }
      #footer_left #footer_address {
        text-align: left; } }

#footer_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%; }
  #footer_center #search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    height: 32px;
    width: 96%;
    display: block;
    margin: 10px;
    background: transparent;
    border: 1px white solid;
    border-radius: 5px; }
    #footer_center #search input#q {
      margin: 0;
      height: auto;
      line-height: auto;
      border: none;
      vertical-align: top;
      background: transparent;
      -webkit-appearance: none;
      box-sizing: content-box; }
    #footer_center #search input#q {
      color: white;
      padding: 0 5px;
      height: 32px;
      width: 85%;
      font-size: 14px;
      line-height: 18px; }
    #footer_center #search .edlio-search-button {
      float: right;
      margin: 10px 5px 0 0; }
  @media screen and (min-width: 768px) {
    #footer_center {
      width: 30%; } }

#footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
  margin: 1em 0; }
  #footer_right #links_container {
    width: 100%; }
    #footer_right #links_container .section-title {
      color: white;
      font-size: 24px;
      text-transform: uppercase;
      padding: 0 10px; }
    #footer_right #links_container .links-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      height: 148px;
      padding: 0 10px; }
      #footer_right #links_container .links-list .item-name {
        width: 100%;
        margin: 2px 0; }
        #footer_right #links_container .links-list .item-name a {
          font-size: 1em;
          color: white; }
  @media screen and (min-width: 768px) {
    #footer_right {
      width: 30%; }
      #footer_right #links_container .links-list {
        height: 148px; }
        #footer_right #links_container .links-list .item-name {
          width: 130px; } }
  @media screen and (min-width: 1024px) {
    #footer_right #links_container .links-list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#footer_bottom {
  padding: 10px 0;
  background: #00113b; }
  #footer_bottom #copyright {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: white;
    font-size: 1em; }
  #footer_bottom #edlio_logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    display: block;
    width: 140px;
    height: 20px;
    overflow: hidden;
    background-color: transparent; }
    #footer_bottom #edlio_logo svg {
      display: block;
      width: 140px;
      height: 20px;
      margin: 0;
      fill: rgba(255, 255, 255, 0.3); }
  #footer_bottom #social_nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: 10px 0; }
    #footer_bottom #social_nav p {
      margin: 0 10px 0 0;
      color: white; }
    #footer_bottom #social_nav a {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      background-color: #20809c;
      margin: 0 3px; }
      #footer_bottom #social_nav a svg {
        display: block;
        width: 14px;
        height: 14px;
        margin: 5px;
        fill: white; }
      #footer_bottom #social_nav a:hover {
        background-color: #20809c; }
        #footer_bottom #social_nav a:hover svg {
          fill: #00395d; }
  @media screen and (min-width: 768px) {
    #footer_bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #footer_bottom #copyright {
        width: 35%;
        font-size: 1.25em; }
      #footer_bottom #edlio_logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 29%; }
        #footer_bottom #edlio_logo svg {
          margin: 0 auto; }
      #footer_bottom #social_nav {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 36%;
        font-size: 1.25em; } }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #00395d; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #20809c; }
      #mobile_nav a:hover svg {
        fill: #20809c; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video_container iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%; }

#content_main #listing-bottom {
  display: none; }
