/* ST COLUMBAS ALPHA OVERRIDE */




/* PRINT TO PDF STYLES ***********************************************************************************************/



@media print {


/* PDF Category Heading */

.accordion-widget h3 {
    font-family: 'OpenSans', Verdana, sans-serif;
    font-size: 30pt !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    color: #0278a8 !important;
    border-bottom: dotted 1px #ababab;
}


/* PDF Item Headings */

.accordion-widget h4 {
    font-family: 'OpenSans', Verdana, sans-serif;
    font-size: 20pt;
    font-weight: normal !important;
    color: #333333 !important;
}
	
.panel-item p, body, ul li {
	font-family: 'OpenSans', Verdana, sans-serif;
	font-size: 13pt !important;
    color: #666666;
}	

body {
	font-family: 'OpenSans', Verdana, sans-serif;
	font-size: 13pt !important;
    color: #666666 !important;
}	

.pullquote {
  font-family: 'OpenSans', Verdana, sans-serif;
  font-size: 16pt !important;
  color: #666666;
  border-left-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  padding: 15px; }

.pullquote:before, .pullquote:after {
    color: #003f7c !important; }


	
table.borderless_transparent_cells {
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    font-size: 13pt !important;
	border-color: transparent !important;
    padding: 4px;
    width: 100%;
    margin-bottom: 8px;
}


.panel-item table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent !important;
}	
	
	
	
}
	
	






/* NEW PARALLAX CONTAINER (Image can be added inline) ***********************************************/



.parallax { 
  

  /* Set a specific height */
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}











/* FIXES H4 NEWS & BLOG CATEGORIES TO NOT CLASH WITH THE h4 OVERRIDES BELOW  ***********************************************/


.news-index .news-categories-title, .alternating .news-categories-title {
    text-transform: none;
    line-height: 1.3;
}





/* FULL WIDTH BACKGROUND COLOUR FOR CONTAINER (Image can be added inline) ***********************************************/


.bgimage {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #f8f8f8;				/* Enter the table cell background colour for this site */
}





/* BOOTSTEAP 4 TABLE OVERRIDES *****************************************************************************************/



/* Controls Bootstrap table row highlight colour on mouseover */

.table-hover>tbody>tr:hover{
background-color:#f8f8f8;			/* Enter the table cell background colour for this site */
}


/* Sets Bootstrap table inversed header row styles */

thead.thead-inverse {
    color: #0278a8;					/* Enter the table header text colour for this site */
    background: #ffffff;			/* Enter the table header background colour for this site */
}



/* Sets Bootstrap table footer row styles */

tfoot {
    background: #f8f8f8;			/* Enter the table cell background colour for this site */
    font-size: medium;
    color: #0278a8;					/* Enter the heading colour for this site */
}




/* BOOTSTEAP 4 TEAM DESIGN CARD FLIPPER *********************************************************************************/



@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0278a8;		/* Enter the main highlight colour for this site */
    border-color: #0278a8;			/* Enter the main highlight colour for this site */
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #0278a8;		/* Enter the main highlight colour for this site */
    border-color: #0278a8;			/* Enter the main highlight colour for this site */
}

#team .card {
    border: none;
    background: #f8f8f8;			/* Enter the table cell background colour for this site */
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #0278a8 !important;			/* Enter the hyperlink colour for this site */
}

/*  
.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}
*/

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}






/* BOOTSTEAP 4 TEAM DESIGN CARD FLIPPER VERSION FOR BIG PICS ****************************************************************/


.frontside .card .card-body-bigpic img {
    
}

.card-title-bigpic {
   margin-bottom: .75rem;
   margin-left: 1.25rem;
   margin-right: 1.25rem;
}

p.card-text-bigpic {
   margin-left: 1.25rem;
   margin-right: 1.25rem;
}

.card-button-bigpic {
   margin-bottom: 1.25rem;
}



/* BOOTSTEAP 4 CARDS (UN-ANNIMATED) *****************************************************************************************/


.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f8f8f8;					/* If not white then enter the table cell background colour for this site */
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}






/* BOOTSTEAP CALL TO ACTION PANELS ************************************************************************************/



.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
    }
     
        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

                .cta-desc{
                    padding: 0px !important;
                }

                .cta-desc p:last-child{
                    margin-bottom: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;			/* This is a white panel */
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff !important;
    background-color: #337ab7;		/* This is a dark blue panel */
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff !important;
    background-color: #0278a8;		/* This is a St Columbas blue panel */
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
    color: #fff !important;
    background-color: #5cb85c;		/* This is a green panel */
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff !important;
    background-color: #f9b947;		/* This is a St Columbas yellow panel */
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff !important;
    background-color: #d9534f;		/* This is a red panel */
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
	
}

a.btn.btn-lg.btn-block.btn-primary:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

a.btn.btn-lg.btn-block.btn-primary {
    background: rgba(255, 255, 255, 0.2) !important;
}















/* HYPERLINKS OVERRIDE ******************************************************************************************************/


/* Removes the underline on mouseover */

a:hover {
    text-decoration: none;
}






/* HEADING OVERRIDES ********************************************************************************************************/


/* Makes heading text tighter (more compact) */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.4px;
}


/* Makres H3, H4 and H5 line height looser (more space between lines) */


.h3, .h4, .h5, h3, h4, h5 {
    line-height: 1.5;
}







/* MAKES H1 and H2 UPPERCASE **********************************************************/


h1, h2 {
    text-transform: uppercase;
}









/* THIS CODE IS TO MAKE THE CAROUSEL TEXT DISPLAY CORRECTY ********************************/



.carousel-widget .caption-container {
    width: 100%;
    height: 100%;
    padding: 30px 40px 30px 40px;
    position: relative;
}


.carousel-widget .my-caption {
    max-width: 400px;
    height: 100%;
    white-space: normal;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
}


/*
.carousel-widget .top-text {
    line-height: 120%;
}

*/













/* PARALLAX OVERRIDES ******************************************************************************************************/

/* Makes single item widget sit with correct alignment inside parallax container BUT causes it to not sit correctly in single column layout!!!!!!! 

.single-item-widget-container.container {
    margin-left: -15px !important;
}

*/







/* BLOG OVERRIDES *********************************************************************************************************/

/* Fixes Blog alignment **********************************/

.blog-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}






/* ANNOUNCEMENT OVERRIDES *************************************************************************************************/

/* Makes Announcement use larget font size ***************************/

.announcement-widget .announcement a, .announcement-widget .announcement a:visited, .announcement-widget .announcement a:hover {
    font-size: 1.5rem;
}






/* KEYLINK OVERRIDES ******************************************************************************************************/


/* Makes photo keylinks text larger ********************************/

.keylinks-widget .item-caption {
    font-size: 20px;
}




  
  
  
 /* LOGO HEADER AREA OVERRIDES ********************************************************************************************/

  
/* Adds padding to right of Logo */
  
  @media (min-width: 768px)
.navbar-nav>li {
    float: left;
    padding-right: 20px;
}


/* Adds padding above search bar so it is centred vertically in the header area */

@media (min-width: 768px)
.navbar-form {
    padding-top: 22px;
}





/* CEDP SPECIFIC OVERRIDES ********************************************************************************************/


/* h4 Style override **********************************************


h4 {
    font-size: 17px;
    /* margin-bottom: 2rem; */
    text-transform: uppercase;
    color: #3e3d3c;
    line-height: 28px;
    font-weight: bold;
} 


/* h3 Style for Call-outs ***********************************************/

h3.call-out {
    margin-bottom: 20px;
    font-size: 22px;
}






<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

