/*-----------------------------------------------------------------------------
      @TYPEFACES CSS

        Font:     Greycliff CF
        Style:    Bold
        URL:    https://www.youworkforthem.com/font/T6406/greycliff-cf
        Foundry:  Connary Fagen
        Foundry:  https://www.youworkforthem.com/designer/479/connary-fagen
        Copyright:  © 2017 Connary Fagen
        Version:  17
        Created:  February 03, 2018
        License:  https://www.youworkforthem.com/font-license
        License:  The WebFont(s) listed in this document must follow the YouWorkForThem
              WebFont license rules. All other parties are strictly restricted
              from using the WebFonts(s) listed without a purchased license.
              All details above must always remain unaltered and visible in your CSS.
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'greycliff-light';
  font-style: normal;
  font-weight: normal;
  src: local('GreycliffCF-Light'), local('greycliff-light'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff2') format('woff2'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff') format('woff');
       unicode-range: U+0020-007D;
}
@font-face {
  font-family: 'greycliff-bold';
  font-style: normal;
  font-weight: normal;
  src: local('GreycliffCF-Bold'), local('greycliff-bold'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff2') format('woff2'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff') format('woff');
       unicode-range: U+0020-007D;
}
@font-face {
  font-family: 'greycliff-demibold';
  font-style: normal;
  font-weight: normal;
  src: local('GreycliffCF-DemiBold'), local('greycliff-demibold'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
       url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff') format('woff');
       unicode-range: U+0020-007D;
}

h2, h3 {
  color: #112D3D;
}

main {
  min-height: calc(100% - 180px);
}

.dumbcontent.inner-wrap {
  padding: 0 3% 3%;
}

#udq_site_title h1::before {
  background: rgba(0, 0, 0, 0) url("https://www.udel.edu/deptforms/images/qualtrics/banner-image.png") no-repeat left center;
  background-size: contain;
  content: "";
  display: block;
  height: 82px;
  width: 63px;
  position: relative;
}

#udq_site_title h1 {
  font-family: "greycliff-demibold", Arial, Helvetica, sans-serif;
  font-size: 3.4em;
  font-weight: normal;
  letter-spacing: -.015em;
  width: 100%;
  color: #00539F;
  margin: 0;
  padding-top: 4%;
  padding-bottom: 2%;
}

#udq_site_title span {
  color: #A5A5A5;
  font-size: .52em;
  font-weight: normal;
  letter-spacing: 0;
}

#udq_site_title h1::before, #udq_site_title h1 {
  float: left;
}

.tote {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  background-color: white;
  padding: 0;
}

.box {
  display: flex;
  padding: 0 0 10%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.uc-flex-nowrap {
  flex-direction: row;
  display: flex;
}

.bin.color {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

.bin.color img {
  width: 100px;
  height: 100%;
  margin-right: 10px;
}

.bin.color svg {
  width: 200px !important;
}

.bin {
  flex: 1;
  display: flex;
  padding: 0%;
}

.bin.uc-flex-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #BDBDBD;
  padding: 0px;
  margin-right: 3%;
}

.bin.uc-flex-wrap:last-child {
  border-right: 1px solid transparent;
  margin-right: 0;
}

.bin h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.bin h3,
.bin.uc-flex-wrap h3 {
  font-family: "greycliff-demibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  /* margin-top: 0; */
  margin-bottom: .59em;
  font-size: 23px;
  line-height: 30px;
  /* color: #112d3d5e; */
  margin-top: .59em;
  color: #112d3d99;
}

.bin.uc-flex-wrap h3 + p {
  color: #112d3d5e;
}

.bin a {
  text-decoration: underline;
}

.bin.color h1 {
  margin-bottom: 0;
  font-size: 3.4em;
  line-height: 2;
  font-weight: normal;
  color: #015993;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "greycliff-demibold", Arial, Helvetica, sans-serif;
  letter-spacing: -.015em;
}

.bin.color h1 span {
  color: #A5A5A5;
  margin-top: -35px;
  position: relative;
  font-family: "greycliff-light", Arial, Helvetica, sans-serif;
  display: flex;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.bin.color h2 {
  color: #A5A5A5;
  font-size: 1.52em;
  margin-top: -33px;
}

.bin .uc-button:not(.link) {
  /* padding: 0.3em 1em !important;*/
  color: #333 !important;
  border: 1px solid #BFBFBF !important;
  background-color: #bfbfbf45;
  text-decoration: none;
  font-family: "greycliff-demibold", Arial, Helvetica, sans-serif !important;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translateY(0px);
  transition: transform 0.2s ease-in, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 3px 1px -2px #0003,
              0px 2px 2px 0px #00000024,
              0px 1px 5px 0px #0000001f !important;
  padding: calc(.5em - 1px) 1em;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  height: 50px;
  width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bin .uc-button:not(.link):hover {
  border: 1px solid transparent;
  /* box-shadow: 0 8px 20px 0 rgba(44, 71, 146, 0.2); */
  box-shadow: 0px 2px 4px -1px #0003, 0px 4px 5px 0px #00000024, 0px 1px 10px 0px #0000001f !important;
  background-color: #337ab7 !important;
  -webkit-transform: scale(1.02);
  transform: scale(1.01) translateY(-2px);
  color: white !important;
}

.bin a:not(.uc-button):hover,
.uc-button.link:hover {
  background-color: #ffc !important;
  color: #BF1722 !important;
  border-top: 1px solid #BBB !important;
  border-bottom: 1px solid #BBB !important;
  transition: border 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  text-decoration-color: unset !important;
  cursor: pointer !important;
}

.bin .uc-button.link,
.bin .uc-button.link:hover {
  background-color: transparent;
  box-shadow: none !important;
  color: #00539F;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

hr {
  color: transparent;
  border-color: transparent;
  height: 2em;
}

.bin p,
.u-content li {
  margin: 0 0 1.4em;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.u-content ul {
  list-style-type: none !important;
  list-style-position: inside;
}

.u-content ul:last-child {
  padding-bottom: 0;
}

.u-content li {
  font-size: 14px !important;
  margin: 0 0 0 0.9em;
  text-indent: -1.3em;
  padding-bottom: 10px;
}

.u-content li::before {
  content: "» ";
  color: #337AB780;
  margin-right: 0px;
}

.u-lay--cont,
.u-lay--cont .u-content,
.inner-wrap {
  display: flex;
  flex-direction: column;
}

.uc-flex-wrap {
  flex-wrap: wrap;
}

.uc-flex-nowrap {
  flex-wrap: nowrap;
}

.uc-x li::before {
  content: '';
}
.uc-x li::after {
  content: '·';
  margin: 0 4px;
}
.uc-x li:last-child::after {
  content: '';
}
.uc-x {
  display: inline-flex;
}
.uc-x li {
  text-indent: 0;
  padding: 0 !important;
  margin: 0;
  flex: unset;
}


@media all and (max-width: 980px) {
  .uc-flex-nowrap {
    flex-direction: column;
  }

  .bin.uc-flex-wrap {
    border-right: none;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .dumbcontent.inner-wrap {
    padding: 6%;
    padding-bottom: 30px !important;
    padding-top: 40px !important;
  }

  .bin.color h1 span {
    color: #A5A5A5;
    margin-top: -5px;
    position: relative;
    font-family: "greycliff-light", Arial, Helvetica, sans-serif;
    display: flex;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: normal;
  }

  .bin.color h1 {
    font-size: 7vw;
    line-height: 2;
    font-weight: normal;
  }

  hr {
    height: 0;
  }

  .tote,
  .box {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bin.color img {
    width: 72px;
  }
}
