<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*----------Site Wide Styles----------*/
html, body{
    font-size:16px;
    line-height:2;
    font-family: 'Work Sans', sans-serif;
}

.page{
    overflow: hidden;
}

p{
    text-align:justify;
}

a{
    color:#393185;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

a:hover, a:focus{
    color:#4fc3f7;
    text-decoration:none;
}

a img{
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

a img:not(.logo):hover{
    opacity:0.8;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Jura', sans-serif;
    margin-bottom:30px;
    text-transform: uppercase;
}

section{
    padding:100px 0;
}

aside h2{
    margin-top:0;
}

.fa-ul{
    margin:0 0 20px;
}

.fa-ul i{
    color:#4fc3f7;
    font-size:12px;
}

.no-margin{
    margin:0;
}

.no-margin-top{
    margin-top:0;
}

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

ul.dash li:before{
    content:"-";
    margin:0 10px;
}




/*----------Header----------*/
header{
    
}

.logo{
    max-height:120px;
}

#head-wrapper{
    padding: 20px 0;
}

a.email, span.tel, span.tel a{
    font-size:18px;
}

a.email:hover{
    
}

#heading{
    padding: 100px 0;
    background: url(../../images/working-at-height-courses-scotland-header.jpg) no-repeat center;
    background-size:cover;
}

#heading h1{
    margin:0;
    color:#fff;
}

.strapline{
    background: url(../../images/working-at-height-courses-scotland-strapline.jpg) no-repeat center;
    background-size:cover;
}

.strapline{
    color:#fff;
}

.strapline a{
    font-size:40px;
    text-align: center;
    display: block;
    color:#fff;
}

.strapline a:hover{
    opacity:0.7;
}






/*----------Navigation Bar----------*/
.navbar{
    margin:0;
    border-radius:0;
    border:0;
}

.navbar-nav{
    float: right;
    margin-top:30px;
}

.navbar-default{
    background-color:transparent;
    border-color:transparent;
}

.navbar-default .navbar-nav &gt; li{
    margin:0 5px;
}

.navbar-default .navbar-nav &gt; li &gt; a{
    padding:15px 40px;
}

.navbar-default .navbar-nav &gt; li &gt; a, .dropdown-menu &gt; li &gt; a{
    text-align: center;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    color:#333;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus, .nav &gt; li &gt; a.active{
    background-color:#4fc3f7;
    color:#fff;
}

.dropdown-menu{
    border:0;
    border-radius:0;
    padding:0;
}

.dropdown-menu &gt; li &gt; a{
    
}

.dropdown-menu &gt; li &gt; a:hover{
    
}









/*----------Slideshow----------*/
#slideshow{
    padding:0;
    position: relative;
    max-width:1920px;
    margin:auto;
}

#slideshow .carousel-control i{
    position:absolute;
    top:50%;
}

#slideshow .carousel-caption{
    padding:0;
    top:40%;
}

#slideshow .carousel-caption span, #slideshow .carousel-caption h1{
    margin:0;
    font-size:50px;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
}







/*----------Home Boxes----------*/
#home-boxes{
    background:#4fc3f7;
    padding:50px 0 40px;
}

#home-boxes a{
    color:#fff;
    text-align: center;
    display: block;
    border-radius:100%;
}

#home-boxes a:hover{
    opacity:0.7;
}

#home-boxes a i{
    font-size:60px;
    display:block;
    margin-bottom:20px;
}

#home-boxes a span{
    font-size:25px;
}









/*----------Contact Form----------*/
#contact-form{
    background:#4fc3f7;
}

#contact-form h2{
    color:#fff;
}

.form-control{
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    color:#393185;
    -webkit-box-shadow: none;
}

#contact-form ::-webkit-input-placeholder{ /* Chrome */
    color: #fff!important;
}
#contact-form :-ms-input-placeholder{ /* IE 10+ */
    color: #fff!important;
}
#contact-form ::-moz-placeholder{ /* Firefox 19+ */
    color: #fff!important;
    opacity: 1;
}
#contact-form :-moz-placeholder{ /* Firefox 4 - 18 */
    color: #fff!important;
    opacity: 1;
}

.form-control:focus{
    border-color: #393185;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 83, 161, 1),0 0 8px rgba(0, 83, 161, 1);
    box-shadow: inset 0 1px 1px rgba(0, 83, 161, 1),0 0 8px rgba(0, 83, 161, 1);
}

.btn-default{
    background-color: #393185;
    border:0;
    color:#fff;
    font-size:16px;
    padding:15px 20px;
    width:100%;
    font-family: 'Jura', sans-serif;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#contact-form .btn-default{
    margin-top:30px;
}

.btn-default:hover{
    color: #fff;
    background-color: #3870d0;
}








/*----------Dates----------*/
.date{
    background:#eee;
    padding:15px;
    border-bottom:1px solid #4fc3f7;
    margin:10px 0;
}

.date span{
    display:block;
    text-align: center;
}

.date i{
    color:#4fc3f7;
}









/*----------Footer----------*/
footer{
    padding: 50px 0;
    background: #444;
    color: #fff;
}

footer ul{
    list-style-type: none;
    padding-left: 5px;
}

footer ul li{
    line-height:2;
}

footer h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

footer, footer p, footer a, footer ul li, footer address{
    font-size: 14px;
    color: #fff;
}

footer a:hover{
    color: #ccc;
}

#copyright{
    padding: 25px 0;
    background: #323232;
}

#copyright, #copyright a{
    font-size: 12px;
    color: #ccc;
}

#copyright a:hover{
    color: #fff;
}

ul.times span{
    display: inline-block;
    width: 50px;
}






/* Media Queries */
/* Laptops */
@media only screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px){ 
}

/* Anything BUT Mobile */
@media (min-width: 768px){
    
}

/* All Mobile (L+P) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px){
    .logo{
        margin: auto;
    }
    
    #head-wrapper .text-right{
        text-align: center;
        margin-top: 20px;
    }
    
    .navbar-nav{
        display: block;
        float:none;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a{
        padding:15px;
        color:#ccc;
    }
    
    .navbar-toggle{
        float: none;
        margin: 20px auto 0;
        display:block;
        height: 50px;
        width: 50px;
        z-index: 1;
        border-color:#fff;
        border-radius:0;
        border:0;
    }

    .navbar-toggle .icon-bar{
        width: 28px;
        transition: .5s ease;
    }

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

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color:transparent;
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(1){
        transform: rotate(0)translateY(0)translateX(0);
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(2){
        opacity:1;
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(3){
        transform:rotate(0)translateY(0)translateX(0);
    }

    .navbar-toggle .icon-bar:nth-child(1){
        transform: rotate(-45deg)translateY(5px)translateX(-5px);
    }

    .navbar-toggle .icon-bar:nth-child(2){
        opacity: 0;
    }

    .navbar-toggle .icon-bar:nth-child(3){
        transform:rotate(45deg)translateY(-4px)translateX(-3px);
    }
    
    h1, h2, h3, h4, h5, h6{
        text-align: center;
    }
    
    aside h2{
        margin-top:30px;
    }

    footer{
        text-align:center;
    }
    
    footer h4{
        margin-top:20px;
    }
    
    #copyright .text-left, #copyright .text-right{
        text-align:center!important;
    }
    
    #copyright .text-left{
        margin-bottom: 20px;
    }
    
    html, body{
        line-height:1.5;
    }
    
    #home-boxes a i{
        margin:20px;
    }
}

/* All Tablets (L+P) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
    .carousel-indicators, .carousel-control{
        display:none;
    }
}

/* All Tablets (P) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
    .g-recaptcha {
        transform:scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    
    .navbar-default .navbar-nav &gt; li &gt; a{
        padding:10px 15px;
    }
}

/* All Tablets (L) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){
    .navbar-default .navbar-nav &gt; li &gt; a{
        padding:15px 30px;
    }
    
    #slideshow .carousel-caption{
        line-height:1.5;
        top:30%;
    }
}

/* Print Preview Fix */
@media print{
    a[href]:after{
        content:"";
    }
}</pre></body></html>