/* Default Changes */


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

/* 
//
//
//
//
//
//
*/

#access {
    display: inline;
    height: 0;
    width: 0;
    z-index: 9;
}
#access ul {
    padding-left: 10px;
    list-style: none;
    position: relative;
    margin: 0;
}
#access li a {
    margin: 20px 0 0;
    width: 250px;
    padding: 5px;
    position: absolute;
    left: -5000px;
    top: 0;
    color: #fcba19;
    font-size: 14px;
    font-weight: bold;
}
#access li a:focus {
    left: 200px;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
}
body {
    font-size: 18px;
    color: #fff;
    background-color: #003366;
    background-image: url('../files/survey-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
    overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 18px;
        color: #fff;
        background-color: #002346;
        background-image: url('../files/survey-bg.jpg');
        background-attachment: unset;
        background-size: auto;
        background-repeat: no-repeat;
        padding: 0 !important;
    }
}
body.error {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100vw;
    height: 100vh;
}
p,
h1,
h2 {
    -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
    margin-bottom: 0;
    padding-bottom: 10px;
}
a,
a:visited,
a:link,
a:active {
    color: #1a5a96;
    text-decoration: none;
}
#footerAdminLinks a {
    font-size: 13px;
}
a:hover {
    text-decoration: none;
}
h1,
.h1 {
    font-size: 24px;
    font-weight: 600;
}
ul.inline {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.inline li {
    float: left;
    padding: 2px 10px;
    position: relative;
}
ul.inline li a:link,
nav ul.inline li a:visited {
    color: white;
    display: block;
    text-align: center;
}
.logo {
    margin-right: 8px;
}
.script-container {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/*  ACCESSIBILITY HIGHLIGHTING */

.accessibleFocusItem {
    /* all: initial; */
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: inherit;
    display: block;
    text-decoration: none;
}

/* position fixes the Safari bug for <button> overflow */

.accessibleFocusItemContent {
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
}

/* All the states on the inner element */

:hover>.accessibleFocusItemContent {
    /* background: #ccc; */
}
:active>.accessibleFocusItemContent {
    /* background: #aaa; */
}
:focus>.accessibleFocusItemContent {
    border: 3px dashed #b40d0d;
}

/* Removing the focus ring styles specifically for button in Firefox */


/* accessibleFocusItemContent:not(:-moz-focusring):focus>.complexButtonContent {
box-shadow: none;
} */


/* Removing default outline only after we've added our custom one */

.accessibleFocusItem:focus,
.accessibleFocusItemContent:focus {
    outline: none;
}

/* Removing button specific border in FireFox */

.accessibleFocusItem::-moz-focus-inner {
    border: 0;
}

/*Navigation*/

.navbar-brand {
    padding: 0;
}
#navbar .navbar-nav>li>a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.navbar-default {
    background-color: #003366;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: gold;
    background-color: transparent;
}

/*Welcome Page*/

#main-col {}
.main-container,
.load-form,
.save-survey-form,
.return-to-survey,
#surveydescription,
#surveynametitle,
#welcome-container h1 {
    text-align: left;
    color: #fff;
    background-color: rgba(0, 51, 100, 0.8);
    padding: 15px;
    margin: 0;
}
#welcome-container h1,
#welcome-container h2,
#welcome-container .text-info,
#welcome-container .survey-welcome {
    border-left: 2px solid rgba(0, 51, 100, 1);
    border-right: 2px solid rgba(0, 51, 100, 1);
    margin: 0;
    color: rgba(0, 51, 100, 1);
    background-color: rgba(245, 245, 245, 0.9);
}
#welcome-container .alert {
    margin: 0;
    color: rgba(0, 51, 100, 1);
    background-color: transparent;
}
#welcome-container h1 {
    border-top: 2px solid rgba(0, 51, 100, 1);
    font-size: 2em;
}
#welcome-container .alert-info {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 51, 100, 1);
}
#welcome-container a {
    border-bottom: 1px dotted rgba(0, 51, 100, 1);
}
#welcome-container a::after {
    content: url("../files/arrow-square-external-link-01.png");
    position: relative;
    top: 2px;
    left: 4px;
    margin-right: 6px;
}
#surveydescription,
.group-name {
    color: #fff;
}
.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}
.jumbotron p {
    font-size: 16px;
}

/*Question Group Description*/

.group-description a:hover {
    text-decoration: none;
}

/*Questions*/

.questionvalidcontainer,
.question-valid-container {
    background-color: rgba(0, 51, 100, 0.8);
    text-align: left;
    border-left: 2px solid rgba(0, 51, 100, 1);
    border-right: 2px solid rgba(0, 51, 100, 1);
}
.questionvalidcontainer .text-info,
.question-valid-container .text-info {
    color: #fff;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.question-title-container {
    color: #fff;
    background-color: rgba(0, 51, 100, 0.8);
    border-top: 2px solid rgba(0, 51, 100, 1);
    border-left: 2px solid rgba(0, 51, 100, 1);
    border-right: 2px solid rgba(0, 51, 100, 1);
}
.question-title-container {
    font-size: 2.2rem;
    padding-bottom: 0;
}
.question-title-container p {
    font-size: 1.6rem;
}
.answer-container {
    background-color: rgba(0, 51, 100, 0.8);
    border: none;
    padding-top: 1em;
    border-bottom: 2px solid rgba(0, 51, 100, 1);
    border-left: 2px solid rgba(0, 51, 100, 1);
    border-right: 2px solid rgba(0, 51, 100, 1);
}
.question-help-container {
    border: none;
    background-color: rgba(0, 51, 100, 0.8);
}
.ls-questionhelp {
    color: #fff;
}
.ls-question-message {
    padding-top: 8px;
}
.text-info,
.text-info:hover {
    color: #fff;
}
.btn {
    text-decoration: none !important;
    font-weight: 700;
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 1rem 2rem;
    font-size: 3rem;
}
.btn-primary,
.btn-default,
.btn-primary:visited,
.btn-default:visited {
    color: #ffffff;
    background-color: #003366;
    border-color: #003366;
}
.btn-primary:hover,
.btn-default:hover {
    background-color: #335C85;
}
.upload-button .btn-default {
    color: #ffffff;
}
.questionvalidcontainer {
    background: #f1f1f2;
    padding-top: 6px;
    padding-bottom: 6px;
}
.question-text a,
.question-text a:link,
.question-text a:visited {
    color: #fcba19;
    text-decoration: underline;
}
.question-text a:hover {
    color: #fcba19;
    text-decoration: none;
}
th.answertext,
th.answer-text {
    font-size: 16px;
    max-width:
}
.asterisk {
    color: gold;
    font-size: 10px;
    float: left;
    margin-right: 5px;
}
.label-text {
    margin-left: 10px;
}
.dragDropTable ul.dragDropChoiceList li,
.dragDropTable ol.dragDropRankList li {
    color: #1a5a96;
    padding: 8px !important;
}
button.close {
    color: white !important;
}
.radio label::before {
    border: 1px solid #2C3E50 !important;
}
.checkbox label::before {
    border: 1px solid #2C3E50 !important;
}
.progress-bar {
    background-color: #337ab7;
    transition: width .15s ease;
    color: transparent;
    min-width: 10px !important;
}
.progress {
    height: 28px;
}
.progress .progress-bar {
    font-size: 15px !important;
    line-height: 22px !important;
}
.table-hover>tbody>tr:hover {
    background-color: #337ab7;
}
textarea.form-control {
    font-size: 18px;
    min-height: 150px;
}
.ls-questionhelp br {
    display: none;
}
.ls-answers .ls-heading th {
    font-weight: 400;
}
#ls-button-submit {
    margin: 0 auto;
    display: block;
}

/*Completed*/

.completed-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.completed-text {
    background-color: rgba(0, 51, 100, 0.8);
    padding: 2rem;
    font-size: 2rem;
}
.completed-text a {
    color: #fff;
    text-decoration: underline;
}
.completed-text a:hover {
    color: #1a5a96;
    text-decoration: none;
}
.completed-text .success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.top-container .progress {
    height: 21px;
    margin-bottom: 0;
    position: fixed;
    top: 80px;
    border-radius: 0;
    width: 100vw;
    z-index: 9;
}
@media only screen and (max-width: 768px) {
    .top-container .progress {
        top: -18px;
    }
}

/*Footer*/

#footer {
    background-color: transparent;
    border-top: 2px solid #fcba19;
    position: relative;
}
#footer.expanded {
    z-index: 1040;
}
#footerAdminLinks a,
#footerAdminLinks a:link,
#footerAdminLinks a:visited,
#footerAdminLinks a:link {
    color: #fff;
}
#footer hr {
    background: none repeat scroll 0 0 #4b5e73;
    border: 0 none;
    height: 1px;
    margin: 10px 0;
}
#footer #footerWrapper {
    width: 100%;
    bottom: 0;
}
#footerAdminSection ul {
    clear: both;
    padding: 10px 0;
}
#footerAdminLinks {
    clear: both;
}
#footerAdminSection {
    background-color: #003366;
}

/*Warnings*/

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.modal-header {
    background-color: rgba(0, 51, 100, 0.8);
    color: white;
}
.alert {
    border-radius: 0;
}

/* srcarpenter additions */

#block_error h2 {
    /* background-color: #003366; */
    color: #003366;
}
.save-message h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.btn-primary,
.btn-default,
.btn-primary:visited,
.btn-default:visited {
    background-color: #003366;
}
.btn-primary:hover,
.btn-default:hover {
    background-color: #335C85;
}
.text-primary {
    color: #003366;
}
.text-warning {
    color: gold;
}
#main-col {
    margin: 1em;
}
@media only screen and (max-width: 768px) {
    #main-col {
        margin: 0;
    }
}
#outerframeContainer {
    margin-bottom: 30px;
    hyphens: none;
}
#dynamicReloadContainer {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 0;
}
.btn-info:hover {
    background-color: #003366;
}
.btn-info {
    background-color: #337ab7;
}
.text-info {
    font-family: Myriad-Pro, Calibri, Arial, 'sans serif';
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 51, 100, 0.8);
    padding: 0 1em;
}
.save-message .text-info,
.load-form .text-info,
.load-form .save-survey-form,
.load-form .load-survey-form  {
    background-color: transparent;
    padding: 0;
}
.main-container .text-info {
    background-color: transparent;
}
.alert {
    font-size: 16px;
}
.alert-warning {
    background-color: rgba(0, 51, 100, 0.8);
    border: none;
    color: #f39c12;
    font-size: 16px;
    font-weight: 400;
}
.alert-warning p {
    font-weight: 400;
}
.answer-container tbody tr th,
.answer-container tbody tr td,
thead tr.ls-heading th,
thead tr.ls-heading td,
table.ls-answers {
    border: 0;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .answer-container tbody tr th,
    .answer-container tbody tr td,
    thead tr.ls-heading th,
    thead tr.ls-heading td,
    table.ls-answers {
        margin-bottom: 0;
    }
}
.answer-container li {
    font-size: 16px;
    margin-bottom: 8px;
}
tbody tr.ls-odd {
    background-color: rgba(0, 51, 100, 0.8);
}
tbody tr.ls-even {
    background-color: rgba(0, 51, 100, 0.8);
}
radio label::before {
    border: 1px solid #000 !important;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border-radius: 50%;
    background-color: rgba(0, 51, 100, 0.8);
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio-item input[type="radio"] {
    opacity: 0;
    z-index: 1;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .radio-item label::before {
        top: 4px;
    }
    .radio-item label::after {
        top: 7px;
    }
    .ls-answers>tbody>tr>td.radio-item,
    .ls-answers>tbody>tr>td.checkbox-item {
        min-height: 34px;
        padding-top: 0px;
    }
}
.group-description {
    border: 0;
    background-color: rgba(0, 51, 100, 0.8);
    padding: 20px 60px 30px 60px;
    font-size: 16px;
}
.group-title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 28px;
}
.btn-primary a:visited {
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.outerframe div {
    line-height: 1.42857143;
    font-family: Myriad-Pro, Calibri, Arial, 'sans serif';
    -webkit-hyphens: manual !important;
    -moz-hyphens: manual !important;
    -ms-hyphens: manual !important;
    hyphens: manual !important;
}
.modal-body {
    color: #333;
}
#outerframeContainer {
    min-height: 80vh;
}
.navbar-right {
    float: right !important;
    margin: 15px 0;
}

/*
.radio label::before {
border: 1px solid black; 
}

.checkbox label::before {
border: 1px solid black;   
}
*/

article {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}
.question-container {
    margin-bottom: 2em;
    border: 0;
    background-color: transparent;
}
.question-container.row {
    margin: 0 auto;
    padding: 60px;
    max-width: 1112px;
}
@media only screen and (max-width: 768px) {
    .question-container.row {
        margin: 0 auto 20px;
        padding: 0;
        max-width: 100vw;
    }
}
.completed-text p {
    color: #fff;
    font-weight: bold;
}
#footerWrapper {
    position: fixed;
    width: 100vw;
    top: auto;
    bottom: 0;
}
.navbar-right {
    float: right !important;
    margin: 15px 0;
}
.navbar-nav>li {
    margin-left: 10px;
}

/* Mobile Responsive */


/* 
//
//
//
//
//
//
*/

@media all and (min-width: 768px) {
    ul.inline li+li {
        border-left: 1px solid #4b5e73;
    }
    #footerMediaLinks ul {
        padding-top: 22px;
    }
}

/* Slick Defaults */


/* 
//
//
//
//
//
//
*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0 50px !important;
    padding: 0 50px !important;
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}

/* NEEDS RESPONSIVE */

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-hezight: 1px;
    min-width: 50vw;
    max-width: 90vw;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {
    .slick-slide {
        max-width: 80vw;
    }
}
@media only screen and (max-width: 992px) {
    .slick-slide {
        max-width: 75vw;
    }
}
@media only screen and (max-width: 768px) {
    .slick-slide {
        max-width: 80vw;
    }
}
.slick-slide.slick-current {
    opacity: 1;
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block;
    position: relative;
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url(../files/ajax-loader.gif) center center no-repeat
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: fixed;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 9999;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: 42px;
}
.slick-prev:before {
    content: url('../files/slider-circle-left-64.png');
}
.slick-next {
    right: -20px;
}
.slick-next:before {
    content: url('../files/slider-circle-right-64.png');
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}


/* SOCIAL MEDIA SHARING ON THANK YOU */
.socialMediaInner {
    text-align: center;
    margin-bottom: 20px;
}
.iconHeader {
	color: white;
	margin: 0;
	font-weight: 700;
}
.icon {
	height: 32px;
	width: 32px;
	display: inline-block;
	margin: 1rem 0.5rem;
	cursor: pointer !important;
}
.icon:hover {
	opacity: 0.5;
}
.icon.Facebook {
	content: url('//cleanbc.gov.bc.ca/app/uploads/sites/436/2019/08/facebook-square-icon.png');
}
.icon.Twitter {
	content: url('//cleanbc.gov.bc.ca/app/uploads/sites/436/2019/08/twitter-square-icon.png');
}