/* Body and structure
-------------------------------------------------- */
body {
   position: relative;
   background: #10315A;
   color: #595959;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5D98E1), to(#10315A));
background-image: -webkit-linear-gradient(top, #5D98E1, #10315A);
background-image: -o-linear-gradient(top, #5D98E1, #10315A);
background-image: linear-gradient(to bottom, #5D98E1, #10315A);
background-image: -moz-linear-gradient(top, #5D98E1, #10315A);
background-repeat: repeat-x;

filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5D98E1', endColorstr='#ff10315A', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  
    }

.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.container, #page {
  max-width: 940px;
    background-color: #FFFFFF;
  }
  
  
  .container-inner  {
  
   margin: 0 10px;
   padding: 0 10px;
  
  }

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
body > .navbar {
    font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
    padding: 2px 10px 2px 10px;
    float: right;
}

/* Override bootstrap navbar to remove bottom margin and set colours */
.navbar
{
     margin-bottom: 0;
   
}

.navbar_bottom
{
    border-bottom: #614877 30px solid;
   
   
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #FFFFFF;
text-decoration: none;
text-shadow: none;
background-color: #614877;

}

.photo-banner {
    
         margin-left: auto;
        margin-right: auto;
       
    
}


/* Override bootstrap ul nav positioning */

.nav ul, .nav li { padding-top: 30px;}

/* Override carousel to remove the caption background
-------------------------------------------------- */
/*.carousel-caption {background: none;  color: #FFFFFF; font-size: 1.8em; font-weight: bold; padding-left:100px; padding-right:100px;}

/*
.carousel {line-height: 150%;}
.carousel-heading {margin: 0 120px 10px 300px; padding-top: 60px; font-weight: bold; line-height: 100%;}
.carousel-text {margin: 0 120px 10px 300px; color: #666; font-size: 0.9em;}
.carousel-quote {margin: 0 120px 10px 300px; color:#614877; font-size: 0.9em; font-style: italic; font-weight: bold;  }*/

/* This multiple selector ensures these elements 
are rendered no larger than their container
-------------------------------------------------- */
img, 
embed, 
object, 
video 
{
    max-width: 100%;

   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    /*-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: 2px 2px 8px rgba(0, 0, 0, .25), inset 0px -1px 0 rgba(0, 0, 0, .1);*/
}




/* Headings 
-----------------------------------------*/
h1 {
font-size: 28px;
font-family: BebasNeueRegular,arial,Georgia, serif;
font-weight: bold;


}

h2 {font-size: 24px; line-height: 40px;}
h3 {font-size: 16px;}
h4 {font-size: 16px; line-height: 30px;}


.page-heading 

{
    background-color: #65aae9;
    margin: 0;
    border-top: 10px solid #C0DCF6;
    border-bottom: 10px solid #C0DCF6;
    min-height: 60px;
    width: 100%;
    
    
}
.page-heading h1 {
    font-size: 2.0em;
    color: #10253F;
    text-transform: none;
  
       
}

.page-heading img {
  margin: 0;
  padding: 0;
       
}

.gallery h3 {
    margin: 10px 0 0 0;
}


/* Panels
-------------------------------------------------- */
.panel {
    background: white;
    display: inline-block;
    padding: 20px 20px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
}
.panel-small {
    width: 240px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}
.panel-large {
    margin-bottom: 20px;
    width: 60%;
}
.panel h2 {
    color: black;
    text-align: left;
    padding: 0 0 0 0;
}
.panel p {
    color: #888;
    text-align: left;
    font-size: 1.0em;
}


/* Pages
-------------------------------------------------- */
.page-title {
    background: white;
    width: auto;
    margin: 0 0 0 0;
    /*text-align: center;*/
    border-bottom: 1px solid #ECECEC;
    /*padding: 20px 20px 20px 0;*/
    /*text-transform: uppercase;*/
    color: black;
}

.page-title h1 {
    font-size: 2.0em;
    color: #666;
}

page-title p {
    color: rgb(34, 34, 34);
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.8em !important;
height: 40px;
line-height: 20px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.page-intro {
    color: #888;
    /*color: #723D97; */
    font-weight: lighter;
    font-size: 1.6em;
    text-align: left;
    padding: 30px 0;
    line-height: 110%;
}


/* Tiles
-------------------------------------------------- */
.tile {
    background-color: #FFF;
    text-align: left;
    color: grey;
    min-height: 200px;
    /*width: 240px;*/
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #ccc;
    
}
.tile h1 {
    text-align: left;
   }
   
.tile a,img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tile-large {
    width: 100%;
}
.tile-hero-thumb img {
    width: 100%;
}
.tile-content {
    
    font-size: 0.85em;
    padding: 0px 10px 0px 10px;
    min-height: 140px;
}
.tile-content h2 {
    font-size: 1.2em;
    margin-top: 0;
}
.tile-content h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 5px 10px 5px 0px;
}
.tile-content p,
.tile-content ul {
    color: #grey;
    padding: 5px 10px 15px 5px;
}


blockquote small {
    font-weight: bold;
}
blockquote p {
    font-size: 0.85em;
    margin-bottom: 10px;
}

/* Footer
-------------------------------------------------- */
.footer {
    /*background-color: #262626;*/
    background: #65AAE9  url(../../images/wave_footer.png);
    color: #888888;
    padding: 10px 0 10px 0;
    font-size: 0.9em;
    margin-top: 10px;
}

.footer p {
    color: #FFFFFF;
}
.footer a {
    color: #BDBDBD;
}
.footer h2 {
    font-size: 1.2em;
    color: white;
    font-weight: normal;
    text-align: left;
}
.footer .footerscuba
{
    margin-top: 25px;
    padding-top: 20px;
    
    color: #0E1F55;
}

.footer ul 
{
list-style-type: none; 
padding: 0;
margin: 0;
}

.footer li:first-child
{
font-weight: bold;
color: #0E1F55;
text-transform: uppercase;
padding-bottom: 10px;
padding: 0;
margin: 0;
}

.footer li
{
/*color: #BDBDBD;*/
color: #0E1F55;
list-style-type: none; 
padding: 0;
margin: 0;
}

.footer li a
{
/*color: #BDBDBD;*/
color: #0E1F55;
list-style-type: none; 
}

/* Back to top link
-------------------------------------------------- */
#back-to-top {
    text-align: center;
    position: fixed; /* this is the magic */
    bottom: 10px; /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.avatar {
}
.avatar h3 {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 0;
    text-align: center;
        
}
.avatar h4 {
   /* color: #000088;*/
    color: #723D97;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-top: 0;

}

.contact_details {
    color: #723D97;
     font-weight: bold;
    text-align: left;
    margin-top: 0;

}

/* Specific page
-------------------------------------------------- */
.home-masthead {
    background: whiteSmoke/*#EDEDED*/ url(../../images/masthead.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    color: white !IMPORTANT;
  
}

.home-masthead h1 {
    padding-left: 6px;
}    
    
.home-masthead h2 {
    font-weight: normal;
    color: white;
    padding: 0 0 5px 6px;
    margin: 0 0 0 0;
 }

.step-number {
    display: inline-block;
    width: 44px;
    height: 46px;
    background: url(../../images/circle.png) no-repeat;
    font-size: 20px;
    padding-top: 12px;
    margin-left: 6px;
    text-align: center;
    color: white;
}
.step-title {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.4 opacity */
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
    border-radius:25px;
    padding: 10px 10px 10px 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

#results-list-text {
    display: none;
    color: black;
}
.staff-heading {
    font-weight: bold;
}
.step
{
    text-shadow: 1px 1px #000000;
    color: white;
    text-align: center;
    vertical-align:middle;
    display: inline-block;
    width: 46px;
    height: 44px;
    font-size: 1.5em;
    background: url(../../images/circle.png) no-repeat;
}
.sidenav > li {
    text-align: left;
    padding: 0 0 0 0;
}
/* Pad all named anchors to compensate for fixed navbar taking top 40px */
.anchor {
    padding-top: 30px;
}

.performance-image img {
    max-width: 80%;
}

/* Responsive video
-------------------------------------------------- */
.video-container
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-height: 300px;
    text-align: center;
}
.video-container iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}                    


/* Responsive
-------------------------------------------------- */

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    .tile-content {
        min-height: 200px;
    }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Remove any padding from the body */
    body {
        padding-top: 0;
    }
    .performance-image {
        display: none;
    }
    #results-list-text {
        display: inline;
    }
    .sidenav {
        position: relative;
    }
    .title-heading {
        background: whiteSmoke/*#EDEDED*/ url(../../images/masthead.png) no-repeat;
        background-position: center top;
        color: white;
    }
    .home-masthead {
        background: whiteSmoke/*#EDEDED*/  no-repeat;
        background-size: 100%;
        background-position: center top;
        color: white;
    }

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
    /* Remove padding above jumbotron */
    body {
        padding-top: 0;
    }
    .performance-image {
        display: none;
    }
    #results-list-text {
        display: inline;
    }
    .sidenav {
        position: relative;
    }
}

/* Video case study */
.flowplayer {
    background-size: 100% 100%;
    display: block;
}

.quote {
        font-style: italic;
            }

.quoted {
    font-weight: bold;
    padding-right: 10%;
    float: right;
}

.logo {
padding: 4px 0 4px 0;
}

.table{
    /*background-color: #d9edf7;*/
    background-color: #DEDEDE;
}

.table-bordered {
    border: 1px solid #C0C0C0;
    
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    
}

.solid-block  {
    background-color: #614877;
    color: white;
    text-align: left;
    padding: 6px 6px 6px 6px;

}

.solid-block h1, .solid-block p {
 
    color: white;
  
}

.alert_centre {margin-left: auto; margin-right: auto; text-align: center}

blockquote > p:before {
    margin-top: 30px;
    padding-top: 20px;
    content: '“';
    font-size: 32px;
}
blockquote > p:after {
    content: '”';
    font-size: 32px;
}

.separator {
    margin-top: 20px;
    border-top: 2px solid lightgrey;
    padding-top: 20px;
}
.smallright {
    font-size: 10px;
    float: right;
}

.more {
    font-size: 14px;
    margin-left:auto;
margin-right:auto;
    font-weight: bold;
}

.q {
    font-family: "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
}

p.hanging-indent{
    text-indent: -34px;
    padding-left: 34px;
}

p.small {
    font-size: 0.85em;
    margin-bottom: 10px;
    line-height: 15px;
}

p.grey {
    color: #888888;    
}

p.centre {text-align: center;}


img.news {
    border: 1px solid #CCCCCC;
}

/* Collapsible news boxes
-------------------------------------------------- */

div.collapseBox  {
    border-bottom: 1px #CCCCCC solid; 
}

div.collapseBox > div.header {
    cursor: pointer;
    }

div.collapseBox > div.header > h3 {
    background: transparent url(../../images/icon_arrow_open.gif) no-repeat right center;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
}

div.collapseBox.active > div.header > h3 {
    background: transparent url(../../images/icon_arrow_close.gif) no-repeat right center;
}

div.collapseBox > div.body {
    display: none;
   
}

ul {margin-left: 0; padding-left: 0}

li:first-child {
    font-weight: bold;
    list-style-type: none;
    padding-bottom: 2px;
    margin-left: 0;
    
}

li {margin-left: 15px;}

li.banner {margin-left: auto; margin-right:auto;}

.notes {   
color: #3a87ad;
background-color: #DEEDFA;
border: 1px solid #bce8f1;
padding: 8px 35px 8px 14px;
margin-top: 20px;
margin-bottom: 20px;
width: 95%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.notes h3{margin-top:0px;}

hr { 
border-top: 1px solid #bce8f1;
}

.top-menu {background-color: #5D98E1;
}

a.bookmark  {
    text-decoration: none;
    color: #595959;
}

a.bookmark:hover{
    color: #595959;
}

li.blue {
    color: #0088cc;
}

.header_menu {
   padding: 10px;
   margin-bottom: 20px;
     max-width: 940px;
     color: #FFFFFF;
}

.header_menu a {
      color: #FFFFFF;
}

.photo { 
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: 2px 2px 8px rgba(0, 0, 0, .25), inset 0px -1px 0 rgba(0, 0, 0, .1);
}

.testimonials-courses {
    padding-top:30px;
    padding-left: 20px;}
    
 .right-col {background-color: #DEEDFA; padding: 4px;}
