.hide-emergency-banner .alert {
    display: none !important;
}

.dismissAlertXIcon{
	position: absolute;
    top: 0;
    right: 1px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
    border: 0;
    height: auto;
	background-color:transparent;
}


table.ou-shoreline-dept-programs, table.ou-shoreline-program-options {
    display: none;
}
/* Component Card Icon Conditional */
.card-icon .icon img.card-icon-show-icon { display: none; }
.card-icon .icon span.card-icon-show-img { display: none; }
.ou-variables { display: none; }



#footer footer .back-to-top {
    display: none;
}
#closeVaxAttest:hover{
	cursor:pointer
}
#vaxiFrame{
	position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,.5); display: none; z-index: 1000;
}
#vaxWhiteBg{
	position: fixed; top: 15%; left: 30%; right: 30%; bottom: 15%; background: white;
}
#closeVaxAttest{
	font-weight: bold; color: black; position: fixed; top: 16%; right: 31%;padding:20px;
}
 
.megamenu #navbarCollapse > .container-fluid {
    display: none;
}

/* Program options bug scrolling */
@media (max-width: 991px) {
	section.sectional {
		overflow: visible;
	}
	#closeVaxAttest{
		    font-weight: bold;
    color: black;
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 20px;
	}
	#vaxWhiteBg{
		    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: white;
	}
}

.combobox-container {
    margin-bottom: 1rem;
}
hr.hr-spacer {
    border-color: transparent;
}


/* offset image styles */
.bg-offset-bottom-left { 
  margin-top: 10px;
  margin-right: 10px; 
}
.bg-offset-bottom-left > * { 
    position: relative; 
    left: 10px;
    bottom: 10px;
}
@media (min-width: 992px) {
  .bg-offset-bottom-left { 
    margin-top: 20px;
    margin-right: 20px; 
  }
  .bg-offset-bottom-left > * {  
    left: 20px;
    bottom: 20px;
  }
}
/* bordered alert */
@media (min-width: 768px) {
	.alert.alert-bordered {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}












.hide-emergency-banner .alert {
    display: none !important;
}
/*
.text-no-padding{
padding:0px;
}
.just-text-slider{
flex-direction:column;
align-items:center;
}
blockquote.no-before::before{
display:none;
}
*/

.keyDatesTable > tbody > tr > td:nth-child(1),.keyDatesTable > tbody > tr > td:nth-child(2){
	display:none;
}
.keyDatesTable > tbody > tr > td:nth-child(3){
	border-bottom-left-radius: 10px;
	border-top-left-radius:10px;
}
.keyDatesTable > tbody > tr > td:nth-child(4){
	border-bottom-right-radius: 10px;
	border-top-right-radius:10px;
}
.keyDatesTable{
	border-collapse:separate;
}


.border-color-Red > .card.callout.left{
	border-left-color:#d43c00;
	border-top:none;
}
.border-color-Red > .card.callout.top{
	border-top-color:#d43c00;
	border-left:none;
}


.homePageCtcLinkBoxCont {
        display: block;
        float: left;
        height: auto;
        width: 80%;
		margin-left:10%;
		margin-right:10%;
        
        margin-bottom: -4%;
	    background-position: right center;
	    background-repeat: no-repeat;
    }
.homePageCtcLinkBox > * >h2,.homePageCtcLinkBox > * >p{	
color:#313434;
}
.homePageCtcLinkBox > * >a.btn-secondary{
	margin-left:10px;
}
    .homePageCtcLinkBox {
        width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
		border: 4px solid #FFB500;
	border-radius:40px;
    grid-column-gap: 2.5%;
    justify-items: center;
    justify-content: center;
    align-items: center;
    padding: 2% 5%;
    background: #fff;
   /* background: linear-gradient(135deg, rgba(230, 247, 245, 1) 0%, rgba(230, 247, 245, 1) 71%, rgba(255, 255, 255, 0) 100%);
    */}
    .buttonMargTop{
        margin-bottom: 15px;
    }
    .htwoNoMargin{
        margin-top: 0
    }






/*
MOBILE DESKTOP SWITCH STYLING

*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Hide default HTML checkbox */
.switch input#tutorialMobileDesktopSwitch,.switch input.tutorialMobileDesktopSwitch {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6F7F5;
    border-color: #00685E;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

span.slider.round:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background: #00685E;
    -webkit-transition: all .4s;
    transition: all .4s;
	display:block;
}
.carousel-slider.slick-dotted.slick-slider{
	border:none;
}

input#tutorialMobileDesktopSwitch:checked + .slider,input.tutorialMobileDesktopSwitch:checked + .slider {
    background-color: #00685E;
}

input#tutorialMobileDesktopSwitch:focus + .slider,input.tutorialMobileDesktopSwitch:focus + .slider {
    box-shadow: 0 0 1px #E6F7F5;
}

input#tutorialMobileDesktopSwitch:checked + .slider:before,input.tutorialMobileDesktopSwitch:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #E6F7F5;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.tutorialMobileDesktopSwitchContainer{
    display:block;
    float:left;
    height:auto;
    width:100%;
	padding-top:10px;
}
.tutorialSliderLabel{
    display:inline-block;
    font-weight:bold;
}




/*
END MOBILE DESKTOP SWITCH STYLING

*/




















.tutorialMobileScreenshot {
    display: none;
}


.tutorialCont {
    /*
                display:grid;
                grid-template-columns:100%;
                grid-gap:1.5%;*/
    width: 100%;
}

.tutorialCont > tbody > tr > td {
    border-bottom: none;
}


.tutorialIntro,
.tutorialSection,
.tutorialConclusion {
    background-color: #E6F7F5;
    border-color: #00685E;
    border-style: solid;
    border-width: 5px;
    width: 90%;
    height: auto;
    padding: 2.5% 2.5%;
    border-radius: 10px;
}

.tutorialIntro,
.tutorialConclusion {}

.tutorialIntro {
    display: block;
    /* grid-template-columns: 35% 65%; */
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    background-color: #E6F7F5;
    border-color: #00685E;
    border-style: solid;
    border-width: 5px;
    /* width: 90%; */
    height: auto;
    padding: 2.5% 2.5%;
    border-radius: 10px;
}

.tutorialIntro > td {
    border-bottom: none;
	display:inline-block;
	width:45%;
	padding:1.5% 2.5%;
}
.tutorialIntro > td:nth-child(1) {
    display:none
}
.tutorialIntro > td:nth-child(3) {
    display:none
}


.tutorialSection {
    display: block;

    padding: 0;
    width: 100%;
    height: auto;
    float: left;

}

.tutorialConclusion {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-gap: 5%;
    width: 100%
}

.tutorialSectionImg {
    padding: 0;
    display: inline-block;
    width: 50%;
    height: auto;
    float: right;
    transition: 1s all;

}

.tutorialSectionText {
    padding: 1.5% 2.5%;
    width: 40%;
    display: inline-block;
    height: auto;
    float: left;
    transition: 1s all;
}

.tutorialSectionImg > img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: 1s all;
    transition-delay: 1s;
}

/*
.tutorialSectionImg > img:hover{
                max-width:100%;
                width:100%;
                height:auto;
	transition:1s all;
	transform:scale(1.5);
            }*/
/*.spacer{
                width:calc(50% - 2.5px);
                display:inline-block;
                height:auto;
            }*/
.tutorialVertGreenBar {
    width: 5px;
    margin-left: calc(50% - 2.5px);
    margin-right: calc(50% - 2.5px);
    height: 60px;
    background-color: #00685E;
    display: block;
    padding: 0 !important;

}

.tutorialDesktopText {
    display: block;
	transition:1s all;
}

.tutorialMobileText {
    display: none;
	transition:1s all;
}

.tutorialRelatedArticleCont {
    display: inline-block;
    height: auto;
    /*grid-gap:1.5%;*/
    width: 100%;
}

.tutorialRelatedArticle {
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    border-width: 1px;
    text-decoration: none;
}

.tutorialRelatedArticle > h3 {
    color: #00685e;
}

.tutorialRelatedArticle:first-child {
    border-top-width: 2px;
}

.tutorialRelatedArticle:last-child {
    border-bottom-width: 2px;
}

.tutorialMobileScreenshot {
    display: none;
	transition:1s all;
}





table.ou-shoreline-dept-programs, table.ou-shoreline-program-options {
    display: none;
}
/* Component Card Icon Conditional */
.card-icon .icon img.card-icon-show-icon { display: none; }
.card-icon .icon span.card-icon-show-img { display: none; }
.ou-variables { display: none; }


#footer footer .back-to-top {
    display: none;
}
#closeVaxAttest:hover{
	cursor:pointer
}
#vaxiFrame{
	position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,.5); display: none; z-index: 1000;
}
#vaxWhiteBg{
	position: fixed; top: 15%; left: 30%; right: 30%; bottom: 15%; background: white;
}
#closeVaxAttest{
	font-weight: bold; color: black; position: fixed; top: 16%; right: 31%;padding:20px;
}
.tutorialMobileScreenshot{
	display:none;
}
 
.megamenu #navbarCollapse > .container-fluid {
    display: none;
}

@media only screen and (max-width: 1250px) {
    .tutorialSection {
        display: block;
        padding: 0;
        width: 100%;
    }

    .tutorialSectionText,
    .tutorialSectionImg {
        display: block;
        width: 100%;
        height: auto;
    }

    .tutorialConclusion {
        display: block;
        width: 100%;
        height: auto;
    }
	.tutorialIntro > td {
    border-bottom: none;
	display:block;
	width:95%;
}
}


/* Program options bug scrolling */
@media (max-width: 991px) {
	section.sectional {
		overflow: visible;
	}
	#closeVaxAttest{
		    font-weight: bold;
    color: black;
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 20px;
	}
	#vaxWhiteBg{
		    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: white;
	}
}






.combobox-container {
    margin-bottom: 1rem;
}
hr.hr-spacer {
    border-color: transparent;
}


/* offset image styles */
.bg-offset-bottom-left { 
  margin-top: 10px;
  margin-right: 10px; 
}
.bg-offset-bottom-left > * { 
    position: relative; 
    left: 10px;
    bottom: 10px;
}
@media (min-width: 992px) {
  .bg-offset-bottom-left { 
    margin-top: 20px;
    margin-right: 20px; 
  }
  .bg-offset-bottom-left > * {  
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
	
	.tutorialSection {
        display: block;

        padding: 0;
        width: 100%;
        height: auto;
        float: left;

    }

    .tutorialDesktopText {
        display: none;
		transition:1s all;
    }

    .tutorialMobileText {
        display: block;
		transition:1s all;
    }

    .tutorialMobileScreenshot {
        display: block;
		transition:1s all;
    }

    .tutorialDesktopScreenshot {
        display: none;
		transition:1s all;

    }
	
.homePageCtcLinkBoxCont {
        display: block;
        float: left;
        height: auto;
        width: 100%;
        margin-bottom: 5%;
	margin-left:0%;
	margin-right:0%;
    }

    .homePageCtcLinkBox {
        width: 100%;
        display:block;
		float:left;
		height:auto;
        justify-items: center;
        justify-content: center;
        align-items: center;
        padding: 10%;
    }
	.homePageCtcLinkBox > * >a.btn-secondary{
	margin-left:auto;
}
.homePageCtcLinkBox > div:nth-child(2) {
	margin-top:25px;
}
.homePageCtcLinkBox > div:nth-child(3) {
	margin-top:25px;
}
	


}


/* bordered alert */
@media (min-width: 768px) {
	.alert.alert-bordered {
		margin-top: 1rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	


}





