@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
body {
  line-height: 1;
}

/* line 34, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 50, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_reset.scss */
button {
  background: 0;
  border: 0;
  padding: 0;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 12, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 18, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 44, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 52, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 57, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 62, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 74, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 78, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 83, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 87, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 91, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 98, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 103, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 107, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 113, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 9, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 12, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 15, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 12, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 6, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}

/* line 12, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

/* line 31, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 36, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 45, D:/dev/mvpia-unt-dallas/fed/sass/vendor/owl/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
/* line 2, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
		Chrome 19+,
		Safari 6+,
		Safari 6+ iOS,
		Opera 15+
	*/
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}

/* line 21, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 27, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}

/* line 33, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
/* line 40, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

/* line 45, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

/* line 51, D:/dev/mvpia-unt-dallas/fed/sass/vendor/_gray.scss */
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

/* ==========================================================================
	VARIABLES
   ========================================================================== */
/* ==========================================================================
	FONTS
   ========================================================================== */
/* ==========================================================================
	ICONS
	 ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?vtc686");
  src: url("../icons/icomoon.eot?vtc686#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?vtc686") format("truetype"), url("../icons/icomoon.woff?vtc686") format("woff"), url("../icons/icomoon.svg?vtc686#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 16, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--youtube:after, .social__link--linkedin:after, .social__link--google-plus:after, .social__link--instagram:after, .social__link--facebook:after, .header-nav__list .header-nav__sub-toggle:after, .header-sub-nav .header-nav__sub-toggle:after, .cta--bank:before, .cta--building:before, .cta--cap:before, .cta--location:before, .search-submit:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--youtube:after {
  content: "\e900";
}

/* line 35, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--linkedin:after {
  content: "\e901";
}

/* line 39, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--google-plus:after {
  content: "\e902";
}

/* line 43, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--instagram:after {
  content: "\e903";
}

/* line 47, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.social__link--facebook:after {
  content: "\e904";
}

/* line 51, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.header-nav__list .header-nav__sub-toggle:after, .header-sub-nav .header-nav__sub-toggle:after {
  content: "\e905";
}

/* line 55, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.cta--bank:before {
  content: "\e906";
}

/* line 59, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.cta--building:before {
  content: "\e907";
}

/* line 63, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.cta--cap:before {
  content: "\e908";
}

/* line 67, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.cta--location:before {
  content: "\e909";
}

/* line 71, D:/dev/mvpia-unt-dallas/fed/sass/base/_icons.scss */
.search-submit:after {
  content: "\e90a";
}

/* ==========================================================================
	UTILITIES
   ========================================================================== */
/* line 104, D:/dev/mvpia-unt-dallas/fed/sass/base/_util.scss */
.container:after, .header-nav__item:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
	BROWSER TWEAKS
   ========================================================================== */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 10, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
*, *:before, *:after {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 16, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
* {
  outline: 0;
}

/* IE 10 Overrides */
/* line 23, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
*::-ms-clear {
  display: none;
}

/* line 28, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
body {
  -ms-overflow-style: scrollbar !important;
}

/* line 33, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 36, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
select {
  border-radius: 0;
}

/* line 39, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
textarea {
  resize: none;
}

/* line 42, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
input[type=submit] {
  cursor: pointer;
}

/* Mobile Overrides */
/* line 48, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 53, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
.fallback__thumbnail,
.fallback__overlay {
  display: none;
}

/* line 59, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
.no-backgroundblendmode .fallback__thumbnail,
.no-backgroundblendmode .fallback__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 70, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
.no-backgroundblendmode .fallback__thumbnail {
  background: none center center no-repeat #fff;
  background-size: cover;
}

/* line 75, D:/dev/mvpia-unt-dallas/fed/sass/base/_browser-tweaks.scss */
.no-backgroundblendmode .fallback__overlay {
  opacity: .75;
}

/* ==========================================================================
	GLOBAL
   ========================================================================== */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
html, body {
  height: 100%;
}

/* line 9, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
body {
  color: #6d6e71;
  font: 400 18px/1.556 "Source Sans Pro", serif, sans-serif;
  padding-top: 60px;
}

/* line 14, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
body.hide-overflow {
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* line 9, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
  body {
    padding-top: 40px;
  }
  /* line 21, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
  body.hide-overflow {
    overflow: auto;
  }
}

/* line 28, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
a {
  color: #004174;
  text-decoration: none;
}

/* line 33, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
button {
  font-family: "Source Sans Pro", serif, sans-serif;
}

/* line 36, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
button:hover {
  cursor: pointer;
}

/* line 41, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0px 10px;
  width: 100%;
}

@media (min-width: 1280px) {
  /* line 41, D:/dev/mvpia-unt-dallas/fed/sass/base/_global.scss */
  .container {
    padding: 0px 40px;
  }
}

/* ==========================================================================
	HEADER
   ========================================================================== */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header {
  width: 100vw;
  height: 60px;
  position: fixed;
  left: 0px;
  top: 0px;
  transform: translateY(0px);
  background: #fff;
  z-index: 2;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  /* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header {
    border-top: 40px solid #000;
    width: 100%;
    height: 40px;
    background-color: transparent;
  }
}

/* line 24, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header__logo {
  padding-left: 15px;
}

/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header__logo a {
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 34px;
  display: block;
  height: 60px;
  text-indent: -99999px;
}

@media (min-width: 1024px) {
  /* line 24, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header__logo {
    padding-left: 30px;
    width: 260px;
    position: relative;
    z-index: 1;
  }
  /* line 42, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header__logo a {
    background-image: url(../images/unt-logo-white.svg) !important;
    background-size: auto 45px;
  }
}

/* line 49, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle {
  width: 46px;
  height: 60px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 57, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle:before, .header-nav__toggle:after {
  content: '';
  display: block;
  height: 6px;
  border-top: 2px solid #626264;
  border-bottom: 2px solid #626264;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 71, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle:before {
  margin-top: -4px;
}

/* line 75, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle:after {
  margin-top: 4px;
}

/* line 80, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle--toggled:before, .header-nav__toggle--toggled:after {
  margin: 0;
  border: 0;
  width: 2px;
  height: 20px;
  transform-origin: center;
  background: #626264;
}

/* line 90, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle--toggled:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 94, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle--toggled:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1024px) {
  /* line 49, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__toggle {
    display: none;
  }
}

/* line 104, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav {
  border-top: 1px solid #ebebeb;
  height: calc(100vh - 60px);
  left: 0;
  overflow: auto;
  padding: 0 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateX(100vw);
  transition: transform 0.25s ease-in-out;
  background: #fff;
}

/* line 117, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__toggle--toggled ~ .header-nav {
  transform: translateX(0);
}

@media (min-width: 1024px) {
  /* line 104, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav {
    border: 0;
    height: 100px;
    background-color: transparent;
    top: -40px;
    transform: none;
    transition: none;
    overflow: visible;
  }
}

/* line 134, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__list .header-nav__sub-toggle:after {
  display: block;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 15px;
  transition: color 0.25s ease-in-out;
}

/* line 145, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__list .header-nav__sub-toggle--toggled:after {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  /* line 132, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list {
    position: absolute;
    right: 0;
    top: 40px;
  }
  /* line 156, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__sub-toggle {
    padding: 0 40px 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
  }
  /* line 162, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__sub-toggle:after {
    color: #b3b8be;
    right: 25px;
    top: 20px;
  }
  /* line 169, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__sub-list {
    padding: 10px 0;
  }
  /* line 173, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__item:hover .header-nav__sub-toggle,
  .header-nav__list .header-nav__item:focus .header-nav__sub-toggle,
  .header-nav__list .header-nav__sub-toggle--toggled {
    color: #111;
    background: #eff2f4;
  }
  /* line 179, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__item:hover .header-nav__sub-toggle:after,
  .header-nav__list .header-nav__item:focus .header-nav__sub-toggle:after,
  .header-nav__list .header-nav__sub-toggle--toggled:after {
    color: #757575;
  }
  /* line 185, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__item:last-child .header-nav__sub-list {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 192, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__sub-toggle {
    padding: 0 50px 0 20px;
  }
  /* line 195, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__list .header-nav__sub-toggle:after {
    right: 35px;
  }
}

/* line 202, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__item {
  border-top: 1px solid #ebebeb;
  position: relative;
}

/* line 207, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__item:first-child {
  border-top: none;
}

@media (min-width: 1024px) {
  /* line 202, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__item {
    border-top: 0;
    display: inline-block;
  }
}

/* line 217, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__link {
  color: #004174;
  display: block;
  font: 35px/1.2 "Fira Sans", serif, sans-serif;
  padding: 20px 0px;
  text-transform: uppercase;
}

/* line 225, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__sub-toggle {
  width: 100%;
  padding: 11px 0;
  color: #000;
  font: 14px/1.2 "Fira Sans", serif, sans-serif;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 1024px) {
  /* line 225, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-toggle {
    width: auto;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  /* line 240, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-toggle:focus, .header-nav__sub-toggle:hover, .header-nav__sub-toggle--toggled {
    background: #eff2f4;
    color: #111;
  }
}

/* line 249, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__sub-list {
  display: none;
  padding-bottom: 20px;
}

/* line 253, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__sub-toggle--toggled ~ .header-nav__sub-list {
  display: block;
}

@media (min-width: 1024px) {
  /* line 249, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-list {
    display: block;
    min-width: 125%;
    background: #eff2f4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
    position: absolute;
    z-index: 1;
  }
  /* line 267, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__item:focus .header-nav__sub-list,
  .header-nav__item:hover .header-nav__sub-list,
  .header-nav__sub-toggle--toggled ~ .header-nav__sub-list {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  /* line 276, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-item {
    white-space: nowrap;
  }
}

/* line 282, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-nav__sub-link {
  padding: 6px 0px;
  display: block;
  font: 14px/1.2 "Source Sans Pro", serif, sans-serif;
  color: #111;
  text-transform: none;
}

@media (min-width: 1024px) {
  /* line 282, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-link {
    padding: 10px 30px 10px 20px;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  /* line 293, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-nav__sub-link:focus, .header-nav__sub-link:hover {
    background: #fff;
  }
}

/* line 300, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-sub-nav {
  border-top: 1px solid #ebebeb;
}

/* line 303, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-sub-nav .header-nav__sub-toggle:after {
  display: block;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 15px;
  transition: color 0.25s ease-in-out;
}

/* line 314, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-sub-nav .header-nav__sub-toggle--toggled:after {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  /* line 300, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav {
    border: 0;
    position: absolute;
    left: 0;
  }
  /* line 324, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle {
    padding-left: 30px;
    padding-right: 40px;
    line-height: 18px;
    color: #888;
  }
  /* line 330, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle:after {
    right: 25px;
  }
  /* line 335, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__item:hover .header-nav__sub-toggle,
  .header-sub-nav .header-nav__item:focus .header-nav__sub-toggle,
  .header-sub-nav .header-nav__sub-toggle--toggled {
    color: #111;
    background: #eff2f4;
  }
  /* line 342, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-link {
    padding: 10px 30px;
  }
}

@media (min-width: 1280px) {
  /* line 348, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__item {
    white-space: nowrap;
  }
  /* line 352, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle,
  .header-sub-nav .header-nav__sub-list,
  .header-sub-nav .header-nav__sub-item {
    display: inline-block;
    vertical-align: top;
  }
  /* line 359, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle {
    cursor: default;
  }
  /* line 362, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle:focus, .header-sub-nav .header-nav__sub-toggle:hover, .header-sub-nav .header-nav__sub-toggle--toggled {
    color: #888;
    background-color: transparent;
  }
  /* line 369, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-toggle:after {
    display: none;
  }
  /* line 374, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-list {
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }
  /* line 381, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-link {
    color: #fff;
    padding: 10px;
    line-height: 20px;
  }
  /* line 386, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav .header-nav__sub-link:focus, .header-sub-nav .header-nav__sub-link:hover {
    color: #004174;
  }
}

/* line 396, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-sub-nav--unt {
  border-top: 0;
}

/* line 399, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
.header-sub-nav--unt .header-nav__sub-link {
  padding: 11px 0;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  /* line 396, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav--unt {
    top: 0;
    right: 460px;
    left: auto;
  }
  /* line 413, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav--unt .header-nav__sub-link {
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    border: 0;
    color: #fff;
  }
  /* line 420, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header-sub-nav--unt .header-nav__sub-link:focus, .header-sub-nav--unt .header-nav__sub-link:hover {
    color: #111;
  }
}

@media (min-width: 1024px) {
  /* line 430, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky {
    height: 100px;
    background: #fff;
    position: fixed;
    top: -140px;
    transform: translateY(140px);
    transition: transform 0.25s ease-in-out;
  }
  /* line 440, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky .header__logo a {
    background-image: url(/assets/images/unt-logo-color.svg) !important;
    background-color: #fff;
    background-size: auto 34px;
  }
  /* line 447, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky .header-nav {
    margin-top: -60px;
    height: auto;
    position: relative;
  }
  /* line 454, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky .header-nav__list .header-nav__sub-toggle,
  .header.sticky .header-nav__list .header-nav__sub-toggle--toggled {
    color: #004174;
    line-height: 60px;
  }
  /* line 459, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky .header-nav__list .header-nav__sub-toggle:after,
  .header.sticky .header-nav__list .header-nav__sub-toggle--toggled:after {
    top: 25px;
  }
  /* line 466, D:/dev/mvpia-unt-dallas/fed/sass/base/_header.scss */
  .header.sticky .header-nav__sub-link:focus, .header.sticky .header-nav__sub-link:hover {
    color: #004174;
  }
}

/* ==========================================================================
	FOOTER
   ========================================================================== */
/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer {
  margin-top: 10px;
  padding: 35px 5px 10px;
  background-color: #00203a;
  color: #999;
}

/* line 13, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__nav .footer__title {
  position: relative;
}

/* line 16, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__nav .footer__title:after {
  content: '+';
  display: block;
  font: 1.5em/0.75 "Source Sans Pro", serif, sans-serif;
  color: #757575;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__nav .footer__title--toggled:after {
  content: '-';
}

@media (min-width: 1280px) {
  /* line 35, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
  .footer__nav .footer__title:after {
    display: none;
  }
}

/* line 43, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__list.col {
  margin-top: 0;
}

@media (min-width: 750px) {
  /* line 43, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
  .footer__list.col {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 54, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__title {
  margin-bottom: 10px;
  font: 16px/1.2 "Fira Sans", serif, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

/* line 60, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support .footer__title {
  margin-bottom: 15px;
}

/* line 64, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__title + .cols {
  display: none;
}

/* line 69, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__title--toggled + .cols {
  display: block;
}

@media (min-width: 1280px) {
  /* line 75, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
  .footer__title + .cols {
    display: flex;
  }
}

/* line 81, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__link {
  display: block;
  padding: 2px 0;
  font: 14px/1.5 "Source Sans Pro", serif, sans-serif;
  color: #999;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

/* line 88, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__link:hover, .footer__link:focus {
  color: #99d6e3;
  text-decoration: underline;
}

/* line 95, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.footer__copyright {
  margin: 50px -15px 0;
  border-top: 1px solid #333;
  padding: 10px 15px 0;
  font: 14px/1.4 "Source Sans Pro", serif, sans-serif;
}

@media (min-width: 1280px) {
  /* line 95, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
  .footer__copyright {
    display: block;
    margin-top: 64px;
    border-top: 1px solid #1a374e;
    font-size: 15px;
  }
}

/* line 109, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support,
.social {
  margin-top: 35px;
}

/* line 114, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support {
  zoom: 1;
}

/* line 89, D:/dev/mvpia-unt-dallas/fed/sass/base/_util.scss */
.support:before, .support:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 96, D:/dev/mvpia-unt-dallas/fed/sass/base/_util.scss */
.support:after {
  clear: both;
}

@media (min-width: 1280px) {
  /* line 114, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
  .support {
    margin-top: 0;
  }
}

/* line 122, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support__thumbnail {
  float: left;
  margin-right: 20px;
}

/* line 127, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support__description {
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 132, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support__link {
  display: block;
  font-size: 14px;
  color: #99d6e3;
}

/* line 137, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support__link:hover, .support__link:focus {
  text-decoration: underline;
}

/* line 142, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.support__link + .support__link {
  margin-top: 5px;
}

/* line 147, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__list {
  font-size: 0;
}

/* line 151, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__item {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #fff;
}

/* line 157, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__item + .social__item {
  margin-left: 10px;
}

/* line 162, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link {
  display: block;
  height: 100%;
  background-color: #1a374e;
  position: relative;
  transition: background-color 0.25s ease-in-out;
}

/* line 169, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link:after {
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 179, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link--facebook:focus, .social__link--facebook:hover {
  background: #01477f;
}

/* line 189, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link--instagram:focus, .social__link--instagram:hover {
  background: #a57d60;
}

/* line 199, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link--google-plus:focus, .social__link--google-plus:hover {
  background: #d54135;
}

/* line 209, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link--linkedin:focus, .social__link--linkedin:hover {
  background: #1985bc;
}

/* line 219, D:/dev/mvpia-unt-dallas/fed/sass/base/_footer.scss */
.social__link--youtube:focus, .social__link--youtube:hover {
  background: #cf2f2e;
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.page-title {
  margin: 10px -10px 0;
  padding: 2.5vw;
  font: 20px/1.2 "Source Sans Pro", serif, sans-serif;
  color: #004174;
  text-transform: uppercase;
  background-color: #99d6e3;
}

/* line 9, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.col .page-title {
  margin: 0;
}

@media (min-width: 1024px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .page-title {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .page-title {
    margin: 20px 0 0;
  }
}

@media (min-width: 1280px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .page-title {
    margin-top: 0;
    padding: 20px 35px;
    font-size: 50px;
  }
  /* line 26, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .page-title--alt {
    font-size: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* line 34, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.featured-image-container {
  width: 100%;
  overflow: hidden;
}

/* line 38, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.featured-image-container + .featured-image-container {
  display: none;
}

@media (min-width: 750px) {
  /* line 34, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .featured-image-container {
    height: 100%;
  }
}

/* line 47, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.featured-image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 750px) {
  /* line 47, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .featured-image {
    width: auto;
    height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 64, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.article {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
}

@media (min-width: 1280px) {
  /* line 64, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .article {
    margin-left: 35px;
    margin-right: 35px;
  }
}

/* line 73, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.page-title + .article {
  margin-top: 20px;
}

@media (min-width: 750px) {
  /* line 78, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  /* line 84, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols .cols:first-child {
    margin-top: -10px;
  }
}

@media (min-width: 1280px) {
  /* line 78, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 94, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols .cols:first-child {
    margin-top: -20px;
  }
}

/* line 100, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
.col {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 750px) {
  /* line 100, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .col {
    margin-top: 5px;
    padding: 5px 5px 0;
  }
}

@media (min-width: 1280px) {
  /* line 100, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .col {
    margin-top: 10px;
    padding: 10px 10px 0;
  }
}

@media (min-width: 750px) {
  /* line 119, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1 > .col {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 128, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-2-1 > .col:nth-child(2n+1) {
    width: calc(200% / 3);
  }
  /* line 132, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-2-1 > .col:nth-child(2n) {
    width: calc(100% / 3);
  }
}

@media (min-width: 1280px) {
  /* line 141, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-3-1 > .col:nth-child(2n+1) {
    width: 75%;
  }
  /* line 145, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-3-1 > .col:nth-child(2n) {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  /* line 154, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-2 > .col:nth-child(2n+1) {
    width: calc(100% / 3);
  }
  /* line 158, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-2 > .col:nth-child(2n) {
    width: calc(200% / 3);
  }
}

@media (min-width: 1280px) {
  /* line 167, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1-1 > .col {
    width: 33.33333%;
    width: calc(100% / 3);
  }
}

@media (min-width: 750px) {
  /* line 177, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1-1-1 > .col {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 183, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1-1-1 > .col {
    width: 25%;
  }
}

@media (min-width: 750px) {
  /* line 192, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1-1-1-1 > .col {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 198, D:/dev/mvpia-unt-dallas/fed/sass/base/_layout.scss */
  .cols-1-1-1-1-1 > .col {
    width: 20%;
  }
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg {
  font: 18px/1.45 "Source Sans Pro", serif, sans-serif;
  color: #6d6e71;
}

/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg b,
.wysiwyg strong {
  font-weight: bold;
}

/* line 10, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg i,
.wysiwyg em {
  font-style: italic;
}

/* line 15, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl,
.wysiwyg pre,
.wysiwyg table,
.wysiwyg blockquote {
  margin-top: 15px;
}

/* line 30, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child,
.wysiwyg p:first-child,
.wysiwyg ul:first-child,
.wysiwyg ol:first-child,
.wysiwyg dl:first-child,
.wysiwyg pre:first-child,
.wysiwyg table:first-child,
.wysiwyg blockquote:first-child {
  margin-top: 0;
}

@media (min-width: 1280px) {
  /* line 15, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg dl,
  .wysiwyg pre,
  .wysiwyg table,
  .wysiwyg blockquote {
    margin-top: 35px;
  }
}

/* line 39, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

/* line 48, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h1 {
  font-size: 24px;
}

/* line 52, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h2 {
  font-size: 22px;
}

/* line 56, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h3 {
  font-size: 20px;
}

/* line 60, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h4 {
  font-size: 18px;
}

/* line 64, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h5 {
  font-size: 16px;
}

/* line 68, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg h6 {
  font-size: 16px;
}

/* line 72, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .alignnone,
.wysiwyg .alignleft,
.wysiwyg .alignright,
.wysiwyg .aligncenter {
  max-width: 100%;
  padding-top: 15px;
}

/* line 79, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .alignnone:first-child,
.wysiwyg .alignleft:first-child,
.wysiwyg .alignright:first-child,
.wysiwyg .aligncenter:first-child {
  padding-top: 0;
}

@media (min-width: 1280px) {
  /* line 72, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
  .wysiwyg .alignnone,
  .wysiwyg .alignleft,
  .wysiwyg .alignright,
  .wysiwyg .aligncenter {
    padding-top: 35px;
  }
}

/* line 87, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .alignnone a,
.wysiwyg .alignleft a,
.wysiwyg .alignright a,
.wysiwyg .aligncenter a {
  display: block;
}

/* line 92, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .alignleft {
  float: left;
  padding-right: 10px;
  clear: right;
}

/* line 98, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .alignright {
  float: right;
  padding-left: 10px;
  clear: left;
}

/* line 104, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .aligncenter {
  margin: 0 auto;
  clear: both;
}

/* line 109, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg .wp-caption-text {
  margin-top: 10px;
  font-size: .85em;
}

/* line 114, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 120, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg ul,
.wysiwyg ol {
  margin-left: 25px;
}

/* line 125, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg ol {
  list-style: decimal;
}

/* line 130, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg ul li {
  position: relative;
}

/* line 133, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6d6e71;
  position: absolute;
  left: -20px;
  top: .65em;
}

/* line 147, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg dt {
  margin-top: 10px;
  padding-bottom: 5px;
  font-weight: 500;
}

/* line 153, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg dd {
  margin-left: 25px;
}

/* line 156, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg dd + dd {
  margin-top: 5px;
}

/* line 161, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg table {
  width: 100%;
}

/* line 165, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg thead {
  background: gray;
  color: white;
}

/* line 170, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg th {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #a1a1a1;
}

/* line 181, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg td {
  border: 1px solid #a1a1a1;
  font-size: 14px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

@media (min-width: 1280px) {
  /* line 181, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
  .wysiwyg td {
    padding: 20px;
  }
}

/* line 195, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg th.hidden,
.wysiwyg td.hidden {
  display: none !important;
}

/* line 199, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg th.align-left,
.wysiwyg td.align-left {
  text-align: left;
}

/* line 203, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg th.align-right,
.wysiwyg td.align-right {
  text-align: right;
}

/* line 207, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg th.align-center,
.wysiwyg td.align-center {
  text-align: center;
}

/* line 212, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg pre {
  padding: 20px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",  "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",  "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  color: #004174;
  background: black;
  overflow-x: auto;
}

/* line 222, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg blockquote {
  margin: 20px 10px;
  padding: 20px 10px;
  border-left: 10px solid #a1a1a1;
  background: #f9f9f9;
  quotes: "“" "”";
}

/* line 229, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg blockquote:before {
  color: #a1a1a1;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* line 238, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg blockquote p {
  display: inline;
}

/* line 242, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg blockquote cite {
  font-style: italic;
}

/* line 248, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg--excerpt h1,
.wysiwyg--excerpt h2,
.wysiwyg--excerpt h3,
.wysiwyg--excerpt h4,
.wysiwyg--excerpt h5,
.wysiwyg--excerpt h6,
.wysiwyg--excerpt p {
  margin-top: 10px;
}

/* line 257, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg--excerpt h1,
.wysiwyg--excerpt h2,
.wysiwyg--excerpt h3,
.wysiwyg--excerpt h4,
.wysiwyg--excerpt h5,
.wysiwyg--excerpt h6 {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 266, D:/dev/mvpia-unt-dallas/fed/sass/base/_wysiwyg.scss */
.wysiwyg--excerpt img {
  width: 100%;
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
.header-ctas {
  padding: 15px 0;
  font-size: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
  .header-ctas {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 14, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
.header-cta {
  display: inline-block;
  padding: 0 20px;
  font: 14px/2.2 "Source Sans Pro", serif, sans-serif;
  color: #fff;
  background: #4ab141;
  transition: background-color 0.25s ease-in-out;
}

/* line 22, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
.header-cta:focus, .header-cta:hover {
  background-color: #008441;
}

/* line 27, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
.header-cta + .header-cta {
  margin-left: 16px;
}

@media (min-width: 1024px) {
  /* line 14, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
  .header-cta {
    width: 65px;
    padding: 5px 0;
  }
  /* line 35, D:/dev/mvpia-unt-dallas/fed/sass/modules/_header-ctas.scss */
  .header-cta + .header-cta {
    margin-left: 0;
  }
}

/* line 2, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.ctas .cols {
  margin: 0 -10px;
}

@media (min-width: 750px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .ctas {
    margin-top: -90px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1024px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .ctas {
    margin: -180px 0 0;
  }
  /* line 15, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .ctas .cols {
    margin: 0;
  }
}

/* line 21, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta {
  padding: 80px 20px 70px;
  margin-top: 0;
  text-align: center;
  background: #eff2f4;
  position: relative;
}

/* line 28, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta:nth-child(2n) {
  background: #e5e9eb;
}

/* line 32, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta:before {
  display: block;
  font-size: 35px;
  color: #004174;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
}

@media (min-width: 750px) {
  /* line 21, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .cta {
    padding: 100px 50px 90px;
  }
}

/* line 71, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta__title {
  font: bold 20px/1.2 "Fira Sans", serif, sans-serif;
  color: #004174;
  text-transform: uppercase;
}

/* line 77, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta__description {
  margin-top: 10px;
  font: 14px/1.4 "Source Sans Pro", serif, sans-serif;
  color: #666;
}

@media (min-width: 750px) {
  /* line 77, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .cta__description {
    margin-top: 30px;
  }
}

/* line 87, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta__link {
  display: block;
  width: 100%;
  padding: 8px 0;
  font: bold 16px/1.5 "Fira Sans", serif, sans-serif;
  color: #004174;
  background: #99d6e3;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 98, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
.cta:nth-child(2n) .cta__link {
  color: #fff;
  background: #002f6c;
}

@media (min-width: 750px) {
  /* line 87, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .cta__link {
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  /* line 106, D:/dev/mvpia-unt-dallas/fed/sass/modules/_ctas.scss */
  .cta__link:hover,
  .cta:nth-child(2n) .cta__link:hover {
    color: #fff;
    background-color: #0069af;
  }
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero {
  min-height: 350px;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 6, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

/* line 19, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-image {
  height: 350px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

@media (min-width: 750px) {
  /* line 19, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-image {
    height: 580px;
  }
}

@media (min-width: 1024px) {
  /* line 19, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-image {
    height: 760px;
  }
}

/* line 34, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-content {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 750px) {
  /* line 34, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-content {
    bottom: 130px;
  }
}

@media (min-width: 1024px) {
  /* line 34, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-content {
    bottom: 260px;
  }
}

/* line 49, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-title {
  display: inline-block;
  max-width: calc(100% - 30px);
  padding: 5px 15px;
  font: bold 30px/1.2 "Fira Sans", serif, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #004174;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  /* line 49, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-title {
    max-width: 50%;
    width: auto;
    padding: 0 50px 0 30px;
    font-size: 48px;
  }
}

/* line 68, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-caption {
  max-width: calc(100% - 60px);
  margin-top: -25px;
  padding: 40px 15px 25px;
  font: 14px/1.4285 "Source Sans Pro", serif, sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}

@media (min-width: 750px) {
  /* line 68, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
  .hero-caption {
    width: 40%;
    padding-left: 60px;
  }
}

/* line 82, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-caption:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-top: 200px solid rgba(0, 0, 0, 0.7);
  border-right: 45px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}

/* line 95, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-caption a {
  color: #94d7e9;
}

/* line 98, D:/dev/mvpia-unt-dallas/fed/sass/modules/_hero.scss */
.hero-caption a:focus, .hero-caption a:hover {
  text-decoration: underline;
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info {
  background: url(../images/skyline.jpg) no-repeat center top;
  background-size: cover;
}

/* line 5, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info .cols,
.info .info__slider {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0 65px;
}

@media (min-width: 750px) {
  /* line 13, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
  .info .cols,
  .info .info__slider {
    padding: 30px 0 75px;
  }
}

/* line 20, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info__description {
  font: bold 18px/1.4 "Fira Sans", serif, sans-serif;
  color: #004174;
  text-align: center;
}

/* line 25, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info__description sup {
  font-size: .5em;
  text-decoration: underline;
  position: relative;
  top: -.4em;
}

/* line 32, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info__description sub {
  display: block;
  font-size: .65em;
}

@media (min-width: 750px) {
  /* line 20, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
  .info__description {
    font-size: 24px;
  }
}

/* line 42, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.info__title {
  display: block;
  font: bold 60px/1.2 'Playfair Display', serif;
}

@media (min-width: 750px) {
  /* line 42, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
  .info__title {
    font-size: 72px;
  }
}

/* line 51, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.owl-dots {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

/* line 59, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.owl-dot {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #878787;
  transition: background-color 0.25s ease-in-out;
}

/* line 66, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.owl-dot + .owl-dot {
  margin-left: 10px;
}

/* line 70, D:/dev/mvpia-unt-dallas/fed/sass/modules/_info.scss */
.owl-dot.active {
  background-color: #5f7f99;
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.explore {
  padding: 50px 0;
  text-align: center;
  background: #004174;
  position: relative;
  overflow: hidden;
}

/* line 8, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.explore .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .explore {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 19, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.explore__title {
  font: bold 24px/1.2 "Fira Sans", serif, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  /* line 19, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .explore__title {
    font-size: 48px;
  }
}

/* line 29, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.explore__link {
  font: 14px/1.2 "Source Sans Pro", serif, sans-serif;
  color: #94d7e9;
}

/* line 33, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.explore__link:focus, .explore__link:hover {
  text-decoration: underline;
}

/* line 39, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1,
.edge2,
.edge3 {
  position: absolute;
}

/* line 44, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:before, .edge1:after,
.edge2:before,
.edge2:after,
.edge3:before,
.edge3:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 53, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:before,
.edge2:before,
.edge3:before {
  background: #0f5080;
}

/* line 57, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:after,
.edge2:after,
.edge3:after {
  background: #165785;
}

/* line 62, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1 {
  width: 35%;
  height: 30%;
  left: 0;
  bottom: 0;
  transition: height 0.25s ease-in-out;
}

/* line 69, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:before, .edge1:after {
  width: 200%;
  transform-origin: left top;
}

/* line 75, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:before {
  transform: rotate(30deg);
}

/* line 79, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge1:after {
  transform: rotate(40deg);
}

@media (min-width: 750px) {
  /* line 62, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge1 {
    height: 45%;
  }
}

@media (min-width: 1024px) {
  /* line 62, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge1 {
    height: 75%;
  }
}

/* line 92, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge2 {
  width: 50%;
  height: 25%;
  right: 0;
  bottom: 100%;
}

/* line 98, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge2:before, .edge2:after {
  width: 150%;
  transform-origin: left bottom;
  left: 0;
  transition: transform 0.25s ease-in-out;
}

/* line 106, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge2:before {
  transform: rotate(8deg);
  transition: transform 0.25s ease-in-out, left 0.25s ease-in-out;
}

/* line 111, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge2:after {
  left: 35px;
  transform: rotate(4deg);
  transition: transform 0.25s ease-in-out;
}

@media (min-width: 750px) {
  /* line 92, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge2 {
    width: 60%;
  }
  /* line 124, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge2:before {
    left: 0;
    transform: rotate(8deg);
  }
  /* line 129, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge2:after {
    transform: rotate(4deg);
  }
}

@media (min-width: 1280px) {
  /* line 135, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge2:before {
    transform: rotate(4deg);
  }
  /* line 139, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge2:after {
    transform: rotate(2deg);
  }
}

/* line 145, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge3 {
  width: 25%;
  height: 25%;
  right: 0;
  bottom: 0;
  transition: height 0.25s ease-in-out;
}

/* line 152, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge3:before, .edge3:after {
  width: 250%;
  right: 0;
  transform-origin: right top;
  transition: transform 0.25s ease-in-out;
}

/* line 160, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge3:before {
  transform: rotate(-35deg);
}

/* line 164, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
.edge3:after {
  transform: rotate(-50deg);
}

@media (min-width: 750px) {
  /* line 145, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge3 {
    height: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 173, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge3:before {
    transform: rotate(-15deg);
  }
  /* line 177, D:/dev/mvpia-unt-dallas/fed/sass/modules/_explore.scss */
  .edge3:after {
    transform: rotate(-20deg);
  }
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-form {
  position: relative;
}

@media (min-width: 750px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search-form {
    margin: 0 auto;
    width: 45%;
  }
}

/* line 10, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-field {
  border: 0;
  border-right: 40px solid transparent;
  padding: 15px;
  width: 100%;
  font: 15px/1.333 "Source Sans Pro", serif, sans-serif;
  background: #f2f2f2;
}

/* line 18, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-field::-webkit-input-placeholder {
  font-size: 14px;
  color: #111;
  font-style: italic;
}

/* line 24, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-field::-moz-placeholder {
  font-size: 14px;
  color: #111;
  font-style: italic;
}

/* line 30, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-field:-ms-input-placeholder {
  font-size: 14px;
  color: #111;
  font-style: italic;
  opacity: 1;
}

/* line 37, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-field:-moz-placeholder {
  font-size: 14px;
  color: #111;
  font-style: italic;
}

/* line 44, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-submit {
  border: 0;
  width: 40px;
  height: 100%;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* line 55, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search-submit:after {
  font-size: 16px;
  line-height: 2.5;
  color: #757575;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 75, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.explore .search-form {
  margin: 20px auto 15px;
  width: 240px;
}

/* line 80, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.explore .search-field {
  padding: 10px 20px;
}

/* line 84, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.explore .search-submit {
  background-color: #4ab141;
  transition: background-color 0.25s ease-in-out;
}

/* line 88, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.explore .search-submit:focus, .explore .search-submit:hover {
  background-color: #008441;
}

/* line 93, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.explore .search-submit:after {
  color: #fff;
}

/* line 100, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
.search {
  margin: 0 -15px;
}

@media (min-width: 1024px) {
  /* line 100, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search {
    margin: 0;
    border-left: 1px solid #424242;
    width: 255px;
    position: absolute;
    right: 195px;
    top: 0;
  }
  /* line 111, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-form {
    width: 100%;
  }
  /* line 115, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-field {
    padding: 10px 15px;
    line-height: 20px;
    color: #999;
    background-color: transparent;
  }
  /* line 121, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-field::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
  }
  /* line 127, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-field::-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
  }
  /* line 133, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-field:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
    opacity: 1;
  }
  /* line 140, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-field:-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
  }
  /* line 148, D:/dev/mvpia-unt-dallas/fed/sass/modules/_search.scss */
  .search .search-submit:focus, .search .search-submit:hover {
    background: #00853f;
  }
}

/* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-posts {
  margin-bottom: 15px;
}

/* line 4, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-posts .cols {
  margin: 0 -10px;
}

@media (min-width: 750px) {
  /* line 1, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
  .featured-posts {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  /* line 12, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
  .featured-posts .cols {
    margin: 0 -5px;
  }
}

/* line 18, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post {
  margin-top: 15px;
  position: relative;
}

/* line 22, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 16, 36, 0) 0%, rgba(0, 16, 36, 0) 20%, #001024 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .75;
}

/* line 35, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post:hover .featured-post__title {
  color: #99d6e3;
  text-decoration: underline;
}

@media (min-width: 750px) {
  /* line 18, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
  .featured-post {
    margin: 20px 10px 0;
  }
}

@media (min-width: 1280px) {
  /* line 18, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
  .featured-post {
    margin: 10px 10px 0;
  }
}

/* line 50, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post__header {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 25px;
  z-index: 1;
}

/* line 60, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post__thumbnail {
  display: block;
  width: 100%;
}

/* line 65, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post__title {
  margin-top: 5px;
  font: bold 20px/1.2 "Fira Sans", serif, sans-serif;
  order: 2;
}

/* line 72, D:/dev/mvpia-unt-dallas/fed/sass/modules/_featured-posts.scss */
.featured-post__date {
  font: bold 12px/1 "Fira Sans", serif, sans-serif;
  text-transform: uppercase;
  order: 1;
}

/*# sourceMappingURL=../sass */