#styleguide-logo{
	width:inherit !important;
}

#styleguide-logo img{
	max-width:100% !important;
}

.styleguide-main-header{
	padding-top:0 !important;
}

ul.text-links li {
    flex: 1;
    margin: 10px 30px;
}

.hero-image-container.styleguide{
	min-height: 50vh;
}

.styleguide-float-right{
	float:right;
	margin-left: 10px;
}

.styleguide-float-left{
	float:left;
	margin-right: 10px;
}

.float-clearfix{
	overflow: auto;
}

.styleguide-overview{
	margin:20px 0;
}

.styleguide-guildeline-container{
	background-color: #F1E7CE;
    padding: 20px !important;
}

.styleguide-guildeline-content{
	background-color: white;
    padding: 25px 20px;
    border-radius: 8px;
}

.footer-styleguide{
	text-align: right;
}

.footer-styleguide a{
	font-weight: 400 !important;
	color: #487127 !important;
	text-decoration: underline !important;
}


.footer-styleguide li{
	display: inline;
    margin-left: 10px;
}

.footer-styleguide ul, .footer-styleguide p{
	float:none;
}

.footer-styleguide p{
	font-size:12px;
	font-style: italic;
	margin-top: 12px;
}

.styleguide-nav-blocks-container{
	background-color:#F0F8F8;
	height: 200px;
	width:100%;
}

.styleguide-nav-blocks{
	background-color:white;
	max-width:25%;
	height:220px;
	flex:1;
	margin: 10px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px 30px 50px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

a.styleguide-nav-blocks{
	text-decoration: none;
}

.styleguide-nav-blocks img{
	margin: 20px auto;	
}

.styleguide-nav-blocks h3{
	text-align: center;	
}

.blocks-container{
	width:80%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}

.styleguide-guildeline-content .button-green{
	background: rgb(0,131,120) !important;
	font-size: 1.125rem !important;
}


.styleguide-guildeline-content .button-green:hover{
	background: #fff !important;
	font-size: 1.125rem !important;
}

.styleguide-guildeline-content p, .styleguide-guildeline-content h4, .styleguide-guildeline-content a {
    margin-left: 38px;
}

.styleguide-main .container .section{
	width:100% !important;
}

@media screen and (min-width: 1025px){
	.hero-content.styleguide{
			top:90px !important;
	}
}

.styleguide-sidenav {
    height: 100%;
    width: 25%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F0F8F8;
    overflow-x: hidden;
    padding-top: 170px;
    padding-left: 4.5vw;
}


.styleguide-sidenav ul li{
    padding-left: 10px;
    margin-bottom: 15px;
}

.styleguide-sidenav ul li a{
	color:black;
}


.styleguide-main{
	margin-left: 25%;
}

.full-page-content .container{
	width: 90% !important;
}


.styleguide-page{
	margin-top:70px;
}

.gradient-2{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	padding-bottom:10px;
}

.color.color-gradient{
	position: relative; 
	height: 120px; 
	background: linear-gradient(90deg, #027F73 0%, #14A289 100%);
	background: -ms-linear-gradient(90deg, #027F73 0%, #14A289 100%);
	background: -moz-linear-gradient(90deg, #027F73 0%, #14A289 100%);
	background: -webkit-linear-gradient(90deg, #027F73 0%, #14A289 100%);
}

.styleguide-main .section div:nth-child(n+2) {
	border:none;
}

.app-active-li{
	border-left:4px solid #66A137;
	font-weight:bold;
	margin-left: -4px;
}

.brand-typography{
	border-top: 1px solid rgba(118,118,118,0.2) !important;
	border-bottom: 1px solid rgba(118,118,118,0.2) !important;
	padding-top: 18px !important;
}

.brand-typography h2{
	color:black !important;
	font-size:3rem !important;
}

.styleguide-main h3{
	color: #454545;
    line-height: 1;
    font-size: 1.500rem;
    font-weight: bold;
}


.toggleHeader p{
		display:inline;
}

.toggleHeader h4{
	color:black;
	margin-bottom:0;
}

.styleguide-typography-ex h1, .styleguide-typography-ex h2, .styleguide-typography-ex h3, .styleguide-typography-ex h4, .styleguide-typography-ex p {
	margin-bottom:0 !important;
}

.styleguide-typography-ex{
	margin-bottom: 30px;
}

.styleguide-desc{
	color: #8F8F8F;	
	font-size:14px;
}

.styleguide-disclaimer{
	font-style: italic;
}

.brand-logo .styleguide-cc-logos img{
	max-width:250px;
}

.styleguide-cc-logos{
	flex-wrap: wrap;
}

.styleguide-cc-logos .col{
	flex:1 1 50%;
	margin-bottom: 50px;
	margin-right: 0px;
}

.styleguide-cc-logos a, .styleguide-white-btn{
    background-color: white !important;
    border: 2px solid #E4E4E4 !important;
    border-radius: 5px !important;
    padding: 15px 18px !important;
    color:#006D64 !important;
}

.styleguide-white-btn{
	text-align: center;
}

.styleguide-cc-logos a:hover,.styleguide-white-btn:hover{
    border:2px solid #8ECDC8 !important;
    text-decoration: none;
}

.consumer-buttons-primary{
	display:inline-block;
	margin-right: 10px;
}

.consumer-buttons-trans{
	display:inline-block;
	margin-right: 30px;
}

.trans-btn, .trans-btn:hover{
  font-size:1.25rem !important;
  border-radius: 5px;
  color:white !important;
}

#trans-btn-pri,#trans-btn-pri:hover {
	background-color: #008378 !important;
	border-color: #008378;
	color:white;
}

#trans-btn-hov,#trans-btn-hov:hover{
	background-color: #049372 !important;
	border-color: #049372;
	color:white;
}

#trans-btn-act, #trans-btn-act:hover{
	background-color: #006F60 !important;
	border-color: #006F60;
	color:white;
}

#trans-btn-focus, #trans-btn-focus:hover{
	border: 3px solid #7fc1bb;
  	background-color: #008378;
  	padding: 7px 25px;
  	color:white;
}

#trans-btn-dis, #trans-btn-dis:hover{
	 background-color: #DADADA !important;
	 color: #757575 !important;
	 border-color: #DADADA;
}

.consumer-button-icon{
	width:16px;
	height:16px;
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.sec-trans-btn, .sec-trans-btn:hover{
	font-size:1.25rem !important;
	color: #008378 !important;
	padding: 7px 25px;
}

#trans-btn-sec, #trans-btn-sec:hover{
	background-color: #fff !important;
	border: 3px solid #008378;
}

#trans-sec-hov, #trans-sec-hov:hover{
	background-color: #CDE9E2 !important;
	border: 3px solid #049372;
}

#trans-sec-act, #trans-sec-act:hover{
	background-color: #CCE2DF !important;
	border: 3px solid #006F60;
}

#trans-sec-focus, #trans-sec-focus:hover{
	border: 3px solid rgba(0,131,120,0.5);
  	background-color: #FFFFFF !important;
}

#trans-sec-dis, #trans-sec-dis:hover{
	border: 3px solid #B5B5B5;
  	background-color: #FFFFFF !important;
  	color: #757575 !important;
}

.btn-ghost{
	border:none !important;
}

.nav-and-footer img, .consumer-imagery img{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

.page-download{
	margin: 0 auto;
	background-color: rgba(184,134,11,0.2);
	width:294px;
	height:294px;
	text-align: center;
	padding:15px;
	border-radius: 5px;
}

.page-download img{
	margin: 0 auto;
}

.provider-typography h1{
	font-weight: 300;
	color: #454545;
	font-size: 56px;
}

.provider-typography h2{
	font-weight: 300;
	color: #454545 !important;
	font-size: 42px !important;
}

.provider-typography h3{
	font-weight: bold;
	color: #454545;
	font-size: 24px;
}

.provider-emphasis{
	font-size:24px !important;
}

.styleguide-provider-disclaimer{
	font-style: italic;
	font-size:13px!important;
}

.hover-shadow{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

.provider-header-title{
	position:absolute;
	bottom:0;
	background-color:rgba(0,111,82,0.7);
	padding-left:20px;
	width:100%;
}

.provider-header-title h1{
	color:white;
	font-size:56px;
	font-weight: 300;
}

.provider-header-image{
	position:relative;
	max-width:912px;
}

.nate-typography h1{
	color: #454545 !important;
	font-size:36px !important;
}

.nate-typography h2{
	color: #454545 !important;
	font-size:24px !important;
}

.nate-typography h3{
	color: #454545 !important;
	font-size:21px !important;
	font-weight: 400;
}

.nate-typography .h4-nonbutton{
	color: #454545 !important;
	font-size:16px !important;
}

.nate-typography .h4-button{
	font-size:18px !important;
}

.nate-typography p.nate-regular{
	font-size:16px !important;
}

.nate-typography p.nate-small, .nate-typography .styleguide-disclaimer{
	font-size:14px !important;
}

.consumer-h2{
	font-size: 24px !important;
	color:#454545 !important;
}

.consumer-h3{
	font-weight: 400 !important;
	font-size:21px !important;
}

.styleguide-green{
	color: #008378 !important;
}

.styleguide-ex-link{
	text-decoration: underline;
	margin-right:20px;
	
}

.styleguide-ex-hover{
	color: #487127 !important;
}

.styleguide-green-links a{
	color: #487127 !important;
	text-decoration: underline;
}

.styleguide-input-focus{
	border: 2px solid #008378;
}

.styleguide-input-error{
	border: 2px solid #C44D5E;
}

.styleguide-input{
	padding: 10px 0px 0px 10px;
}

.helper-text{
	font-size:14px !important;
}

.styleguide-error{
	color: #C44D5E !important;
}

.styleguide-search-icon{
    border: none;
    background-color: transparent;
    top: 14px;
    left: 11px;
    width: 18px;
    height: 29px;
    outline: none;
    position: absolute;
    z-index: 3;
}

.styleguide-input-with-icon{
	padding-left:36px;
}

.styleguide-label-with-icon{
	padding-left: 26px;
}

.icon-images img{
	display: inline !important;
	margin:0px 20px 20px 0px !important;
}

.transactional-icons p, .transactional-icons img{
	display:inline !important;
}

.transactional-icons p{
	margin-right:20px;
}

.styles-icon img{
	display: initial !important;
}

.provider-button{
	width:160px !important;
	height:48px !important;
}

.provider-static, .provider-static:hover{
	background-color:#66A137 !important;
	color:white !important;
	border-color: #66A137 !important;
}

.provider-hover, .provider-hover:hover{
	background-color:#579526 !important;
	color:white !important;
	border-color: #579526 !important;
}

.provider-active, .provider-active:hover{
	background-color:#488617 !important;
	color:white !important;
	border-color: #488617 !important;
}

.provider-inactive, .provider-inactive:hover{
	background-color:#F2F2F2 !important;
	color:#BBBBBB !important;
	border-color: #F2F2F2 !important;
}


.provider-sec-static, .provider-sec-static:hover{
	background-color: white !important;
	border: 2px solid #E4E4E4 !important;
	color: #008378 !important;
}

.provider-sec-hover, .provider-sec-static:hover{
	background-color: white !important;
	border: 2px solid #8ECDC8 !important;
	color: #008378 !important;
}

.provider-sec-active, .provider-sec-active:hover{
	background-color: white !important;
	border: 2px solid #63BDB5 !important;
	color: #008378 !important;
}

.provider-sec-inactive, .provider-sec-inactive:hover{
	background-color: white !important;
	border: 2px solid #F2F2F2 !important;
	color: #BBBBBB !important;
}

.tertiary-button{
	width:114px !important;
	height:42px !important;
	border-radius: 20px;
}

.provider-link-static, .provider-link-static:hover{
	color: #008378 !important;
	font-weight:bold;
}

.provider-link-hover, .provider-link-hover:hover{
	color: #008378 !important;
	font-weight:bold;
	text-decoration: underline;
}

.provider-link-active, .provider-link-active:hover{
	color: #006F60 !important;
	font-weight:bold;
}

.assetSize{
	max-width: 192px;
    min-width: 160px;
    width: 192px;
    height: 160px;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    display: inline-block;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 32px;
    vertical-align: top;
    cursor: pointer;
    color: #006f60;
    position: relative;
}

.innerAssetSize._120x90 {
    width: 60px;
    height: 45px;
    margin: 40px auto 20px;
}

.assetSize.active{
	background-color: #008378;
    color: #ffffff;
}

span.buttonDetails {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px;
}

.innerAssetSize {
    background-color: #cccccc;
    display: block;
}


.innerAssetSize.active {
    background-color: #ffffff;
}

.selected-check {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 4px #78c339 !important;
    background-color: #ffffff;
    position: absolute;
    background-image: url(/sites/pc/image/checkmark-rounded-454545.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 7px;
    right: -14px;
    bottom: -14px;
    transition: opacity 250ms;
}

.assetSizehover{
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
}

.assetSizeactive{
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
}

.colorblock{
	width: 96px;
    height: 64px;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px #dcdcdc;
    position: relative;
}

.colorblock span{
	margin: 18px auto;
    border: 1px solid #999;
    cursor: pointer;
    width: 64px;
    height: 32px;
    display: block;
}

.colorblockHover{
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.3);
}

.colorblockActive{
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 16px 24px 0 rgba(0,0,0,0.4);
}

.colorblock.active{
	border: solid 4px #008378;
}


.button.copied {
    border: solid 4px #66a137;
    color: #454545;
    line-height: 40px;
    background-color: #fff;
    background-image: url(/sites/pc/image/checkmark-rounded-454545.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 90px center;
    padding-right: 30px;
    width: 128px;
    height: 48px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.accordiancontainer{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.accordian-arrow {
    float: left;
    width: 32px;
    height: 32px;
    border: solid 2px #e4e4e4;
    border-radius: 50%;
    background-image: url(/sites/pc/image/chevron-right-008378.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: 60%;
    transition: all 250ms;
    margin-right: 16px;
    margin-left: 0px;
}

a.title-accordian {
    font-size: 16px;
    font-weight: bold;
    color: #008378;
    padding: 20px 0;
    transition: all 250ms;
    display: block;
    line-height: 32px;
    padding-left: 0px;
}

a.title-accordian.underline{
	text-decoration: underline;
}

a.title-accordian.active{
	color: #006F60;
}

.accordian-body {
    font-size: 16px;
    color: #454545;
    padding: 12px 0 40px 47px;
}

.accordian-arrow.active{
	border: solid 4px #78c339;
    transform: rotate(90deg);
    background-image: url(/sites/pc/image/chevron-right-454545.svg);
}

.provider-form-label{
	font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #454545;
}

.provider-form-input{
	outline: none;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    font-size: 20px;
    color: #454545;
    display: block;
    padding-bottom: 3px;
    margin: 6px 0 0px;
    max-width: 365px;
    width: 100%;
}

.provider-form-input.provider-form-hover{
	border-bottom: 2px solid #8ECDC8 !important;
}

.provider-form-input.provider-form-active{
	border-bottom: 2px solid #008378 !important;
}

.provider-form-label-inactive{
	color: #BBBBBB !important;
}

.provider-form-input.provider-form-inactive{
	border-bottom: 2px solid #F2F2F2 !important;
}

.provider-form-label.form-error{
	color:#DF3044 !important;
}

.provider-form-input.input-error{
	border-bottom: 2px solid #E76877 !important;
}

.provider-form-text-error{
	color:#DF3044;
	font-size:12px;
}

.cc-input-label{
	display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    color: #454545;
    font-weight: 700;
    margin-bottom: 8px;
}


.cc-textarea-component {
    padding: 10px 11px;
    border: 2px solid #E4E4E4;
    border-radius: 4px;

}

.cc-textarea {
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    border: none;
    /*min-height: 88px;
    width: 100%;
    margin-top: 5px;*/
    color: #454545;
    outline: none;
    overflow:hidden;
}

.cc-textarea:hover{
	border:none;
}

.textarea-hover{
	border-color: #8ECDC8 !important;
}

.textarea-active{
	border-color: #008378 !important;
}

.textarea-inactive{
	border-color: #F2F2F2 !important;
}

.input-inactive{
	color: #BBBBBB !important;
}

.cc-select-component {
    height: 69px;
    width: 250px;
    position: relative;
    border: 2px solid #E4E4E4;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #E4E4E4;
    padding: 11px 10px;
    box-sizing: border-box;
}

.cc-select-standin {
    font-size: 24px;
    line-height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 5px;
    color: #454545;
    height: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc-select-label {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    color: #454545;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}

.cc-select {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.cc-fullscreen-modal.cc-sign-up-modal .cc-select-component-state{
	box-sizing: border-box;
    float: left;
    width: 25%;
    margin-bottom: 25px;
}

.cc-select-label:after {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 10px;
    line-height: 1;
}

.cc-icon-caret-down, .cc-icon-caret-down-before:before, .cc-icon-caret-down-after:after, .cc-select-label:after {
    content: "\f101";
    font-family: "cc-icons";
}

.view-button.left.active, .view-button-left:hover {
    background-color: #008378;
    background-image: url(/sites/pc/image/view-button-left-active.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -2px;
}

.view-button.right.inactive {
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    background-image: url(/sites/pc/image/view-button-right-inactive.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -2px;
    display: inline-block;
}

.view-button.right {
    border-radius: 5px;
    display: inline-block;
    right: 0px;
}

.view-button {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.view-button.left {
    border-radius: 5px;
    display: inline-block;
    right: 64px;
}

.view-button.left.inactive {
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
    background-image: url(/sites/pc/image/view-button-left.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;

}

.styleguide-icon-container{
	width: 64px;
    height: 64px;
    margin-bottom: 12px;
    border-radius: 3px;
	background-color: #F2F2F2;
    background-position: center;
    background-repeat: no-repeat;
}

.styleguide-icon-container.styleguide-prev{
	background-image: url(/sites/cc/image/1-previous.png);
}

.styleguide-icon-container.styleguide-next{
	background-image: url(/sites/cc/image/2-next.png);
}

.styleguide-icon-container.styleguide-return{
	background-image: url(/sites/cc/image/3-return.png);
}

.styleguide-icon-container.styleguide-print{
	background-image: url(/sites/cc/image/4-print.png);
}

.styleguide-icon-container.styleguide-download{
	background-image: url(/sites/cc/image/5-download.png);
}

.styleguide-icon-container.styleguide-email{
	background-image: url(/sites/cc/image/6-mail.png);
}

.styleguide-icon-container.styleguide-check{
	background-image: url(/sites/cc/image/7-check.png);
}


.styleguide-icon-container.styleguide-star{
	background-image: url(/sites/cc/image/8-star.png);
}


.styleguide-icon-container.styleguide-lock{
	background-image: url(/sites/cc/image/9-lock-grey.png);
}

.styleguide-icon-container.styleguide-remove{
	background-image: url(/sites/cc/image/10-close.png);
}

.styleguide-icon-container.styleguide-block{
	background-image: url(/sites/cc/image/11-block.png);
}
.styleguide-icon-container.styleguide-photo{
	background-image: url(/sites/cc/image/12-photo.png);
}

.styleguide-icon-container.styleguide-phone{
	background-image: url(/sites/cc/image/13-phone.png);
}

.styleguide-icon-container.styleguide-loc{
	background-image: url(/sites/cc/image/14-location.png);
}

.styleguide-icon-container.styleguide-send{
	background-image: url(/sites/cc/image/15-send.png);
}

.styleguide-icon-container.styleguide-play{
	background-image: url(/sites/cc/image/16-play.png);
}

.styleguide-icon-container.styleguide-pause{
	background-image: url(/sites/cc/image/17-pause.png);
}


.styleguide-icon-container.styleguide-back{
	background-image: url(/sites/cc/image/18-back.png);
}

.styleguide-icon-container.styleguide-edit{
	background-image: url(/sites/cc/image/19-edit.png);
}

.styleguide-icon-container.styleguide-info{
	background-image: url(/sites/cc/image/20-info.png);
}

.styleguide-icon-container.styleguide-help{
	background-image: url(/sites/cc/image/21-help.png);
}

.styleguide-icon-container.styleguide-audio{
	background-image: url(/sites/cc/image/22-audio.png);
}

.styleguide-icon-container.styleguide-video{
	background-image: url(/sites/cc/image/23-video.png);
}

.styleguide-icon-container.styleguide-e-learning{
	background-image: url(/sites/cc/image/24-e-learning.png);
}

.styleguide-icon-container.styleguide-reading-long{
	background-image: url(/sites/cc/image/25-reading-long.png);
}

.styleguide-icon-container.styleguide-reading-short{
	background-image: url(/sites/cc/image/26-reading-short.png);
}

.styleguide-icon-container.styleguide-reading-info{
	background-image: url(/sites/cc/image/27-reading-info.png);
}

.view-button.right.active, .view-button-right:hover {
    background-color: #008378;
    background-image: url(/sites/pc/image/view-button-right.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -2px;
    display: inline-block;
}

.filter-toggle-container{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px
}

.select-dropdown-margin{
	margin-top: 20px;
}

.provider-category-icons img{
	width:100px;
	margin:10px auto;
}

.cc-practice-link-text {
    position: relative;
    display: block;
    color: #006F60;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.cc-practice-icon {
    transition: all 0.2s ease;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.styleguide-radio-circle{
	height: 32px;
  	width: 32px;
  	border-radius:32px;
  	border: 2px solid #E4E4E4;
}

.styleguide-radio-circle.hover{
	border: 2px solid #8ECDC8;
}

.styleguide-radio-circle.active{
	border: 2px solid #63BDB5;
}

.styleguide-radio-circle.inactive{
	background-color: #F2F2F2;
	border:none;
}

.styleguide-radio-circle.selected{
	border: 10px solid #008378;
}

.styleguide-radio-circle.selected-hover{
	border: 10px solid #006F60;
}

.styleguide-radio-circle.selected-active{
	border: 10px solid #006255;
}

.styleguide-radio-circle.selected-inactive{
	border: 10px solid #F2F2F2;
	background-color: #D5D5D5;
}


.styleguide-radio-content div{
	display: inline-block !important;
}

.styleguide-radio-label{
	vertical-align: middle;
	height: 32px;
    padding: 2px !important;
}

.styleguide-checkbox-box{
	height: 32px;
  	width: 32px;
  	border-radius:6px;
  	border: 2px solid #E4E4E4;
}

.styleguide-checkbox-box.inactive{
	background-color: #F2F2F2;
	border:none;
}

.styleguide-checkbox-box.selected{
	background-color:#008378;
	background-image: url('/sites/pc/image/checkmark-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	border:none;
}

.styleguide-checkbox-box.selected.checkbox-hover{
	background-color:#006F60;
}

.styleguide-checkbox-box.selected.checkbox-active{
	background-color:#006255;
}

.styleguide-checkbox-box.selected.checkbox-inactive{
	background-color:#F2F2F2;
	background-image: url('/sites/cc/image/checkmark-grey.svg');
}


.styleguide-nav-blocks-mobile{
	background-color: #F0F8F8;
	padding: 10px 0;
}

.blocks-mobile{
	width:80%;
	margin: 0 auto;
}

.blocks-item{
	padding:20px;
	margin:10px;
	width:100%;
	background-color: #fff;	
	border-radius: 10px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
	text-decoration: none;
	background-image: url(/sites/cc/image/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 55%;
    background-position-x: 96%;
}

.blocks-item:hover{
	text-decoration: none;
}

.blocks-item img, .blocks-item div{
	display: inline-block !important;
}

.blocks-item img{
	margin-right:10px;
	width:50px;
}

.blocks-item h3{
	margin-bottom: 10px !important;
}

.styleguide-nav-blocks-mobile{
	display:none;
}

.main-navi.container.desktop-force-block {
    width: 100% !important;
}

.main-navi.container.desktop-force-block ul{
    width: 100% !important;
}

.styleguide-nav-mobile{
	display:flex;
    align-items: center;
    padding: 10px 20px;
    width: 90%;
    margin:0 auto;
}

.styleguide-nav-mobile label{
	flex:1;
	margin-right: 10px;
}

.styleguide-nav-mobile select{
	font-size:1rem;
	padding: 10px;
}

.nav-mobile-container{
	display:none;
	background-color: #F0F8F8;
}

.styleguide-middle-button{
	display:flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.video-usage-p{
	min-height: 54px;
}

.provider-pri-initicon{
	background-image: url(/sites/cc/image/navigate-right-green.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    background-position-y: 50% !important;
    background-position-x: 95% !important;
}

.provider-pri-icon{
	background-image: url(/sites/cc/image/navigate-right-white.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    background-position-y: 50% !important;
    background-position-x: 90% !important;
}


.provider-sec-icon{
	background-image: url(/sites/cc/image/navigate-left-green.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    background-position-y: 55% !important;
    background-position-x: 10% !important;
}


.provider-ter-icon{
	background-image: url(/sites/cc/image/content-long-green.png) !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position-y: 55% !important;
    background-position-x: 8% !important;
}



/*from styleguide.css*/
.row{
	display: flex;
	margin-bottom:30px;
}

.col{
	flex:1 1 0;
	/*flex-basis: calc(25% - 15px);*/
	margin-right:20px;
}

.col2{
	flex:2;
}

.section.wide div:nth-child(n+2){
	border:none;
	padding-top: 0px;
    margin-top: 0px;
}

#no-slogan{
	margin-bottom: 36px;
}


#slogan{
	margin-bottom: 17px;
}

.full-page-content .col .button.button.medium{
    background: rgb(0,131,120);
    font-size: 1.2rem;
}

.full-page-content .col .button.button.medium:focus{
	border: 5px solid rgb(0,131,120);	
}

.full-page-content .col2 .button.button.medium{
    background: rgb(0,131,120);
}

.full-page-content .col .button.button.medium:hover{
	color: rgb(0,131,120);
border: 5px solid rgb(0,131,120);
}

.separator{
border-top: 2px solid #D1D2D3;
}

.full-page-content div:empty{
	display:block;
}

.gradiant_color {
	height: 40px;
	margin-top:0px;
}

div.swatch {
  float: left;
  width: 150px;
  margin-right: 30px;
}
div.outer {
  margin-bottom:15px;
}

div.shadow {
  padding: 1px;
}


div.color {
/*  width: 80px;*/
  height: 80px;
  padding: 10px;
  margin: 0;
  color:white;
}

div.caption {
  color: #555;
  line-height: 16px;
  margin: 0 0 0 10px;
  margin-bottom:5px;
}

.gradiants {
    float: left;
    position: relative;
    top: 60px;
    margin-left:10px;
}
.gradiants span {
    display: block;
    color:rgb(69,69,69);
}
.gradiants span:nth-child(n+2) {
	margin-top: 40px;
}
.gradiants span:nth-child(n+3) {
	margin-top: 23px;
}
.gradiants span:nth-child(n+4) {
	margin-top: 18px;
}
.gradiant_color {
    height: 40px;
    padding: 10px;
    padding-top: 10px!important;
    color:white;
}

.toggleBody li {
	font-size:16px;
	color: #4d4d4d;
	margin-bottom:20px!important;
	line-height: 1.4;
}

.toggleBody li ul li {
	margin-bottom:0px!important;
	line-height: 1.4;
	font-size:16px;
	color: #4d4d4d;
	font-weight:300;
}

.toggleBody.open{
	height:auto;
	width:100%;
}

.css-block.toggleBody.open{
	width:30vw;
}

#mobilenav {
	font-family: myriad-pro, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.toggleHeader {
	font-size:1.25rem;
	color:rgb(69,69,69);
	font-weight:700;
	margin:20px 0px 20px 0px;
/*	float: left;*/
	cursor:pointer;
}

.toggleContent {
	clear:both;
}

.toggleBody {
	display:none;
	/*margin: 20px 40px 0px 59px;*/
	overflow:hidden;
	clear: left;
}

.toggleContent .arrow {
	float: right;
	display: inline;
	padding:10px;
	width: 30px;
	height: 10px;
	/*background-size:7px;*/
	background: url(/sites/cc/image/arrow.png) no-repeat 0% 50%;
	cursor: pointer;
	/*margin: 25px 0px 20px 20px;*/
}

.toggleContent .arrow.flip {
	background: url(/sites/cc/image/arrow-up.png) no-repeat 0% 50%;
}

.cta-ada{
	margin-left:90px;
}

.section.wide ul{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

.section.wide li.list{
    display: list-item;
    margin-bottom: 10px;
    list-style: disc outside;
    padding-left: 5px;
    margin-left: 50px;
}
.full-page-content .container p.subheader{
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
	font-size:1.1em;
}

.fake-link{
	font-color: #487127;
	text-decoration: underline;
}

.no-dec{
	text-decoration: none;
}

.section.wide .code-box{
	margin-top:40px !important;
	background-color:#FAFAFA;
	width: fit-content;
	border:1px solid #DFDFDF !important;
	font-color:#000000;
	margin-bottom: 20px;
}

.code-block{
	padding: 20px;
	border:1px solid #EAEAEA;
	background-color: #FFFFFF;
	width:90%;
    font-color:#006F60;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    margin: 10px 0px;
    overflow-x: auto;
    line-height: 1.3rem;
    font-weight: normal;
}

.view-code-button{
    font-color:#006F60;
    background-color: transparent;
    width: 30vw;
    height: auto;
    margin-top: 20px;
    padding: 5px 20px;
    margin-right:20px;
    color: rgb(255,255,255);
    text-decoration: none;
    text-align:left;
    cursor: pointer;
    border:none;
    outline:none;
    background: url(/sites/cc/image/nav-down-arrow.png) no-repeat 100% 30%;
}
.view-code-button.arrow.flip{
	background: url(/sites/cc/image/nav-up-arrow.png) no-repeat 100% 30%;
}

.copy-button{
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    font-weight:bold;
    width: 100%;
    padding: 25px 20px;
    color: #487127;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    outline: none;
}

.css-block{
	margin:auto;
	width:30vw;
	padding-left:20px;
}

.view-code:focus{
	outline:none !important;
}

.jump-links-example{
	width:60%;
}

.hide{
	display:none;
}

.styleguide-guildeline-container pre{
	margin-left:38px;
}

pre code {
	display: block;
	padding: 0.5em;
	background: #FFFFFF;
	color: #333;
	width: 98%;
}

/*pre code.buttons-wcag{
	width: 55%;
}*/

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.11111rem 0.27778rem 0.05556rem;
  }

pre code .code-container{
  margin: 10px 0px;
  padding: 5px;
  overflow-x: auto;
  line-height: 1.3rem;
  font-weight: normal;
}

.good-button{
	font-family: "myriad-pro", sans-serif;
    border: 5px solid transparent;
    background: rgb(0,131,120);
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 20px;
    padding: 5px 20px;
    font-weight: 700;
    color: rgb(255,255,255);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.good-button:hover{

}

#pri{
	background-color: #66a137;
}

#pri-dis{
	background-color: #66a137;
	opacity:0.5;
}

#pri-dis:hover{
	color: white;
	background-color: #66a137;
	border: 5px solid transparent;
}

#pri:hover{
	color: white;
	background-color: #66a137;
	border: 5px solid transparent;
}

#pri-hov{
	background-color: white;
	border: 5px solid #66a137;
	color:#66a137;
}

#sec:hover{
	background-color:rgb(0,131,120);
	color:white; 
	border: 5px solid transparent;
}

#sec-dis{
	opacity:0.5;
}

#sec-hov{
    color: rgb(0,131,120);
    border: 5px solid rgb(0,131,120);
    background-color: white;
}

#alt-btn{
	color:rgb(0,131,120);
	background-color:white;
	border: 2px solid #E4E4E4;
  	border-radius: 5px;
  	padding: 9px 25px;
}

#alt-btn-hov{
	color:rgb(0,131,120);
	background-color:white;
	border: 2px solid #8ECDC8;
  	border-radius: 5px;
  	padding: 9px 25px;
}

#alt-btn-dis{
	color:rgb(0,131,120);
	background-color:white;
	border: 2px solid #E4E4E4;
  	border-radius: 5px;
  	opacity: 0.5;
  	padding: 9px 25px;
}

.halfscreen{
	width:50%;
}

.quarterscreen{
	width:25%;
}

#dr-blue{
	background-color:#5C97BF; 
	border: 5px solid #5C97BF;
	color:white;
    margin-right: 40px;
    margin-bottom:40px;
	padding-left: 40px;
	background: #5C97BF url(/sites/cc/image/download-iconai.png) no-repeat 4% 50%;
}

#dr-blue:hover{
	background-color:#5C97BF;
	border: 5px solid #5C97BF;
	color: white;
	padding-left: 40px;
    margin-bottom:40px;
	background: #5C97BF url(/sites/cc/image/download-iconai.png) no-repeat 4% 50%;
}

#dr{
	background-color:white;
	border: 5px solid #5C97BF;
	padding-left: 40px;
	color: #5C97BF;
	background: url(/sites/cc/image/download-icon-blue.png) no-repeat 4% 50%;
}

#dr:hover{
	background-color:white;
	border: 5px solid #5C97BF;
	color: #5C97BF;
	background: url(/sites/cc/image/download-icon-blue.png) no-repeat 4% 50%;
}

#gray{
	background-color:#767676;
}

#gray-print{
	padding-left: 40px;
	background: #767676 url(/sites/cc/image/print-iconai-white.png) no-repeat 10% 50%;
}

#gray-hover{
	background-color:white;	
	border: 5px solid #767676;
	color:#767676;
}

#gray-hover-print{
	border: 5px solid #767676;
	color:#767676;
	padding-left: 40px;
	background: white url(/sites/cc/image/print-iconai.png) no-repeat 10% 50%;
}

.rm{
	margin-right:10px;
}

.step-num{
    background-color: #006F60;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 26px;
    cursor: default;
}

.next-to-num{
	margin-top: 10px;
    margin-left: 10px;
}

.formfield{
	max-width: 450px;
}

.progress-bar{
	max-width:50%;
}

.center{
    display: block;
    margin: 0 auto;
}

#basic-left{
	margin-left: 29%;
}

#basic-right{
	margin-left:5.5%;
}

.section.wide div.icon-set{
	background-color: #FAFAFA;
	border: 1px solid #DFDFDF;
	text-align:center;
}

.full-page-content .content .icon-set img{
    display: inline-block;
    vertical-align: middle;
}

.img-container{
	height:140px;
    display: inline-block;
    vertical-align: middle;
}

.icon-set div:nth-child(3){
	margin-left:15%;
}

.icon-set-p p{
	height:40px;
	font-family: "myriad-pro", sans-serif;
}

.full-page-content .section h2 {
    font-size: 1.5rem;
}

.buttons-close{
	width:80%;
}


/*Anything smaller than iPad portrait & iPhone X landscape*/
@media(max-width:850px){
	.css-js-block, .design-buttons .row, .row{
		flex-direction: column;
	}
	/*.section.wide div.col{
		margin-top: 40px;
	}*/
	.icon-set-p .row .col{
		margin-right:15px;
	}
	.formfield{
		max-width:100%;
	}
	.halfscreen{
		width:100%;
	}
	.open{
		width:100%;
	}
	.toggleBody{
		margin:0px;
	}
	.toggleContent .arrow{
		padding:0px;
	}
	.progress-bar{
		max-width:100%;
	}
	.icon-set div:nth-child(3){
		margin-left:0px;
	}
	.css-block.toggleBody.open{
		width:90vw;
	}
	.css-block.toggleBody.open.sideBySide{
		width:80vw;
	}
	.styles-icon .rm {
		margin: 0px;
	}	
}

/*Anything smaller than iPhone 6/7/8 Plus landscape*/
@media(max-width:750px){
	/*.outer{
		transform:rotate(270deg);
	}*/
	div.gradiants{
		transform:rotate(270deg);
		top:-50px;
	}
	.gradiants span{
		transform:rotate(90deg);
	}
	div.swatch{
		width:100%;
		margin:0px;
	}
	div.caption {
	    margin-left: -10px;
	}

	.provider-header-title{
		height:30px !important;
	}

	.provider-header-title h1{
	   font-size:20px !important;
	}
}

@media(max-width:500px){
	.swatch div.gradiants{
		left:-18%;
		top:-50px;
	}
	/*div.swatch{
		margin-left: 33%;
	}*/
}

@media(max-width: 750px) and (min-width:501px){
	.swatch div.gradiants{
		left:-9%;
		top:-50px;
	}
	/*div.swatch{
		margin-left: 33%;
	}*/
}

.view-code h3{
	margin-top:0px;
	color:rgb(0,111,96);	
	font-weight:bold;
}


@media(max-width:450px){
	.toggleHeader{
		width: 80%;
		margin: 0px;
	}
	.toggleContent .arrow{
		margin-top: 2%;
	}
	.css-js-block.toggleBody.open{
		width: 90vw;
	}
	.rm{
		margin-right: 0px;
	}
	#basic-left{
		margin-left: 0px;
	}
	.css-js-block.toggleBody.open{
		width:85vw;
	}
	#dr-blue{
		margin-right: 0px;
	}
}

@media(max-width:1400px) and (min-width:1300px){
	.full-page-content div.content{
		padding-bottom: 90px;
	}
}

@media(max-width: 850px) and (min-width:750px){
	.typography .row{
		flex-direction: row;
	}	
}

@media(max-width:750px){
	hr{
		border-top:0px;
	}
}

/*@media(max-width:1100px){
	.toggleBody.open{
		width:80vw;
	}
}*/

@media(max-width:1100px) and (min-width: 1000px){
	.col .toggleBody.open{
		width:35vw;
	}
}

@media(max-width:1400px) and (min-width:550px){
	.halfscreen{
		width:100%;
	}
	.row{
		flex-direction:row;
	}
}

/*anything smaller than iPad pro portrait & iPad landscape*/
@media screen and (max-width: 1024px){
	body .full-page-content .container div.section {
	    display: inline-block;
	}
	/*div.hero-content.fullpage {
	    position: absolute;
	}*/
	/*.hero.fullpage .hero-content h1 {
    	max-width: 40%;
    	line-height:normal;
	}*/
	.hero.fullpage .hero-content h1{
		margin-top:0px;
	}
	.video-usage .col{
		margin-right:10px;
	}
	.video-usage .col p{
		height:40px;
	}
	.video-design .col{
		margin-right:10px;
	}
	.video-design .col p{
		height:40px;
	}
	pre code.buttons-wcag{
		width: 100%;
	}
	.css-block.toggleBody.open{
		width:80vw;
	}
	.typography .row .col:nth-child(2){
		margin-right: -15%;
	}
	.jump-links-example{
		width:100%;
	}
}

@media screen and (max-width: 1024px) and (min-width: 800px){
	.css-block.toggleBody.open.sideBySide{
		width:35vw;
	}
}

@media(max-width:600px) and (min-width:500px){
	.col .button.medium{
		margin-right:10%;
	} 
}

.center-button {
    text-align: center;
}

.css-js-block{
	margin: auto;
    width: fit-content;
    padding-left: 20px;
}

.unset-display{
	display: unset;
}

.toggleBody.forms.open{
	width:100%;
}

.css-js-block.toggleBody.open{
	width:unset;
}

.css-js-block pre{
	margin-right:30px;
}

.css-js-block pre code{
	width: 100%;
}


.full-page-content img.jump-links-example {
	margin:unset;
}

.styles-icon img {
	margin: auto;
}

.half-col{
	flex-grow:0.25;
}

.css-block.toggleBody.open.alone{
	width:40vw;
}

@media screen and (max-height: 850px){
	.hero-image-container.styleguide {
	    min-height: 60vh;
	}
}

@media screen and (max-height: 700px){
	.hero-image-container.styleguide {
	    min-height: 75vh;
	}
}

/**HOME PAGE MOBILE**/
@media screen and (max-width: 1285px){
	.styleguide-nav-blocks{
		height: 250px;
	}

	.styleguide-nav-blocks-container {
		height: 250px;
	}
}

@media screen and (max-width: 1024px){

	.styleguide-nav-blocks-container{
		display:none;
	}

	.styleguide-nav-blocks-mobile{
		display:block;
	}

	.styleguide-sidenav{
		display: none
	}

	.styleguide-main {
	    margin-left: 0;
	}

	ul.text-links li {
	    flex: 1;
	    margin: 0;
	}

	.styleguide-main-header {
		height:64px;
	}

	header{
    	border-bottom: solid 1px #dddddd;
	}

	header .main-logo img {
	     max-width: 100%; 
	}

	.styleguide-page{
		margin-top: 0 !important;
	}

	.hero-image-container.styleguide{
		display:none !important;
	}

	.hero-content.hero-content.fullpage.styleguide a{
		display:none;
	}
	
	.hero-content.hero-content.fullpage.styleguide{
		margin: 0 auto !important;
	}

	.nav-mobile-container{
		display:block;
	}

	div.color {
	/*  width: 80px;*/
	  height: 120px;
	}

	.view-code-button {
		width:80vw;
	}		

}


@media screen and (min-width: 1360px) and (max-width: 1439px){
	.styleguide-sidenav {
		padding-left: 5.5vw;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1500px){
	.styleguide-sidenav {
		padding-left: 7.8vw;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1559px){
	.styleguide-sidenav {
		padding-left: 4.5vw;
	}
}


@media screen and (min-width: 1560px) and (max-width: 1600px){
	.styleguide-sidenav {
		padding-left: 3vw;
	}
}

@media screen and (min-width: 1920px){
	.styleguide-sidenav {
		padding-left: 11vw;
	}
}

@media screen and (min-width: 2560px){
	.styleguide-sidenav {
		padding-top: 190px;
	}
}

@media screen and (max-width: 560px){
	.styleguide-cc-logos .col{
		flex:1 1 0;
	}
}

header .main-header .logo img{
	height: auto !important;
    width: auto !important;
}