/* This is the image for the video section, it is only seen on mobile, or legacy browsers */
.l-microsite .udWay {
	background: url('/_resources/images/microsite-bottom hero.jpg');
	background-size: cover;
}
/* This is the image for the join section. Use a png if background color is meant to show */
.l-microsite .join {
	 background: url('/_resources/images/tiles/stripe1.png');
}

/* Primary Color */
.l-microsite .join,
.btn.solid.dark {
	background-color: #0F3A71;
}
.l-microsite .twoColumns section h2,
.m-micrositeThreeColumn nav h3 {
	color: #0F3A71;
}
/* Primary Color Hover */
.btn.solid.dark:hover {
	background-color: #3F3E4E;
}
/* Primary Color as mask for image in hero, use rgba */
.colorMask {
	background-color: rgba(14, 59, 114, 0.4)
}

/* Secondary Color */
.m-micrositeHero .micrositeHeading h1:after { /* border under the microsite heading (school name) */
	background-color: #D32B11;
}
.twoColumns section h2 i, .owl-theme .owl-controls .owl-page.active span {
	background-color: #D32B11;
}
#l-content .l-main .m-callout {
	background-color: #D32B11;
}
#l-content .m-inlineImage img {
	border-bottom: 5px solid #D32B11;
}
.threeColumns.blue h2 i {
	background: #D32B11;
}
.threeColumns.blue article img {
	border-bottom: 5px solid #D32B11;
}
#l-content .m-searchResults article a {
	color: #D32B11;
}
#l-content .l-main blockquote {
	border-top: 5px solid #D32B11;
}
.silk-toggle-content:after, #l-content .silk-accordion__header h1 a:after, #l-content .silk-accordion__header h2 a:after, #l-content .silk-accordion__header h3 a:after, #l-content .silk-accordion__header h4 a:after, #l-content .silk-accordion__header h5 a:after, #l-content .silk-accordion__header h6 a:after, .silk-tabs__header a:after {
	color: #D32B11;
}
.m-searchForm button {
	background: #D32B11;
}
.owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #D32B11;
}
.twoColumns section article img,
.threeColumns.green article img {
	border-bottom: 5px solid #D32B11;
}
.twoColumns section article h3 a, .twoColumns section article h4 a {
	color: #D32B11;
}
#l-content .m-searchResults .pager a {
	color: #D32B11;
}
#l-content .m-searchResults .pager .prev {
	border-right: 12.5px solid #D32B11;
}
#l-content .m-searchResults .pager .next {
	border-left: 12.5px solid #D32B11;
}
.threeColumns.green article h3,
.threeColumns.green a {
	color: #D32B11;
}

.threeColumns.green h2 i {
	background: #D32B11;
}
body .m-interiorSlider .owl-controls .owl-pagination {
	background-color: #D32B11;
}
body .m-interiorSlider article .interiorSliderText {
	background-color: rgba(255,168,0,0.8); /* undergrad */
	background-color: rgba(211,43,17,0.8); /* braniff */
}
body .m-interiorSlider article .interiorSliderText .btn:hover {
	background: #941F0D;
}

/* Tertiary Color */
.m-video .btn.solid:hover,
.l-offsetRight .btn.solid:hover {
	background-color: #0086C1;
}
.m-video .btn.solid, .l-offsetRight .btn.solid {
	background-color: #0086C1; /* "find your program" button under microsite large hero */
}
.l-microsite .l-offsetRight { /* border under microsite large hero */
	border-top: 5px solid #0086C1;
}
#l-content .l-sidebarRight section.blue,
#l-content .l-sidebarRight section.green {
	border-top: 7px solid #0086C1;
}
#l-content .l-sidebarRight section.blue h1, #l-content .l-sidebarRight section.blue h2, #l-content .l-sidebarRight section.blue h3, #l-content .l-sidebarRight section.blue h4, #l-content .l-sidebarRight section.blue h5, #l-content .l-sidebarRight section.blue h6,
#l-content .l-sidebarRight section .mobileDrop article a {
	color: #0086C1;
}
#l-content .l-sidebarRight section.green h1, #l-content .l-sidebarRight section.green h2, #l-content .l-sidebarRight section.green h3, #l-content .l-sidebarRight section.green h4, #l-content .l-sidebarRight section.green h5, #l-content .l-sidebarRight section.green h6 {
	color: #0086C1;
}
#l-content .l-sidebarRight section.blue h1 i, #l-content .l-sidebarRight section.blue h2 i, #l-content .l-sidebarRight section.blue h3 i, #l-content .l-sidebarRight section.blue h4 i, #l-content .l-sidebarRight section.blue h5 i, #l-content .l-sidebarRight section.blue h6 i {
	background: #0086C1;
}
#l-content .l-sidebarRight section.green h1 i, #l-content .l-sidebarRight section.green h2 i, #l-content .l-sidebarRight section.green h3 i, #l-content .l-sidebarRight section.green h4 i, #l-content .l-sidebarRight section.green h5 i, #l-content .l-sidebarRight section.green h6 i {
	background: #0086C1;
}
ul.icons li a i {
	background: #0086C1;
}
.m-searchForm button {
	background: #D32B11;
}
.m-searchForm button:hover {
	background: #941F0D;
}

/* Tertiary Color Hover*/
.twoColumns section article h3 a:hover,
.twoColumns section article h4 a:hover {
	color: #505A03;
}
