/* poppins*/

h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
}

p{
    /*font-family: 'Poppins', sans-serif;*/
}
.poppins
{
    font-family: 'Poppins', sans-serif;
}

/*fix upload form*/
.frm_upload_text button:focus
{
outline: thick solid !important;
}

/*OVERRIDE COLORS*/
.page-template-dcgSections
{
    background-color: #fff !important;
    color: #000;
}
.page-template-dcgSections p
{
/*color:#000;*/
}

/* DCG BRAND COLORS - Full*/
.roundhouse-thinking,.roundhouse-thinking-elearning,.roundhouse-thinking-first-aid-health-safety-food-hygiene,.roundhouse-thinking-leadership-management
{
    /*background-color:#79cadc;*/
    background-color:#2f8092;
    color:#fff;
}
.part-time-adultOLD, .learning-for-leisureOLD, .distance-learningOLD
{
    background-color:#96368b
    ;
    color:#fff;
}
.mustard
{
    background-color:#DDB008 !important
    ;
    color:#11284A;
}

.pre-16
{
    /*background-color: #ef7d00;*/
    background-color: #b75f00;
    
}

.school-leaver-academic , .school-leaver-vocational 
{
    background-color:#e50076;
    
}


.apprenticeship
{
    background-color:#e30613;
    
}
.higher-educationOLD
{
    /*background-color:#3198c8;*/
    background-color:#177eae;
    
}
.default-color
{
    background-color:#6c757d;
    
}

.dcgsection
{
    height:5em;
    text-align:center;
    line-height: 5em;
}

/*negative margin top for header images - i.e. make content cut in to header image*/


/*dcg colors empty*/
.roundhouse-thinking-empty,.roundhouse-thinking-elearning-empty,.roundhouse-thinking-first-aid-health-safety-food-hygiene-empty,.roundhouse-thinking-leadership-management-empty
{
    /*background-color:#79cadc;*/
    border-top:#2f8092 1px solid;
    border-bottom:#2f8092 1px solid;
    
}
.part-time-adult-empty, .learning-for-leisure-empty, .distance-learning-empty
{
    border-top:#96368b 1px solid;
    border-bottom:#96368b 1px solid;
    
}

.pre-16-empty
{
    /*background-color: #ef7d00;*/
    border-top: #b75f00 1px solid;
    border-bottom: #b75f00 1px solid;
}

.school-leaver-academic-empty , .school-leaver-vocational-empty
{
    border-top:#e50076 1px solid;
    border-bottom:#e50076 1px solid;
}


.apprenticeship-empty
{
    border-top:#e30613 1px solid;
    border-bottom:#e30613 1px solid;
}
.higher-education-empty
{
    /*background-color:#3198c8;*/
    border-top:#177eae 1px solid;
    border-bottom:#177eae 1px solid;;
}
.default-color
{
    border-top:#6c757d 1px solid;
    border-bottom:#6c757d 1px solid;
}
.funny-color
{
    background-color: #9ea1b9 !important;
}

/* END OF DCG COLORS */

/*search badge colors */
.badge-rolemodel
{
    color:#fff;
    background-color:#e50076;
}
.badge-page
{
    color:#fff;
    background-color:#000;
}
.badge-event
{
    color:#fff;
    background-color:#ef7d00;
}
.badge-course
{
    background-color:#11284A;
    color:#fff;
}
    
    
.badge-post
{
    color:#fff;
    background-color:#333;
}
.badge-news
{
    color:#11284A ;
    background-color:#DDB008;
}
.badge-wpdmpro
{
    color:#000; 
    background-color:#79cadc;
}


.overrideimage img
{
    max-width:100% !important;
    height:auto;
}
.box-hover:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transition:all,.4s,ease;
}

.coursebutton {
    
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  .coursebutton:hover {
    color: white;
  }
  .coursebuttoncompact
  {
    border: none;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  }
  .card-body-compact
  {
      padding-bottom:0.25rem;
      padding-left:0.5em;
      padding-right:0.5em;
  }
  .course-summary
  {
      
   /* border:1px solid #ccc;
      padding:1em;
      background-color: #fff;
      -webkit-box-shadow: 10px 10px 13px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 13px -9px rgba(0,0,0,0.75);
box-shadow: 10px 10px 13px -9px rgba(0,0,0,0.75);*/
  }
  

  .dotSeperator
  {
      border-bottom:4px #aaa dotted;
      margin-bottom:0.5em;
      padding-bottom:0.5em;

  }
  .searchSeperator
  {
      border-bottom:1px solid #11284A;
  }
  .summarySeperator
  {
    border-bottom:1px solid #ddd;
  }

article.type-course h2
{
    padding:0.2em 0.2em 0.5em 0.5em;
}
article.type-course h3
{
   /*background-color:#eee;*/
    padding:1.5em;
    font-size:1rem;
}

  article.type-course h1
  {
      
      /*padding:1em;*/
  }
  .course-label
  {
      font-weight:bold;
  }
  article.type-course img
  {
      max-width:100%;
      margin-bottom: 1em;
  }
  .spacer1
  {
      margin-bottom:1em !important;
  }
  
  .course-splash
  {
      background-color:#eee;
      /*border: 1px solid #ddd;*/
margin-bottom:2em;
      padding:1em;
      
      min-width:100%;
      
    
  }
  .course-splash h1
  {
      margin-top: 0px;
      padding:0px;
  }
  .inner-course-splash
  {
      padding:1em;
  }
  .round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222; 
    color: #FFF;
    text-align: center;  
}
.nqround
{
    display: inline-block;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    -moz-border-radius: 2px;
    border-radius: 2rem;
     
    color: #FFF;
    text-align: center; 
}
.bg22, .FT
{
    background-color: #222;
    
}
.PT
{
color:#000 !important;
background-color:#ccc;

}
.careers-box
{
    padding:1em;
    
}
.careers-box h3
{
    color:#fff;
    background-color:#333;
    padding:1em;
}
.card h2
{
    font-size:1.5rem;
    /*color:#222;*/
    margin-top:0px !important;
}
.cardcompact h2{
    font-size:1rem;
}
.courseSearchCardFooter
{
    
padding: 0rem 1.25rem;

border-top: 1px solid rgba(0,0,0,.125);
    
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.coursesearchcard
{
    background-color:#11284A !important;
    color:#fff;
    border:0px !important;
}
.courseSearchCard h2
{
    color:#fff !important;
}
.bubble, .bubble-mustard, .bubble-default
{
    position: relative;
    
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 19px 0;
    border-color: #11284A transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -28px;
    left: 77px;
}
.bubble-mustard:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 19px 0;
    border-color: #DDB008 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -28px;
    left: 77px;
}
.bubble-default:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 32px 19px 0;
    border-color: #e9ecef transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -28px;
    left: 77px;
}
.trans-325 {
    transform: rotate(325deg);
}
/*ACCORDION*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    font-weight:bold;
    cursor: pointer;
    padding: 0.2em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    line-height:1em;
    margin-bottom:0;
    color:#000;
  }
  .accordion-course
  {
      margin-bottom:10px;
      border:1px dotted #ccc;
      padding:1rem;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .accordion.active, .accordion:hover {
    background-color: #ccc;
  }
  .courseAccordion
  {
      cursor:pointer;
  }
  .gallery
  {
    cursor: pointer;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 0.2em;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    visibility: hidden;
    /*width:100vw;
  position:relative;
  left:calc(-1 * (100vw - 100%)/2);*/
  }
  .coursePanel {
    padding: 0 0.2em;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
  .accordion:after {
    /*content: '\02c5'; /* Unicode character for "plus" sign (+) */
    font-family: 'FontAwesome';
    content:'\f055';
    float:right;
    
    font-weight: bolder;
    margin-right: -1rem;
    height: 30px;
    width: 30px;
    /*line-height: 30px;*/
    -moz-border-radius: 15px;
    border-radius: 2px;
    
    /*padding:0.2em;*/
    font-size:1.75rem;
    text-align: center;  
  }
  
  /*.careers-box.active:before*/
  .accordion.active:after {
    content: "\f056"; /* Unicode character for "minus" sign (-) */
  }
  .courseSearchCard
  {
      padding:0px !important;
      

  }
  .salarybig
  {
      font-weight: bolder;
      font-size: 3rem;
      
  }
  /* big figures in careers */
.fs-8
{
    font-size:8rem;
}
.fs-7
{
    font-size:7rem;
}
.fs-6
{
    font-size:5.5rem;
}

  /*Font awesome stuff*/
  .idbadge:before{
    font-family: 'FontAwesome';
	content: '\f2c3';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
  }


  .building:before{
    font-family: 'FontAwesome';
	content: '\f0f7';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
  }
  .location:before{
	font-family: 'FontAwesome';
	/*content: '\f041';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.coursetype span{
    width:200px;
}
.coursetype:before{
    
    font-family: 'FontAwesome';
	/*content: '\f19d';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.coursesubject:before
{
    font-family: 'FontAwesome';
	/*content: '\f02d';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.clock:before{
    font-family: 'FontAwesome';
	/*content: '\f017';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.level:before{
    font-family: 'FontAwesome';
	/*content: '\f148';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.calendar:before
{
    font-family: 'FontAwesome';
	/*content: '\f073';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.calendartick:before
{
    font-family: 'FontAwesome';
	/*content: '\f274';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.calendarday:before
{
    font-family: 'FontAwesome';
	/*content: '\f133';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.interview:before
{
    font-family: 'FontAwesome';
	/*content: '\f2b5';*/
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.tasks::before
{
    font-family: 'FontAwesome';
	content: '\f0ae';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.overview::before
{
    font-family: 'FontAwesome';
	content: '\f129';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.certificate::before
{
    font-family: 'FontAwesome';
	content: '\f0a3';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.predict::before
{
    font-family: 'FontAwesome';
	content: '\f1fe';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}
.salary::before
{
    font-family: 'FontAwesome';
	content: '\f0d6';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}

/*search input box*/
.coursesearchcard input[type="search"] {
    width: 90%;
}

/*some HOME PAGE STYLES*/
.alignleft
{
    float:left;
    padding-right:15px;
    padding-bottom:15px;
}
.news-fp
{
    color:#fff;
}

.news-fp img, .events-fp img
{
    max-width:100%;
    min-width:100%;
}
.fp-full-width-image
{
    min-height:30em;
     background: -webkit-linear-gradient( rgba(221,176,8, 0.85),rgba(243, 175, 1, 0.85)),url('/wp-content/uploads/2019/02/slide3-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed ;
}

.dcgSection-caption h1
{
    color:#fff;
    padding:20px;
    /*font-size:5rem; DISABLED AHD - TOO BIG!! */
}
.ma-grid-4 img
{
    max-width: 100%;
}
.ma-grid-4
{

    column-count: 4;
    column-gap: 1em;
      
}
.ma-grid-3
{

    column-count: 3;
    column-gap: 1em;
      
}
.ma-grid-2
{

    column-count: 2;
    column-gap: 0.5em;
      
}


/*site grid*/
.grid-container {
    display: grid;
    /*grid-template-columns: auto auto auto;*/
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
    grid-row-gap:2rem;
    background-color:transparent;
    padding: 0px;
  }
  
  .grid-container > div {

    padding: 0px 0;
  }
 
  
  .item1 {
    grid-column: 1 / 3;
  }
  .item7
  {
  grid-column: 2/4;
  }
  .item3 {
  grid-row:2/4;
  }
  .item2
  {
  grid-column:3/4;
  grid-row: 1/ span 2;
  }


.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
  }

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
  }
  .gradienttest {
      background-color: #11284A;
    background-image: repeating-linear-gradient( 315deg, #11284A, #11284A 5px, #0f2b5f 10px, #11284A 10px );
    color:#fff;
  }
.bannerGradient
{
    background: rgb(33,42,73);
    background: linear-gradient(57deg, rgba(33,42,73,1) 53%, rgba(58,74,126,1) 83%);
}
.bannerGradient-inner
{
    background:#fbba00;
}
  .plainHeadings
  {
    border-top: 1px solid #11284A;
    border-bottom: 2px solid #11284A;
  }

  .mustard-chunky
  {
      color:#DDB008; 
  }
  .text-mustard-safe
  {
      color:#917300;
  }
  .text-dcg-blue
  {
      color:#11284A;
  }
  .skew-before
  {
  position: relative;
  background: white;
  display: inline-block;
  
  padding: .24em .3em .25em;
  }
  .skew-before:before {
		z-index: -2;
		content: "";
		position: absolute;
		left: -10%;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: #fff;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}

  

/* ################# career serch history stuff ################### */
#lsHistory, #lsSaved
{
z-index:20;
position:absolute;
right:1rem;
top:2.6rem;
}
#lsHistoryInner li
{
    cursor:pointer;
}
#lsSaved li
{
    cursor:pointer;
}
.float-desktop
{
    float:right;
}
.careerbasket li:hover
{
background-color:#f8f9fa;
}
 
 
  /* #################### STUFF WITH SIZES IN ###################### */

  
.chart-container canvas{

    /*width:1000px !important;*/
    height:800px !important;
    max-width:100%;
  
  }


  .negmargin
  {
  margin-top: -30rem; background-color:#fff;padding-top:2rem;
  }
  /*dcg section pages*/
.sections-full-width-image
{
    height:600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed ;
}

/*override bootstrap tab nav style*/

.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li > a {
    border: none;
    color: #666;
}
.nav-tabs > li.nav-item > a,
.nav-tabs > li.nav-item > a:hover {
    border: none;
    color: #11284A !important;
    background: transparent;
    position: relative;
}
.nav-tabs > li.nav-item > a::after {
    content: "";
    background: #11284A;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs > li.nav-item > a.active::after,
.nav-tabs > li.nav-item:hover > a::after {
    transform: scale(1);
}
/* end of bootstrap nav tabs override */

/* sort a text decoration*/

    a.btn,h1 >a,h2>a,h3>a,h4>a,h5>a,#menu-jobs a,#menu-corporate a,nav .navbar-nav-footer li a,#breadcrumb a,#menu-students a,#menu-parents a,#menu-employers a, nav .navbar-nav li a,#verytop a, .nav-tabs > li.nav-item > a, .nav-tabs > li.nav-item > a  {
        text-decoration:none !important;
        }
        a
        {
            text-decoration:underline !important;
        }



/* ----------------------------------------------------------------------------------------------------- ORGANISATION CHART STYLES -------------------------------------------------------------------------- -*/

ol.organizational-chart h1
{
    font-size: 1.5rem !important;
}
ol.organizational-chart h2,ol.organizational-chart h3,ol.organizational-chart h4,ol.organizational-chart h5
{
    font-size: 1rem !important;
    background-color:inherit;
}


ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 6em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 6em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #2a4834;
    color:#fff;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #385959;
    color:#fff;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #ffa500;
    color: #000;
    margin-left:3em;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
    margin-left:4em;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** OVeride colour - need symbol as well somehow ***/


.specific
{
background-color: #1d2848 !important;
color: #fff !important;
}

@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}

/*------------------------------------------------------------------------------------------------------ END OORG CHART ----------------------------------------------------------------------------------------- */


@media only screen and (max-width: 576px) {
    
    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1.3rem !important;
    }
    h3 {
        font-size: 1.1rem !important;
    }
    h4 {
        font-size: 1rem !important;
    }
    .trans-325 {
        transform: none !important;
    }
    
    .sections-full-width-image
    {
        height:200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed ;
    }
    .accordion-course
    {
        padding:0.4rem;
    }
    .negmargin
  {
  margin-top: -5rem; background-color:#fff;padding-top:2rem;
  }
  .ma-grid-4, .ma-grid-3, .ma-grid-2
{

    column-count: 1;
    column-gap: 1em;
      
}
.gallery{
    column-count: 2 !important;
    column-gap: 1em;
}
#carouselGallery img
{
    height: 60vw;
    object-fit: cover;
}
.inner-course-splash, .card-body
  {
      padding-bottom:1em;
      padding-top:1em;
      padding-left:0.2em !important;
      padding-right:0.2em !important;
  }

.salarybig
  {
      font-weight: bolder;
      font-size: 2rem;
      
  }
/* big figures in careers */
.fs-8
{
    font-size:5.5rem;
}
.fs-7
{
    font-size:4.5rem;
}
.fs-6
{
    font-size:3.8rem;
}
/* mobile nav tabs override */

.fixtabmobile
{
    display:block !important;
}
.fixtabmobile li.nav-item
{
    margin-bottom:2px !important;
}

  .float-desktop
{
    float:none;
}
.grid-container
    {
        display:block;
    }

  }


  @media print {
.tab-pane
{
    display:block !important;
}
.footer
{
    display:none;
}
.coursePanel
{
    max-height:100%;
}
.accordion:after{
    display:none;
}
.btn {
    display:none !important;
}
.text-white {
    color: #000 !important;
}
.logo-img
{
    filter: invert(100%);
}
.coursesearchcard {
background-color:#fff !important;
color:#000 !important;
border: 1px solid #000 !important;

}
#careers {
    break-before: page;
}
.tab-pane {
    border :0px !important;
    padding:0px !important;
}
.mustard {
    background-color:#fff !important;
    color:#000 !important;
    border: 1px solid #000;
    }
.print-override
{
    color: #000 !important;
    
}
.dcg-blue{
    background-color:#fff !important;
}


}
@media only screen and (max-width: 992px) {
    .ma-grid-4, .ma-grid-3, .ma-grid-2
    {
    
        column-count: 1;
        column-gap: 1em;
          
    }
    

}



@media only screen and (max-width: 1200px) {
    .trans-325 {
        transform: none !important;
}
}
  
  
