flex@charset "UTF-8";
/* CSS Document */


body {
    background-color: #eee;
}

/*******************/
/* override boostrap headings */
h1, h2, h3, h4 {
    line-height: 1em;
    margin: 0 0 .25em 0;
    text-transform: uppercase;
    font-weight: 200;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;h
}
h3 {
    font-size: 24px;
    padding: 5px 0;
}
h5 {
    margin: 0;
}

/* main content headings */

#content h1, #content h2, #content h3, #content h4 {
    text-transform: none;
    font-weight: normal;
}

/* lower region heading */

#lower h1, #lower h2, #lower h3, #lower h4 {
    text-transform: none;
    font-weight: normal;
}
#lower h1.caps, #lower h2.caps, #lower h3.caps {
    text-transform: uppercase;
    font-weight: 100;
}
#lower h2.media-heading {
    font-size: 22px;
    margin-top: 10px;
    color:#c10037;
}
#lower h3 {
    font-size: 18px;
}

/* lead */

.lead {
font-weight:400;
}
.animated_div2
{
width:60px;
height:40px;
background:#92B901;
color:#ffffff;
position:absolute;
font-weight:bold;
font-size:15px;
padding:10px;
float:left;
margin:5px;
-webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
-webkit-border-radius:5px;
-o-transition-property:width,height,-o-transform,background,font-size,opacity;
-o-transition-duration:1s,1s,1s,1s,1s,1s;
-moz-transition-property:width,height,-o-transform,background,font-size,opacity;
-moz-transition-duration:1s,1s,1s,1s,1s,1s;
transition-property:width,height,transform,background,font-size,opacity;
transition-duration:1s,1s,1s,1s,1s,1s;
border-radius:5px;
opacity:0.4;
}
.animated_div2:hover
{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
opacity:1;
background:#1ec7e6;
width:90px;
height:60px;
font-size:30px;
}
#animated_div
{
width:60px;
height:40px;
background:#92B901;
color:#ffffff;
position:relative;
font-weight:bold;
font-size:20px;
padding:10px;
animation:animated_div 5s 1;
-moz-animation:animated_div 5s 1;
-webkit-animation:animated_div 5s 1;
-o-animation:animated_div 5s 1;
border-radius:5px;
-webkit-border-radius:5px;
-webkit-animation-iteration-count: infinite;
}
@keyframes animated_div
{
0%		{transform: rotate(0deg);left:0px;}
25%		{transform: rotate(20deg);left:0px;}
50%		{transform: rotate(0deg);left:500px;}
55%		{transform: rotate(0deg);left:500px;}
70%		{transform: rotate(0deg);left:500px;background:#1ec7e6;}
100%	{transform: rotate(-360deg);left:0px;}
}

@-webkit-keyframes animated_div
{
0%		{-webkit-transform: rotate(0deg);left:0px;}
25%		{-webkit-transform: rotate(20deg);left:0px;}
50%		{-webkit-transform: rotate(0deg);left:500px;}
55%		{-webkit-transform: rotate(0deg);left:500px;}
70%		{-webkit-transform: rotate(0deg);left:500px;background:#1ec7e6;}
100%	{-webkit-transform: rotate(-360deg);left:0px;}
}

@-moz-keyframes animated_div
{
0%   {-moz-transform: rotate(0deg);left:0px;}
25%  {-moz-transform: rotate(20deg);left:0px;}
50%  {-moz-transform: rotate(0deg);left:500px;}
55%  {-moz-transform: rotate(0deg);left:500px;}
70%  {-moz-transform: rotate(0deg);left:500px;background:#1ec7e6;}
100% {-moz-transform: rotate(-360deg);left:0px;}
}

@-o-keyframes animated_div {
0%   {transform: rotate(0deg);left:0px;}
25%  {transform: rotate(20deg);left:0px;}
50%  {transform: rotate(0deg);left:500px;}
55%  {transform: rotate(0deg);left:500px;}
70%  {transform: rotate(0deg);left:500px;background:#1ec7e6;}
100% {transform: rotate(-360deg);left:0px;}
}

.skillspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/*******************/
/* General Layout */
header, #main, #lower {
    background-color: #fff;
}
header, #lower {
    padding-bottom: 30px;
}
#main {
    padding-top: 30px;
}
#sidebar, #content {
    margin-bottom: 30px;
}

.footer-section {
    margin-bottom: 1em;
    clear: both;
    overflow: auto;
}
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    opacity: .75;
}
#logo {
    margin: 30px 0;
    display: block
}


/* MISC */
img {
    vertical-align: initial;
}
.collist li {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.cherry {
    color: #c10037;
}

.teal {
    color: #008996;
}

.orange {
    color: #f6911e;
}

.green {
    color: #a8bc27;
}

ul.program-list {
list-style: none;
margin-left: 20px;
}

img.partner-logo {
padding: 15px;
display: inline;
vertical-align: middle;
}

/*****************/
/* UNMBar */
#unmbar {
    margin: 0;
}
#unmbar .navbar-inner {
    font-size: .9em;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#unmbar .brand {
    font-size: 13px;
    font-weight: normal;
    text-shadow: #555 0px 1px 0px;
}
#unmbar .brand:hover {
    color: #fff;
}
#unmbar .nav > li > a {
    text-shadow: #555 0px 1px 0px;
}
#unmbar .nav > li > a:hover {
    text-shadow: #fff 0px 1px 0px;
}

/********************************/
/**** UNM Search Form ****/
#unm_search_form {
    margin: 2px 0 0 10px;
}
#unm_search_form .search-query {
    padding: 1px 10px;
    font-size: 12px;
    margin-top: 4px;
    background-color: white;
    border-radius: 10px;
}
#unm_search_form button.btn {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
}
#unm_search_form input {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
#unm_search_form .input-append, #unm_search_form .input-prepend {
    margin: 2px 0 0 0
}

/********************************/
/* skipnav links */
#skipnav {
    position: absolute;
}
ul#skipnav a, ul#skipnav a:hover, ul#skipnav a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #FFF;
}
ul#skipnav:active, ul#skipnav a:active, ul#skipnav a:focus {
    position: static;
    width: auto;
    height: auto;
}


/********************************/
/**** Main Nav ****/

#main-nav-toggle {
    text-align: left;
    display: none;
}
#main-nav .collapse.in {
    height: auto;
}
#main-nav .nav > li > a {
    display: block;
    border-bottom: 2px solid #C10037;
    color: #333;
    font-size: 1.2em;
}
#main-nav ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    top: 95%;
}
#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus {
    text-decoration: none;
    background-color: #FFF;
    border-bottom: 2px solid #333;
    color: inherit;
}
#main-nav .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
#main-nav .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}
#main-nav .flyout {
    position: relative;
}
#main-nav .flyout:after {
    content: '►';
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 0.8em;
    opacity: .8;
}
#main-nav .flyout:hover:after {
    color: #fff;
}
#main-nav .flyout .dropdown-menu {
    left: 100% !important;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -6px;
    width: auto;
}
#main-nav .flyout:hover > .dropdown-menu {
    display: inline;
    visibility: visible;
}
#main-nav .flyout .dropdown-menu:before {
    content: ' ';
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid rgba(0, 0, 0, 0);
    left: -8px;
    top: 8px;
    position: absolute;
}
#main-nav .flyout .dropdown-menu:after {
    content: ' ';
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-left: none;
    border-right: 6px solid #FFF;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    left: -6px;
    top: 9px;
    position: absolute;
}

/* Fix nav going behind slider */

.dropdown-menu {
z-idex: 999;
}

/********************************/
/* Sidebar Menu */
#contextual_nav {
    list-style: none;
    margin: 0 0 30px;
}
#contextual_nav a {
    margin: 5px 0;
}
#contextual_nav a:hover {
    text-decoration: none;
    margin: 5px 0;
}
#contextual_nav > li {
    border-bottom: 1px solid #ccc;
}
#contextual_nav > li > a {
    color: #464646;
    display: block;
    padding: 5px 0;
}
#contextual_nav a.active {
    border-left: 5px solid #C10037;
    padding-left: 5px;
    color: #C10037;
}
#contextual_nav .openMenu > a.active {
    border-left: 5px solid #464646;
    color: #464646;
}
#contextual_nav .submenu ul {
    list-style: none;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 0 0 -1px 10px;
}
#contextual_nav .submenu ul li {
    font-size: .9em;
    border-top: 1px solid #CCC;
    margin-top: 0;
}
#contextual_nav .submenu ul li a {
    color: #666;
    display: block;
    padding: 5px 0 5px 15px;
}
#contextual_nav .submenu ul li a.active {
    padding-left: 10px;
}
#contextual_nav li.submenu > a::before {
    content: '▸ ';
    opacity: .7;
}
#contextual_nav li.openMenu > a::before {
    content: '▾ ';
}

/********************************/
/* Calendar View */
.date {
    text-align: center;
/*    width: 64px; */
    height: 64px;
    border: 1px solid #999;
    background-color: #fff;
    padding: 3px;
    min-width: 7%;
}

.date.pull-left {
    margin-right: 15px;
}
.date.pull-right {
    margin-left: 15px;
}

.month {
    display: block;
    font-size: 1.4em;
    line-height: 1.6em;
    text-transform: uppercase;
}
.day {
    display: block;
    font-size: 2em;
}

/********************/
/* HERO */
#hero {
    background-color: #F4F4F4;
    padding: 20px 0 5px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#hero h1, #hero h2, #hero h3 {
    color: #c10037;
    text-transform: none;
    font-weight: normal;
}

#hero .media-body p {
    color: #000;
}

/********************************/
/*Custom Well Styles*/

.well {
min-height:10px;
padding:8px 10px 0 10px;
margin-bottom: 0px;
}

.well.pull-right {
margin-left: 12px;
}

.well.pull-left {
margin-right: 12px;
}

/* Adjust Well for Mobile */
@media (max-width: 420px) {
 #hero .well {
clear: both;
display: block;
float: none;
    }

/* Hide Only Pulled Wells on Mobile, as well as Hide Breadcrumbs on Mobile */
#hero .well.pull-right, #hero .well.pull-left, ul.breadcrumb {
display: none;
    }
}

/* Hero Well */

#hero .well {
    background-color: #FFF;
    padding: 6px;
    width: 25%;
}
#hero .well.pull-right {
    margin: 0 0 10px 15px;
}

/* feature links in Hero area */
#feature-links {
    font-size: 1.2em;
    line-height: 1em;
    padding: 0;
}
#feature-links a {
    font-weight: bold;
    padding: 6px;
    margin-top: 0;
	margin-bottom: 10px;
	color: #FFFFFF;
	background: rgb(193, 0, 55);
	background: -moz-linear-gradient(90deg, rgb(193, 0, 55) 30%, rgb(215, 97, 130) 70%);
	background: -webkit-linear-gradient(90deg, rgb(193, 0, 55) 30%, rgb(215, 97, 130) 70%);
	background: -o-linear-gradient(90deg, rgb(193, 0, 55) 30%, rgb(215, 97, 130) 70%);
	background: -ms-linear-gradient(90deg, rgb(193, 0, 55) 30%, rgb(215, 97, 130) 70%);
	background: linear-gradient(0deg, rgb(193, 0, 55) 30%, rgb(215, 97, 130) 70%);
	border-style: solid;
	border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.75);
	-webkit-border-radius: 5.27027027027027px;
	-moz-border-radius: 5.27027027027027px;
	border-radius: 5.27027027027027px;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.34);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.34);
}
#feature-links .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
}
footer {
    border-top: 1px solid #CCC;
    background: #EEE;
    padding: 2em 0;
    font-size: .8em;
}


 @media (max-width: 959px) {
    #unmbar .brand {
        float: none;
        margin-left: 10px;
    }
    #unm_search_form {
        float: none;
    }
    
    /* fix drop menu in main nav*/  
    #main-nav .nav-collapse.collapse {
        height: auto;
        overflow: visible;
    }
    #main-nav .nav-collapse .nav>li>a, #main-nav .nav-collapse .dropdown-menu a {
        padding: 3px 20px;
        font-weight: normal;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #main-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        float: left;
        max-width: auto;
        margin: 2px 0 0;
        padding: 5px 0;
        background-color: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: none;
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }               
}
 @media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* adapt main nav to smaller screen */
    #main-nav-toggle {
        display: block;
    }
    #main-nav.in .nav-collapse.collapse {
        height: auto;
        overflow: hidden;
    }
    #main-nav .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }
    #main-nav .nav > li > a {
        font-size: 1.5em;
        padding: 10px 0;
    }   
    /* sidebar nav */
    #sidebar-nav.nav-collapse, #sidebar-nav.nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
    a.btn-sitenav {
        display: block;
        text-align: left;
    }
    #sidebar-nav h2 {
        display: none;
    }
    
    /* layout tweak for smaller screen */
    header,  #lower, footer {
        padding: 20px;
    }
    #main { padding:20px;}
    
    /* hero and flex slider for smaller screen */
    #hero {
        padding: 20px 20px 5px 20px;
    }
    #hero .flexslider {
        margin: 0 -20px 1em -20px;
        border-bottom: 1px solid #C0C0C0;
        overflow: auto;
        height: auto;
        padding: 10px 0;
    }
    #hero .flexslider .flex-caption {
        padding: 0 20px;
    }
    
    /* unm bar and UNM search tweaks */
    #unmbar .brand {
        float: none;
        margin-left: 10px;
    }
    #unm_search_form {
        float: none;
    }
    #unm_search_form .search-query {
        border-radius: 15px;
        width: 90%;
    }
    #unm_search_form input {
        width: 95%;
        height: 30px;
    }
    #unm_search_form button.btn {
        height: 30px;
    }

    /* footer */
    footer .collist li {
        float: none;
    }
                 
}
 @media (min-width: 767px) {
     
    /* sidebar nav collapse */ 
    #sidebar-nav.collapse {
        height: auto !important;
        overflow: hidden !important;
    }
    a.btn-sitenav {
        display: none
    }
}


/****************************
 * jQuery FlexSlider v2.0
 */

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
	
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li, .flexslider .slides > .slide {
    display: none;
    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider UNM Theme
*********************************/
.flexslider {
    margin: 0;
    background: transparent;
    border: 0 solid #fff;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slide {
    position: relative;
}
.carousel li {
    margin-right: 5px
}
/*Caption */

/* IE rgba() hack */
.flex-caption {
    background: none;
    margin-top: 20px;
    zoom: 1;
}
.flex-caption {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
/* .flex-caption h2 {
    margin-bottom: .5em;
}
*/
.flex-caption h2 a {
    color: #c10037;
    text-decoration: none;
}
/* Direction Nav */
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(http://webcore.unm.edu/v1/javascript/flexslider/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 140px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
	
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0;
	display:block !important;opacity:2 !important}

.flex-direction-nav .flex-prev {
    left: 0;
	display:block !important;opacity:2 !important}

.flexslider:hover .flex-next {
    opacity: .75;
    right: 5px;
}
.flexslider:hover .flex-prev {
    opacity: .75;
    left: 5px;
}
.flex-direction-nav .disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
/* Control Nav */
.flex-control-nav {
    width: auto;
    text-align: center;
    padding: 5px 5px 0 5px;
    margin: -5px 0 0 0;
    float: right;
	
}
.flex-control-nav li {
    margin: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 40px;
    height: 5px;
    display: block;
    background: #ccc;
    color: #333;
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a:hover {
    background: #ccc;
}
.flex-control-paging li a.flex-active {
    background: #c10037;
    color: #fff;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .active {
    opacity: 1;
    cursor: default;
}
.flex-pauseplay {
    position: absolute;
    bottom: -20px;
}
.flex-pause {
    background: transparent url(http://webcore.unm.edu/v1/javascript/flexslider/images/pause-play.png) no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
.flex-play {
    background: transparent url(http://webcore.unm.edu/v1/javascript/flexslider/images/pause-play.png) 0 -16px no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/*** FlexSlide Custom ***/

#hero .flex-caption h3 {
    color: #666666;
    line-height: 26px;
    margin-top: 0;
    padding: 0;
}

#hero .flex-caption a.button {
    margin-top: 10px;
}

/********************************/
/*Flickr Feed in Footer*/
#flickr_badge_wrapper .flickr_badge_image img {
    float: left;
    height: 58px;
    margin: 0 14px 14px 0;
    width: 58px;
}
#flickr_badge_wrapper a.flickr_link {
    display: inline-block;
    float: left;
}

/*** Custom Styles ***/

/* Event Pages */

img.event-img {
    display: block;
    margin-bottom: 15px;
}

h3.well-head {
    color: #008996;
    font-size: 32px;
    margin-top: 0;
    padding: 0;
}

h4.well-subhead {
    font-size: 26px;
    margin-top: 7px;
}

.border-top {
    border-top: solid 2px #eee;
    padding-top: 15px;
}

.border-right {
    border-right: solid 2px #eee;
    padding-right: 15px;
}

.border-bottom {
    border-bottom: solid 2px #eee;
    padding-bottom: 15px;
}

.border-left {
    border-left: solid 2px #eee;
    padding-left: 15px;
}

ul.materials-list {
list-style: none;
}

ul.materials-list li {
padding: 5px;
border-bottom: solid 1px #e7e7e7;
}

/* Class Display Styles */

.faq-q {
color: #d31145;
float: left;
font-size: 28px;
padding: 3px 5px 0 0;
}

.faq-a {
color: #d31145;
float: left;
font-size: 28px;
padding: 0 5px 30px 0;
}

h3.ui-accordion-header, h4.ui-accordion-header { 
font-size: 20px; 
}

h5.c-type {
background-color: #e3e3e3;
border-bottom: 1px dotted #D31145;
color: #666666;
font-size: 18px;
font-weight: normal;
margin: 0px 0px 10px;
padding: 10px 20px;
}

h6.class-option {
background-color: #f9f9f9;
border: dotted 1px #666666;
color: #666666;
font-size: 16px;
font-weight: normal;
margin: 0 0 20px 25px;
padding: 10px 20px;
}

.table p {
font-size: 1em;
line-height: 22px;
text-align:justify;
}

.ui-accordion-header, th.header {
cursor: pointer;
}

.accClass h5.ui-state-active {
background-color: #d5d5d5;
}

.ui-state-highlight p {
padding-left: 15px;
}

.ui-state-highlight p i {
padding-left: 0;
}

table.table {
font-size: 1.1em;
}

table.class-table p a { 
color: #0000ff; 
}

.accordion table th {
font-size: 16px;
font-weight: bold; 
background-repeat: no-repeat;
}

.class-table, .cert-table {
padding: 10px 5px 5px 10px;
border-collapse:collapse;
text-align: left; 
width: 100%;
}

.class-table tbody, .cert-table tbody {
background-color: #f7f7f7;
}

.class-table tr, .cert-table tr { 
border-bottom: solid 1px #b3b2b6; 
width: 100%;
}

.cert-table th {
padding: 10px 5px 5px 10px;   
}

th.header {
color: #666666;
}

th.header:first-of-type {
padding-left: 20px;
}

td.class-name { 
width: 70%;
}

td.class-date { 
padding: 0 5px;
width: 15%;
border-left: none;
vertical-align: text-top;
}

td.class-price { 
padding: 0 5px;
width: 15%;
border-left: none;
vertical-align: text-top;
}

.ui-accordion-header .badge {
background-color: #b3b2b6;
float: right;
margin: 3px 20px;
}

/* Early Bird Discount */

td.class-name-ebd { 
width: 55%; 
}

td.class-date-ebd {
padding: 0 5px;
width: 15%;
border: none;
vertical-align: text-top;
}

td.class-date-ebd .accClass {
margin: 10px 0 0 15px;
}

td.class-price-ebd { 
padding: 0 5px;
width: 15%;
border: none;
vertical-align: text-top;
}

td.class-price-ebd .accClass {
margin: 10px 0 0 15px;
}

.clear {
clear: both;
}

.accClass p a:link, .accClass p a:visited {
color: #c10037;
}

p.no-class-message {
margin: 5px 20px;
}

p.no-class-message i {
color: #d31145;
margin-top: 0;
}

ul.nav-tabs li a {
font-size: 16px;
}

/*** Class Layout Styles ***/

.ui-widget-content {
background-image: none;
border-color: #717073;
}

p.ui-widget-content {
background-image: none;
border: none;
}

.course-section {
background-color: #ffffff;
border: solid 2px #e7e7e7;
padding: 3px 5px;
}

.course-schedule {
display: block;
margin: 10px 5px 0 0;
}

.section-info {
border-left: solid 2px #e7e7e7;
height: auto;
padding-left: 15px;
display: block;
}

.register-phone {
border-top: solid 1px #e7e7e7;
padding: 5px 0;
}

.register-phone i {
margin-top: 1px;
}

/* Remove border from class name */
h5.ui-state-default, .ui-widget-content h5.ui-state-default, .ui-widget-header h5.ui-state-default {
background: none;
border: none;
}

.ui-widget-content h5.ui-state-active {
border-bottom: solid 1px #d31145;
color: #d31145;
}

/* Table Sorting */

table.tablesorter {
clear: both;
}

.tablesorter thead {
border: solid 1px #b3b2b6;
}

.tablesorter th.header { 
background: url(images/small.gif) no-repeat left center;  
padding: 5px 5px 5px 20px;   
}

th.header.headerSortUp { 
background: url(images/small_asc.gif) no-repeat left center #ffffff; 
border-bottom: solid 2px #970023;
}

th.header.headerSortDown { 
background: url(images/small_desc.gif) no-repeat left center; 
background-color: #ffffff;
border-bottom: solid 2px #d31145;
}

/*** Date & Cost ***/

td.class-date, td.class-price {
padding: 18px 0 0 6px;
}

/*** Cert Tables ***/

.certificate-info {
margin-bottom: 40px;
}

.certificate-info p {
font-size: 15px;
}

table.multiple-choice {
border-bottom: solid 1px #b3b2b6; 
}

table.multiple-choice tr {
border: none;
}

tr.or {
border: none;
}

tr.or td {
color: #b3b2b6;
padding-left: 33px;
}

/* C-Type: Required, Electives, Etc. */

h5.c-type i {
padding-right: 6px;
}

p.c-alt {
margin-top: 10px;
}

/* External Link Icon */
i.ext-link-content {
color: #666666;
font-size: 10px;
margin-top: 3px;
}

/* Remodel JQUI */

.ui-accordion .ui-accordion-content {
padding: 1.2em;
}

.ui-tabs .ui-tabs-nav {
border-bottom: 1px solid rgb(221, 221, 221);
width: 100%;
}

.ui-accordion .ui-accordion-header {
padding: 0.7em 0.5em 0.7em 2em;
border-color: #b3b2b6;
}

.ui-accordion .ui-accordion-header-active {
border-color: #d31145;
}

.ui-tooltip {
z-index: 9999;
position: absolute;
}

/* Button Styles */

@media (max-width: 836px) {
    .reg-btn {
        width: 100%;
    }
}

.reg-btn, .red-btn {
color: #666;
font-size: 1.1em;
letter-spacing: .0625em; /* 0.0625 = 1px */
line-height: normal;
margin-top: 15px;
text-align: left;
}

.reg-btn .ui-button-text:hover {
color: #d31145;
}

.red-btn .ui-button-text:hover {
background-color: #bc183e;
color: #ffffff;
}

.red-btn {
border: solid 1px #d31145;
}

.red-btn a.button:hover {
color: #d31145;
}

.button i, .btn i {
font-size: 1.1em;
margin-top: 6px;
padding-right: 10px;
vertical-align: middle;
}

/* DOWNLOAD ICONS */

/* PDF document links */
a[href$='.pdf'], .pdf-icon a[href$='.pdf'] {
background:transparent url(../images/icons/pdf-icon.png) center left no-repeat;
padding-left: 24px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(../images/icons/doc.png) center left no-repeat;
padding-left: 24px;
}

/* Image Alterations */
img.pull-left {
margin-right: 15px;
}

img.pull-right {
margin-left: 15px;
}

img.catalog-cover {
border: solid 1px #e4e4e4;
padding: 3px;
}

img.unm-tr-logo {
    padding: 10px 0 0 2px;
}

img.hero-logo {
padding: 10px;
background: #ffffff;
border: solid 2px #e7e7e7;
}

/* Contacts */
ul.contact {
list-style: none;
margin: 0;
}

ul.contact li i {
padding-right: 10px;
}

/* Icons */
h3 i {
color: #d31145;
padding: 5px 6px 0 0;
}

i.icon-angle-right {
margin-top: 3px;
}

i.fix {
float: left;
margin-top: 3px;
padding-right: 6px;
}

h3 .fix {
padding-right: 15px;
}

i.info-title {
margin-top: 3px;
color: #fff;
}

/* Facebook Badges */

.fb-badge img {
width: 130px;
}

/* Adjust AddThis for Smaller Screens */
@media (max-width: 836px) {
 .addthis_toolbox {
margin: 20px auto;
     }
 }
 
.big-number {
font-size: 9em; 
font-weight: 400;
line-height: .6em; 
padding-right: 10px;
}

 .teal, #hero h2.teal, #hero h3.teal  {
color: #008a97;
}

#hero h3.teal-header {
color: #008a97;
font-weight: 400;
margin-left: 50px;
}

/* Blog Feed */
#rss-feeds ul {
list-style: none;
margin: 0;
}

#rss-feeds ul li {
padding: 3px 0 3px 0;
}

#rss-feeds ul li p {
margin-top: -5px;
}

#rss-feeds h3 {
font-size: 17.5px;
}

.blog-date {
background-color: #f4f4f4;
border: solid 1px #b4b4b4;
font-size: 14px;
font-weight: normal;
line-height: 15px;
margin-right: 7px;
padding: 2px 7px;
text-align: center;
}

a .blog-date {
color: #666666;
}

a .blog-date:hover {
color: #d31145;
}

.blog-title {
display: block;
}

p.blog-text {
clear: both;
}

p.blog-link {
margin: 5px 0 0 0;
}

p.blog-link a:hover {
color: #00535b;
}

/* @group LoboAlert */
#unm_alert {
padding: 15px 100px;
background: #c10037 url(http://webcore.unm.edu/v1/images/message_icons/alert.png)
60px 10px no-repeat;
font-size: 1.25em;
font-weight: bold;
color: #fff;
margin: 0;
}
#unm_alert h1 {
color:#fff;
margin-bottom:.25em;
font-size:1.5em;
}
#unm_alert a {
color: #fff;
}
#unm_alert p {
margin: 0;
}

/* Footer */
ul.social-icons {
margin: 16px 0 0 0;
}

ul.social-icons li {
display: inline;
list-style: none;
}

ul.social-icons li i {
font-size: 32px;
line-height: 36px;
}

ul.social-icons li a:hover {
text-decoration: none;
}

.social-icons i.icon-facebook-sign {
color: #3b5998;
}

.social-icons i.icon-twitter-sign {
color: #00aced;
}

.social-icons i.icon-linkedin-sign {
color: #007bb6;
}

.social-icons i.icon-flickr {
color: #ff0084;
}

.social-icons i.icon-instagram {
color: #517fa4;
}

.social-icons i.icon-youtube-sign {
color: #bb0000;
}

.social-icons i.icon-rss-sign {
color: #f4801f;
}

.social-icons i:hover {
zoom: 1;
filter: alpha(opacity=75);
opacity: 0.75;
}

.add-on i.icon-envelope {
color: #008996;
}

.newsletter-submit {
float: right;
margin-top: 1px;
}

footer hr {
border-color: #e4e4e4;
}

/* Footer Mobile Views */
@media (max-width: 836px) {
    .newsletter-footer, .social-icons {
    width: 55%; 
    }
}
    
@media (max-width: 636px) {
    .newsletter-footer, .social-icons {
    text-align: center;
    }
    .newsletter-submit {
    float: none;
    }
}

/* Weather Widget */
#wxWrap {
    width: 75%;
    background: #EEE; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
    border: solid 1px #666;
    padding: 2px 13px 2px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#wxIntro {
    display: inline-block;
    font: 14px/20px Arial,Verdana,sans-serif;
    color: #666;
    vertical-align: top;
    padding-top: 9px;
}
#wxIcon {
    display: inline-block;
    width: 61px;
    height: 34px;
    margin: 2px 0 -1px 1px;
    overflow: hidden;
    background: url('http://l.yimg.com/a/lib/ywc/img/wicons.png') no-repeat 61px 0;
}
#wxIcon2 {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 1px 6px 0 8px;
    overflow: hidden;
}
#wxTemp {
    display: inline-block;
    font: 16px/28px Arial,Verdana,sans-serif;
    color: #333;
    vertical-align: top;
    padding-top: 5px;
    margin-left: 0;
}

/* Add to Calendar */

.add-to-cal {
    margin: 10px 0;
}

.addthisevent-drop {
    background-color: #fff;
}

/* Remove Titles and url's after links on Print */

@media print {
  a[href]:after {
    content: none;
  }
  footer, img, hr, #main-nav, #sidebar-nav, .addthis_toolbox, .addthis-smartlayers, .fb-box, .breadcrumb {
    display: none;
  }
  div {
     border: none;
     clear:both;
     width: 100%;
  }
  
  /* MISCELLANEOUS  */
  
  div.background {
    width: 860px;
    height: 738px;
    background: url(../assets/images/page/coursera-log-in.jpg);}

div.transbox {
    width: 620px;
    height: 240px;
    margin: 120px 30px 30px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.75;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    margin: 30px 40px;
    font-weight: normal;
    color: #000000;
}
}

#mooc-features a.accordion-toggle.collapsed:after {
padding-left: 10px;
content: "\F152";
font-family: fontawesome;
font-size: .75em;
text-decoration:none;
}   

#mooc-features a.accordion-toggle:after {
padding-left: 10px;
content: "\F150";
font-family: fontawesome;
font-size: .75em;
text-decoration:none;
} 
