/* ksr-master.css v1.0
// This style sheet contains all styles integral to the KSR Template.
// It should not be edited except by the template owner. ALL APPLICATION-
// SPECIFIC STYLES SHOULD BE ADDED TO /css/style.css. Contact IGEE
// Marketing with questions or to report bugs. Each section is in
// alphabetical order.*/

/********************************************** FONT DEFINITIONS */
/* All headings and paragraph text use Open Sans. Display text and site names
// may use variations of Avenir. */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

@font-face {
  font-family: "Avenir Book Oblique";
  src: url(../fonts/avenirltstd-bookoblique.otf);
}

@font-face {
  font-family: "Avenir Book";
  src: url(../fonts/avenirltstd-book.otf);
}

@font-face {
  font-family: "Avenir Heavy";
  src: url(../fonts/avenirltstd-heavy.otf);
}

@font-face {
  font-family: "Avenir Black";
  src: url(../fonts/avenirltstd-black.otf);
}

* {
  font-family: source-sans-pro, sans-serif;
  font-weight: normal;
}

/********************************************** END FONT DEFINITIONS */

/********************************************** RESPONSIVE FONT SIZE STYLES */
/* These styles help keep headings and display text from becoming too large on
// mobile devices. The breakpoints match Bootstrap breakpoints and only rem
// units are used. From small to large screens, the sizes gradually increase,
// approaching Bootstrap's default sizes in bootstrap.css. Only h1-h3 are
// modified as h4-h6 do not scale significantly on mobile. */

.breadcrumbs p {
	font-size: .8em;
}
.container a {
	text-decoration:underline;
}

p a:link {
	text-decoration:underline;
	font-weight:normal;
}

a:hover,
a:focus {
  color: #3A913F;
}

p.large-body {
	font-size:1.5em;
	line-height: 1.4;
	font-weight: 100;
}
h1,
.h1 {
  font-size: 3.2rem;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing:2px;
  color:#154734;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1.site-title {
  font-size: 2.5rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left:0px;
  margin-bottom: 0;
}
h1.internal-title {
	text-align: center;
    color: #54585A;
    font-size: calc(50px + (55 - 30) * ((100vw - 300px) / (2000 - 300)));
    margin-top: 170px;
	letter-spacing:0px;
}
span.icon, span i.icon {
	font-size:5em;
}
.teko {
	font-family: teko, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0px;
}
h2.first-heading {
  font-size: 3.2rem;
}
h2,
.h2 {
  font-size: 2.8rem;
  font-family: abolition, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:2px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #035642;
}
h2.source-sans {
  font-size: 2rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0px;
}
h2.utopia {
  font-size: 2rem;
  font-family: utopia-std-display, serif;
  /* font-style: italic;
  letter-spacing:0px;
  text-transform: uppercase;*/
}
h2.tab-link {
  font-size: 1.6rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  margin:0;
  color:white;
  font-variant: all-small-caps;
  letter-spacing:0px;
}
h2.table-heading {
  font-size: 1.6rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  margin:0;
  font-variant: all-small-caps;
  letter-spacing:0px;
}
h2.side-nav {
  font-size: 1.3rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  margin:0;
  padding-bottom:10px;
  font-variant: all-small-caps;
  letter-spacing:1px;
}

h3,
.h3, h3 a:link {
  font-size: 1.75rem;
  font-family: abolition, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:2px;
}
h3.source-sans, h3.source-sans a:link {
  font-size: 1.6rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0px;
}
h3.utopia {
  font-size: 1.75rem;
  font-family: utopia-std-display, serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing:0px;
  text-transform: uppercase;
}
p.utopia {
  font-size: 1.1em;
  line-height: 1.4;
  font-family: utopia-std-display, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0px;
}
h3.larger {
  font-size: 2rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0px;
}

/* colors over dark backgrounds */
.text-white h1, .text-white h2, .text-white h3, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white p {
	color:white;
}

.display-1 {
  font-size: 4rem;
}
.display-2 {
  font-size: 3.5rem;
}
.display-3 {
  font-size: 2.5rem;
}
.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  .display-1 {
    font-size: 4.5rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-3 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .display-1 {
    font-size: 4.5rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-3 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  .display-1 {
    font-size: 5.5rem;
  }
  .display-2 {
    font-size: 5rem;
  }
  .display-3 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 3rem;
  }
}

/********************************************** END RESPONSIVE FONT SIZE STYLES */

/********************************************** ELEMENT-BASED STYLES */

a {
  color: #154734;
  font-weight: bold;
}

.navbar-title:hover {
	color: #154734;
}

p a {
	text-decoration:underline;
}

a[href="#top"] {
  display: block;
  clear: both;
  text-align: right;
  margin: 20px 0 20px 0;
  padding-right: 10px;
  border-top: 1px dotted #d1cfc7;
}

body {
  min-height: 100vh;
}

form {
  background-color: #ececec;
  padding: 1rem;
}

label,
input {
  display: block;
}

label.required::after {
  content: "*";
  color: #a31f19;
}

p {
  margin: 1rem 0;
}

#video video {
  position: absolute;
  top: 0;
}

/********************************************** END ELEMENT-BASED STYLES */

/********************************************** BOOTSTRAP CLASS OVERRIDES */

.btn-primary {
  background-color: #035642;
  border-color: #023d2f;
}

.btn-primary:hover {
  background-color: #059975;
  border-color: #023d2f;
}

.btn-xlg {
  padding: 0.75rem 1.5rem;
  font-size: 2.5rem;
  border-radius: 0.3rem;
}

.card {
  margin-bottom: 20px;
}

.card-img-top {
  width: 100%;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Avenir Book Oblique";
  text-transform: uppercase;
}

.nav {
  flex-wrap: wrap;
}

.navbar {
  padding: 0.7rem 0;
}

.navbar-brand {
  font-size: 0rem;
  line-height: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-right {
    z-index: 10;
    top: 4.9rem;
    position: absolute;
    right: 0;
}

.nav-link {
  @include transition(opacity 500ms linear, visibility 0s linear 500ms);
}

.nav-link,
.dropdown-item {
  color: #035642;
}

/********************************************** END BOOTSTRAP CLASS OVERRIDES */

/********************************************** CUSTOM CLASSES */

/**************************** menu Gilbert/Megan */
.anchor {
	display: block; 
	position: relative; 
	visibility: hidden;
	top: -150px;
}
.bigDrop {
  height: auto;
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms;
  padding: 3rem 10% 50px 10px;
}

.menuContent > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 50px;
  left: 0;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  background: #ffffff;
  border-radius: 0 0 3px 3px;

  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}

.menuContent .nav-column {
  float: left;
  width: 25%;
}

.menuContent .nav-column li a {
  display: block;
  line-height: 26px;

  font-weight: bold;
  font-size: 17px;
  color: #888888;
}

.menuContent .nav-column li a:hover {
  color: #888888;
}

.directLink {
  font-size: 17px;
}

.menuContent ul,
.menuContent div,
.menuContent li,
.menuContent a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

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

.bigDrop li {
  width: auto;
  overflow: hidden;
  list-style-type: none;
}

.bigDrop a {
  text-decoration: none;
  font-size: 17px;
  color: #000000;
  display: block;
  transition: 0.3s;
  font-weight: bolder;
}

.bigDrop a:hover,
.bigDrop.tier_1 a:hover {
  color: #007e29;
}

.bigDrop .navSection {
  padding-bottom: 4px;
  font-weight: 900;
  font-size: 21px;
  padding-left: 35px;
}
.bigDrop .tier_1 {
  padding: 1px 6px 1px 40px;
  text-decoration: none;
  font-size: 17px;
  color: #888888;
  display: block;
  transition: 0.3s;
  font-weight: 900;
}
.bigDrop .tier_1:hover {
  padding: 6px 6px 6px 30px;
  color: #007e29;
  transition: 0.6s;
}

.bigDrop .tier_1_clicked {
  font-weight: bold;
  padding: 6px 6px 6px 25px;
  font-size: 19px;
  transition: 0.6s;
}

.bigDrop .tier_2 {
  padding: 2px 2px 2px 55px;
  text-decoration: none;
  font-size: 15px;
  color: #3e3e3e;
  border-bottom: 3px solid transparent;
}

.bigDrop .tier_2:hover,
.offcanvas .tier_2:focus {
  padding: 2px 2px 2px 30px;
  font-size: 16px;
  color: mediumseagreen;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#lastNavCol {
  border-left: 3px solid #1c3f1c;
  height: 80%;
}

.dissipate {
  visibility: hidden;
  @include transition(opacity 500ms linear, visibility 0s linear 500ms);
}
.closer {
  cursor: pointer;
  position: absolute;
  display: none;
  visibility: hidden;
  font-size: 1.3rem;
  right: 0px;
  color: #245c2d;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.activate {
  display: block;
  visibility: visible;
}
.menuOpen {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: visibility 0s linear 0ms, opacity 300ms;
  transition: visibility 0s linear 0ms, opacity 300ms;
}
.navContainer {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.nav-side {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3500;
  top: 0;
  right: -100%;
  background-color: #dad7c1;
  padding-top: 100px;
  overflow-y: auto;
}

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

.nav-side li {
  width: 80%;
  overflow: hidden;
  list-style-type: none;
}

.nav-side a {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
  font-weight: bolder;
}

.nav-side a:hover {
  color: #007e29;
}

.nav-side .tier_1 {
  padding: 1px 6px 1px 70px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: 900;
}

.nav-side .tier_1:hover {
  padding: 6px 6px 6px 40px;
  color: #007e29;
  transition: 0.6s;
}

.nav-side .tier_1_clicked {
  font-weight: bold;
  padding: 6px 6px 6px 40px;
  font-size: 25px;
  transition: 0.6s;
}

.nav-side .tier_2 {
  padding: 2px 2px 2px 85px;
  text-decoration: none;
  font-size: 15px;
  color: #3e3e3e;
  border-bottom: 3px solid transparent;
}

.nav-side .tier_2:hover,
.offcanvas .tier_2:focus {
  padding: 2px 2px 2px 50px;
  font-size: 16px;
  color: mediumseagreen;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-side .closebtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 50px;
}

@media screen and (max-height: 450px) {
  .nav-side {
    padding-top: 15px;
  }
  .nav-side .tier_2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .nav-side .tier_1,
  .nav-side .tier_1 a {
    font-size: 13px;
  }
  .nav-side .tier_2 {
    font-size: 10px;
  }
}
.searchForm input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  width: 10rem;
  outline: none;
  -webkit-transition: width 1s; /* Safari */
  transition: width 1s;
}
.searchForm input[type="text"]:focus,
.searchForm textarea:focus {
  width: 15rem;
  outline: none;
}

.searchForm input[type="text"]::placeholder {
  color: white;
}

.searchForm textarea {
  font-style: italic;
  padding: 0px 0px 0px 0px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px dashed #83a4c5;
  width: 275px;
  overflow: hidden;
  resize: none;
  height: 20px;
}

.searchForm input,
select,
textarea {
  color: white;
}

.btn {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
  outline: none;
}
.search-btn {
  border-radius: 0px 30px 30px 0px;
  cursor: pointer;
}
.input-group-btn .btn {
  padding: 1px 10px 7px 10px;
  height: 24px;
}
.input-group-btn {
  margin-top: -1px;
  height: 10px;
}
.search {
  padding-left: 70px;
  padding-right: 0%;
}

.search input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  width: 10rem;
  outline: none;
  -webkit-transition: width 1s; /* Safari */
  transition: width 1s;
}
.search input[type="text"]:focus,
.search textarea:focus {
  width: 13rem;
  outline: none;
}

.search input[type="text"]::placeholder {
  color: black;
}
@media screen and (max-width: 350px) {
  .search input[type="text"]:focus,
  .search textarea:focus {
    width: 12rem;
    outline: none;
  }
}
.mobile_search {
  display: inherit;
}
@media screen and (max-width: 450px) {
  .mobile_search {
    display: none;
  }
}

.search textarea {
  font-style: italic;
  padding: 0px 0px 0px 0px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #83a4c5;
  width: 10rem;
  overflow: hidden;
  resize: none;
  height: 20px;
}

.search input,
select,
textarea {
  color: black;
}
/************************************* Gilbert/Megan Index Page */
img {
  max-width: 100%;
  max-height: 100%;
}
#wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 450px) {
  #wrapper {
/*    overflow-x: hidden;*/
  }
}
#mainBasicInfo {
  position: relative;
  height: auto;
}
#mainBasicInfo::after {
  
/* content: ""; */
/* position: absolute; */
  top: 0;
  z-index: 1001;
 /*  margin-left: -45px; */
 /* left: 50%; */
  width: 0;
  height: 0;
  /* border-top: solid 40px #eeeded; */
  /* border-left: solid 40px transparent; */
  /* border-right: solid 40px transparent; */
  color: white;
}
#overlayDiv {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #54585A;
  z-index: 1010s;
  margin-bottom: -21px;
}
#overlayDiv2 {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: antiquewhite;
  z-index: 1010s;
}
#mainNews {
  position: relative;
  top: 20px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(218, 215, 204);
  height: auto;
  padding: 50px 0px;
}
#mainNews:before,
#mainNews:after {
  position: absolute;
  content: "";
  top: -100px;
  width: calc(50% + 65px);
  height: 100px;
  background-color: rgba(218, 215, 204);
}
#mainNews:before {
  left: 0;
  transform: skew(45deg);
  transform-origin: right bottom;
  border-top-right-radius: 0px;
}
#mainNews:after {
  right: 0;
  transform: skew(-45deg);
  transform-origin: left bottom;
  border-top-left-radius: 0px;
}
#intro {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #eeeded;
  height: auto;
}
#intro:before,
#intro:after {
	/*
  position: absolute;
  content: "";
  top: -50px;
  width: calc(50% + 10px);
  height: 50px; */
  background-color: #eeeded;
}
#intro:before {
  /* left: 0;
  transform: skew(45deg);
  transform-origin: right bottom;
  border-top-right-radius: 0px; */
}
#intro:after {
	/*
  right: 0;
  transform: skew(-45deg);
  transform-origin: left bottom;
  border-top-left-radius: 0px; */
}
div#intro,
div#mainNews {
  text-align: center;
}
div#pageIntroOld {
  text-align: left;
}
#pageIntroOld {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #eeeded;
  height: auto;
  padding-bottom: 40px;
}
#pageIntroOld:before,
#pageIntroOld:after {
  position: absolute;
  content: "";
  top: -50px;
  width: calc(50% + 10px);
  height: 50px;
  background-color: #eeeded;
}
#pageIntroOld:before {
  left: 0;
  transform: skew(45deg);
  transform-origin: right bottom;
  border-top-right-radius: 0px;
}
#pageIntroOld:after {
  right: 0;
  transform: skew(-45deg);
  transform-origin: left bottom;
  border-top-left-radius: 0px;
}
.introWelcome {
  padding-top: 50px;
  font-size: 2rem;
  color: #245c2d;
  font-weight: bold;
}
.introHrLine {
  width: 100%;
  height: 0.1px;
  background-color: #1c3f1c;
  opacity: 0.5;
  color: #4d4e53;
  margin-bottom: 3rem;
}
.introDesc {
  padding-top: 10px;
  font-size: 1.3rem;
  color: #4d4e53;
  padding-bottom: 10px;
  margin-top: -50px;
}
#leftBoxDesign,
#rightBoxDesign {
  background-color: #005741;
  opacity: 0.35;
  width: 100%;
  height: 100px;
  position: absolute;
  background-clip: content-box;
}
#rightBoxDesign {
  right: 0;
  top: 2.5rem;
  padding-left: 120px;
}
#leftBoxDesign {
  top: -2.5rem;
  padding-right: 120px;
}
#carouselBox {
  background-color: #005741;
  opacity: 0.45;
  width: 100%;
  height: 100px;
  position: absolute;
  background-clip: content-box;
  top: -4rem;
}
@media (max-width: 768px) {
  #rightBoxDesign {
    display: none;
  }
  #leftBoxDesign {
    display: none;
  }
  #carouselBox {
    display: none;
  }
  #rsrcTitle2 {
    color: black;
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  #rightBoxDesign {
    right: 0;
    top: 1.7rem;
    padding-left: 60px;
    display: block;
  }
  #leftBoxDesign {
    top: -1.7rem;
    padding-right: 60px;
    display: block;
  }
  #carouselBox {
    top: -4rem;
    display: block;
  }
  #rsrcTitle {
    color: white;
    font-size: 1.8rem;
    right: 120px;
    position: absolute;
    font-weight: bold;
  }
  #rsrcTitle2 {
    color: black;
    font-size: 1.8rem;
    display: none;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  #rightBoxDesign {
    right: 0;
    top: 2rem;
    padding-left: 100px;
    display: block;
  }
  #leftBoxDesign {
    top: -2rem;
    padding-right: 100px;
    display: block;
  }
}
@media (min-width: 1200px) {
  #rightBoxDesign {
    right: 0;
    top: 2rem;
    padding-left: 100px;
    display: block;
  }
  #leftBoxDesign {
    top: -2rem;
    padding-right: 100px;
    display: block;
  }
}
@media (min-width: 1500px) {
  #rightBoxDesign {
    right: 0;
    top: 2.5rem;
    padding-left: 120px;
    display: block;
  }
  #leftBoxDesign {
    top: -2.5rem;
    padding-right: 120px;
    display: block;
  }
}
@media (min-width: 1900px) {
  #rightBoxDesign {
    right: 0;
    top: 2.5rem;
    padding-left: 120px;
    display: block;
  }
  #leftBoxDesign {
    top: -2.5rem;
    padding-right: 120px;
    display: block;
  }
}
/* =========================================
Resource Container (Bootstrap override)
========================================= */
/* override */
.bsContainer {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.effect {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.rsrcContainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 850px;
  }
}
@media (min-width: 1200px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 940px;
  }
}
@media (min-width: 1500px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 1140px;
  }
}
@media (min-width: 1900px) {
  .rsrcContainer,
  .bsContainer {
    max-width: 1180px;
  }
}
/* =========================
	done
========================= */
.newsPgph {
  padding-top: 10px;
  font-size: 1.3rem;
  padding-left: 20%;
  padding-right: 20%;
}
.resrcTtl {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.6rem;
  color: #4d4d52;
  font-weight: bold;
}
/*
#welcomeGraphic {
  position: fixed;
  z-index: -99;
  height: 80vh;
}
*/
#welcomeGraphic {
  /* position: relative; */
  z-index: 1;
  height: 80vh;
}
/*
#welcomeGraphic::after {

  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:rgba(0,0,0,.7);
}
*/
#absNavBar {
  /* position: fixed; */
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3001;
}
.open {
  display: block;
}
/* =========================
BASIC INFO PANEL
========================= */
#basicInfo {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#basicInfo2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
#questionInfo {
  color: white;
  padding-top: 4rem;
  font-size: 1.3rem;
}
#toolsInfo {
  color: white;
  padding-top: 4rem;
  font-size: 1.3rem;
}
#financeInfo {
  color: white;
  padding-top: 4rem;
  font-size: 1.3rem;
}
#docInfo {
  color: white;
  padding-top: 4rem;
  font-size: 1.3rem;
  padding-bottom: 10rem;
}
.diagram:hover {
  transition: 0.3s;
  filter: drop-shadow(4px 4px 5px #000000);
}
@media (max-width: 300px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-left: 25%;
    padding-right: 25%;
  }
  #questionInfo,
  #toolsInfo,
  #financeInfo,
  #docInfo {
    color: white;
    padding-top: 2rem;
    font-size: 1.1rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-left: 25%;
    padding-right: 25%;
  }
  #questionInfo,
  #toolsInfo,
  #financeInfo,
  #docInfo {
    color: white;
    padding-top: 2rem;
    font-size: 1.1rem;
    padding-bottom: 5rem;
  }
  .cpCarousel {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 0px;
  }
  .cpCarousel .carouselDiv {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  #quest,
  #tools,
  #finance {
    padding-right: 0px;
  }
  #questionInfo,
  #toolsInfo,
  #financeInfo,
  #docInfo {
    font-size: 1.18rem;
  }
  .cpCarousel {
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 50px;
  }
  .cpCarousel .carouselDiv {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-right: 40px;
  }
  .cpCarousel {
    padding-bottom: 70px;
    padding-left: 150px;
    padding-right: 50px;
  }
  .cpCarousel .carouselDiv {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-right: 60px;
  }
  .cpCarousel {
    padding-bottom: 70px;
    padding-left: 150px;
    padding-right: 50px;
  }
  .cpCarousel .carouselDiv {
    padding-right: 100px;
  }
}
@media (min-width: 1500px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-right: 100px;
  }
}
@media (min-width: 1900px) {
  #quest,
  #tools,
  #finance,
  #doc {
    padding-right: 100px;
  }
}
/* =========================
ROTATOR
========================= */
.carousel-control-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.carousel-control-prev {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.carousel-caption {
  display: none;
  color: black;
}
#cptBox {
  width: 100%;
  height: auto;
}
div#rotator-caption {
  text-align: left;
}
#rotator-caption h5 {
  font-weight: bold;
}
/* ************************************* End * */
.backtotop {
  margin-bottom: 30px;
}
.breadcrumbs {
  padding: 30px 0 0 0;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/* These are for angling the edges of images, as seen at quarterplus.calpoly.edu */
.clip-rb {
  /* |¯        |_        _|        ¯| */
  clip-path: polygon(0% 0%, 0% 100%, 93% 100%, 100% 0%);
}
.clip-rt {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 93% 0%);
}
.clip-lb {
  clip-path: polygon(0% 0%, 7% 100%, 100% 100%, 100% 0%);
}
.clip-lt {
  clip-path: polygon(7% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.fixed-top {
  margin-top: 104px;
}
.footer {
  position: relative;
  color: white;
  background-color: #035642;
  padding: 50px;
}
.footer .nav *,
.footer .nav *::before,
.footer .nav *::after {
  box-sizing: inherit;
}
.footer a {
  color: white;
}
.footer .nav > li > a:hover {
  background: transparent;
}
.footer .nav > li > a:hover > .fa-facebook-square {
  color: #3b5998;
}
.footer .nav > li > a:hover > .fa-twitter-square {
  color: #0084b4;
}
.footer .nav > li > a:hover > .fa-instagram {
  color: #517fa4;
}
.full-width-graphic {
  /* A banner that will span the screen (use .fill inside for the image or video to fill with) */
  position: relative;
  height: 60vh;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
	
  position: relative;
  /* height: 60vh; */
  overflow: hidden;
  width: 100%;
  /* z-index: 1000; */
}
.full-width-graphic .fill {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}
.full-width-graphic .arrow-left,
.full-width-graphic .arrow-right,
.full-width-graphic .arrow-down {
  position: absolute;
  z-index: 299;
  font-size: 4em;
  color: white;
  transition: all 0.3s ease-in-out;
}
.full-width-graphic .arrow-left {
  left: 20px;
  top: 40%;
}
.full-width-graphic .arrow-right {
  right: 20px;
  top: 40%;
}
.full-width-graphic .arrow-left:hover,
.full-width-graphic .arrow-right:hover,
.full-width-graphic .arrow-down:hover {
  color: #bbb;
}
.full-width-graphic .arrow-down {
  width: 100%;
  text-align: center;
  bottom: 30px;
  font-size: 5em;
}
@media (max-width: 767px) {
  .full-width-graphic .arrow-down {
    bottom: 15px;
  }
}
.img-bg-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-nav-container {
  background-color: #eeeeee;
  box-shadow: 0 4px 2px -2px #9cbbb4;
}
.main-content {
  /* A container for everything not the header or footer */
  background-color: #fafafa;
}
.no-trim {
  padding: 0px;
  overflow-x: hidden;
}
.pr-5vh {
  padding-right: 5vh;
}
.pl-5vh {
  padding-left: 5vh;
}
.pr-8vh {
  padding-right: 8vh;
}
.pl-8vw {
  padding-left: 8vh;
}
.sm-icons {
  color: white;
  font-size: 2em !important;
}

/******************* Circle Tracker in Steps to graduation page */
.circleTrack {
  position: absolute;
  right: 5%;
  top: 8%;
}
.stuck {
  position: fixed;
  top: 15%;
}
.circleTrack li {
  background: #9db28f;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  margin: 2rem 0rem;
  list-style: none;
  position: relative;
}
.circleTrack li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  width: 0.1rem;
  top: 2rem;
  height: 2rem;
  background: #195743;
  z-index: -1;
}
.circleTrack li.active :not(::before) {
  background: #195743;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.circleTrack li:last-child::before {
  display: none;
}

/******************* End of Circle Tracker */
