﻿@import url("/sites/carroll/resources/styles/forms-min.css");

/* Typekit font control styles to avoid FOUT */
.wf-loading {
visibility: hidden;
}
 
.wf-active, .wf-inactive {
visibility: visible;
}

/* pagetitle style added at the top of the maincontent area in the Details template.
   hidden for now.
========================================== */
.hdg_pagetitle {
    font-size: 42px;
    display:none;
}

/*New style replacing hardcoded padding of 12px in EmbedHTML widget. Widget code was edited.*/
.embedHTMLwidgetwrapper {
    padding:1px;
}

/* slightly bolder content headings, accordion drawer, article headings */
.userContent h1, .userContent h2, .userContent h3, .userContent h4, .userContent h5, h3.drawer-hd, .cccarticle h2 {
    font-weight: 500;
}

/* no top margin on the first header within a standard content block. better visual alignment with sidebar contents */
.userContent h1:first-child, .userContent h2:first-child, .userContent h3:first-child, .userContent h4:first-child, .userContent h5:first-child{
    margin-top:0px;
}

.hdg_3, .hdg_4 {
	font-weight: 500;
}
.promo-hd .mix-hdg_white:first-line {
    color: #ffffff;
}
.promo-hd .mix-hdg_white {
	text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
	font-size: 32px;
    letter-spacing: -1px;
    line-height: 80%;
}
.promo-hd_solo{
	border: 3px solid #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.promo-hd_solo:Hover, .cccarticle .media-img img:hover{
    box-shadow: 0 0 5px blue;
}

.ovr_bulletedlist {
    list-style:disc;
}

.ovr_leftindent {
    margin-left: 1.5em
}
.ovr_leftindentmed {
    margin-left: 3em
}
.ovr_leftindentbig {
    margin-left: 4.5em
}

.pseudo_article {
    margin-left: .5em;
}

.cccarticle strong, .cccarticle b {
    font-weight:bold;
}


/*media screen, projection*/
.userContent h1, .userContent h2, .userContent h3, .userContent h4, .userContent h5, .userContent h6 {
    margin-top: 15px;
    margin-bottom: 5px;
}


.drawer-hd {
    text-decoration: none;
}

/* override visionpoint's lede styling of first-paragraph css rule. doesn't always give desired results. */
.userContent p:first-of-type {
  font-size: inherit;
}

/* tighten spacing in area of study lists */
.arealisting p {
    margin-bottom: 0px;
}


/* refine the display links within of the article widget. added new cccarticle class to widget code to support these*/

.cccarticle a {
    text-decoration: none;

}
.cccarticle a:hover h2 {
    text-decoration: underline;
}

/* constrain the size of article images to a standard width */
.cccarticle .img {
    max-width: 160px;

}

/* center images within the widget */
.cccarticle .media-img {
    text-align:center;
}


.nobullets ul {
    list-style:none !important;
}

.noindent li {
    margin-left: 0;

}

/* more visibly tab-like tabs at the request of WSC, AB */
.tab-bd {
    padding-top: 10px;
    border-top: 1px solid #1d58a9;

}

.tab-hd {
  border-radius: 8px 8px 0 0;
  color: #333;
  font-family: "myriad-pro-condensed","myriad-pro",serif;
  background-color: rgb(224, 224, 224);
  margin: 0 0 0px 2px;
  /*border-bottom: 2px solid white;*/
  margin-top: 4px;
}

.tab-hd {
    text-decoration:none;
    /*border-bottom: 1px solid #1d58a9;*/
}
.isActive > .tab-hd {
    background-color: #1d58a9;
    color: #FFF;
    text-decoration:none;
}

/* overrides Chrome's buggy light-blue selection border after a click */
    .tab-hd:focus {outline:0 !important;}

/* override new tab styles for socialmedia tabs on home page */
.tab-hd_sharp {
    margin: 0px;
    margin-bottom: 4px;
    width: 25%;
    border-bottom: none;
    background: white;
    border-radius: 0px 0px 0 0;
}
.ui-tabs-active > a.tab-hd_sharp {
    margin: 0px;
    margin-bottom: 4px;
    width: 25%;
    background: white;
    border-bottom: 4px solid #1d58a9;
}


/* modified side menu styles */
.sideLink {
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}
.theme .sideLink {
    color: #333
}
.sideLink:hover {
    color: #ffffff;

    background-color: #333;
    text-decoration: underline
}

.sideLink_sub,
.sideLink_subSm {
    margin-bottom: 0;
    background: none;
    border: 0
}
.sideLink_sub,
.sideLink_subSm,
.theme .sideLink_sub,
.theme .sideLink_subSm {
    color: #ffffff
}
.sideLink_sub:hover,
.sideLink_subSm:hover {
       color: #ffffff;

}
.sideLink_subSm {
    /*padding: 2px 25px;*/
    padding: 2px 25px;
    font-size: 12px
}
.sideLink_subSm:before {
    position: absolute;
    top: 0;
    left: 14px;
    font-size: 17px;
    font-weight: 100;
    line-height: 1;
    content: '\203A'
}

.sideLink_subSm.sideLink_ccc_tier3:before {
    content: '\00BB'
}
.mix-sideLink_last {
    margin-bottom: 4px
}


/* currently active submenu item - here bg color a darker blue - place last to override submenu heading styling if desired*/
.sideLink_subSm.isActive {
    font-weight: bold;
    color:#ffffff;
background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(37,67,102,0.8) 47%, rgba(37,67,102,0.8) 100%);
background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0,rgba(37,67,102,0.8) 47%, rgba(37,67,102,0.8) 100%);
background-image: linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(37,67,102,0.8) 47%, rgba(37,67,102,0.8) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}

/* heading of currently open submenu - here same bg color as hover styling*/
.sideLink_sub,.theme .sideLink_sub{
    font-weight: bold;

    background-color: #333;
   
}

.sideLink_ccc_tier3 {

}

ul.sideLink_ccc_tier3 {
    padding-left: 6px;
}

/* inelegant patch to fix blue default background color showing around deep menus on themed pages */
.theme_credit .area .area_sideSub {
    background-color: #007e80;
}

/* inelegant patch to fix blue default background color showing around deep menus on themed pages */
.theme_non .area .area_sideSub {
    background-color: #5c3f80;
}

/*#page-content > div.area.area_title > div > div > div.title-crumbs > ul > li:last-child > a {
    color:yellow;

}*/

div.title-crumbs > ul > li:last-child > a {
    text-decoration:none;
    font-weight:normal;   
}

div.title-crumbs > ul > li:only-child > a {
    text-decoration:underline;
    font-weight:normal;   
}


section.majorRelated h2 {
    color: white;
  font-weight: bold;
  background-color: #333;
   padding: 5px 10px 5px 10px;
}

section.majorRelated a {
    padding-bottom: 5px;
}


.majorRelated {
  background-color: inherit;
  
  margin-top: 1.5em;
  padding: 0px;
}


/* styles for career development landing page */
#careergoals h3{
    margin-left: 20px;
}

#careergoals h3::first-letter{
    display: block;
    color: maroon; /*replace with a real college color*/
    font-weight: bolder;
    font-family: "myriad-pro";

}

/*new div text chunk styles for MajorPathway - Details.xslt pages*/


.pwsummary {
    font-size:120%;
    margin-bottom: 1.5em;
    
}
/* hiding BR tags as a hacky workaround for a bug in the CMS-Aloha that adds extra BRs to the bottom of each rich text field */
.pwsummary br { display:none; }

.pwdescription {
}

.pwdescription br { display:none; }

.pwoverview {
}
.pwoverview br { display:none; }

.requirements {
}

.requirements br { display:none; }

.pwemployment {
}

/*New style. Remove box-shadow from images on Pathway pages*/
.pwimage {
    box-shadow: none;
}



div.coursedetailtitle {
font-weight:inherit;
font-size:15px;
line-height:inherit;
}

div.inpageContact {
padding-top: 10px;
}

.inpageContact .contact {
    margin-top:5px;
}

    .inpageContact .bordered {
        padding:0px 0 10px 0;
    }


.columnize3 {
    -webkit-columns: 3 200px;
       -moz-columns: 3 200px;
            columns: 3 200px;
    -moz-column-fill: balance;
         column-fill: balance;
   
}

.columnize-ruled {  
    -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;

}

.columnize-split {  
    -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;

}

.topspacer{
    margin-top: 2em;
    
}

.dirsearchpanel {
        padding:1em;
        background-color:rgb(224, 224, 224);
        margin-bottom: 2em;
}

.contentmetaimage {

}

/*tweak appearance of Promo Widgets without images - plain, straight text block*/
.promo-hd_solo {
    left:0px;
    transform:rotate(0deg);
}

/*wrapper for content used inside Blank pagebuilder template*/
.blankBox {
    margin:20px;
}


/*bolder buttons*/
.btn-txt {
    font-weight:500;
}


/*styles for library search widgets - iframe based, or text styled as buttons*/
.ccc_libwidgetwrapper {
 
 text-align:center;
 
}

.ccc_libwidget {
       
}
/*center buttons if they're being used as library widgets*/
.ccc_libwidget .btn-txt {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/*beautify iframes with same shadows used on images. content-box sizing prevents border impinging on iframe content*/
.ccc_libwidgetwrapper iframe {
    box-sizing:content-box;
     margin:10px; 
       border: 3px solid #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

/*.hdg_title {
    font-size: 55px;
}*/

.prDetail .media-img{
    margin:0px;
}

.prDetail figure {
 display:table;
 border:1px solid silver;
 
margin: 10px auto;
max-width:75%;
padding: 10px;


}

.ccc_prphoto img {
        max-width:300px;

}

.ccc_prphoto > img {


    border: 0px solid black;
}

.ccc_prphoto > figcaption {

    font-style:italic;

}


.ccc_prContent {
    margin-bottom:1em;
}

.ccc_jobfooter {
    text-align:center;
    font-style:italic;
}

h2 > a {

    text-decoration: none;
}


/*a, .userContent a {
    color: inherit;
}*/

/*.userContent a:link {
    color: #01609a;
}*/

.userContent a:link {
    text-decoration:underline;
}

.userContent a:link:hover {
    text-decoration:underline;
}

.cccfeaturearea p
    {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

}

.img {
       -ms-interpolation-mode: bicubic;
}

h3.date {
    width:75px
}

/*.courselist_courseheaderarea {
    width:100%;
    padding-bottom:1em;
}*/

.courselist_courseheaderarea h3 {
    margin-top:5px;
        
        
}


.courselist_titlelinkhead {

}
.courselist_coursenamehead {
/*font-weight: lighter;*/

}

.courselist_otherdetailarea {
    background-color:whitesmoke;
    color:dimgray;
    font-size:smaller
}


.courselist_subjects {

}

.courselist_departments {
    display: none;
}

.courselist_coursenumber {
    font-weight: bold;
}


#askusnow {
margin:0 auto;
    text-align:center;
    border:2px dotted orange;
    border-radius:30px;

    padding:8px;
    width:220px;
}

#libnavrow  td{

       }

.ccc_calendarlist {

}

.ccc_tinylist ul{
 list-style:hanging  ;
     font-size:small;
}

.ccc_tinylist li {
margin: 0 0 8px 15px;
}

.ccc_tinylist li:before {

    }

/* Override default box-shadow border on images used in Feature and Promo widgets */
.noboxshadow img{
    box-shadow: none;
}

.promowithtext{
    border:1px solid black

}

.promowithtext .txt {
    margin: 5px;

}


/* optional supplementary wrapper div styling for 25Live spuds, generally wider margins */
.embed-25live div{
 margin: 4px;
}

.agenda-table td { 
vertical-align:top;
}

.agenda-table h2, .agenda-location h2 { 
font-size:20px;
font-weight:bold;
}

.agenda-table h3 ,.agenda-description h2  { 
font-size:20px;
color: #394885;
font-weight:bold;
}

.agenda-table td.agenda-time { 
width: 20%

}

.agenda-table td.agenda-description { 
width: 80%

}

h2.agenda-location  { 
font-size:25px;
font-weight:bold;
}

h2.agenda-description  { 
font-size:25px;
color: #394885;
font-weight:bold;
}


#program_inquiry table{
width: 80%;

}


#program_inquiry td{
padding: 4px 0px 2px 0px;
}

.pure-form input[type="submit"] {
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #2A6EBB;
    color: #fff;
    float: right;
}
.articlelink div.hdg_4:hover{
    text-decoration:underline;
}
.pure-form input[type="text"]{
    width:310px;
}
.pure-form input[type="text"][size="80"]{
    width:560px;
}
.pure-form input[type="text"][size="24"]{
    width:198px;
}
.pure-form textarea{
    width:560px;
}

/* box shadow CSS effects */


.layered-paper {
    background: white;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #eee, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #eee, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
}

#deanslist_columns h3 {
    -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  color: #394885;

    padding: 1em 0 0 1em;
    font-weight: 700;
}

.deanslist li {
    border-left: 1px dotted #ddd;
    /* color: red; */
    padding-left: 10px;
    margin-left: 10px;
    list-style: none;
}

div.alpha_links a:link {
    font-size: 26px;
    font-weight: 700;
    font-family: "myriad-pro-condensed","myriad-pro",serif;
    /* line-height: 1.06; */
    text-transform: uppercase;
    /* font-weight: 100; */
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
}
div.alpha_links {
    padding-left: 0em;
    margin-bottom:1em;
}

div#ProgramsAOSList {

}


.aos_widget_container h2.aos_header {
    display: none;
}

h2.aos_header {

}

p.aos_description 
{

}

ul.aos_block 
{
 background-color: none;
 list-style: none;

}

ul.programlist_list {
    background-color: none;

 display: table;
 width: 80%

}

li.programlist_item {
list-style: none;
line-height: 1.5em;


}

li.programlist_item:hover{
background-color: rgba(0,0,0,0.1);
}

li.programlist_noext{

    list-style: none;
}


li.programlist_customdegree{

    font-style: oblique;

}


li.pathway_row {
border-bottom: 1px solid black;
    margin-top:2em;
    margin-bottom:5px;
}

#ProgramsAOSList a:link{
    text-decoration: none;
}

span.program_formatflags {

    font-family: Verdana;
	margin-left: 5px;

}

span.prgOnCampusflag {

    background-color: darkgray;
    color: white;
    padding: 0px 4px 0px 3px;
    font-size: 10px;
    font-variant: small-caps;
    vertical-align: text-top;
    margin: 2px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-flex;
    line-height: 14px;
    align-items: center;

}


.prgOnCampuslink:link, .prgOnCampuslink:visited {

    color: white;

}

span.prgHybridflag {
    background-color: darkgray;
    color: white;
    padding: 0px 4px 0px 3px;
    font-size: 10px;
    font-variant: small-caps;
    vertical-align: text-top;
    margin: 2px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-flex;
    line-height: 14px;
    align-items: center;
}

.prgHybridlink:link, .prgHybridlink:visited {

    color: white;

}

    span.prgOnlineflag {
    background-color: darkgray;
    color: white;
    padding: 0px 4px 0px 3px;
    font-size: 10px;
    font-variant: small-caps;
    vertical-align: text-top;
    margin: 2px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-flex;
    line-height: 14px;
    align-items: center;

}

.prgOnlinelink:link, .prgOnlinelink:visited{

    color: white;

}


ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 400px;
}
ul.striped-list > li {
    border-bottom: 1px solid rgb(221,221,221);
    padding: 6px;
}
ul.striped-list > li:nth-of-type(odd) {
    background-color: #e9e9f9 ;
}
ul.striped-list > li:last-child {
    border-bottom: none;
}

/*#majorCareerLink {
    background-color: #2A6EBB;
    border: 2px solid black;
    display: table;
    padding-bottom: 10px;
    color: white;
  text-decoration:none;
}

#majorCareerLink h4 {
    background-color: black;
    margin: 0px;
    padding: 4px 0 4px .5em;
    color: white;
    font-weight: bold;
}

.careerlinkbox {
    margin: 1em .5em;
    color: white;
    line-height: 1.2em;
}

span.careersearchtext {
    font-weight: bold;
    padding-top: 4px;
    display: block;
}

#majorCareerLink a{
  color: white;
  text-decoration:none
}


.careertheme_Registered-Nursing {
    background-image: url(/uploadedImages/CarrollCCedu/Photos/Icons/AccountingCareerIcon.png);
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}*/

#majorCareerLink {
    background-color: #0F6CB6;
    border: 2px solid black;
	outline: 1px solid #0F6CB6;
    display: table;
    color: white;
    text-decoration: none;
}


#majorCareerLink h4 {
    background-color: black;
    margin: 0px;
    padding: 4px 4px .5em;
    color: white;
    font-weight: bold;
}

.careerlinkbox {
    padding: .75em .5em;
	margin-right: 2em; /* protect background icon image from overlap */
    color: white;
    line-height: 1.4em;
}

span.careersearchtext {
    font-weight: bold;
    padding-top: 6px;
    display: block;
}

span.careercategory {
    font-weight: bold;
}

.careertheme {
    background-image: none;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-image: url(/uploadedImages/CarrollCCedu/Photos/Icons/ExploreCareerGenericIcon.png);

}

.careertheme_Accounting {
}

.careertheme_Registered-Nursing {
}

/* Foundation page styles */

.foundationpage > .topnav span.slide-hd {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #772c9d), color-stop(100%, #49334f));
    height: 90px;
    line-height: 90px;
    padding-top: 0px;
}

.foundationpage > span.hdg.hdg_4.mix-hdg_white {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.foundationpage > .area_top, .area_homeTop {
    background: none;
    border-bottom: 0px solid #d1d1d1;
    padding: 0px;
	}

.foundationpage > .slider > * {
    display: table-cell;
    text-decoration: none;
    width: 20%;
}


.topnav-foundation  {
overflow: hidden;
    display: flex;
    text-align: center;
    width: 100%;
    height: 94px;
    background:#937134;

    background-clip: content-box;

}


/* Swiftype search integration styles */
.site-search-results-container {
    margin:1em;
  
}

.search-input-container {
margin:1em;
height: 2em;
}

label.search-results-input-label {
    font-weight: bold;
}

.st-autocomplete-results a.st-ui-result {
    padding-left: 10px !important;
    padding-bottom: 8px !important;
}
/* special positioning override specifically for the title-bar search field's autocomplete box overlay. prevents it going off right edge of screen */
[data-st-target-element=".site_search_box"] .st-autocomplete-results.st-ui-autocomplete {
    width: 200% !important;
    margin-left: -100% !important;
}

/* Special style overrides for 25th Anniversary event*/
/*.logo {
   background-image: url('../media/images/logo_25th.png?144173328143');
}

a.sideLink[href="/About/Anniversary/"] {
    background-color: #0064b2;
    color: white;
}

@media screen and (max-width: 767px) {
.logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url(../media/images/logo_25th_mobile_210.png?1441733281);
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 210px;
    height: 65px;
    background-size: 100%;
    margin: -2px 0 -5px;
}
}*/

.area.area_title.foundation_title {
    background-image: none;
    background: #937134;
}

