/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

body.not-front div.more-info.container h2.container-header {
    font-size: 1.3em;
    font-weight: 800;
    color: #827552;
    width: 80%;
    background: #ffffff url("assets/c2/home-news-events-bak.png") repeat-x left center;
    padding: 0;
    margin: 25px auto 25px auto;
    text-align: center;
	}

body.not-front div.more-info.container h2.container-header span.h2-insert{
    display: inline-block;
    background-color: #ffffff;
    padding: 2px 25px 2px 25px;
    text-align: center;
	}

body.not-front.node-type-landing-page .uw-hero-image.coe-hero-image,
body.not-front.node-type-landing-with-sidebar .uw-hero-image.coe-hero-image{
	padding-top: 110px;
	}

body.not-front.node-type-landing-page .uw-site-title-head,
body.not-front.node-type-landing-with-sidebar .uw-site-title-head{
	font-family: "Encode Sans Compressed",sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 100px;
	width: 1170px;
	line-height: 100px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	}
body.not-front.node-type-landing-with-sidebar .uw-site-title-head .campaign-landing {
    font-size:1.8em;
    text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
	
body.not-front.node-type-landing-page  .coe-title-align,
body.not-front.node-type-landing-with-sidebar  .coe-title-align{
	position: absolute;
	}
	
body.not-front.node-type-landing-page div.coe-shear{
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100px;
	transform: skewX(-25deg);
	background-color: rgba(75, 46, 131, 0.6);
	position: absolute;
	margin-left: -100px;
	top: 110px;
	}
	
body.not-front.node-type-landing-with-sidebar div.coe-shear{
	width: 60%;
	}
	

/*BUTTONS*/
a.uw-btn {
  padding: 7px 12px;
  text-transform: uppercase;
  background-color: #e8e3d3;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #5a5a5a;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 25px;
  margin-right: 55px;
  margin-left: 8px;
  z-index: 1;
  line-height: 24px;
  text-shadow: none;
}
a.uw-btn.btn-sm {
  padding: 5px 10px 3px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
a.uw-btn.btn-sm:before {
  width: 45px;
  right: -45px;
}
a.uw-btn.btn-sm:after {
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -21px;
  right: -45px;
  background-size: 740px;
  background-position: -32px -410px;
}
a.uw-btn.btn-sm.btn-play:after {
  background-position: -31px -466px;
}
a.uw-btn.btn-sm.btn-external:after {
  background-position: -126px -410px;
}
a.uw-btn.btn-sm.btn-plus:after {
  background-position: -83px -465px;
}
a.uw-btn:hover,
a.uw-btn:focus {
  color: #85754d;
  background-color: #f5f5f5;
}
a.uw-btn:hover:before,
a.uw-btn:focus:before {
  background-color: #613ba9;
}
a.uw-btn.btn-gold:hover:before {
  background-color: #a49161;
}
a.uw-btn.btn-purple {
  background-color: #4b2e83;
  color: white;
}
a.uw-btn.btn-purple:hover,
a.uw-btn.btn-purple:focus {
  background-color: #402770;
}
a.uw-btn.btn-purple:before {
  background-color: #402770;
}
a.uw-btn.btn-purple:hover:before {
  background-color: #201338;
}
a.uw-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  right: -55px;
  top: 50%;
  margin-top: -28px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}
a.uw-btn:before {
  content: "";
  width: 55px;
  right: -55px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #4b2e83;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
a.uw-btn.btn-play:after {
  background-position: -36px -539px;
}
a.uw-btn.btn-external:after {
  background-position: -146px -475px;
}
a.uw-btn.btn-plus:after {
  background-position: -95px -539px;
}
a.uw-btn.btn-gold:before {
  background-color: #85754d;
}
a.uw-btn.btn-gold:before {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}

/*GOBAL STYLES*/
h3 {
    font-weight:800;
}
/*GRAPHICS*/
.udub-slant {
  overflow: hidden;
  display: block;
  margin: 5px 0;
}
.udub-slant span {
  -webkit-transform: skewX(-25deg) skewY(0);
  -o-transform: skewX(-25deg) skewY(0);
  transform: skewX(-25deg) skewY(0);
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  display: block;
  height: 4px;
  width: 210px;
  background-color: #b7a57a;
  margin: 0 0 0 -5px;
}
	
	
/* FOOTER STUFF */

footer.uw-footer ul.footer-social{
	margin-top: 55px;
	}

footer.uw-footer p.coe-footer-address{
	font-size: .85em;
	font-weight: 600;
	}
	
footer.uw-footer p.copyright{
	font-size: .7em;
	}
	
footer.uw-footer{
	padding-bottom: 120px;
	}
	
/*.uw-thinstrip .uw-wordmark {
    height:50px;
    width:380px;
    left:-40px;
    bottom:40px;
    background: url(assets/svg/uw-coe-sprite.svg) no-repeat 20px -383px transparent;
    zoom:0.40;
   -moz-transform:scale(0.40);
}*/
.uw-thinstrip .uw-wordmark {
    display: block;
    background: transparent url("assets/images/COE_UW_lockup_lg.png") no-repeat scroll 0 0;
    background-size: 50%;
    display: block;
    width: 289px;
    height: 55px;
    position: absolute;
    left: 90px;
    top: 10px;
    text-indent: -9999px;
}
/*==========  Mobile First Method  ==========*/

/* Phone Width */
@media only screen and (max-width : 420px) {

    .view-content .masonry-item{
        width: 100%;
        clear: both;
        }
    .node-type-landing-page .programs-item img {
       display:none;
	}
    div.hide-campaign-frame {
        display:none;
    }
}

@media only screen and (max-width : 768px) {
    nav#mobile-relative button.uw-mobile-menu-toggle {
        margin-top: 25px;
        right: 0;
    }
    div.hide-campaign-frame {
        display:block;
    }
    .front nav#mobile-relative,
    nav#mobile-relative {
        margin-right:0;
    }
    body.not-front.node-type-landing-page .uw-site-title-head,
    body.not-front.node-type-landing-with-sidebar .uw-site-title-head{
        display: none;
	}
	
    body.not-front.node-type-landing-page .uw-site-title,
    body.not-front.node-type-landing-with-sidebar .uw-site-title{
        display: block;
	}

    body.front div.news-front.container section.block-views{
        height: auto;
        border-bottom: 5px solid #fff;
	}
    body.front ul.front-icons-navigation li,
    body.front ul.front-icons-navigation li.newsletter a,
    body.front ul.front-icons-navigation li.directory a,
    body.front ul.front-icons-navigation li.calendar a,
    body.front ul.front-icons-navigation li.stories a,
    body.front ul.front-icons-navigation li.give a,
    body.front ul.front-icons-navigation li.info a{
        }
    .node-type-landing-page .programs-item img {
       display:none;
       width:33%;
       float:right;
       padding:0 0 8px 8px;
   } 
}
.views-fluidgrid-item {
  width:25%;
} 

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	body.not-front.node-type-landing-page  .coe-title-align,
	body.not-front.node-type-landing-with-sidebar  .coe-title-align{
        padding-left: 55px;
	}
    .node-type-landing-page .programs-item img {
       width:100%;
       float:none;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    body.not-front.node-type-landing-page .uw-site-title-head,
    body.not-front.node-type-landing-with-sidebar .uw-site-title-head{
        display: block;
    }

    body.not-front.node-type-landing-page .uw-site-title,
    body.not-front.node-type-landing-with-sidebar .uw-site-title{
        display: none;
    }

    body.front .slider.container .carousel-inner div.item .views-field-body{
        width: 720px;
        margin: 0;
        padding: 0;
        padding-top: 4.6%;
        margin-left: auto;
        margin-right: auto;
    }

    .uw-thinstrip .uw-wordmark {
        display: block;
        background: transparent url("assets/images/COE_UW_lockup_lg.png") no-repeat scroll 0 0;
        background-size: 100%;
        display: block;
        width: 289px;
        height: 55px;
        left: 150px;
        position: absolute;
        text-indent: -9999px;
        top: 0;
    }
    a.uw-btn {
        font-size:18px;
        padding:13px 24px;
        margin-left: 0;
     }
    /*CAMPAIGN STYLES*/
    table#campaign-landing {
      background:#e8e3d3;
      width:100%;
    }
    table#campaign-landing tr {
        height:20px;
    }
    table#campaign-landing th {
        padding:12px 12px 0 12px;
    }
    table#campaign-landing td {
        padding:0 12px 12px 12px;
        width:33%;
    }
    table#campaign-landing img {
        width:100%;
        width:240px;
        height:auto;
        padding:0 0 12px 0;
        margin:0;
    }
table#campaign-landing p {
    padding:12px;
        font-size:.95em;
        background:#fff;
    }
    div#campaign-landing {
      background:#e8e3d3;
      padding:10px;
      overflow:auto;
    }
    div#campaign-landing h2 {
      text-align:center;
    }
    div#campaign-landing p {
        padding:0;
        padding:14px;
        font-size:.95em;
        background:#fff;
    }
    div#campaign-landing img {
        width:100%;
        height:auto;
    }
    div.ds-1col .field-name-body .campaign-landing-story img,
    div.ds-1col .field-name-body .campaign-landing-event img {
        width:100%;
        margin:0;
        padding:4px 0 12px 0;
    }
    div.campaign-landing-story,
    div.campaign-landing-event {
      padding:10px;
      float:left;
      width:33%;
    }

    div.view-campaign-stories {
      background:#e8e3d3;
      padding:10px;
    }
    .view-campaign-stories a:link,
    .view-campaign-stories a:visited{
      color:#4b2e83;
    }
    .view-campaign-stories .views-fluidgrid-item {
      width:31%;
      padding:0 0 5%;
      margin:8px;
      background:#fff;
    } 
    .view-campaign-stories .views-fluidgrid-item img {
      width:100%;
    } 
    .view-campaign-stories .views-field-title {
        font-size:.95em;
        font-weight:600;
        padding:18px;
    } 
    .view-campaign-stories .views-field-field-teaser {
        padding:0 18px 20px 18px;
        font-size:.95em;
    } 

    /*campign sidebar blocks*/
    #block-block-171 {
        margin-top:20px;
    }
    #block-block-171 img {
        padding:18px 12px 0 0;
    }
 /*
  .uw-thinstrip .uw-wordmark:hover {
    background: transparent url("assets/images/COE_UW_lockup.png") no-repeat scroll 0 0;
    background-size: 100%;
    display: block;
    width: 330px;
    height: 90px;
    left: 150px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
      }
    */

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
body.front .slider.container .carousel-inner div.item .views-field-body{
  	width: 950px;
  	margin: 0;
  	padding: 0;
  	padding-top: 4.6%;
  	margin-left: auto;
  	margin-right: auto;
  	}
	
  .uw-sidebar {
    padding-top: 52px;
  }
  .node-type-landing-with-sidebar ul.uw-sidebar-menu {
    margin-top:-80px;
}    
  .node-type-landing-with-sidebar .region-sidebar-second {
    padding-right:10px;
}
  .node-type-landing-with-sidebar .region-sidebar-second h2 {
    padding:0 10px;
    font-size:1.2em;
}
  .node-type-landing-with-sidebar .region-sidebar-second p {
    padding:0 10px;
}
  .node-type-landing-with-sidebar .region-sidebar-second .widget {
    background-color:#e8e3d3;
    margin-left:50px;
    padding:0 0 20px 0;
}

  .sidebar-menu {
    background-color: white;
    margin-left: 20px;
    margin-top: -124px;
    margin-bottom: 10px;
  }

  .widget {
    padding: 10px 0 0 50px;
  }

  .dawgdrops-item a.dropdown-toggle::before, .dawgdrops-item a.dropdown-toggle:hover::before {
    width: 0;
  }

  .dawgdrops-item a.dropdown-toggle {
    padding-right: 5px;
  }

  .uw-thinstrip .uw-patch {
      background: transparent url("assets/svg/uw-sprite.svg") no-repeat scroll 0 0;
      
      /*height: 90px;
      left: 0;*/
      //top: -6px;
      top: -20px;
      width: 125px;
  }

  .uw-thinstrip .uw-wordmark,.uw-thinstrip .uw-wordmark:hover {
    top: -2px;
  }
  .uw-thinstrip ul.uw-thin-links li:nth-child(3) {
    margin-right: 50px;
  }
  .uw-thinstrip ul.uw-thin-links li:nth-child(3) a::after {
    background: 0;
  }
  .uw-thinstrip ul.uw-thin-links li a {
    font-size: 14px;
    padding: 10px 0 10px 20px;
    color: #b7a57a;
  }
  .uw-thinstrip ul.uw-thin-links li a:hover{
    color: #ffffff;
  }
  .uw-thinstrip ul.uw-thin-links li a::after {
    right: -15px;
  }
.uw-thinstrip .uw-wordmark {
    display: block;
    background: transparent url("assets/images/COE_UW_lockup_lg.png") no-repeat scroll 0 0;
  }
.uw-thinstrip .uw-wordmark {
    background-size: 100%;
    width: 330px;
    height: 140px;
    left:100px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
  body.front .slider.container .carousel-inner div.item .views-field-body{
  	width: 1170px;
  	margin: 0;
  	padding: 0;
  	padding-top: 4.6%;
  	margin-left: auto;
  	margin-right: auto;
  	}
  .dawgdrops-item a.dropdown-toggle::before {
    width: 10px;
  }
  .dawgdrops-item a.dropdown-toggle:hover::before {
    width: 18px;
  }

  .dawgdrops-item a.dropdown-toggle {
    padding-right: 28px;
  }

  .uw-thinstrip .uw-patch {
      background: transparent url("assets/svg/uw-sprite.svg") no-repeat scroll 0 0;
      /*height: 90px;
      left: 0;*/
      top: -22px;
      width: 163px;
  }

  .uw-thinstrip .uw-wordmark, .uw-thinstrip .uw-wordmark:hover {
    left: 150px;
    width: 330px;
  }

  .uw-thinstrip ul.uw-thin-links li a {
    font-size: 16px;
    padding: 10px 20px 10px 0;
  }
  .uw-thinstrip ul.uw-thin-links li.last a {
    padding: 10px 0 10px 0;
  }
  .uw-thinstrip ul.uw-thin-links li a::after {
    right: 6px;
  }


/*misc block styles*/
/*Views masonry styles*/
.views-fluidgrid-item {
  width:25%;
} 


#block-block-173 {
    margin-top:20px;
}

/*END CAMPAIGN STYLES*/
/*END CAMPAIGN STYLES*/
