/*
 Theme Name:			 UW WordPress Theme - Child Theme
 Theme URI:				https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Primary Branch:	 main
 Author:					 UW Web Team/Paul Keyes
 Author URI:			 https://github.com/uweb
 Description:			A child theme based on the UW WordPress Theme
 Template:				 uw_wp_theme
 Version:					1.1
 License:					GNU General Public License v2 or later
 License URI:			http://www.gnu.org/licenses/gpl-2.0.html
 Tags:						 two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:			uw_wp_theme_child
*/
/*Purple Navbar Styles */
.navbar {
  position: relative;
}

div.navbar .site-branding .uw-wordmark {
  display: none;
}

div.navbar .site-branding .coe-wordmark {
  display: block;
  background: url(../assets/images/COE_UW_lockup_lg.png) no-repeat;
  background-size: 60%;
  position: absolute;
  top: 5px;
  left: 80px;
  width: 330px;
  height: 44px;
  text-indent: -9999px;
}

.navbar .uw-thin-links:before {
  height: 0;
  width: 0;
}

.uw-footer .be-boundless {
  background: url(assets/images/house-white.png) no-repeat center top transparent;
}

.uw-footer .be-boundless {
  line-height: 180px;
}

.uw-footer ul.footer-social li a.soundcloud {
  background: url("assets/svg/uw-coe-sprite-web.svg") no-repeat -414px -196px;
  width: 27px;
  height: 27px;
}

@media only screen and (min-width: 768px) {
  div.navbar .site-branding .coe-wordmark {
    display: block;
    position: absolute;
    background-size: 60%;
    left: 150px;
    top: 22px;
    text-indent: -9999px;
    width: 660px;
    height: 33px;
  }
  header.site-header div.navbar .site-branding .uw-wordmark {
    display: block;
    position: absolute;
    width: 330px;
    height: 24px;
    left: 150px;
    bottom: 8px;
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .uw-thinstrip ul.uw-thin-links:before {
    height: 0;
    width: 0;
  }
  .uw-thinstrip ul.uw-thin-links:before {
    height: 0;
    width: 0;
  }
}
.gold-border-top::before {
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 20px; /* Adjust height of trapezoid */
  background-color: gold;
  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
}

#body a, #body a:visited {
  color: #1a62c7;
}
#body a:active, #body a:focus, #body a:hover {
  color: #85754d;
}
#body a:focus {
  outline: 2px solid #4b2e83;
}
#body a:active, #body a:hover {
  outline: 0;
}

@font-face {
  font-family: "Open Sans Semibold";
  src: url("../assets/fonts/open_sans_600-webfont.woff2") format("woff2"), url("../assets/fonts/open_sans_600-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../assets/fonts/open_sans_700-webfont.woff2") format("woff2"), url("../assets/fonts/open_sans_700-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Extra Bold";
  src: url("../assets/fonts/open_sans_800-webfont.woff2") format("woff2"), url("../assets/fonts/open_sans_800-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("../assets/fonts/open_sans_regular-webfont.woff2") format("woff2"), url("../assets/fonts/open_sans_regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url("../assets/fonts/open_sans_300-webfont.woff2") format("woff2"), url("../assets/fonts/open_sans_300-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Compressed Black";
  src: url("../assets/fonts/encodesanscompressed-900-black-webfont.ttf") format("ttf"), url("../assets/fonts/encodesanscompressed-900-black-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Compressed Extra Bold";
  src: url("../assets/fonts/encodesanscompressed-800-extrabold-webfont.ttf") format("ttf"), url("../assets/fonts/encodesanscompressed-800-extrabold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Compressed Bold";
  src: url("../assets/fonts/encodesanscompressed-700-bold-webfont.ttf") format("ttf"), url("../assets/fonts/encodesanscompressed-700-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Compressed Regular";
  src: url("../assets/fonts/encodesanscompressed-400-regular-webfont.ttf") format("ttf"), url("../assets/fonts/encodesanscompressed-400-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans Compressed ExtraLight";
  src: url("../assets/fonts/encodesanscompressed-200-extralight-webfont.ttf") format("ttf"), url("../assets/fonts/encodesanscompressed-200-extralight-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*Front page hero region*/
.tech-hero {
  background-color: yellow;
  background: url(https://www.education.uw.edu/technologycenter/wp-content/uploads/2018/12/coetech-bg.png) no-repeat;
  background-size: cover;
  height: 140px;
}

@media only screen and (min-width: 768px) {
  .tech-hero {
    height: 240px;
  }
}
/*Home Page Custom Widget Regions*/
.widgetizedTitleArea {
  position: relative;
}

.widgetizedTitleArea h1 {
  position: absolute;
  top: 2rem;
  color: #fff;
  font-size: 2.4em;
}

@media only screen and (min-width: 768px) {
  .widgetizedTitleArea h1 {
    top: 5rem;
  }
}
.widgetizedArea {
  background-color: #fff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
  box-shadow: 0 0 4px rgba(164, 164, 164, 0.5);
}

.widgetizedArea #infoBlock {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .widgetizedArea #infoBlock {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgetizedArea {
    margin-top: -25px;
    padding: 3rem;
  }
}
.widgetizedArea ul > li > ul {
  padding-left: 0;
  margin: 0;
}

.widgetizedArea ul {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .widgetizedArea ul {
    margin: 0 0 1.5em 3em;
    margin: 0 0 0 0;
  }
}
.widgetizedArea ul > li > ul > li {
  padding: 0 20px 8px 0;
  border: none;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .widgetizedArea ul > li > ul > li {
    min-width: 15rem;
  }
}
.widgetizedArea ul li:last-child {
  border-right: 0;
}

.widgetizedArea ul li {
  padding: 12px;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .widgetizedArea ul li {
    border-bottom: none;
  }
}
.widgetizedArea ul li h2 {
  display: inherit;
  font-size: 1.6em;
  color: #4b2e83;
}

.widgetizedArea ul li:last {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .widgetizedArea ul li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 48%;
  }
  .widgetizedArea ul li h2 {
    font-size: 1em;
  }
  .widgetizedArea ul li h2 {
    margin-top: 0;
  }
  .widgetizedArea ul li {
    list-style-type: none;
  }
  ul#infoBlock > li {
    margin-left: 2%;
  }
  #infoBlock li.icons {
    position: relative;
    padding: 20px 0;
    min-height: 200px;
  }
  #infoBlock li.icons::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e9e6f0;
    display: none;
    position: absolute;
    top: 0;
    right: 5px;
  }
  #infoBlock li.icon1::after,
  #infoBlock li.icon3::after,
  #infoBlock li.icon5::after {
    display: block;
  }
  #infoBlock li.icons::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e9e6f0;
    display: none;
    position: absolute;
    top: 0;
    right: 5px;
  }
  #infoBlock li.icon3::before,
  #infoBlock li.icon4::before,
  #infoBlock li.icon5::before {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgetizedArea ul li h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widgetizedArea ul li h2 {
    font-size: 1.3em;
  }
  .widgetizedArea ul > li > ul > li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .widgetizedArea ul li {
    border-right: 1px solid;
    border-color: #e9e6f0;
    width: 18%;
    height: 73%;
    top: 13%;
  }
  .widgetizedArea ul li {
    border-right: none;
  }
  #infoBlock li.icons::before,
  #infoBlock li.icons::after {
    height: 0;
    border-color: #fff;
  }
  #infoBlock li.icon1::before,
  #infoBlock li.icon2::before,
  #infoBlock li.icon3::before,
  #infoBlock li.icon4::before,
  #infoBlock li.icon5::before,
  #infoBlock li.icon1::after,
  #infoBlock li.icon2::after,
  #infoBlock li.icon3::after,
  #infoBlock li.icon4::after,
  #infoBlock li.icon5::after {
    display: none;
  }
}
/*Block styles */
@media only screen and (min-width: 768px) {
  #infoBlock {
    display: flex;
    flex-wrap: wrap;
  }
}
.homepage_icons a.hp_icon {
  color: #4b2e83;
  display: block;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.home .slideshow_container_style-light .slideshow_transparent {
  opacity: 0.8;
  background: #4b2e83;
}

.home .slideshow_container_style-light .slideshow_button {
  opacity: 1;
  background: url(assets/images/light-arrows.png) no-repeat;
}

.home .slideshow_container_style-light .slideshow_description_box {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: -400px;
  transform: skewX(-25deg);
  height: auto;
  padding: 2vh 5vh;
  margin-left: 100px;
  font-family: "Encode Sans Compressed";
  font-weight: 600;
}

.home .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
  margin-bottom: 4vh;
  margin-bottom: 0;
  height: 132px;
}

.home .slideshow_title,
.home .slideshow_description {
  transform: skewX(25deg);
}

.home .slideshow_container_style-light .slideshow_description_box div.slideshow_title {
  font-size: 2em;
}

.home .slideshow_container_style-light .slideshow_description_box div.slideshow_description {
  font-size: 1.2em;
}

.home .slideshow_container .slideshow_button.slideshow_next {
  background-position-x: right;
}

#mobile-relative.frontpage button.uw-mobile-menu-toggle {
  right: 0;
}

/*TITLE STYLES*/
.home .uw-body .uw-site-title {
  top: -320px;
  font-size: 4em;
}

body p {
  font-size: 17px;
  line-height: 1.7222;
}

.uw-hero-image {
  height: 200px;
  background-color: #4b2e83;
  width: 100%;
  overflow: hidden;
}

.one-fourth {
  width: 25%;
  padding: 5px;
  float: left;
}

.one-fourth-last {
  width: 25%;
  padding: 5px;
  float: left;
}

.one-fourth .alignleft,
.one-fourth-last .alignleft {
  margin-bottom: 18px;
}

/*VIEWS STYLES*/
#pt-cv-view-b6eb56c3tg .pt-cv-wrapper .col-md-6 {
  width: 100%;
  padding-bottom: 24px;
}

/*# sourceMappingURL=coe-custom.css.map */
