﻿/*            BASIC PAGE SETUP & FONTS                */
/* -------------------------------------------------- */
body {
    color: #232425;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    overflow-x:hidden ;
    }

body, html {
    height: 100%;
    }

/* --------------------- FONTS ----------------------*/
@font-face {
    font-family: 'muliregular';
    src: url('../muli-webfont.woff2') format('woff2'), url('../muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }   

/* ------------------ MAIN LAYOUT ------------------- */
#skiptomain {
    display: none;
    }

#headcontainer, #topbar, #footer {
    width: 100%;
    height: auto;
    }
    #topbar, #footer { background-color: #205d98; }
.topbar-content, .footer-content {
    color: #ffffff;
    margin: 0px auto;
    padding: 15px;  
    max-width: 1200px;      
    text-align: right;
    }

#banner {
    width: 100%;
    height: auto;
    }
    #banner img { width: 100%}

.headcontent {
    clear: both;
    color: #373737;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    max-width: 1200px;
    }

.maincontent {
    clear: both;
    margin: 0px auto;
    padding: 80px 15px 60px 15px;
    position: relative;
    max-width: 1200px;
}

.legalcontent {
    clear: both;
    color: #ffffff;
    margin: 0px auto;
    padding: 10px 0px;
    position: relative;
    max-width: 1200px;
    border-bottom: 2px solid #5d5e5e;
    }

.topspace { padding-top: 40px; }    
.extraspace { padding-left: 40px;}
.gap { margin-right: 5px}

/* ------------------- NAVIGATION ------------------- */
.navbar-container {
    margin: 0px auto;
    max-width: 1200px;
    }

.navbar-default {
    border: 0px solid #ffffff;
    background-color: transparent;
    }

.navbar-default .navbar-text {
    color: #ffffff;
    }

.nav {
    float: none;
    text-align: left;
    border: 0px solid #5d5e5e;
    }
.navbar-header {
    border-top: 0px solid #5d5e5e;
}

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 45px;
    margin-bottom: 0px;
    padding-top: 50px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: right;
    }

.navbar-nav > li {
    float: none;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 30px;
    }

.navbar-default .navbar-nav > li > a {
    color: #11375c;
    padding: 10px 0px 10px 20px; 
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'muliregular', Arial, Helvetica, sans-serif
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #7db0e1;
    text-decoration: none;
    background-color: transparent
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #7db0e1;
    padding: 10px 0px 10px 20px; 
    text-decoration: none;
    background-color: transparent;
    }

.navbar-default .navbar-toggle {
    margin-top: 10px;
    border-color: #11375c;
    background-color: #11375c;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #7db0e1;
    background-color: #7db0e1;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
    }

ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
    }

@media (max-width: 780px) {
    .navbar-default {
        border: 0px solid #ffffff;
        background-color: #11375c;
        }
    .navbar {
        border: 0px solid transparent;
        position: relative;
        min-height: 40px;
        margin-bottom: 0px;
        padding: 0px 10px;
        }
        .navbar-default .navbar-nav > li > a {
            color: #ffffff;
            } 
    }
@media (max-width: 767px) {
    .navbar-nav > li {
        float: none;
        color: #ffffff;
        display: block;
        line-height: 40px;
        margin-top: 0px;
        padding: 5px 0px; 
        background-color: #11375c;
        border-top: 1px dotted #7db0e1;
        }
        .navbar-nav > li:first-child {
            border-top: 0px;
        }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        color: #ffffff;
        text-align: center;
        margin: 0px;
        padding: 10px 0px;
        }  

    .navbar-default .navbar-nav > li > a:hover {
        text-align: center;
        margin: 0px;
        padding: 10px 0px; 
        }
    .nav {
        float: none;
        text-align: left;
        border: 0px;
        }
    
    .navbar-collapse { padding: 0px;}
    }

/* ------------------- HEADINGS --------------------- */
h1, h2, h3, h4, h5, h6 { font-family: 'muliregular', Arial, Helvetica, sans-serif; font-weight: normal; }
h1 {
    color: #11375c;
    margin: 30px 0px;
    font-size: 56px;
    text-align: right;
    line-height: 52px;
    font-weight: bold;
    border-bottom: 3px solid #7db0e1;    
    padding-bottom: 20px;
    }
h2 {
    color: #11375c;
    margin: 30px 0px;
    font-size: 36px;
    text-align: center;
    line-height: 44px;
    }

h3 {
    color: #11375c;
    margin: 30px 0px;
    font-size: 26px;
    text-align: right;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 3px solid #7db0e1;    
    padding-bottom: 20px;
    }

h4 {
    color: #232425;
    margin: 0px auto 20px auto;
    padding: 0px;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    font-weight: bold;
}

h5 {
    color: #11375c;
    margin: 0px auto;
    padding: 0px;
    font-size: 22px;
    text-align: left;
    line-height: 32px;
    text-transform: uppercase;
    }

/* ----------------- PARAGRAPHS --------------------- */
p, ol, ul, dl, address {
    color: #5d5e5e;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    }

p {
    color: #232425;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    }
p.top {
    margin-top: 30px;
}
.legalcontent p { 
    margin: 0px 5px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Tw Cen MT', Arial, Helvetica, sans-serif;
    }
.legalcontent a.active { color: #bebebe; }

p.logo {
    color: #000000;
    margin: 0px;
    padding: 10px;
    hyphens: auto;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    }

p.footer {
    color: #5d5e5e;
    margin: 0px;
    padding: 5px 0px;
    hyphens: auto;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    }

p.smallprint {
    color: #a9a9a9;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    hyphens: auto;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    font-weight: normal;
    }

p.credits {
    color: #a9a9a9;
    margin: 10px auto;
    padding: 0px;
    hyphens: auto;
    font-size: 10px;
    max-width: 1200px;
    text-align: center;
    line-height: normal;
    letter-spacing: 1px;
    }

p.button {
    float: right;
    color: #7db0e1;
    margin: 15px 15px 0px auto;
    padding: 15px 10px;
    font-size: 30px;
    text-align: center;
    border-bottom: 0px;
    background-color: #11375c;
    border-radius: 5px;
    }

/* --------------------- LISTS ---------------------- */
ul {
    color: #232425;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    }
li {
    padding: 1px 5px 5px 5px;
    margin: 1px 5px 5px 25px;
}


/* --------------------- LINKS ---------------------- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

a { color: #232425 }
.topbar-content a { color: #ffffff; font-size: 16px; letter-spacing: 1px; }
.topbar-content a:hover { color: #7db0e1}
.footer-content a { color: #ffffff; font-size: 10px; letter-spacing: 1px; }
.footer-content a:hover { color: #7db0e1}

p.button a { color: #ffffff }


/* --------------------- FORMS ---------------------- */
input, textarea {
    width: 100%;
    color: #232425;
    border: 0px;
    padding: 10px 10px;
    font-size: 16px;
    max-width: 100%;
    text-align: justify;
    background: #ffffff;
    line-height: 26px;
    margin-top: 2px;
    border-bottom: 2px solid #dedede;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    }

textarea { border-bottom: 0px; }
input { height: auto; }

.nomore {
    display: none !important;
}

.submit {
    float: right;
    color: #7db0e1;
    height: 40px;
    margin: 15px 0px 0px auto;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 0px;
    background-color: #11375c;
    border-radius: 5px;
    }
    .submit:hover, .submit:active { background-color: #205d98; color: #ffffff;}

:-moz-placeholder { color: #afb8be; }     
::-moz-placeholder { color: #afb8be !important; opacity: 1 } 
:-ms-input-placeholder { color: #afb8be; } 
::-webkit-input-placeholder { color: #afb8be; }


/* ------------------ COLOURS ----------------------- */
.clr1 { color: #11375c; } /* navy blue */
.clr2 { color: #205d98; } /* med blue  */
.clr3 { color: #7db0e1; } /* light blue */
.clr4 { color: #232425; } /* grey */


/* -------------------- IMAGES ---------------------- */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }


/* ------------------- VIDEOS ----------------------- */
.videos {
    position: relative;
    padding-bottom: 0%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    margin: 0px;
    width: auto;
    margin: 5px 0px;
    border: 2px solid #ffffff;
    min-height: 300px;
}

    .videos iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/* ------------------ RESPONSIVE -------------------- */
@media screen and (max-width: 1200px) {
    .maincontent { padding-left: 15px; padding-right: 15px; }
    .footercontent { margin-right: 10px; margin-left: 10px; }
    .quickcontacts { margin-right: 20px; }
    }

@media screen and (max-width: 1024px) {
    h1, h2, h3 { margin-top: 0px; }
    p.top { margin-top: 0px;}
    
}

 @media screen and (max-width: 768px) {
    .maincontent { padding: 25px}
    h1 { font-size: 40px; }
    .submit { margin: 15px 0px 20px 0px; }


    }
@media screen and (max-width: 480px) {
    .videos {
        position: relative;
        padding-bottom: 0%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
        margin: 0px;
        width: auto;
        margin: 5px 0px;
        border: 2px solid #ffffff;
        min-height: 200px;
    }
}