/* Overrides here - file gets added to head */

.cta {
}
.colourPanelGrid.colourA {
    border-top-color: #003A65;
}
.colourPanelGrid.colourB {
    border-top-color: #003A65;
}
.colourPanelGrid.colourC {
    border-top-color: #003A65;
}
.cta:not(.ghost).link {
}
.quoteBox {
    background-color: #003A65;
    border: 1px solid #003A65;
}
.quoteBox blockquote p {
    font-size: 1.5rem;
}
.videoOverlay:after {
    background: #003A65 url(/webtemplate/img/icons/ncuvision__icon-play.svg) left 60% center no-repeat;
    background-size: auto 60%;
    border-radius: 50%;
    content: " ";
    display: block;
    left: 50%;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s ease-in-out;
    z-index: 2;
}
.gallery {
    padding-bottom: 4rem !important;  
}
.gallery h3 {
    font-size: 2.5rem;
    font-family: Derailed-ExtraBold,Raleway-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.search-inline {
    max-width: 7rem !important;
}
img {
	width: auto; 
}
.introPanel img {
    width: 100%;
}

/* Boxout code */
.container.boxout {
    margin-top: 4rem;
}
.row.boxout {
  	padding: 2rem 2.4rem;
}
.row.boxout p {
  	padding: 0;
  	padding-bottom: 1rem;
  	color: #56564D;
}
.row.boxout h2{
 	padding: 0;
  	color: #003A65;
  	padding-bottom: 1rem;
}
.row.boxout h2.subheader{
 	font-size: 1rem;
  	letter-spacing: 2px;
  	padding: 0.6rem 0;"
}
.row.boxout h3{
    font-size: 1.5rem;
    font-family: Derailed-ExtraBold,Raleway-ExtraBold,Helvetica Neue,Helvetica,Arial,sans-serif;
 	padding: 1rem 0 0.6rem 0;
}
.boxout.cta {
	margin: 0.5rem 0; 
}

.row.boxout.colourA{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.boxout.colourA h2.subheader {
    color: #003A65;
}
.cta.colourA{
    border: 1px solid #003A65;
  	color: #000000;
}
.cta.colourA:hover {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}
.cta.colourA:focus {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}

.row.boxout.colourB{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.boxout.colourB h2.subheader {
    color: #003A65;
}
.cta.colourB{
    border: 1px solid #003A65;
  	color: #000000;
}
.cta.colourB:hover {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}
.cta.colourB:focus {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
 	color: #000000 !important;
}

.row.boxout.colourC{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.boxout.colourC h2.subheader {
    color: #003A65;
}
.cta.colourC{
    border: 1px solid #003A65;
  	color: #000000;
}
.cta.colourC:hover {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}
.cta.colourC:focus {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}

.row.boxout.colourD{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.boxout.colourD h2.subheader {
    color: #003A65;
}
.cta.colourD{
    border: 1px solid #003A65;
  	color: #000000;
}
.cta.colourD:hover {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}
.cta.colourD:focus {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}

.row.boxout.colourE{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.boxout.colourE h2.subheader {
    color: #003A65;
}
.cta.colourE{
    border: 1px solid #003A65;
  	color: #000000;
}
.cta.colourE:hover {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}
.cta.colourE:focus {
	background-color: rgba(0,58,101, 0.1);
    border: 1px solid #003A65;
  	color: #000000 !important;
}

.linksList {
  	margin: 1rem 0 1.5rem 0;
    text-decoration: none;
    color: #003A65;

}
.linksList ul {
    padding: 0;
    margin-left: 2.5rem;
}

/* Pull quote code */
.container.boxout.pullquote {
    margin-top: 0rem;
}
.container.pullquote {
    margin-top: 0rem;
}
.row.pullquote {
  	padding: 2rem 2.4rem;
}
.row.pullquote p {
  	padding: 0;
  	color: #003A65;
}
.row.pullquote.colourA{
  	background-color: #f5f5f5;
  	border-left: 6px solid #003A65;
}
.row.pullquote strong{
  	color: #003A65;
}














