.mainMenuGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12vw 16vw 60vw 12vw;
  grid-template-columns: 12vw 308px auto 12vw;
  -ms-grid-rows: 96px 26px;
  grid-template-rows: 96px 26px;
  padding: 0px;
  color: #003e7e;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  position: fixed;
  z-index: 1001;
  width: 100%;
  grid-template-areas:
    ". logo . ."
    ". logo . .";
}

.mainMenuGrid .bottomBoxShadow {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  z-index: -1;
  background-color: white;
}

.mobileMenuGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  padding: 0px;
  color: #003e7e;
  background-color: white;
  font-weight: 900;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  grid-template-areas:
    "mobileLogo . . . ."
    "mobileLogo . . . .";
  display: none;
}

.mobileLogo {
  height: auto;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  padding: 1vw 1vw;
  background-color: #ffd200;
  text-align: center;
  grid-area: mobileLogo;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  align-self: center;
}

.mobileLogo img {
  max-height: 70px;
}

.mobileFauxBack {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: mobileLogo;
  background-color: #ffd200;
}

.mobileMenuItem {
  justify-self: center;
  align-self: center;
  background-color: white;
  text-transform: uppercase;
}

.mobileNavigateContain {
  display: none;
  background-color: white;
  color: #003e7e;
  position: fixed;
  right: 0px;
  height: 60px;
  z-index: 2000;
}

.mobileWrap .navigateContainPlaceholder {
  right: 0;
  background-color: #003e7e;
  color: white;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  width: 100%;
  height: 60px;
  opacity: 0;
}

span.theWordMenu {
  color: white;
  font-size: 28px;
}

header {
  position: relative;
  top: -96px;
  border-bottom: 0px;
}

header#marketingPage {
  top: -97px;
}

.logoContain {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  padding: 0 40px;
  background-color: #ffd200;
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: logo;
  align-self: center;
}

.theLogo a {
  display: inline-block;
}

.theLogo img {
  /* position: absolute; */
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 82px;
}

img {
  max-width: 100%;
}

.logoFauxBack {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  background-color: #ffd200;
  align-self: inherit;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
}

.menuItemsContain {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  background-color: white;
  text-transform: uppercase;
  text-align: right;
  -ms-grid-row-align: center;
  align-self: center;
  max-height: 96px;
}

.topItem {
  display: inline;
  margin-right: 2vw;
  cursor: pointer;
}

.searchIcon img {
  height: 36px;
  position: relative;
  top: 8px;
}

.navigateContainPlaceholder {
  background-color: #003e7e;
  color: white;
  margin: 14px 0;
  text-transform: uppercase;
  display: inline;
  padding: 12px 40px;
  cursor: pointer;
  opacity: 0;
}

.whitePadding {
  background-color: white;
}

.whitePadding:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.whitePadding:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.hamburgerContain {
  position: relative;
  width: 30px;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  bottom: 20px;
  /* left: 10px; */
}

.hamburger {
  position: absolute;
  background-color: white;
  width: 30px;
  height: 4px;
}

.mobileNavigateContain .hamburgerContain {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  bottom: 0px;
  left: 0px;
  height: 20px;
}

.hamburger:nth-child(1) {
  top: 0px;
}

.hamburger:nth-child(2) {
  top: 8px;
}

.hamburger:nth-child(3) {
  top: 16px;
}

nav {
  position: absolute;
  /* width: 300px; */
  width: 300px;
  /* width: 0px; */
  height: calc(100% + 96px);
  top: 0;
  right: -300px;
  background-color: #0e2552;
  box-shadow: inset 3px 0 4px rgba(0, 0, 0, 0.3);
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-position: 100px 158px;
  background-image: url(/images/shield.svg);
  z-index: 100020;
  top: -96px;
  overflow-x: hidden;
  overflow-y: hidden;
  /* display: none; */
}

nav ul {
  list-style-type: none;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.mainMenu {
  float: left;
  width: 300px;
}

.leftMenus {
  font-family: jubilat, serif;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0px;
}

.leftMenus h4 {
  padding: 16px 34px;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.leftMenus h4 a {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.leftMenus .expander {
  border-bottom: 2px solid #003e7e;
}

.backToMain {
  padding: 22px 18px;
  text-align: right;
  color: white;
  line-height: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

body.accessible nav div.backToMain[role="button"]:focus,
body.accessible nav div.backToContext[role="button"]:focus {
  outline-offset: -2px;
}

.backToContext {
  padding: 22px 18px;
  text-align: left;
  color: white;
  line-height: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
}

nav .fas.fa-caret-square-left {
  float: left;
}

nav .fas.fa-caret-square-right {
  font-size: 16px;
  float: right;
}

nav ul li {
  margin: 0;
  padding: 22px 18px;
  border-top: 2px solid #003e7e;
  line-height: 16px;
}

nav ul li a {
  color: white;
}

nav ul li a:hover {
  color: #ffd200;
  text-decoration: none;
}

nav ul li:last-child {
  border-bottom: 2px solid #003e7e;
}

nav p {
  color: white;
}

.expander {
  padding-left: 18px;
  padding-right: 18px;
}

.expander ul {
  font-family: jubilat, serif;
  color: white;
  margin: 0px;
  border: none;
  font-weight: 500;
}

.expander ul li {
  margin: 0;
  padding: 22px 18px;
  border-top: 2px solid #003e7e;
  line-height: 16px;
  font-size: 14px;
  border: none;
  padding-top: 14px;
  padding-bottom: 14px;
}

.expander ul li:first-child {
  padding-top: 6px;
}

.expander ul li:last-child {
  border: none;
}

.expander {
  height: 0px;
  overflow: hidden;
}

.thirdWrap ul {
  font-weight: normal;
}

.thirdWrap ul li {
  line-height: 22px;
}

.fullCanvasWrap {
  background: #102b5f;
  opacity: 0;
  position: relative;
  width: 100%;
  height: calc(100% + 96px);
  position: absolute;
  z-index: 1002;
  display: none;
  top: -96px;
  cursor: pointer;
}

.navigateContain {
  position: fixed;
  /* right: 12vw; */
  background-color: #003e7e;
  color: white;
  margin: 24px 0 18px;
  text-transform: uppercase;
  display: inline;
  padding: 8px 43px;
  cursor: pointer;
  z-index: 2000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-size: 28px;
  transition: background-color 0.3s;
  opacity: 0;
}

.navigateContain:hover {
  background-color: #00254b;
}

nav ul li {
  list-style: none;
}

nav ul {
  list-style-type: none;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 0px;
}

nav ul li {
  margin: 0;
  padding: 22px 18px;
  border-top: 2px solid #003e7e;
  line-height: 16px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

nav ul li a:hover {
  color: #ffd200;
  text-decoration: none;
}

nav ul li:last-child {
  border-bottom: 2px solid #003e7e;
}

body {
  margin: 0;
  position: relative;
  top: 96px !important;
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-size: 2.2em;
  font-weight: lighter;
  color: #003e7e;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 2vw;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #003e7e;
  text-transform: uppercase;
}

h3 {
  margin-top: 0;
}

h1 span {
  font-weight: 900;
}

.offSetHead .grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.offSetHead .grid > div {
  grid-column: 2 / span 1;
}

.offSetHead h1 {
  position: relative;
  left: -2vw;
  font-size: 3em;
}

.offSetHead h1 span {
  display: block;
  position: relative;
  left: 2vw;
}

button {
  font-family: jubilat, serif;
  padding: 10px 40px;
  text-align: center;
  border: none;
  margin: 0;
  font-weight: 600;
}

button.bigYellow {
  font-size: 1em;
  background-color: #ffd200;
  color: #003e7e;
  cursor: pointer;
  transition: 0.3s all;
}

button.bigYellow:hover {
  background-color: #ffe04d !important;
}

button.bigYellow a {
  color: #003e7e;
  text-decoration: none;
}

ul {
  list-style: square;
}

.bold {
  font-weight: 900 !important;
}

.light {
  font-weight: 100 !important;
}

.serif {
  font-family: jubilat, serif !important;
}

.bold.serif {
  font-weight: 600 !important;
}

.sans-serif {
  font-family: "Source Sans Pro", sans-serif !important;
}

.mainContain {
  padding: 4vw 12vw;
  font-size: 22px;
}

.mainContain > .grid {
  display: grid;
  max-width: 1170px;
  margin: auto;
}

.grid.half {
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw;
}

.mainContain.space {
  background-color: #102b5f;
}

.mainContain.cobalt {
  background-color: #134fc9;
}

.mainContain.azure {
  background-color: #3bb2f1;
}

.mainContain.sky {
  background-color: #afd5e9;
}

.mainContain.stone {
  background-color: #cad9e1;
}

.space {
  background-color: #102b5f;
}

.cobalt {
  background-color: #134fc9;
}

.azure {
  background-color: #3bb2f1;
}

.sky {
  background-color: #afd5e9;
}

.stone {
  background-color: #cad9e1;
}

.white {
  background-color: white;
}

.midnight {
  background-color: #003e7e;
}

.yellow {
  background-color: #ffd200;
}

.midnight p {
  color: white !important;
}

.readYellow {
  color: #ffd200 !important;
}

.readSpace {
  color: #102b5f !important;
}

.readCobalt {
  color: #134fc9 !important;
}

.readAzure {
  color: #3bb2f1 !important;
}

.readSky {
  color: #afd5e9 !important;
}

.readStone {
  color: #cad9e1 !important;
}

.readMidnight {
  color: #003e7e !important;
}

.readWhite {
  color: white !important;
}

.readWhite a {
	color: #ffd200 !important;
}

.midnight p {
  color: white !important;
}

.mainContain.space p {
  color: white;
}

.mainContain.quote {
  padding: 6vw 24vw;
}

.mainContain.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.mainContain.nopadTop {
  padding-top: 0;
}

.mainContain.nopadBottom {
  padding-bottom: 0;
}

.mainContain p {
  margin: 0;
  font-size: 1em;
  line-height: 2.1em;
  color: #2e2e2d;
}

@media (min-width: 1170px) {
	.mainContain p {
		font-weight: 100;
	}
}

.mainContain blockquote {
  margin: 0;
  font-family: jubilat, serif;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.mainContain.stone blockquote {
  color: #003e7e;
}

.mainContain.space p {
  color: white;
}

.mainContain.readSpace p {
  color: #102b5f;
}

.mainContain.containedQuote blockquote {
  margin: 0;
  font-family: jubilat, serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  color: #003e7e;
  padding: 2vw;
}

.videoSection .grid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoSection .grid iframe,
.videoSection .grid object,
.videoSection .grid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoSection video {
  width: 100%;
}

.smallOffset .grid {
  display: grid;
  grid-template-columns: 60% 15% 25%;
  grid-template-rows: 2vw auto 2vw;
}

.smallOffset .grid .theText {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
  padding: 2vw;
  position: relative;
  z-index: 10;
}

.smallOffset .grid .theImage {
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
  position: relative;
  z-index: 8;
}

.flip .grid .theText {
  grid-column: 2 / span 2;
  grid-row: 2 / span 1;
  padding: 2vw;
  position: relative;
  z-index: 10;
}

.flip .grid .theImage {
  grid-column: 1 / span 2;
  grid-row: 1 / span 3;
  position: relative;
  z-index: 8;
}

.padAll {
  padding: 4vw;
}

.listOfLinks ul {
  list-style-type: none;
  line-height: 1.6em;
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 0px;
}

.listOfLinks ul li {
  border-bottom: 2px solid black;
  padding: 1vw 0;
}

header {
  top: -100px;
}

body {
  top: 96px !important;
}

.content {
  margin-top: 100px;
}

.stat-section {
  margin-top: 110px;
}

.stat-icon {
  font-size: 3.75em;
  float: left;
  margin-right: 25px;
}

.stat-text {
  float: left;
}

.stat-text h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffd200;
  text-transform: uppercase;
  font-size: 1.5em;
}

.stat-text h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8em;
}

.mobileWrap .navigateContainPlaceholder {
  right: 0;
  background-color: #003e7e;
  color: white;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  width: 100%;
  height: 60px;
  opacity: 0;
}

/*---------- SECTION OF JACOB'S CSS FROM TEST PAGE----------*/
.fa-fw {
  font-size: 4.5em;
}

.grid.innerRight,
.grid.innerLeft {
  display: grid;
  grid-template-columns: 4vw 1fr 4vw 1fr 4vw;
  grid-template-rows: 4vw auto 4vw;
}

.grid.innerRight .white {
  grid-column: 1 / span 4;
  grid-row: 1 / span 3;
}

.grid.innerRight .theText {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}

.grid.innerRight .theImage {
  grid-column: 4 / span 2;
  grid-row: 2 / span 1;
}

.grid.innerRight .theImage img {
  width: 100%;
}

.grid.outerRight {
  display: grid;
  grid-template-columns: 4vw 1fr 4vw auto 4vw;
  grid-template-rows: 2vw 4vw auto 4vw 2vw;
}

.grid.outerRight .white {
  grid-column: 1 / span 5;
  grid-row: 2 / span 3;
}

.grid.outerRight .theText {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}

.grid.outerRight .theImage {
  grid-column: 4 / span 2;
  grid-row: 1 / span 5;
}

.grid.outerRight .theImage img {
  width: 100%;
}

.grid.innerLeft .white {
  grid-column: 2 / span 4;
  grid-row: 1 / span 3;
}

.grid.innerLeft .theText {
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
}

.grid.innerLeft .theImage {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
}

.grid.innerLeft .theImage img {
  width: 100%;
}

.grid.outerLeft {
  display: grid;
  grid-template-columns: 4vw auto 4vw 1fr 4vw;
  grid-template-rows: 2vw 4vw auto 4vw 2vw;
}

.grid.outerLeft .white {
  grid-column: 1 / span 5;
  grid-row: 2 / span 3;
}

.grid.outerLeft .theText {
  grid-column: 4 / span 1;
  grid-row: 3 / span 1;
}

.grid.outerLeft .theImage {
  grid-column: 1 / span 2;
  grid-row: 1 / span 5;
}

.grid.outerLeft .theImage img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .grid.innerRight,
  .grid.outerRight,
  .grid.innerLeft,
  .grid.outerLeft {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .grid.innerRight .white,
  .grid.outerRight .white,
  .grid.innerLeft .white,
  .grid.outerLeft .white {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }

  .grid.innerRight .theText,
  .grid.outerRight .theText,
  .grid.innerLeft .theText,
  .grid.outerLeft .theText {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    padding: 4vw;
  }

  .grid.innerRight .theImage,
  .grid.outerRight .theImage,
  .grid.innerLeft .theImage,
  .grid.outerLeft .theImage {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    text-align: center;
  }
}

.content {
  margin-top: 100px;
}

.stat-section {
  margin-top: 110px;
}

.stat-icon {
  font-size: 3.75em;
  float: left;
  margin-right: 25px;
}

.stat-text {
  float: left;
}

.stat-text h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffd200;
  text-transform: uppercase;
  font-size: 1.5em;
}

.stat-text h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8em;
}

.theText a,
.padAll a {
  text-decoration: none;
  color: #003e7e;
  font-weight: 700;
}

.theText a:hover,
.padAll a:hover {
  text-decoration: underline;
}

.more {
  grid-template-rows: 10px auto 10px;
  align-items: center;
  font-family: "jubilat", serif;
  font-size: 0.75em;
  color: #4a4a47;
}

.more span {
  font-weight: 600;
  color: #003e7e;
}

.more div {
  grid-row: 2;
}

.more a:hover {
  text-decoration: underline;
}

.more a {
  color: #4a4a47;
  text-decoration: none;
}

.listOfLinks ul li a {
  color: #003e7e;
  text-decoration: none;
}

.listOfLinks ul li a:hover {
  text-decoration: underline;
}

.listOfLinks ul li a:visited {
  color: #003e7e;
}

.video {
  max-width: 1170px;
}

.theText h3,
.padAll h3 {
  font-family: jubilat, serif;
  font-size: 22.5px;
  font-weight: 600;
  color: #003e7e;
}

@media (max-width: 1023px) {
  .break {
    display: none !important;
  }

  .stat-section {
    margin-top: 45px;
    width: 100%;
  }

  .stat-icon {
    margin-left: 3%;
  }

  .stat-text h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 682px) {
  .stat-icon {
    display: none;
  }

  .stat-text {
    margin-left: 3%;
  }
}

/*----------END JACOB'S SECTION----------*/

@media (max-width: 1023px) {
  .break {
    display: none !important;
  }

  .stat-section {
    margin-top: 45px;
    width: 100%;
  }

  .stat-icon {
    margin-left: 3%;
  }

  .stat-text h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 1000px) {
  .desktopWrap .navigateContain,
  .desktopWrap .mainMenuGrid {
    display: none;
  }

  .mobileMenuGrid {
    display: -ms-grid;
    display: grid;
  }

  .mobileNavigateContain {
    display: block;
  }

  .theLogo img {
    position: initial;
  }

  body {
    top: 60px !important;
  }

  header,
  nav {
    top: -60px;
  }
}

@media (max-width: 682px) {
  .stat-icon {
    display: none;
  }

  .stat-text {
    margin-left: 3%;
  }

  nav {
    width: 240px;
    right: -240px;
    overflow-y: hidden;
  }
}

.whitePadding {
  background-color: #003e7e;
}

.menuItemsContain {
  background-color: #003e7e;
}

.navigateContain {
  color: #003e7e;
  background-color: white;
}

.navigateContain:hover {
  background-color: #d4d4d4;
}

span.theWordMenu {
  color: #003e7e;
}

.hamburger {
  background-color: #003e7e;
}

.mobileMenuGrid {
  background-color: #003e7e;
}

.mobileNavigateContain {
  background-color: white;
}

.mobile.navigateContainPlaceholder {
  grid-column: 5 / span 1;
  grid-row: 1 / span 1;
}

.mainMenuGrid .bottomBoxShadow {
  background-color: #003e7e;
}

.mobileMenuGrid .bottomBoxShadow {
  grid-column: 2 / span 4;
  grid-row: 1 / span 1;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  z-index: -1;
  background-color: #003e7e;
}

.logoFauxBack {
  background-color: white;
}

.logoContain {
  background-color: white;
}

.mobileLogo {
  background-color: white;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.53);
}

@media only screen and (max-width: 1170px) {
  .mainContain {
    padding: 6vw;
    font-size: 18px !important;
  }

  .mainContain.fullStoryValue {
    padding: 0;
  }

  .mainContain.toledoWide {
    padding: inherit;
  }

  .mainContain.quote {
    padding: 6vw;
  }
}

@media only screen and (max-width: 960px) {
  .grid.half {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .mainContain {
    font-size: 16px !important;
    padding: 4vw;
  }

  .mobileLogo {
    padding: 1.5vw 3vw;
  }

  nav {
    width: 240px;
    right: -240px;
    overflow-y: hidden;
  }

  .mainMenu {
    width: 240px;
  }

  .smallOffset .grid {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr auto !important;
  }

  .smallOffset .grid .theText {
    grid-column: 1 / span 1 !important;
    grid-row: 2 / span 1 !important;
    padding: 2vw;
    position: relative;
    z-index: 10;
  }

  .smallOffset .grid .theImage {
    grid-column: 1 / span 1 !important;
    grid-row: 1 / span 1 !important;
    position: relative;
    z-index: 8;
  }

  .flip .grid .theText {
    grid-column: 1 / span 1 !important;
    grid-row: 2 / span 1 !important;
    padding: 2vw;
    position: relative;
    z-index: 10;
  }

  .flip .grid .theImage {
    grid-column: 1 / span 1 !important;
    grid-row: 1 / span 1 !important;
    position: relative;
    z-index: 8;
  }
}

#hidden {
	display: none; /* To hide the automatically generated OUCampus links */
}

/* Dates added during transition to /spotlight/ */
.featuresDate {
	text-align: right;
	padding-top: 2rem;
	padding-bottom: 0;
	margin-bottom: -2vw;
}
