/*Fonts*/
 .studentsuccessaudience {
	 background-image: url('../images/Hovde.jpg');
}
 .links h6 {
	 color: #a3792c;
}
 .modal-header .btn {
	 float: right;
}
 .bottom{
	 padding-bottom:75px !important;
}
 .panel-body {
	 padding: 15px !important;
}
 .pointer {
	 cursor: pointer;
}
 .content {
	 padding-left:20px;
	 padding-right:20px;
}
 .tileHover {
	 position: absolute;
	 -moz-opacity: 0;
	 opacity:0;
	 filter: alpha(opacity=0);
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .tileHover:hover {
	 -moz-opacity: 1;
	 opacity:1;
	 filter: alpha(opacity=100);
}
 .back-to-top {
	 bottom: 50px;
	 position: fixed;
	 padding: 5px;
	 margin-left: 10px;
	 background-color: #a3792c;
	 border-top-left-radius: 10px;
	 border-top-right-radius: 10px;
}
 .back-to-top a {
	 font-family: myriad_bold, sans-serif;
	 color: white;
	 text-decoration: none;
}
 .back-to-top a:hover {
	 color: black;
}
 ol, ul {
	 padding-left: 30px;
}
 .carousel-inner .well {
	 background-image: none;
	 background-color: rgb(0, 0, 0);
	 background-color: rgba(0,0,0,0.6);
	 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22000000,endColorstr=#22000000);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22000000,endColorstr=#22000000);
	 zoom: 1;
}
 a.anchor{
	 top:-60px;
	 display:block;
	 position:relative;
	 visibility:hidden;
}
 .thumbnail.right-caption > img {
	 float: left;
	 margin-right: 9px;
	 width: 120px;
}
 .thumbnail.right-caption {
	 float: left;
}
 .thumbnail.right-caption .caption h4 {
	 background-color: black;
	 color: #E3AE24;
	 margin-top: 0px;
	 padding: 5px;
}
 .thumbnail.right-caption > .caption {
	 padding: 4px;
}
/* Set the fixed height of the footer here */
 div.footer-nav {
	 height: 50px;
	 background-color: #000000;
	 border-top: 10px solid #a3792c;
	 border-bottom: 0px;
	 padding-top: 8px;
}
/* div.page-header h1 {
	 font-family: champion_light, impact, sans-serif;
	 text-transform: uppercase;
}
 div.site-header h2{
	 font-family: myriad_bold, Arial, sans-serif;
	 text-transform: uppercase;
}
 */
 div.page-header h1 img {
	 height: 75px;
	 padding-right: 15px;
}
 a.list-group-item {
	 font-family: myriad_bold, sans-serif;
	 text-transform: uppercase;
	 cursor: pointer;
}
/* .breadcrumb > li {
	 text-transform: uppercase;
	 font-family: myriad_bold, sans-serif;
}
 */
/* .navbar-inverse .navbar-nav > li > a {
	 font-family: myriad_bold, sans-serif;
	 text-transform: uppercase;
}
 */
 .SICourseDiv {
	 float: left;
	 margin-right: 50px;
	 display: inline-block;
}
 .SICourseDiv table tr td {
	 text-align: center;
	 padding: 10px;
}
 .SICourseDiv table tr td a img {
	 height: 190px;
}
 div.footer-nav strong {
	 color: #a3792c;
	 font-family: myriad_bold, sans-serif;
	 text-transform: uppercase;
	 font-style: normal;
	 font-weight: 700;
	 font-size: 16px;
	 padding-right: 10px;
}
 .list-group .list-group .list-group-item {
	 background-color: #ffffff;
	 color: #000000;
}
 .list-group .list-group .list-group-item:hover {
	 background-color: #a2782c;
	 color: #000000;
}
 #main-content {
	 padding-bottom: 25px;
}
 .maincontent .row {
	 margin-left: 0px;
	 margin-right: 0px;
}
 .panel-collapse {
	 margin-bottom: 0px;
}
 .no-padding {
	 padding: 0px;
}
 .no-padding div {
	 padding: 0px;
}
 .no-padding div div {
	 padding: 0px;
}
 .no-padding div div div {
	 padding: 0px;
}
 img.nopadgrid {
	 width: 100%;
	 padding: 0px !important;
	 border: none !important;
}
 .coloredTileHeader_div {
	 height: 120px;
	 float: left;
	 display: table;
}
 .coloredTileHeader_div a{
	 display: table-cell;
	 vertical-align: middle;
	 text-align: center;
	 font-family: champion_heavy,Impact, sans-serif;
	 font-size: 25px;
	 color: white;
	 text-decoration: none;
	 width: 100%;
	 height: 100%;
}
 #nav.affix {
	 position: fixed;
	 top: 0;
	 width: 100% 
}
 .clearfix {
	 display: block;
}
 .container_15 {
	 width: 92%;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 1300px;
}
 #deadlines {
	 background-color: #A7A9AC;
	 background-size: cover;
	 border-top: 10px solid #A3792C;
	 border-bottom: 10px solid #A3792C;
}
 #deadlines h2 {
	 background: #A3792C;
	 color: #fff;
}
 #deadlines ul.date-list {
	 list-style: none;
}
 #deadlines ul.date-list li {
	 position: relative;
	 background-color: #A3792C;
	 float: left;
	 width: 20%;
	 margin: 10px 2% 10px 1%;
	 padding: 8px 1%;
	 cursor: default;
	 min-height: 74px;
}
 #deadlines ul.date-list li:hover {
	 margin: 10px 1%;
	 padding: 8px 2% 8px 1%;
}
 #deadlines ul.date-list li span.date {
	 position: absolute;
	 top: 5px;
	 left: 15px;
	 font-family: "chaparral-pro",Georgia,sans-serif;
	 font-style: normal;
	 font-weight: 500;
}
 #deadlines ul.date-list li span.date span.month {
	 display: block;
	 line-height: 12px;
}
 #deadlines ul.date-list li span.date span.day {
	 font-weight: 700;
	 font-size: 52px;
	 display: block;
	 line-height: 50px;
}
 #deadlines ul.date-list li span.date span.year {
	 display: block;
	 font-size: 16px;
}
 #deadlines ul.date-list li a {
	 margin-left: 70px;
	 color: #fff;
	 text-decoration: none;
	 display: block;
	 font-weight: bold;
	 font-size: 12px;
	 line-height: 15px;
}
 #deadlines ul.date-list li a:hover {
	 text-decoration: underline;
}
 #deadlines .more {
	 float: right;
	 padding: 5px;
	 background: #000;
	 color: #fff;
	 text-decoration: none;
	 margin-right: 3%;
}
 #deadlines .more:hover {
	 color: #e4ae23;
}
 #facts {
	 background: #2c2c2d;
	 background-image: linear-gradient(left top, #161516 28%, #3d3c3e 66%);
	 background-image: -o-linear-gradient(left top, #161516 28%, #3d3c3e 66%);
	 background-image: -moz-linear-gradient(left top, #161516 28%, #3d3c3e 66%);
	 background-image: -webkit-linear-gradient(left top, #161516 28%, #3d3c3e 66%);
	 background-image: -ms-linear-gradient(left top, #161516 28%, #3d3c3e 66%);
	 background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.28, #161516), color-stop(0.66, #3d3c3e));
}
 #facts h2 {
	 background: #695e49;
	 color: #fff;
}
 #facts .relative {
	 position: relative;
}
 #facts .relative .factsLeft {
	 position: absolute;
	 top: 60px;
	 left: -20px;
	 height: 37px;
	 width: 37px;
	 overflow: hidden;
	 text-indent: -1999px;
	 cursor: pointer;
	 background: url(img/sprite.png) no-repeat -82px -231px;
}
 #facts .relative .factsLeft:hover {
	 background: url(img/sprite.png) no-repeat -181px -231px;
}
 #facts .relative .factsRight {
	 position: absolute;
	 top: 60px;
	 right: -20px;
	 height: 37px;
	 width: 37px;
	 overflow: hidden;
	 text-indent: -1999px;
	 cursor: pointer;
	 background: url(img/sprite.png) no-repeat -82px -277px;
}
 #facts .relative .factsRight:hover {
	 background: url(img/sprite.png) no-repeat -181px -277px;
}
 #facts .relative .fact-wrap {
	 position: relative;
	 min-height: 150px;
	 width: auto;
	 margin: 0 25px;
}
 #facts .relative .fact-wrap ul.fact-list {
	 list-style: none;
	 padding: 0px;
	 margin: 0px;
}
 #facts .relative .fact-wrap ul.fact-list li {
	 text-align: center;
	 width: 25%;
	 margin: 15px 0;
	 float: left;
}
 #facts .relative .fact-wrap ul.fact-list li img {
	 max-width: 100%;
}
 .section {
	 padding-top: 80px;
	 padding-bottom: 80px;
	 position: relative;
}
 .footnote {
	 font-size:11px;
	 font-style:italic;
}
 #purdue-link {
	 background: url("img/sprite.png") no-repeat scroll 0 -144px transparent;
	 display: block;
	 height: 16px;
	 overflow: hidden;
	 text-indent: -1999px;
	 width: 105px;
}
 #purdue-link:hover {
	 background: url("img/sprite.png") no-repeat scroll 0 -166px transparent;
}
 #purdue-logo {
	 background: url("img/sprite.png") no-repeat scroll 0 0 transparent;
	 display: inline-block;
	 height: 75px;
	 overflow: hidden;
	 text-indent: -1999px;
	 width: 245px;
}
 div.site-header {
	 height: 130px;
	 background-color: #000000;
	 color:#ffffff;
}
 div.site-header > div > h2 {
	 vertical-align: middle;
}
 div.top-stripe {
	 padding: 4px;
	 background-color: #a2782c;
	 color: #000000;
}
 #site-footer {
	 padding-top: 20px;
	 padding-bottom:100px;
	 background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
	 background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
	 background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	 background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
	 background-repeat: repeat-x;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	 border-top: 10px solid #746C66;
}
/* .navbar-nav > li > a {
	 font-size: 17px;
}
 */
 #wrap {
	 background-color: #ffffff;
}
 div.secondary-nav {
	 min-height: 30px;
	 border: 0px;
	 background-color: #746C66;
}
 .secondary-nav .navbar-nav > li > a {
	 font-size: 14px;
	 padding: 5px 20px;
}
 #site-footer ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 #site-footer li {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 #site-footer ul li a {
	 color: #dadada;
	 font-size: 16px;
	 line-height: 22px;
}
 #site-footer ul li a:hover {
	 color: #e4ae23;
}
 #site-footer ul li ul li a {
	 color: #888;
	 font-size: 12px;
	 line-height: 16px;
}
 #site-footer ul li ul li ul li a {
	 margin-left: 10px;
}
 #site-footer ul li ul li ul li ul li a {
	 margin-left: 20px;
	 color: #666;
}
 #site-footer .legal {
	 padding-top: 20px;
	 color: #797979;
	 font-size: 11px;
}
 #header-logo {
	 display: inline;
	 margin-right: 30px;
}
 @media (max-width: 992px) {
	 .tileHoverText {
		 font-size: 20px;
		 font-family: champion_light;
		 padding-top: 10%;
	}
	 #side-nav {
		 margin-top: 20px;
	}
	 .back-to-top {
		 bottom: 75px;
	}
	 div.footer-nav {
		 height: 75px;
	}
	 #wrap {
		 padding-bottom: 85px;
	}
	 #header-logo {
		 display: inline;
	}
}
 @media (max-width: 770px) {
	 .collage_pic{
		 display:none;
	}
}
 @media (max-width: 700px) {
	 .tileHoverText {
		 font-size: 15px;
	}
	 div.site-header > div > h2 {
		 text-align: center;
	}
	 #header-logo {
		 display: none;
	}
	 .title_pic{
		 display:none;
	}
	 .panel-title .glyphicon{
		 display:none;
	}
}
 @media (max-width: 500px) {
	 .back-to-top {
		 position: absolute;
		 bottom: 100px;
	}
	 #studentsuccessfooter {
		 position: absolute;
	}
	 div.footer-nav {
		 height: 100px;
		 position: static;
		 margin-top: 50px;
	}
	 div.site-footer {
		 padding-bottom: 0px;
	}
	 div.site-header > div > h2 {
		 margin-top: 5px;
		 text-align: center;
	}
	 #wrap {
		 padding-bottom: 110px;
	}
	 #header-logo {
		 display: none;
	}
}
/*tutor slide down link*/
 .dhtmlgoodies_contentBox{
	 border:1px solid #317082;
	 height:0px;
	 visibility:hidden;
	 position:absolute;
	 background-color:#E2EBED;
	 overflow:hidden;
	 padding:2px;
	 width:250px;
}
 .dhtmlgoodies_content{
	 position:relative;
	 font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	 width:100%;
	 font-size:0.8em;
}
/*on asc about page*/
 #to_clear{
	 clear: both;
	 width: 100%;
}
 #asc_welcome{
	 background-image: academic/images/asc_home/graduation.png;
	 background-color: black;
}
 .img-graduation {
	 height: auto;
	 padding: 10px;
	 background-image: academic/images/asc_home/graduation.png;
}
/*Naush Code*/
/*---------*/
/*Orientation/BGR Page*/
/*---------*/
/*Heading formatting*/
 .panel-heading{
	 overflow:hidden;
}
/*Title formatting*/
 .panel-title{
	 position:relative;
	 font-size:16px;
	 margin:0px;
}
 .panel-title > a {
	 cursor: pointer;
}
/*Glyph formatting*/
 .panel-title .glyphicon{
	 position:absolute;
	 top:30%;
	 right:5px;
	 padding-left:20px;
	 overflow:hidden;
}
/*Styles Overall*/
 .enclosed_heading{
	 margin-top:18px;
	 border-top-left-radius:19px;
	 border-top-right-radius:0px;
}
/*Styles for individual buttons*/
 #GOLD_button{
	 background-color:#E3AE24;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3AE24', endColorstr='#E3AE24', GradientType=0) border-radius:0px;
}
 #BLUE1_button{
	 background-color:#2EAFA4;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EAFA4', endColorstr='#2EAFA4', GradientType=0) border-radius:0px;
}
 #Additional_button{
	 background-color:#7E543A;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7E543A', endColorstr='#7E543A', GradientType=0) border-radius:0px;
}
 #GREEN_button{
	 background-color:#5C8727;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C8727', endColorstr='#5C8727', GradientType=0) 
}
 #GREEN2_button{
	 background-color:#B8B308;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8B308', endColorstr='#B8B308', GradientType=0) 
}
 #ORANGE_button{
	 background-color:#F8981D;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8981D', endColorstr='#F8981D', GradientType=0) 
}
 #BLUE2_button{
	 background-color:#7299C6;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7299C6', endColorstr='#7299C6', GradientType=0) 
}
/*Styles for individual info boxes*/
 .bgr-accordion {
	 position: relative;
	 font-family: 'impact';
	 text-transform: uppercase;
	 font-size: 30px;
	 text-align: center;
	 padding: 25px;
	 margin: 0px;
}
 #GOLD_info{
	 background-color:#EFD185;
}
 #BLUE1_info{
	 background-color:#ABDFDB;
}
 #GREEN_info{
	 background-color:#9DB77D;
}
 #GREEN2_info{
	 background-color:#E3E19C;
}
 #ORANGE_info{
	 background-color:#FCD6A5;
}
 #BLUE2_info{
	 background-color:#B8CCE2;
}
 #BGRSchedule td{
	 background-color:#EFD185;
}
 #BGRSchedule #SectionRow td{
	 background-color:#E3AE24;
}
/* About ASC Page */
 .col-left {
	 border-right: 1px solid #e5e5e5;
	 margin-bottom: 10px;
}
 @media (max-width: 767px){
	 .col-left {
		 border-right: none;
		 margin-bottom: 0px;
	}
}
 .program-logo {
	 width: 60px;
	 height: auto;
	 float: left;
	 margin: 0 7px 0 0;
}
/*---------*/
/*Orientation/STAR Page*/
/*---------*/
 .title_pic{
	 position:absolute;
	 overflow:hidden;
	 height:100px;
	 width:100px;
	 left:10px;
	 top:-5px;
	 padding-bottom:1%;
}
/*---------*/
/*Orientation/Freshman_Parents/Collection of pages*/
/*---------*/
 #row_style{
	 border-bottom: 3px solid #E3AE24;
	 margin-bottom: 30px;
	 padding-bottom: 30px;
}
 .hist_row{
	 margin-left: -10px;
	 padding: 10px;
	 border-top-right-radius: 10px;
}
/*---------*/
/*Student Handbook*/
/*---------*/
 .section_heading{
	 font-family: 'champion_middle';
	 font-size:1.8em;
	 color:white;
	 padding:10px;
	 margin-bottom:10px;
	 background-color:#A3792C;
	 border-top:5px solid black;
}
 .major_heading{
	 font-family: 'champion_middle';
	 font-size:1.8em;
	 color:#E3AE24;
}
 .minor_heading{
	 font-family: 'champion_middle';
	 font-size:1.2em;
	 color:#E3AE24;
	 padding-bottom:5px;
	 padding-top:5px;
}
 .side1{
	 font-family: 'champion_light';
	 font-size:1.4em;
	 color:white;
	 background-color:#E3AE24;
	 padding:7px;
}
 .side2{
	 font-family: 'champion_light';
	 font-size:1.4em;
	 color:#E3AE24;
	 background-color:white;
	 padding:7px;
}
 .side_desc1{
	 font-family:sans-serif;
	 color:white;
	 font-size:14px;
}
 .side_desc2{
	 font-family:sans-serif;
	 color:black;
	 font-size:14px;
}
 .handbook_section{
	 border-top: 10px dashed #A3792C;
	 padding-top: 20px;
	 margin-top: 20px;
}
 .dummy {
	 margin-top: 100%;
}
 .handbook_section .thumbnail{
	 position: absolute;
	 top: 15px;
	 bottom: 0;
	 left: 15px;
	 right: 0;
	 text-align:center;
	 overflow:hidden;
	 word-wrap:break-word;
}
 @media (min-width: 992px){
	 .affix {
		 width: inherit;
		 //keeps the content the same size position: fixed;
		 top: 100px;
		 //height of the nav margin-right:100px;
	}
	 .affix-bottom {
		 width: 182px;
		 position: absolute;
		 top: auto;
		 bottom: 500px;
		 //height of the footer 
	}
	 .affix-top {
		 //i didn't need this style but you might 
	}
}
/*SOC PAGE*/
 #SOC_Collage{
	 margin-top:40px;
}
 .SOC_Collage_Row{
	 margin-top:20px;
	 margin-bottom:20px;
}
 .SOC_Collage_bio_left{
	 text-align:right;
}
 .SOC_Collage_bio_right{
	 text-align:left;
}
 .SOC_Collage_Row .SOC_Heading{
	 font-size:25px;
	 font-weight: bold;
	 text-transform: uppercase;
}
 .SOC_Committee{
	 display: table;
	 table-layout: fixed;
	 width: 100%;
	 height: 50px;
	 margin-bottom: 20px;
	 background-color: #e3ae24;
}
 .SOC_Committee_Heading{
	 display: table-cell;
	 vertical-align: middle;
	 text-align: center;
	 font-family: impact;
	 font-size: 24px;
	 text-transform: uppercase;
}
 .SOC_Desc{
	 border-bottom: 4px dashed #E3AE24;
	 padding-bottom: 15px;
	 margin-bottom: 20px;
}
/*PLaCE*/
 .place-table{
	 color:#FFF;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 margin: 0px;
}
 .contain{
	 width:960px;
	 height:auto;
	 margin:auto;
}
 .break{
	 width:960px;
	 height:10px;
	 background-color:#A3792C;
	 margin:auto;
}
 .wrap{
	 width:910px;
	 height:200px;
	 background-color:#EAEAEA;
	 padding-left: 30px;
	 padding-bottom: 10px;
	 margin: 20px 0 15px -30px;
}
 .content .col-3-right{
	 width:255px;
	 height:auto;
	 overflow:auto;
	 float:left;
	 margin-right: 60px;
}
 .content .col-3-left{
	 width:255px;
	 height:auto;
	 overflow:auto;
	 float:left;
	 margin: 0;
}
 .conception{
	 margin: 20px 0 0 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 color: #B8B308;
	 clear:both;
	 border-bottom:#C0C0C0 dashed thin;
	 padding-bottom: 10px;
}
 .placeh2 {
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 color: #7299C6;
	 border-bottom: #C0C0C0 dashed thin;
	 padding-bottom: 10px;
}
 .placeh3 {
	 margin: 20px 0 0 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 color: #f8981d;
	 border-bottom: #C0C0C0 dashed thin;
	 padding-bottom: 10px;
}
 .placeh5 {
	 margin: 20px 0 0 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 color: #5c8727;
	 border-bottom: #C0C0C0 dashed thin;
	 padding-bottom: 10px;
}
/* .left{
	 width:450px;
	 height:auto;
	 overflow:auto;
	 margin-right:40px;
	 margin-bottom: 30px;
	 clear:both;
	 float:left;
}
 .right{
	 width:420px;
	 height:auto;
	 overflow:auto;
	 padding-top: 70px;
	 float:left;
	 margin-right: -30px;
}
 */
 .left-indent{
	 width:375px;
	 height:auto;
	 padding-left: 20px;
}
 .indent{
	 list-style: circle;
}
 .left ul li{
	 margin-left: -20px;
	 padding-left: 5px;
}
 .indent{
	 list-style: circle;
	 margin-left: 20px;
}
 .table-text{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 margin: 0px;
}
 .table_a{
	 float: left;
	 width: 400px;
	 height:auto;
	 margin-right: 20px;
}
 .table_b{
	 float: right;
	 width: 450px;
	 height:auto;
}
/*END PLaCE*/
 .si_thumbs {
	 width: 100%;
}
/* /////////////////////////////////// 
/*/
/* APP LISTING */
/* /////////////////////////////////// 
/*/
 div.artwork {
	 position: relative;
}
 span.mask {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1;
	 width: 102px;
	 height: 102px;
	 background: url(../../academic/resources/mask100.png) 0 0 no-repeat;
	 background-size: 100px 100px;
}
 .app-desc {
	 margin-left: 10px;
	 vertical-align: center;
}
/* /////////////////////////////////// 
/*/
/* SI COURSE LISTINGS */
/* /////////////////////////////////// 
/*/
 div.row.si-course {
	 font-size: 13pt;
}
 strong.impact {
	 font-family: 'impact';
	 font-size: 14pt;
	 letter-spacing: 1px;
}
/* /////////////////////////////////// 
/*/
/* MEET THE SI LEADERS */
/* /////////////////////////////////// 
/*/
 .meet-si-leader {
	 text-align:center;
	 margin-bottom: 15px;
}
 .meet-si-leader img {
	 width: 100%;
}
 .meet-si-leader span {
	 display: block;
}
/* /////////////////////////////////// 
/*/
/* 12 DAYS TIL FINALS */
/* /////////////////////////////////// 
/*/
 .breadcrumb {
	 margin-bottom:0px;
}
 .sidenav {
	 margin-top: 15px !important;
}
 div.finalsBanner {
	/*margin: 0px auto 15px;
	 */
	 padding: 0;
	 text-align: center;
	 background-color: #ead27e;
}
 .finalsBanner img {
	 margin: 0 auto;
	 padding: 0;
	 width: 100%;
	 max-width: 1024px;
	 min-width: 500px;
	 height: auto;
}
 div.finalsBanner_sm {
	 margin: -20px auto 15px;
	 padding: 0;
	 text-align: center;
	 display: none;
	 background-color: #ead27e;
}
 .finalsBanner_sm img {
	 margin: 0 auto;
	 padding: 0;
	 width: 100%;
	 max-width: 500px;
	 height: auto;
}
 @media screen and (max-width: 500px){
	 div.finalsBanner_sm {
		 display: block;
	}
	 div.finalsBanner {
		 display: none;
	}
}
/* Consultation Calendar */
 div.calendar-iframe {
	 display: block;
	 width: 100%;
}
 div.calendar-swap {
	 display: none;
}
 @media screen and (max-width: 768px) {
	 div.calendar-iframe {
		 display: none;
	}
	 div.calendar-swap {
		 display: block;
		 width: 100%;
		 margin: 0 0 10px 0;
	}
	 .calendar-swap img {
		 width: 100%;
	}
}
/* Profile Tables */
 .profile-table {
	 float: left;
	 display: inline-block;
}
 .profile-table table tr td {
	 float: left;
	 text-align: center;
	 padding: 10px;
}
 .profile-table table tr td a img {
	 height: 190px;
}
/* /////////////////////////////////// 
/*/
/* SPACING DIVS */
/* /////////////////////////////////// 
/*/
 .row.spacer {
	 height: 100px;
}
 .row.spacer-sm {
	 height: 50px;
}
 .row.spacer-xs {
	 height: 25px;
}
/* /////////////////////////////////// 
/*/
/* Quote Blocks */
/* /////////////////////////////////// 
/*/
 .quote-left:not(:last-child), .quote-right:not(:last-child) {
	 margin-bottom: 5px;
}
 .quote-photo {
	 position: relative;
	 overflow: hidden;
	 margin-bottom: 20px;
	 padding: 0;
	 background: #5B6870;
}
 .quote-photo img {
	 width: 100%;
}
 .quote-left .quote-photo img {
	 -webkit-transform: scaleX(-1);
	 -moz-transform: scaleX(-1);
	 -ms-transform: scaleX(-1);
	 -o-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 .quote-photo p {
	 background-color: transparent !important;
	 font-family: 'impact';
	 font-size: 20pt !important;
	 letter-spacing: 1px;
	 margin: 0;
	 position: absolute !important;
	 bottom: 0;
	 color: white;
}
 span.quote-name {
	 font-style: italic;
}
 .quote-left p, .quote-right p {
	 font-size: 12pt;
}
 .quote-right p {
	 text-align: right;
}
 [class*="quote-"] [class^="col-"] p {
	 position: relative;
	 padding: 5px 10px;
	 background-color: #E9E45B;
}
 .quote-left div:not(.quote-photo) p:before {
	 content: '';
	 width: 10px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 margin-left: -10px;
	 border-top: 10px solid transparent;
	 border-right: 10px solid #E9E45B;
	 border-bottom: 10px solid transparent;
}
 .quote-right div:not(.quote-photo) p:after {
	 content: '';
	 width: 10px;
	 position: absolute;
	 top: 0;
	 left: 100%;
	 border-top: 10px solid transparent;
	 border-left: 10px solid #E9E45B;
	 border-bottom: 10px solid transparent;
}
/* Different colors for quote blurbs */
 [class*="quote-"].moondustgray [class^="col-"] p {
	 background-color: #BAA892;
}
 .quote-left.moondustgray div:not(.quote-photo) p:before {
	 border-right: 10px solid #BAA892;
}
 .quote-right.moondustgray div:not(.quote-photo) p:after {
	 border-left: 10px solid #BAA892;
}
/* /////////////////////////////////// 
/*/
/* PSC Page */
/* /////////////////////////////////// 
/*/
 .quote-lvl1 {
	 position: relative;
	 background-color: #2EAF9B;
	 text-align: center;
	 margin: 0 0 25px;
}
 .quote-lvl1 h2 {
	 margin: 10px 5px;
	 padding: 0;
}
 .quote-lvl1:after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 width: 65px;
	 margin-left: -22.5px;
	 border-top: 20px solid #2EAF9B;
	 border-left: 35px solid transparent;
	 border-right: 35px solid transparent;
}
 .psc-service-icon {
	 width: auto;
	 max-width: 50px;
	 max-height: 40px;
	 vertical-align: middle;
	 margin-right: 13px;
}
/* /////////////////////////////////// 
/*/
/* ASC LANDING PAGE GRID */
/* /////////////////////////////////// 
/*/
 .index-grid a {
	 width: 100%;
	 display: block;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .index-grid .caption {
	 bottom: 22px !important;
	 left: 15px !important;
}
 #multi-box {
	 padding: 0px;
}
 .grid-si, .grid-consult, .grid-resources, .grid-boilerguide, .grid-tutor, .grid-partner, .grid-courses, .grid-workshops, .grid-about {
	 padding: 10px !important;
}
 .grid-si a {
	 height: 170px;
	 border-bottom: 8px solid #F8981D;
	 background-image: url(../../academic/images/index_grid/grid-si.jpg);
}
 .grid-consult a {
	 height: 490px;
	 border-bottom: 8px solid #5C8727;
	 background-image: url(../../academic/images/index_grid/grid-consultation.jpg);
}
 .grid-resources a {
	 height: 300px;
	 border-bottom: 8px solid #2EAFA4;
	 background-color: #2EAFA4;
}
 .grid-boilerguide a {
	 height: 300px;
	 border-bottom: 8px solid #B63F97;
	 background-image: url(../../academic/images/index_grid/grid-boilerguide.jpg);
}
 .grid-tutor a {
	 height: 170px;
	 border-bottom: 8px solid #3F4B00;
	 background-image: url(../../academic/images/index_grid/grid-tutoring.jpg);
}
 .grid-partner a {
	 height: 170px;
	 border-bottom: 8px solid #B8B308;
	 background-color: #B8B308;
}
 .grid-courses a {
	 height: 170px;
	 border-bottom: 8px solid #7299C6;
	 background-color: #7299C6;
}
 .grid-workshops a {
	 height: 170px;
	 border-bottom: 8px solid #B95915;
	 background-image: url(../../academic/images/index_grid/grid-workshops.jpg);
}
 .grid-about a {
	 height: 150px;
	 border-bottom: 8px solid #5C6F7B;
	 background-image: url(../../academic/images/index_grid/grid-about.jpg);
	 background-position: center left;
}
 img.grid-icon {
	 width: 60px;
	 position: absolute;
	 top: 30px;
	 right: 30px;
}
 img#download {
	 width: 100px;
}
 @media only screen and (max-width: 768px) {
	 .grid-resources a, .grid-boilerguide a, .grid-partner a, .grid-courses a {
		 height: 110px;
	}
	 .grid-consult a {
		 height: 200px;
	}
	 .grid-si a, .grid-consult a, .grid-boilerguide a, .grid-tutor a, .grid-workshops a {
		 background-position: center 30%;
	}
	 a .caption {
		 font-size: 13px;
		 line-height: 13px;
	}
	 img.grid-icon, img#download {
		 width: 50px;
		 top: 20px;
		 right: 20px;
	}
}
/* /////////////////////////////////// 
/*/
/* HANDOUTS PAGE & NAVIGATION */
/* /////////////////////////////////// 
/*/
 .handouts-row {
	 position: relative;
	 text-align: justify;
	 width: 90%;
	 margin: 0 auto;
}
 .handouts-row ~ .handouts-row {
	 width: 60%;
}
 .handouts-row:after {
	 content:'';
	 width: 100%;
	 display: inline-block;
}
 .handouts-circle {
	 position: relative;
	 border-radius: 50%;
	 background-color: #746C66;
	 height: 0;
	 width: 30%;
	 padding: 15% 0;
	 color: white;
	 transition: all .5s ease;
	 display: inline-block;
}
 .handouts-row ~ .handouts-row .handouts-circle {
	 width: 45%;
	 padding: 22.5% 0;
}
 .handouts-circle .title {
	 position: absolute;
	 width: 80%;
	 left: 50%;
	 top: 50%;
	 text-align: center;
	 font-size: 2.9vw;
	 margin: 0;
	 padding: 0;
	 line-height: normal;
}
 .handouts-circle:hover {
	 transform: scale(1.2);
	 color: black;
	 z-index: 99;
}
 #handouts-exam:hover {
	 background: #B8B308;
}
 #handouts-organized:hover {
	 background: #7299C6;
}
 #handouts-all:hover {
	 background: #B95915;
}
 #handouts-reading:hover {
	 background: #2EAFA4;
}
 #handouts-focused:hover {
	 background: #5C8727;
}
 #handouts-exam .title, #handouts-organized .title {
	 margin: -24% 0 0 -40%;
}
 #handouts-organized .title {
	 margin: -14% 0 0 -40%;
}
 #handouts-all .title {
	 margin: -20% 0 0 -39%;
}
 #handouts-reading .title {
	 margin: -23% 0 0 -39%;
}
 #handouts-focused .title {
	 margin: -29% 0 0 -39%;
}
 #handouts-examTomorrow {
	 position: absolute;
	 z-index:2;
	 top: 72%;
	 left: 12%;
	 width: 15%;
	 padding: 7.7% 0;
	 transform: rotate(-12deg);
}
 #handouts-examTomorrow .title {
	 left: 11%;
	 top: 38%;
	 font-size: 1vw;
}
 #handouts-examTomorrow:hover {
	 transform: scale(1.2);
	 color: black;
	 z-index: 99;
}
 #handouts-examTomorrow:hover {
	 background: #B63F97;
}
 @media screen and (max-width: 520px) {
	 .handouts-row, .handouts-row ~ .handouts-row {
		 width: 70%;
		 margin: 0 auto;
	}
	 .handouts-circle, .handouts-row ~ .handouts-row .handouts-circle {
		 position: relative;
		 border-radius: 50%;
		 background-color: #746C66;
		 height: 0;
		 width: 100%;
		 padding: 50% 0;
		 color: black;
		 margin: 10px;
	}
	 .handouts-circle .title {
		 position: absolute;
		 width: 80%;
		 left: 50%;
		 top: 50%;
		 text-align: center;
		 font-size: 9vw;
		 margin: 0;
		 padding: 0;
	}
	 .handouts-circle:hover {
		 transform: none;
		 color: black;
		 cursor: pointer;
	}
	 #handouts-all .title {
		 margin: -34% 0 0 -40%;
	}
	 #handouts-exam {
		 background: #B8B308;
	}
	 #handouts-organized {
		 background: #7299C6;
	}
	 #handouts-all {
		 margin: 15px;
		 background: #B95915;
	}
	 #handouts-reading {
		 background: #2EAFA4;
	}
	 #handouts-focused {
		 background: #5C8727;
	}
	 #handouts-examTomorrow, #handouts-examTomorrow:hover {
		 position:relative;
		 width:50%;
		 display:block;
		 padding:25% 0;
		 top:0;
		 left:0;
		 margin: 15px auto 0 auto;
		 transform: rotate(0deg);
		 background:#B63F97;
	}
	 #handouts-examTomorrow .title {
		 font-size: 7vw;
	}
}
/* Guided Navigator */
 div[id^="nav-row-"] {
	 position: relative;
	 text-align: center;
	 width: 100%;
	 margin: 0 auto;
	 display: none;
}
 #nav-row-1 {
	 display: block !important;
}
 .nav-circle {
	 position: relative;
	 border-radius: 50%;
	 background-color: #746C66;
	 height: 0;
	 width: 25%;
	 padding: 12.5% 0;
	 color: black;
	 transition: all .5s ease;
	 display: inline-block;
	 margin: 0 0 15px 15px;
	 cursor: pointer;
}
 .nav-circle .title {
	 position: absolute;
	 width: 80%;
	 left: 11%;
	 top: 30%;
	 text-align: center;
	 font-size: 2.5vw;
	 margin: 0;
	 padding: 0;
	 line-height: normal;
}
 .nav-circle:hover {
	 color: white;
}
 #nav-row-1 .nav-circle {
	 background-color: #F8981D;
}
 #nav-row-2 .nav-circle {
	 background-color: #7ED0E0;
}
 #nav-row-3 .nav-circle, #nav-row-4 .nav-circle {
	 background-color: #5C8727;
}
 #nav-row-5 .nav-circle, #nav-row-6 .nav-circle {
	 background-color: #B8B308;
}
 #nav-course .title {
	 margin: -5% 0 0 0;
}
 #nav-learn .title {
	 margin: -15% 0 0 0;
}
 #nav-tutor .title, #nav-workshop .title, #nav-courses .title {
	 margin: 11% 0 0 -1%;
}
 #nav-si .title, #nav-consult .title, #nav-psc .title, #nav-resources .title {
	 margin: 7% 0 0 0;
}
 @media screen and (max-width: 520px) {
	 div[id^="nav-row-"] {
		 width: 100%;
		 margin: 0 auto;
	}
	 .nav-circle {
		 position: relative;
		 border-radius: 50%;
		 background-color: #746C66;
		 height: 0;
		 width: 45%;
		 padding: 22.5% 0;
		 color: black;
		 margin: 0 0 10px 10px;
	}
	 .nav-circle .title {
		 text-align: center;
		 font-size: 5vw;
	}
	 .handouts-circle:hover {
		 transform: none;
		 color: black;
		 cursor: pointer;
	}
	 #nav-psc .title {
		 margin: -4% 0 0 0;
	}
}
/* Purdue Promise Info Boxes */
 .info-block {
	 background: #A7A9AC;
	 border-left: 1px solid gray;
	 padding-bottom: 200px;
	 margin-bottom: -200px;
}
 .info-block:first-child {
	 border-left: none;
}
 .info-block a {
	/*color:#E3AE24;
	 */
}
 .info-block h4 {
	 text-align: center;
}
 .info-block img {
	 display: block;
	 margin: 10px auto 0 auto;
}
/* /////////////////////////////////// 
/*/
/* BUTTONS */
/* /////////////////////////////////// 
/*/
 .btn_belltowerbrick, .btn_pappyspurple, .btn_belltowerbrick:hover, .btn_pappyspurple:hover {
	 padding: 14px 24px;
	 font-size: 22px;
	 color: white;
	 text-decoration: none;
	 display: block;
	 margin: 0 auto;
	 width: 100%;
	 max-width: 350px;
	 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	 border-radius: 0px;
	 border: none;
}
 .btn_belltowerbrick {
	 background-color: #C76C14;
}
 .btn_belltowerbrick:hover {
	 background-color: #9F5610;
}
 .btn_pappyspurple {
	 background-color: #AD1F65;
}
 .btn_pappyspurple:hover {
	 background-color: #8A1951;
}
/* /////////////////////////////////// 
/*/
/* WORKSHOP SCHEDULE TABLE */
/* /////////////////////////////////// 
/*/
 table.workshop {
	 border: 15px solid black;
	 line-height: 1.2;
	 margin-top: 20px;
}
 table.workshop th {
	 background-color: black;
	 color: white;
	 font-size: 30px;
	 text-align: center;
	 padding: 5px 0;
}
 table.workshop td {
	 padding: 6px;
	 font-size: 16px;
	 border-bottom: 1px solid black;
}
 table.workshop td:nth-child(1) {
	 width: 21%;
}
 table.workshop td:nth-child(2) {
	 width: 35%;
	 font-weight: bold;
	 font-size: 17px;
}
 table.workshop td:nth-child(4) {
	 width: 15%;
}
 td.series1 {
	 color: #849E2A;
}
 td.series2 {
	 color: #7CA6C0;
}
 td.series3 {
	 color: #FF9B1A;
}
 td.series4 {
	 color: #FFD100;
}
 .btn-schedule {
	 display: none;
}
 @media screen and (max-width: 465px) {
	 table.workshop {
		 display: none;
	}
	 #schedule-link {
		 display: none;
	}
	 .btn-schedule {
		 padding: 14px 24px;
		 font-size: 22px;
		 background-color: #2EAF9B;
		 border-color: #258C7C;
		 color:white;
		 text-shadow: 2px 2px #258C7C;
		 text-decoration: none;
		 display: block;
		 margin: 0 auto;
		 width: 100%;
		 max-width: 350px;
	}
	 .btn-schedule:hover {
		 color: white;
		 background-color: #258C7C;
		 border-color: #1C695D;
		 text-shadow: 2px 2px #1C695D;
	}
}
/* /////////////////////////////////// 
/*/
/* COACHING & CONSULTATION GUIDE */
/* /////////////////////////////////// 
/*/
 #cc-guide_container {
	 width:80%;
	 margin: 30px auto 0;
	 position: relative;
	 color: black;
}
 .cc-guide {
	 padding: 0;
	 position: relative;
	 margin-bottom: 10px;
	 text-align: center;
}
 .cc-guide h2, .cc-guide p, .cc-guide div {
	 padding: 23px 10px;
	 margin: 0;
}
 .cc-guide h3 {
	 padding: 0;
	 margin: 0 0 20px;
	 font-family: 'united sans reg';
	 margin-bottom: 0;
	 font-size: 16pt;
	 letter-spacing: 0.2pt;
	 color: white !important;
}
 .cc-guide div p {
	 padding: 0em 1em;
	 font-size: 16px;
	 margin-top: 15px;
	 color: #555960;
}
 .cc-guide a {
	 margin-top: 5px;
	 color: black !important;
}
 .cc-guide p, .cc-guide a {
	 font-size: 13pt;
	 line-height: 110%;
	 color: white;
}
 .cc-guide:after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -32.5px;
	 width: 65px;
	 border-top: 20px solid;
	 border-left: 35px solid;
	 border-right: 35px solid;
}
 .cc-guide_lvl1 {
	 font-family: 'united sans reg';
	 letter-spacing: 0.5px;
	 background-color: #cfb991;
	 z-index: 10;
	 text-transform: uppercase;
	 font-size: 28px;
}
 .cc-guide_lvl1:after {
	 border-color: #cfb991 transparent transparent;
}
 .cc-guide_lvl2 {
	 background-color: #555960;
	 z-index: 9;
}
 .cc-guide_lvl2:after {
	 border: none;
}
 .arrow-3:after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 margin-left: -32.5px;
	 width: 65px;
	 border-top: 20px solid;
	 border-left: 35px solid;
	 border-right: 35px solid;
	 border-color: #555960 transparent transparent;
}
 .arrow-3.one:after {
	 left: 16.666%;
	 margin-left: -32.5px;
}
 .arrow-3.two:after {
	 left: 50%;
	 margin-left: -32.5px;
}
 .arrow-3.three:after {
	 left: 83.333%;
	 margin-left: -32.5px;
}
 .cc-guide_lvl3 {
	 background-color: transparent;
	 z-index: 8;
	 display: -webkit-flex;
	 display: flex;
}
 .cc-guide_lvl3:after {
	 border: none;
}
 .cc-guide_lvl3 p {
	 position: relative;
	 width: 30%;
	 flex-grow: 1;
	 -webkit-flex-grow: 1;
	 background-color: #cfb991;
	 display: inline-block;
	 margin-right: 5px;
	 color: white;
}
 .cc-guide_lvl3 p:last-child {
	 margin: 0;
}
 .cc-guide_lvl3 p:after, .cc-guide_lvl3 p:before {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -32.5px;
	 width: 65px;
	 border-top: 20px solid;
	 border-left: 35px solid;
	 border-right: 35px solid;
	 border-color: #cfb991 transparent transparent;
}
 .cc-guide_lvl3 p.arrow-2:before {
	 left: 25%;
	 margin-left: -32.5px;
}
 .cc-guide_lvl3 p.arrow-2:after {
	 left: 75%;
	 margin-left: -32.5px;
}
 .cc-guide_lvl4 {
	 background-color: transparent;
	 z-index: 7;
	 display: -webkit-flex;
	 display: flex;
}
 .cc-guide_lvl4:after {
	 border: none;
}
 .cc-guide_lvl4 p {
	 position: relative;
	 width: 30%;
	 flex-grow: 1;
	 -webkit-flex-grow: 1;
	 background-color: #555960;
	 color: white;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding: 1em;
	 margin-right: 5px;
}
 .cc-guide_lvl4 p:after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -32.5px;
	 width: 65px;
	 border-top: 20px solid;
	 border-left: 35px solid;
	 border-right: 35px solid;
	 border-color: #555960 transparent transparent;
}
 .cc-guide_lvl5 {
	 background-color: transparent;
	 z-index: 6;
	 display: -webkit-flex;
	 display: flex;
}
 .cc-guide_lvl5:after {
	 border: none;
}
 .cc-guide_lvl5 div {
	 position: relative;
	 width: 30%;
	 flex-grow: 1;
	 -webkit-flex-grow: 1;
	 background-color: #cfb991;
	 display: inline-block;
	 margin-right: 5px;
}
/* /////////////////////////////////// 
/*/
/* HEADING BLOCKS */
/* /////////////////////////////////// 
/*/
 [class*="block-heading_"] {
	 width: 100%;
	 padding: 18px 10px 14px;
	 color: white;
	 text-align: center;
	 position: relative;
	 margin-bottom: 25px;
	 text-transform: uppercase;
	 font-weight: bold;
}
 [class*="block-heading_"]:after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -32.5px;
	 width: 65px;
	 border-top: 20px solid;
	 border-left: 35px solid;
	 border-right: 35px solid;
}
 [class*="block-heading_"] * {
	 padding: 0;
	 margin: 0;
}
 .block-heading_coalgray {
	 background-color: #4D4038;
}
 .block-heading_coalgray:after {
	 border-color: #4D4038 transparent transparent;
}
 .block-heading_moondustgray {
	 background-color: #BAA892;
}
 .block-heading_moondustgray:after {
	 border-color: #BAA892 transparent transparent;
}
 .block-heading_evertrueblue {
	 background-color: #5B6870;
}
 .block-heading_evertrueblue:after {
	 border-color: #5B6870 transparent transparent;
}
 .block-heading_slaterskyblue {
	 background-color: #7CA6C0;
}
 .block-heading_slaterskyblue:after {
	 border-color: #7CA6C0 transparent transparent;
}
 .block-heading_ameliaskyblue {
	 background-color: #A3D6D7;
}
 .block-heading_ameliaskyblue:after {
	 border-color: #A3D6D7 transparent transparent;
}
 .block-heading_landgrantgreen {
	 background-color: #085C11;
}
 .block-heading_landgrantgreen:after {
	 border-color: #085C11 transparent transparent;
}
 .block-heading_rossadegreen {
	 background-color: #085C11;
}
 .block-heading_rossadegreen:after {
	 border-color: #085C11 transparent transparent;
}
 .block-heading_celeryboggreen {
	 background-color: #C3BE0B;
}
 .block-heading_celeryboggreen:after {
	 border-color: #C3BE0B transparent transparent;
}
 .block-heading_springfestgreen {
	 background-color: #E9E45B;
}
 .block-heading_springfestgreen:after {
	 border-color: #E9E45B transparent transparent;
}
 .block-heading_oakenbucketbrown {
	 background-color: #6B4536;
}
 .block-heading_oakenbucketbrown:after {
	 border-color: #6B4536 transparent transparent;
}
 .block-heading_belltowerbrick {
	 background-color: #C76C14;
}
 .block-heading_belltowerbrick:after {
	 border-color: #C76C14 transparent transparent;
}
 .block-heading_mackeyorange {
	 background-color: #FF9B1A;
}
 .block-heading_mackeyorange:after {
	 border-color: #FF9B1A transparent transparent;
}
 .block-heading_yellowwalk {
	 background-color: #FFD100;
}
 .block-heading_yellowwalk:after {
	 border-color: #FFD100 transparent transparent;
}
 .block-heading_fountainrunteal {
	 background-color: #2EAF9B;
}
 .block-heading_fountainrunteal:after {
	 border-color: #2EAF9B transparent transparent;
}
 .block-heading_pappyspurple {
	 background-color: #AD1F65;
}
 .block-heading_pappyspurple:after {
	 border-color: #AD1F65 transparent transparent;
}
/* /////////////////////////////////// 
/*/
/* NOTICE BLOCKS */
/* /////////////////////////////////// 
/*/
 .notice {
	 width: 100%;
	 margin:20px 0;
	 padding: 15px;
	 position: relative;
	 color: #4D4038;
}
 .notice span {
	 position: absolute;
	 top: 50%;
	 font-size: 24pt;
	 margin-top: -19px;
}
 .notice p {
	 display: inline-block;
	 font-size: 15pt;
	 line-height: 1.2;
	 margin: 0 0 0 45px;
}
 .notice-yellowwalk {
	 background-color: #FFD100;
}
 