﻿/*
Responsive Template Name: RS-MQF 960 V.2
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

/*
    Grey Scale Colors
    Lightest Grey #E8E8E8 rgb(232, 232, 232)
    Light Grey #D8D8D8; rgb(216, 216, 216)
    Light/Med Grey #C0C0C0; rgb(192, 192, 192)
    Medium Grey #A9A9A9; rgb(169, 169, 169)
    Medium/Dark Grey #909090; rgb(144, 144, 144)
    Dark Grey #707070; rgb(112, 112, 112)
    Darkest Grey #585858; rgb(88, 88, 88)
    REM Basic Convertion Guide
    Default pixel size 14
    5px     -   0.35rem
    10px    -   0.71rem
    15px    -   1.07rem
    20px    -   1.42rem
    25px    -   1.78rem
    30px    -   2.14rem
    35px    -   2.5rem
    40px    -   2.85rem

*/

@import url(materialize.css);
@import url(html.css);
@import url(ie.css);

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

html{
    overflow-y:scroll; 
    font-size:14px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body{margin:0; padding:0; font-size:100%; font-family:Tahoma, Georgia, sans-serif; color:#666666; background-color:#ffffff;}

/*Message div for application*/

#container .msgWrap {
    position: fixed !important;
    display: none;
    width: 50% !important;
    height: 50% !important;
    top: 25%;
    left: 25%;
    right: 0;
    bottom: 25%;
    border-radius: 2px;
    background: rgba(0,0,0,0.6);
    z-index: 999999 !important;
    cursor: pointer;
}

.msgText h3 {
    font-size: 3rem;
    position: relative;
    top: 50%;
    left:25%;
    transform: translateY(-50%);
}

.msgText {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    border-radius: 2px;
    background:white;
    right: 0;
    bottom: 0;
    transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;

}

legend{border:none;}

.justify{text-align:justify;}
.bold{font-weight:bold;}
.fontSmall{font-size:.6rem;}
.fontMed{font-size:.8rem;}
.fontLarge{font-size:1rem;}
.center{text-align:center;}
.right{text-align:right;}
.italic{font-style:italic;}
.nostart{margin:0; padding:0; list-style:none;}
.hidden{display:none;}
.inline{display:inline;}
.block{display:block;}
.clear{display:block; clear:both;}
.clear:after{display:block; visibility:hidden; height:0; clear:both; font-size:0; content:"";}
.no-wrap{white-space:nowrap;}

#divSuppInfo.supInfo {
    font-size: .75rem !important;
}

#container #fundingMsg {
    font-size: 1em;
    color: #05577F;
}

a, span.link {
    outline: none;
    text-decoration: none;
    color: #05577F;
}

a:hover, span.link:hover {color:#800000; text-decoration:underline; cursor:pointer;}
    a:focus, span.link:focus {
        box-shadow: inset 0 0 0 1px rgb(192, 192, 192) !important;
        color: #800000;
        text-decoration: underline;
        cursor: pointer;
    }

div:focus {
    border: dotted 1px rgb(192, 192, 192) !important;
}

li:focus {
    border: dotted 1px rgb(192, 192, 192) !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 2px + 0.75rem);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=button], button,
input[type=submit] {
    text-decoration: none;
    color: #fff;
    background-color: #243743;
    text-align: center;
    letter-spacing: .1rem;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 0 !important;
    display: inline-block;
    height: 2.75rem;
    min-width:4.0rem;
    line-height: 2.5rem;
    padding: 0 2rem;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.14), 0 0.07rem 0.35rem 0 rgba(0, 0, 0, 0.12), 0 0.21rem 0.07rem -0.14rem rgba(0, 0, 0, 0.2);
}

    input[type=button]:hover, button:hover, 
    input[type=submit]:hover {
        background-color: #800000 !important;
        -webkit-box-shadow: 0 0.21rem 0.21rem 0 rgba(0, 0, 0, 0.14), 0 0.07rem 0.5rem 0 rgba(0, 0, 0, 0.12), 0 0.21rem 0.07rem -0.07rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.21rem 0.21rem 0 rgba(0, 0, 0, 0.14), 0 0.07rem 0.5rem 0 rgba(0, 0, 0, 0.12), 0 0.21rem 0.07rem -0.07rem rgba(0, 0, 0, 0.2);
    }

/*Navigation buttons*/
a.btn-primary:hover{
    color:#ffffff;
    background-color:#800000;
}

.btn-primary {
    text-decoration: none;
    color: #fff;
    background-color: #243743;
    text-align: center;
    letter-spacing: .1rem;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    height: 2.75rem;
    min-width: 4.0rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 0.14rem 0.14rem 0 rgba(0, 0, 0, 0.14), 0 0.07rem 0.35rem 0 rgba(0, 0, 0, 0.12), 0 0.21rem 0.07rem -0.14rem rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding: 1rem 3rem;
    font-size: 1.25rem;
    transition: all 0.4s;
    cursor: pointer;
}

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #11554B;
    }

    .btn-primary span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.4s;
    }

   .btn-primary span.next:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

  .btn-primary span.back:before {
            content: '\00ab';
            position: absolute;
            opacity: 0;
            top: 0;
            left: -20px;
            transition: 0.5s;
        }

    .btn-primary:hover span.next {
        padding-right: 25px;
    }

    .btn-primary:hover span.back {
        padding-left: 25px;
    }

    .btn-primary:hover span.next:after {
            opacity: 1;
            right: 0;
        }

    .btn-primary:hover span.back:before {
        opacity: 1;
        left: 0;
    }

.fl_left{float:left;}
.fl_right{float:right;}


img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle; }
.imgholder {display:inline-block;}
.imgholder, .imgl, .imgr{padding:0.28rem; border:0.07rem solid #D8D8D8; }
.imgauto{max-width:100%; height:auto;}
.imgl{float:left; margin:0 1.07rem 1.07rem 0; clear:left;}
.imgr{float:right; margin:0 0 1.07rem 1.07rem; clear:right;}
.imgvertMiddle{vertical-align:middle;}  
.darkestgreygb{background-color:#585858;}    
.darkgreybg{background-color:#707070;}
.meddarkgreybg{background-color:#909090;}
.mediumgreybg{background-color:#A9A9A9;}
.lightmediumgreybg{background-color:#C0C0C0;}
.lightgreybg{background-color:#D8D8D8;}
.lightestgreybg{background-color:#E8E8E8;}
.smokeBg {background-color: #f2f2f2;}
.surveyRedBg { background-color: #800000;}
.surveyBlueBg {background-color: #200840;}
.surveyGreenBg {background-color: #11554B;}
.redText{color:red;}
.strikeText{text-decoration:line-through !important;}

#container .pointer:hover{cursor:pointer;}

.marginR5{margin-right:0.35rem !important;}
.marginR10 {
    margin-right: 0.71rem !important;
}
.marginR20{margin-right:1.4rem !important;}
.marginR30{margin-right:2.14rem;}
.marginR40{margin-right: 2.85rem !important;}
.marginB0{margin-bottom: 0 !important;}
.marginB10{margin-bottom:0.71rem !important;}
.marginB20{margin-bottom:1.4rem !important;}
.marginB30{margin-bottom:2.14rem !important;}
.marginL5{margin-left:0.35rem !important;}
.marginL10{margin-left:0.71rem !important;}
.marginL20{margin-left:1.4rem !important;}
.marginL30{margin-left:2.14rem !important;}
.marginL40 {margin-left: 2.85rem !important;}

.margin10{margin:0.71rem !important;}
.marginTM10 {
    margin-top: -0.35rem !important;
}
.marginT10 {margin-top: 0.71rem !important;}
.marginT20 { margin-top: 1.4rem !important;}
.marginT30 {margin-top:2.14rem !important;}
.marginT40{margin-top:2.85rem !important;}
.marginR40{margin-right:2.85rem !important;}
.marginB40 {margin-bottom: 2.85rem !important;}
.marginB5{margin-bottom:0.35rem !important;}
.marginL40{margin-left:2.85rem !important;}
.margin0{margin:0 !important;}

.paddingT5{padding-top:0.35rem;}
.paddingL5{padding-left:0.35rem;}
.paddingT10{padding-top:0.71rem;}
.paddingT_10{padding-top:-0.71rem;}
.paddingT15{padding-top:1.07rem;}
.paddingT20{padding-top:1.4rem;}
.paddingT30{padding-top:2.14rem;}
.paddingT40{padding-top:2.85rem;}
.paddingR10{padding-right:0.71rem;}
.paddingB10{padding-bottom:0.71rem;}
.paddingL10{padding-left:0.71rem;}
.paddingL20{padding-left:1.4rem;}
.paddingR20{padding-right:1.4rem;}
.padding20{padding:1.4rem;}
.padding10{padding:0.71rem;}
.paddingB5{padding-bottom:0.35rem !important;}
.paddingL5{padding-left:0.35rem;}
.paddingR5{padding-right:0.35rem;}
.padding5{padding:0.35rem;}
.padding0 { padding: 0;}

.bottomBorder {border-bottom:0.07rem dotted #909090;}
.topBorder { border-top: 0.07rem dotted #909090;}
.leftBorder{border-left:0.07rem dotted #909090;}
.rightBorder{border-right:0.07rem dotted #909090;}
.fsBody { padding:0; margin:0; }
.fsEmbed {padding:0 !important; margin:0;}

label.legendCopy {
    border: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    min-width: 100%;
}

caption {
    margin-bottom: 2.14rem;
    margin-top: 2.85rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .2rem;
    background-color: #05577F;
    color: #ffffff;
    padding: 0.35rem 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


/*----------------------------------------------HTML 5 Overrides-------------------------------------*/
/*address, article, aside, figcaption, figure, footer, header, nav, section{display:block; margin:0; padding:0;}

fieldset input {margin-left:0; padding-left:0; }
fielset label {padding-bottom:0.14rem;}
legend { border:none; font-size:1.3rem; font-weight:700; line-height:normal; color:#05577F; font-family:Gill Sans MT Bold; min-width:100%;
       }

iframe{padding:0; margin:0; border:none; text-align:left; width:100%; background-color:pink; }


/*----------------------------------------------Responsive Videos-------------------------------------*/
.video {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 0 56.25% 0; /* using a 16:9 aspect ratio, the height is 56.25% of the width (9/16=0.5625) */
}
.video iframe{display:block; position:absolute; width:100%; height:100%; margin:0; padding:0;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left;}
div.spacer {min-height:20px; border-radius:.25rem;}
/*.row1, .row1 a{color:#000000;}*/
.row2{color:#000000;}
.row3{color:#000000;}
/*.row3 a{color:#05577F; }*/
.row4hr {color:#919191; width:100%; margin:0 20%;} 
/*.row4 a{color:#919191; }*/

/*----------------------------------------------Generalise-------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.57rem 0;
    padding: 0;
    font-weight: 700;
    line-height: normal;
    color: #05577F;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h1, h2, h3{font-weight:600;}
h1 {font-size:2.75rem; line-height:110%;}
h2{font-size:2rem; line-height: 110%;}
h3{font-size:1.5rem; line-height: 110%;}
h4{font-size:1.25rem; line-height:110%;}

h3.questionText {
    line-height: 1.2;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

address{font-style:normal;}

#header, #topnav, #container, #footer, #copyrightwrap{margin:0 auto; font-size:1rem; line-height:2rem;}
#container p{
    font-size:1rem; 
}

#container p.subHeader {font-weight:normal; margin-top:0; padding-top:0; line-height:1rem; max-width:600px; font-size:.95rem !important;}

.content_center{justify-content:center !important;}




/*----------------------------------------------Header-------------------------------------*/
#header {
    padding: 1.4rem 0;
    margin-bottom: 10px;
}

#header #headergroup {display:block; float:left; width:auto; clear:right;}
/*#header h1, #header h2{margin:0; font-weight:normal; text-transform:none;}
#header h1{font-size:3rem; font-weight: 600;}
#header h2{font-size:2.5rem; padding-top:0.35rem;}*/

.snq-banner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}

.snq-banner-admin {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #111;
    background-color: #156057;
}

.snq-banner h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.825rem;
    font-weight: 600;
    line-height: 1;
}

.snq-banner .snq-banner-container {
    max-width: 100%;
}

/*mobile banner styles are hidden by default and displayed by media queiries*/
#mobileBanner {
    width:100%;
    text-align: center;
    display:none;
}

.mobileLogoWrap{
    background-color:#243743;
    padding:1.3rem 0;
}

#mobileBanner a {
        margin-left: auto;
        margin-right: auto;
        transform: translateX(25%);
    }

.mobileTagLine{
        width:100%;
        background-color:#156057 !important;
        text-align:center;
    }

    .mobileTagLine p {
        color: #ffffff;
        font-size:1.3rem!important;
        padding:.5rem 0;
        margin:0;
    }


    /*Desktop Banner*/

#desktopBanner {
    background-color: #243743;
}

#desktopBanner img{
    height:100% !important;
}

#desktopBanner h1 {
    color: #ffffff;
    margin-top: 35px;
    letter-spacing: .02em;
    text-align: center;
}

    #desktopBanner p {
        color: #ffffff;
        text-align: center;
        font-size: 1.3rem !important;
        margin:-5px 0 0 0;

    }



@media only screen and (max-width: 1200px) {

        .snq-banner h1 {
            font-size: 42px;
        }

        .snq-banner p {
            font-size: 21px;
        }
}

@media only screen and (max-width: 991px) {
 

        .snq-banner h1 {
            font-size: 36px;
        }

        .snq-banner p {
            font-size: 18px;
        }

    .snq-banner-content {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
   

        .snq-banner h1 {
            font-size: 30px;
        }

        .snq-banner p {
            font-size: 16px;
            letter-spacing: normal;
        }
}

@media only screen and (max-width: 600px) {
    
        .snq-banner h1 {
            font-size: 24px;
        }

        .snq-banner p {
            font-size: 14px;
        }
}

@media only screen and (max-width: 414px) {
    

        .snq-banner h1 {
            font-size: 21px;
        }

        .snq-banner p {
            font-size: 12px;
        }
}


/*----------------------------------------------Content Area-------------------------------------*/

#container {
    padding: 0 0 1.4rem 0;
    margin-bottom: 1.4rem;
    clear: both;
    min-height:600px;
}


#container .smalltext{font-size:.75rem;}

#surveyControls{min-height:400px !important; }
.twoColControls{margin-top:2rem;}
.find-workshop {background-color:#d3d3d3; height:100%; width:100%; padding:20px 0;}
.stepTitle {max-width:70%; margin-bottom:20px;}
/*ADMIN PAGE STYLES*/
#container p.ndaInfo {
    font-size: 1rem;
    font-style: oblique;
}

#pnlCurrentAppointments #imgShowHide:hover{cursor:pointer;}

.rblFilter input[type="radio"] {
    margin-bottom: 0.35rem;
}

/* The Modal (background) */
#pnlMoveRoster.modal, #pnlPreviewMessage.modal, #pnlEmailSuccess.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content, #emailContentSuccess.modal-content {
    background-color: #ffffff !important;
    z-index: 2 !important;
    margin: 5% auto; /* 5% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Modal Close Button */
#pnlMoveRoster span.close, #pnlPreviewMessage span.close, #pnlEmailSuccess span.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;

}

    #pnlMoveRoster span.close:hover,
    #pnlMoveRoster span.close:focus,
    #pnlPreviewMessage span.close:hover,
    #pnlPreviewMessage span.close:focus,
    #pnlEmailSuccess span.close:hover,
    #pnlEmailSuccess span.close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.ContactMeSuccessMsg{font-size:16px; font-weight:bold;}

/*----------------------------------------------Landing Page-------------------------------*/
.icon-desktop {
}

/* Main Container -  this controls the size of the circle */
.circle_container {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    display: inline;
}

/* Circle Main draws the actual circle */
.circle_main {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

/* Circle Text Container - constrains text area to within the circle */
.circle_text_container {
    /* area constraints */
    width: 70%;
    height: 70%;
    max-width: 70%;
    max-height: 70%;
    margin: 0;
    padding: 0;
    /* some position nudging to center the text area */
    position: relative;
    left: 15%;
    top: 15%;
    /* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
    transform-style: preserve-3d;
}

/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text {
    /* change font/size/etc here */
    color: #ffffff;
    font-size: 2.3rem;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    /* vertical centering technique */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}





/*----------------------------------------------Footer-------------------------------------*/

#footer{padding:2.85rem 0 1.4rem 0; border-top:0.07rem dotted #585858; margin-top:2rem;}
#footer p{margin:0; padding:0;}
#footer p span{cursor:pointer;}
#footer .smalltext{font-size:.75rem;}
#colContactWrap{max-height:300px; overflow-y:scroll;}
/*--------------------------------------------Contrast for selection-----------------------------------*/
::selection {
    background-color: #111;
    color: #fff;
    text-shadow: none;
}