@import url("https://use.fontawesome.com/1b5fcef34c.js") all;
 
 
/* Draw the focus when :focus-visible is supported */

*:focus-visible {  outline: 3px solid red;  }

 
/* ---------------- text styles ------------------- */
 
#homeinnerContent h2 {
 
    clear: both; 
}
 
 
#homeinnerContent h2.page-title,
 
#innerContent h2.page-title {
 
    margin-bottom: .5em;
 
            line-height: 130%;
 
            font-size:1.65em;
 
                font-family: Arial,Helvetica,sans-serif !important;          
}
 
 
#homeinnerContent > h2 {margin-top:6px;}

 
h2, h3, h4, h5, h6 {
 #e5ebf1
    font-family: Arial,Helvetica,sans-serif !important;
 
            color:  #003F72;
 
    font-weight: bold;
  
  	  font-size:1.75em; 
}

 
h3 {
 
    clear: both;
 
    color: #003F72;
 
    font-family: Arial,Helvetica,sans-serif !important;
 
    font-size: 1.5em;
 
    font-weight: bold;
 
}
 
 
h4 {
 
    clear: both;
 
    font-family: Arial,Helvetica,sans-serif !important;
 
    font-size: 1.125em;
 
    font-weight: bold;
 
    padding-bottom: 0;
 
}
 
 
h5 {
 
    clear: both;
 
    font-family: Arial,Helvetica,sans-serif !important;
 
    font-size: 1.15em;
 
    font-weight: bold;
 
    padding-bottom: 0;
 
}

 
#homeinnerContent h2,
#homeinnerContent h3 {
            clear:none;
}


.mockH4 {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 0;
    color: #003F72;
    margin-bottom: 10px;
	}
 
 
td p,
 
td li,
 
body #homeinnerContent td li,
 
body #innerContent td li,
 
body #tier4innerContent td li {
 
            font-size: 100%;
 
            color:#2e2e2e;
 
}
 
 
 
body #innerContent li,
 
body #homeinnerContent li{font-size: 1.1em;}
 
 
body #innerContent li li,
 
body #tier4innerContent li li,
 
body #homeinnerContent li li,
 
body #innerContent li p,
 
body #tier4innerContent li p,
 
body #homeinnerContent li p {font-size: 1.0em;}
 
 
 
body #innerContent li li,
 
body #tier4innerContent li li,
 
body #homeinnerContent li li {
 
            list-style: circle;
 
 
 
}
 
 
#homeinnerContent ul,
 
#innerContent ul,
 
#tier4innerContent ul {
 
    list-style-type: disc;
 
    margin-bottom: 0;
 
    margin-left: 0px !important;
 
    list-style: outside;
 
}
 
 
#homeinnerContent ol,
 
#innerContent ol,
 
#tier4innerContent ol {
 
    list-style-type:decimal !important;
 
    margin-bottom: 0;
 
    margin-left: 0px !important;
 
    list-style: outside;
 
}
 
 
#homeinnerContent li,
 
#innerContent li,
 
#tier4innerContent li {
 
    margin-bottom: 5px;

    line-height: 1.5em !important;

 
}
 
 
 
#homeinnerContent li > ul, #innerContent li > ul, #tier4innerContent li > ul {
 
            margin-top:8px;
 
            padding-bottom:.5em;
 
}
 
 
#innerContent ul + h3,
 
#innerContent ul + h4,
 
#innerContent ul + p,
 
#tier4innerContent ul + h3,
 
#tier4innerContent ul + h4,
 
{
 
                margin-top:10px;
 
}

ol li.number {
  
    list-style: decimal !important;
  
    list-style-position: inside;

}
 
 
p.caption {
 
                font-style:italic;
 
                font-size: 1.0em;
 
}
 
 
.rule-above {
 
                padding-top:20px;
 
                border-top: 1px solid #dddddd;
 
}

.rule-above-10 {
 
                padding-top:10px;
 
                border-top: 1px solid #dddddd;
 
}

.rule-below {
	padding-bottom:5px;
	border-bottom: 1px solid #dddddd;
	margin-bottom:15px;
}
 
 
.col-sm-12.rule-below {
	margin-left:0;
	margin-right:0;
}
 
.rule-right {
 
                padding-right:10px;
 
                border-right: 1px solid #dddddd;
 
}
 
 
#innerContent ul + .rule-above,
 
#tier4innerContent ul + .rule-above {
 
                margin-top: 0 !important;
 
}
 
 
.widget-title h4 {
 
    font-family: Georgia,"Times New Roman",Times,serif !important;
 
}
 
 
.article-title {
 
                font-size: 1.9em;
 
                line-height:120%;
 
                padding-top:.3em;
 
                border-top: 1px solid #dedede;
 
                margin-top: -10px !important;
 
                margin-bottom: .3em !important;       
 
}
 
 
 
body #innerContent p + ul.single-line,
 
body #homeinnerContentp p + ul.single-line {margin-top:-6px;} 
 
body #innerContent ul.single-line li,
 
body #homeinnerContent ul.single-line li {margin-bottom:4px;}


.Left-Indent { margin-left: 20px; } /* ----- IF INDENT NEEDED, BUT MOSTLY FOR LISTS ----- */


/* 

a[href^='http']::after {
  box-sizing: border-box;
  position: absolute;
  content: url(../images/icons/icon_External-Link_20px.png);
  display: inline-block;
  margin-left: 0.5em;
}

*/
 
/* ---------------- BLOCKQUOTE ----------------- */
 
#homeinnerContent blockquote.feature-blockquote,
#tier4innerContent blockquote.feature-blockquote{
    border:1px solid #0083be !important;
	border-radius: 3px;
    text-align: left;
    padding: 28px 32px !important;
    background: #ebf9fc;
	margin:20px 0 !important;
 
}

#homeinnerContent blockquote.feature-smallquote,
#tier4innerContent blockquote.feature-smallquote{
    border:1px solid #0083be !important;
	border-radius: 3px;
    text-align: left;
    padding: 18px 12px !important;
    background: #ebf9fc;
	margin:10px 0 !important;
 
}
 
#homeinnerContent blockquote.half,
#tier4innerContent blockquote.half{
            width:45%;
 
}
 
#homeinnerContent blockquote.pull-right,
#tier4innerContent blockquote.pull-right {
            display: block;
            float: right;
            margin:0 0 20px 20px !important;
}
 
blockquote cite {
            font-family: Arial, Helvetica,  "sans-serif";
            font-size: 12px;
            display: block;
            clear: both;
            padding-top:10px !important;
	text-align:right;
}
 
/* --------------- ICON BAR ---------------- */

.iconBar {display: block; margin: 0 auto;}

.iconBar img {
            margin:0 8px 8px 0;
}
 
/* ----------------- right column ---------------- */
 
 
 
.html-widget {
 
    max-height: 100%;
 
    border: 4px solid #e0e9f0;
 
   margin: 8px 8px 0px 8px;
 
    padding-right: 0;
 
            padding-left:0;
 
 
 
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 
 
 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 
 
 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
 
 
 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
 
 
 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
 
 
 
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
 
 
 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
 
 
 
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
 
 
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
 
}
 
 
 
.widget-title {padding:10px;}
 
 
 
#innerRightContent .widget p,
 
#innerRightContent .html-widget p,
 
#innerRightContent .widget li,
 
#innerRightContent .html-widget li{
 
            padding-right: 10px;
 
            margin:0;
 
}
 
 
 
#innerRightContent .widget h3,
 
#innerRightContent .html-widget h3,
 
#innerRightContent .widget h4,
 
#innerRightContent .html-widget h4,
 
#innerRightContent .widget h5,
 
#innerRightContent .html-widget h5,
 
#innerRightContent .widget h6,
 
#innerRightContent .html-widget h6 {
 
            padding: 0 10px 8px 10px;
 
            margin:0;
 
}
 
 
 
 
 
.widget a[href$=".pdf"],
 
.widget a[href$=".ppt"],
 
.widget a[href$=".pptx"],
 
.widget a[href$=".doc"],
 
.widget a[href$=".docx"],
 
.widget a[href$=".xls"],
 
.widget a[href$=".xlsx"],
 
.widget a[href$=".csv"],
 
.widget a[href$=".vsd"],
 
.widget a[href$=".vdw"],
 
.widget a[href$=".mp3"],
 
.widget a[href$=".zip"],
 
.widget a[href$=".rar"],
 
.html-widget a[href$=".pdf"],
 
.html-widget a[href$=".ppt"],
 
.html-widget a[href$=".pptx"],
 
.html-widget a[href$=".doc"],
 
.html-widget a[href$=".docx"],
 
.html-widget a[href$=".xls"],
 
.html-widget a[href$=".xlsx"],
 
.html-widget a[href$=".csv"],
 
.html-widget a[href$=".vsd"],
 
.html-widget a[href$=".vdw"],
 
.html-widget a[href$=".mp3"],
 
.html-widget a[href$=".zip"],
 
.html-widget a[href$=".rar"]{
 
            display: inline-block;
 
            padding-right: 15px;
 
            margin-right: 0;
 
            line-height: auto;
 
            background-image:none !important;
 
}
 
 
/* -------------------- boxes (gray and other ) ------------------ */
 
.grey_box {
 
   width:100%;
 
                display: block;
 
   float:left;
 
   clear:both;
 
   margin:0 0 25px 0;
 
   border:1px solid #c1c1c1;
 
   background:#f8f8f8;
 
   padding:18px 15px 6px 18px;
 
   -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 
   -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 
   box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 
}
 
#innerContent .grey_box h2,
 
#tier4innerContent .grey_box h2,
 
#homeinnerContent .grey_box h2 { margin:-5px 0 3px 0; font-size:1.8em; padding:0; text-align:left; }
 
#innerContent .grey_box h3,
 
#tier4innerContent .grey_box h3,
 
#homeinnerContent .grey_box h3 { margin:0 0 5px 0; padding:0; font-size:1.3em; }
 
#innerContent .grey_box h4,
 
#tier4innerContent .grey_box h4,
 
#homeinnerContent .grey_box h4 { margin:0; padding:0; font-size:1.2em; text-align:left; }
 
#innerContent .grey_box ul,
 
#tier4innerContent .grey_box ul,
 
#homeinnerContent .grey_box ul { margin-top:8px; padding-top:0; padding-bottom:0; margin-left:35px; }
 
#innerContent .grey_box ul li,
 
#tier4innerContent .grey_box ul li,
 
#homeinnerContent .grey_box ul li { margin-top:3px; list-style:circle outside; padding-left:5px; }
 
 
#homeinnerContent .grey_box ul.no-bullets,
 
#innerContent .grey_box ul.no-bullets,
 
#tier4innerContent .grey_box ul.no-bullets{
 
                list-style-type: none;
 
                margin-left:0 !important;
 
}
 
 
#homeinnerContent ul.no-bullets li,
 
#innerContent ul.no-bullets li,
 
#tier4innerContent ul.no-bullets li,
 
.grey_box ul.no-bullets li {
 
                list-style: none;
 
                margin-left:0 !important;
 
}
 
 
#homeinnerContent .grey_box img,
 
#innerContent .grey_box img,
 
#tier4innerContent .grey_box img {
 
                border:none;
}
 
 
#homeinnerContent .grey_box img.image-left,
 
#innerContent .grey_box img.image-left,
 
#tier4innerContent .grey_box img.image-left,
 
#homeinnerContent .grey_box img.image-right,
 
#innerContent .grey_box img.image-right,
 
#tier4innerContent .grey_box img.image-right {
 
                border:none;
 
                width:auto;
 
}
 
 
#homeinnerContent .grey_box img.frame,
 
#innerContent .grey_box img.frame,
 
#tier4innerContent .grey_box img.frame {
 
                border: 6px solid #dddddd;
 
}
 
 
#homeinnerContent .grey_box img + p.caption,
 
#innerContent .grey_box img + p.caption,
 
#tier4innerContent .grey_box img + p.caption {
 
                margin-top:10px;
 
}
 
 
.box-tb-borders {
 
                display:block;
 
                border-top: 1px solid #cccccc;
 
                border-bottom: 1px solid #cccccc;
 
                padding-top: 10px;
 
}
 
 
.grey_box_solid {
 
    border: 1px solid #c1c1c1;
 
    padding: 15px 8px 5px 20px;
 
                background: #eeeef0;
 
}
 
 
 
.blue_box_lt {
 
   width:100%;
 
   display: block;
 
   float:left;
 
   clear:both;
 
   margin:0 0 10px 0;
 
   background:#deebf1;
 
   padding:10px 6px;
 
}
 
 
 
 
 
.link-box {
 
            border-top: 4px solid #e0e9f0;
 
            margin-right: 20px;
 
            width:47%;
 
}
 
.resource-box, 
.contact-box {
	display: block;
	border-radius: 3px;
	padding: 14px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #f1f1f1 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ededed 0%,#f1f1f1 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ededed 0%,#f1f1f1 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.resource-box hr,
.contact-box hr{
	border-color:#cecece;
}

.resource-box h3,
.contact-box h3,
.resource-box h4,
.contact-box h4,
.resource-box h5,
.contact-box h5 {
	color: #003f72;
}

.resource-box h3,
.contact-box h3 {
	margin-top:0;
}

.resource-box + h3,
.contact-box + h3,
.resource-box + h4,
.contact-box + h4,
.resource-box + h5,
.contact-box + h5 {
	margin-top:0 !important;
}

.note {
	display: block;
	padding: 10px 10px 0px 37px;
	border-radius: 3px;
	border: 2px solid #79b6df;
	margin-bottom:10px;
	background-image:url(/COMMUNITYCARE/images/icons/icons_asterix-light.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 2% 10px;
}

.note-noBox {
	display: block;
	padding: 10px 5px 0px 40px;
    margin-left: -15px;
	background-image:url(/COMMUNITYCARE/images/icons/icons_asterix-circle.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 2% 10px;
}


.col-sm-6.contact-box,
.col-sm-6.resource-box {
	width:48%;
	margin-right:2%;
}


/* ------------------- block headers ------------ */

.block-header {
	background: #c4dfeb; 
	display: block; 
	padding: 10px 8px;
	border-radius: 3px;
}


/* --------------- content id icons ------------- */

.id-form {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_form-circle.png);
  	background-image: url(/COMMUNITYCARE/images/icons/icons_form-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-in-person {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_in-person-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_in-person-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-fact-sheet {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_fact-sheet-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_fact-sheet-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-email {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_email-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_email-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-mail {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_mail-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_mail-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-web {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_web-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_web-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
   
}

.id-phone {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_phone-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_phone-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
	
}

.id-fax {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_fax-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_fax-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}

.id-asterix {
	padding-left: 45px;
    padding-bottom: 7px;
	background: url(/COMMUNITYCARE/images/icons/icons_asterix-circle.png);
	background-image: url(/COMMUNITYCARE/images/icons/icons_asterix-circle.png), none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 36px 36px;
}


.resource-box .id-form,
.resource-box .id-in-person,
.resource-box .id-fact-sheet,
.resource-box .id-email,
.resource-box .id-mail,
.resource-box .id-web,
.resource-box .id-phone,
.resource-box .id-fax,
.resource-box .id-asterix,
.contact-box .id-form,
.contact-box .id-in-person,
.contact-box .id-fact-sheet,
.contact-box .id-email,
.contact-box .id-mail,
.contact-box .id-web,
.contact-box .id-phone,
.contact-box .id-fax,
.contact-box .id-asterix,
.id-form.no-circle,
.id-in-person.no-circle,
.id-fact-sheet.no-circle,
.id-email.no-circle,
.id-mail.no-circle,
.id-web.no-circle,
.id-phone.no-circle,
.id-fax.no-circle,
.id-asterix.no-circle{
	background-position: 0 7px;
	background-size: 36px 36px;
	border-top: 1px solid #cecece;
	padding-top: 15px;
	padding-left: 50px;
}

.contact-box .id-mail.top,
.contact-box .id-email.top {
	border-top:none !important;
	padding-top:0;
	background-position: 0 -4px;

}

.contact-box .id-form.top,
.contact-box .id-in-person.top,
.contact-box .id-fact-sheet.top,
.contact-box .id-web.top,
.contact-box .id-phone.top,
.contact-box .id-fax.top,
.contact-box .id-asterix.top {
	border-top:none !important;
	padding-top:10px;
	margin-top:-10px;
	background-position: 0 0;

}

.id-form.large,
.id-in-person.large,
.id-fact-sheet.large,
.id-email.large,
.id-mail.large,
.id-web.large,
.id-phone.large,
.id-fax.large,
.id-asterix.large {

	background-position: 0 0;
	background-size: 90px 90px;
	padding-left: 100px !important;
}

.id-email.large,
.id-mail.large {

	background-position: 0 -8px;
}

.call-to-action .id-phone {
	padding-top:6px;
}

.call-to-action .id-fax {
	background-size: 30px 30px;
}

.call-to-action .id-asterix {
	background-size: 30px 30px;
}
 
.contact-box .id-form,
.call-to-action .id-form {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_form-light.png);
}

.contact-box .id-in-person,
.call-to-action .id-in-person {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_in-person-light.png);
}

.contact-box .id-fact-sheet,
.call-to-action .id-fact-sheet {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_fact-sheet-light.png);
}

.contact-box .id-email,
.call-to-action .id-email {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_email-light.png);
}

.contact-box .id-mail,
.call-to-action .id-mail {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_mail-light.png);
	;
}

.contact-box .id-web,
.call-to-action .id-web {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_web-light.png);
}

.contact-box .id-phone,
.call-to-action .id-phone {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_phone-light.png);
}

.contact-box .id-fax,
.call-to-action .id-fax {	
		background-image: url(/COMMUNITYCARE/images/icons/icons_fax-light.png);

}

.contact-box .id-asterix,
.call-to-action .id-asterix {	
		background-image: url(/COMMUNITYCARE/images/icons/icons_asterix-light.png);

}

.id-form.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_form.png);
}

.id-in-person.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_in-person.png);
}

.id-fact-sheet.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_fact-sheet.png);
}

.id-email.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_email.png);
}

.id-mail.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_mail.png);
	;
}

.id-web.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_web.png);
}

.id-phone.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_phone.png);
}

.id-fax.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_fax.png);
}

.id-asterix.no-circle {	
	background-image: url(/COMMUNITYCARE/images/icons/icons_asterix.png);
}

/* ------------------ news box ------------------- */

.news-box h3 {
	    display: block;
    color: #ffffff;
    background: #003f72;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.news-box .item {
	display: block;
    background: #d4e8f0;
    padding: 20px 20px 0;
    border-radius: 3px;
    margin-bottom: 4px;
}

 
/* ------------------ images --------------------- */
 
 
#innerContent img,
 
#tier4innerContent img {}
 
 
#innerContent img + div.grey_box,
 
#innerContent img + h3,
 
#innerContent img + h4,
 
#tier4innerContent img + div.grey_box,
 
#tier4innerContent img + h3,
 
#tier4innerContent img + h4{
 
                margin-top:10px;}
 
 
#innerContent h2.page-title + img,
 
#innerContent img + p,
 
#tier4innerContent h2.page-title + img,
 
#tier4innerContent img + p{
 
                margin-top:10px;
 
}
 
 
#innerContent img.image-full,
 
#tier4innerContent img.image-full {
 
                width:100%;
 
}
 
 
#innerContent img.image-right,
 
#tier4innerContent img.image-right{
 
                float:right;
 
                margin: 0 0 15px 15px;
 
}
 
 
#innerContent img.image-left,
 
#tier4innerContent img.image-left {
 
                float:left;
 
                margin: 0 15px 15px 0;
 
}
 
 
#innerContent .grey_box img,
 
#innerContent img.no-frame,
 
#tier4innerContent .grey_box img,
 
#tier4innerContent img.no-frame {border: none;}
 
 
 
 
#innerContent .top_link img,
 
#tier4innerContent .top_link img {border:none;}
 
 
img.border {border:6px solid rgba(239,239,239,0.8);}
 
 
 
/* ------------------ tables ------------------- */
 
/* 
.tableizer-table {
 
    border: 1px solid #ccc;
 
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 
    table-layout: fixed;
 
}
 
 
.tableizer-table th {
 
    background-color: #104e8b;
 
    color: #fff;

    font-size: 1.1em;
 
    font-weight: bold;
 
    padding: 10px 6px 6px 6px;
  
    text-align: center;
 
}
 
 
.tableizer-table td {
 
    border: 1px solid #ccc;
 
    font-size: 1.1em ;

    margin: 3px;
 
    padding: 10px 6px 6px 6px;
 
    word-break: normal;
 
}
 


 
.table-horizontal th {border-bottom:1px solid #ffffff;
 
padding-right:10px;}
 
 */


.tableizer-table-fluid {
 
    border: 2px solid #104e8b;
 
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 
 
}
 
 
.tableizer-table-fluid th {
 
    background-color: #104e8b;
 
    color: #fff;

    font-size: 1.1em;
 
    font-weight: bold;
 
    padding: 10px 6px 6px;
  
    text-align: center;
  
    vertical-align: middle !important;
  
    border-inline: 1px solid #FFF;
 
}
 
 
.tableizer-table-fluid td {
 
    border: 2px solid #104E8B;
    
    color: #000;
    
    font-size: 1.05em !important;

    margin: 3px;
 
    padding: 10px 6px 6px;
 
    word-break: normal;
  
    border-inline: 2px solid #104E8B;
  
    line-height: 1.5em;
 
}

  th.subhead {
            background-color: #DBF0F5;
            border: 1px solid #ccc;
            color: #000;
            valign: middle;
        }

  tr.striped {
    background-color: #ECECEC;
  }
 

.striped-rows tr:nth-child(even) { 
    background-color: #e8e8e8; 
		}

/* ----------  STRIPED TABLE FOR MERGED ROWS ----------------->

			ADD AS SECOND CLASS TO TABLEIZER-TABLE OR TABLEIZER-TABLE-FLUID  

			PUT A <tbody> TAG AROUND AROUND ALL <tr> TAGS TO CREATE STRIPED EFFECT  
            
            -----------  */
   
   
.striped-table tbody:nth-child(even) { 
    background-color: #E8E8E8; 
		}

.striped-table th { 
    	text-align: center; 
    	font-size: 1.05em !important; 
    	font-weight: bold; 
    	vertical-align: middle; 
    	width: 20%; 
	}

.striped-table tr { 
    margin-bottom: 0px !important; 
	}

.striped-table td { 
    text-align: center; 
    vertical-align: middle !important; 
  	}


.striped-table p { 
    margin: 10px; 0; 
    padding:0; !important; 
	}


/* --------------- layout ----------------- */

.col-sm-1.left, 
.col-sm-2.left, 
.col-sm-3.left, 
.col-sm-4.left, 
.col-sm-5.left, 
.col-sm-6.left, 
.col-sm-7.left, 
.col-sm-8.left, 
.col-sm-9.left, 
.col-sm-10.left, 
.col-sm-11.left, 
.col-sm-12.left {
	padding-left: 0 !important;
}
 
 
 
/* ----------- button group -------------- */
 
 
 
.btn-va-red {
 
    color: #fffff;
 
    background-color: #c6262e;
 
    border-color: #b12229;
 
}
 
 
 
.btn {
 
    display: inline-block;
 
    margin-bottom: 0;
 
    font-weight: normal;
 
    text-align: center;
 
    vertical-align: middle;
 
    -ms-touch-action: manipulation;
 
    touch-action: manipulation;
 
    cursor: pointer;
 
    background-image: none;
 
    border: 1px solid transparent;
 
    white-space: nowrap;
 
    padding: 6px 12px;
 
    font-size: 14px;
 
    line-height: 1.42857143;
 
    border-radius: 0;
 
    -webkit-user-select: none;
 
    -moz-user-select: none;
 
    -ms-user-select: none;
 
    user-select: none;
 
}
 
 
a.btn-blue,
#tier4innerContent ul.button-list li a.btn-blue
{
    background-color: #ffffff;
	background-image:none !important;
	border: 1px solid #0b6cb2;
    color:#0b6cb2;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 13px;
    -webkit-border-radius: 3px;
     border-radius: 3px;
     text-transform: none;
	margin: 0 10px 10px 0;
     text-decoration: none;
}


 
a.btn-blue:hover {
	background-color: #0b6cb2;
	color: #ffffff;
    text-decoration: none;
}


a.btn-red,
#tier4innerContent ul.button-list li a.btn-red
{
    background-color: #ffffff;
	background-image:none !important;
	border: 2px solid #c4262e;
    color:#000000;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 13px;
    -webkit-border-radius: 3px;
     border-radius: 3px;
     text-transform: none;
	margin: 0 10px 10px 0;
     text-decoration: none;
}

a.btn-red:hover {
	background-color: #c4262e;
	color: #ffffff;
    text-decoration: none;
}



a.btn-green,
#tier4innerContent ul.button-list li a.btn-red
{
    background-color: #ffffff;
	background-image:none !important;
	border: 2px solid #008006;
    color:#000000;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 13px;
    -webkit-border-radius: 3px;
     border-radius: 3px;
     text-transform: none;
	margin: 0 10px 10px 0;
     text-decoration: none;
}

a.btn-green:hover {
	background-color: #008006;
	color: #ffffff;
    text-decoration: none;
}


/* ------------ jump links ----------------------- */

#tier4innerContent ul.jump-links {
	margin: 0;
	padding: 0;
	
}

#tier4innerContent ul.jump-links li {
	list-style: none;
	margin: 0 10px 20px 0;
	padding: 0;
	display: block;
	float: left;
}

#tier4innerContent ul.jump-links li a,
#tier4innerContent ul.button-list li a.btn-blue:hover{
	padding: 6px 10px;
	border-radius:3px;
	border:#000000 1px solid;
	color:#020202;
}

#tier4innerContent ul.jump-links li a:hover,
#tier4innerContent ul.button-list li a.btn-blue:hover{
	color:#ffffff !important;
	background: #0B6CB2;
	text-decoration: none !important;
}


/* ------------ button list links ----------------------- */

#tier4innerContent ul.button-list {
	margin: 0;
	padding: 0;
	
}

#tier4innerContent ul.button-list li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: none;
}

#tier4innerContent ul.button-list.left li {
	float:left;
}


#innerContent ul.button-list + h3.rule-above, 
#innerContent ul.button-list + h4.rule-above, 
#innerContent ul.button-list + p.rule-above, 
#tier4innerContent ul.button-list + h3.rule-above, 
#tier4innerContent ul.button-list + h4.rule-above, 
#tier4innerContent ul.button-list + p.rule-above {
	margin-top:50px !important;	
}

 
 
/* ------------- ITEMS ---------------------- */
 
.item-row {
            display: block;
            clear: both;
}
 
.item.with-icon {
            clear:right;
            display: block;
            float: left;
    margin-left: 20px;
    width: 80%;
    max-width: 580px;
}
 
.item.with-icon h3 {
            font-size: 1.35em;
}
 
img.icon.left {
            display: block;
width:60px;
height:60px;
float:left;
           
}



/* ------------- alert boxes -------------------- */

.alert.green {
	background: #c2dd99;
	border:none;
	color:#020202;
} 


/* --------------- Call to Action -------------------- */

.call-to-action {
	background:#efefef;
	border: 1px solid #79b6df;
	border-radius: 3px;
	padding:20px 20px 0 20px;
	margin-bottom: 20px;
}

.call-to-action .include {
	background: #ffffff;
    border-radius: 5px;
    border: 1px solid #79b6df;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.call-to-action > h3,
.call-to-action > h4 {
	margin-top:0;
}

#tier4innerContent .call-to-action .include ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#tier4innerContent .call-to-action .include li {
	margin: 0;
	list-style: none;
}
#tier4innerContent .call-to-action .include p,
#tier4innerContent .call-to-action .include li {
	color: #000000 !important;
}
 
/* ------------- VIDEO YouTube Responsive ------------- */
 
 
 
.videoWrapper {
 
            position: relative;
 
            padding-bottom: 56.25%; /* 16:9 */
 
            padding-top: 25px;
 
            height: 0;
 
}
 
.videoWrapper iframe {
 
            position: absolute;
 
            top: 0;
 
            left: 0;
 
            width: 100%;
 
            height: 100%;
 
}



.videoWrapper-noSpace {
 
            position: relative;
 
            padding-bottom: 250px;
	   
	    padding-top: 0;
 
            height: 0;
 
}
 
.videoWrapper-noSpace iframe {
 
            position: absolute;

	    top: 0;
 
            left: 0;
 
            max-width: 450px;
 
}

 

/* -------------- HOME PAGE styles ------------ */

.resource-box .iconBar-home {
	min-height:140px;
	
}

.resource-box .iconBar-home img {
	margin-right: 20px;
    width: 112px;
    height: 119px;
    padding-bottom: 8px;
}

.iconBar-home a {
	    max-width: 120px;
    display: block;
    float: left;
    margin-right: 12px;
    font-size: 110%;
    min-height: 145px;
}


.iconBar-home a:link {
	color: #0b6cb2;
	text-decoration: none !important;
	padding-bottom:0;
	margin-bottom:0;
}

.iconBar-home a:link:after {
	content: attr(title) "";
    color: #0b6cb2;
    font-size: 13px;
    text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
}

.iconBar-home a:hover {
	color: #0b6cb2;
	text-decoration: none !important;
	padding-bottom:0;
	margin-bottom:0;
}

.iconBar-home a:hover:after {
	content: attr(title) "";
    color: #0b6cb2;
    font-size: 13px;
    text-transform: uppercase;
	text-decoration:none;
	text-align:center;
        font-weight: bold;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
}

.page-icon {
	width: 134px;
	height: auto;
	display: block;
	float:right;
	margin: 0 0 20px 20px;
}


}

/* -------------- HOME PAGE Icon Bar REDO ------------ */

.resource-box .iconBar-redo {
	min-height:140px;
	
}

.resource-box .iconBar-redo img {
	margin-right: 20px;
    width: 112px;
    height: 119px;
    padding-bottom: 8px;
}

.iconBar-redo a {
	    max-width: 120px;
    display: block;
    float: left;
    margin-right: 12px;
    font-size: 110%;
    min-height: 145px;
}


.iconBar-redo a:link {
	color: #0b6cb2;
	text-decoration: none !important;
	padding-bottom:0;
	margin-bottom:0;
}

.iconBar-redo a:link:before {
	content: attr(title) "";
    color: #0b6cb2;
    font-size: 13px;
    text-decoration:none;
	text-align:center;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
}

.iconBar-redo a:hover {
	color: #0b6cb2;
	text-decoration: none !important;
	padding-bottom:0;
	margin-bottom:0;
}

.iconBar-redo a:hover:before {
	content: attr(title) "";
    color: #0b6cb2;
    font-size: 13px;
  	text-decoration:none;
	text-align:center;
        font-weight: bold;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
} 
/* -------------- ICON BOX PAGE styles ------------ */

.resource-box .iconBox-page {
	min-height:140px;
	
}

.resource-box .iconBox-page img {
	margin-right: 20px;
    width: 112px;
    height: 119px;
    padding-bottom: 8px;
}

.iconBox-page a {
	    max-width: 220px;
    display: block;
    float: none;
    margin-right: 12px;
    font-size: 110%;
    min-height: 145px;
}


.iconBox-page a:link {
	color: #0b6cb2;
	text-decoration: none !important;
    text-align:center;
	padding-bottom:0;
}

.iconBox-page a:link:before {
	content: attr(title) "";
    color: #0b6cb2;
    font-size: 13px;
    
	text-decoration:none;
	text-align:center;
    margin-bottom:3px;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
}

.iconBox-page a:hover {
	color: #0b6cb2;
	text-decoration: none !important;
    text-align:center;
	padding-bottom:0;
	margin-bottom:0;
}

.iconBox-page a:hover:before {
	content: attr(title) "";
    color: #C4262E;
    font-size: 13px;
    
	text-decoration:none;
	text-align:center;
        font-weight: bold;
	display:block;
    position: relative;
  	top: 100%;
  	white-space: nowrap; 
  	z-index: 20px;
	
}

}
 
/* --------------- VA List Group -------------- */
 
 
 
.va-list-group{padding-left:0;margin-bottom:20px}
 
 
 
.va-list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
 
 
 
.va-list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
 
 
 
.va-list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
 
 
 
a.va-list-group-item{color:#555}
 
 
 
a.va-list-group-item .va-list-group-item-heading{color:#333}
 
 
 
a.va-list-group-item:hover,
 
a.va-list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}
 
 
 
.va-list-group-item.disabled,
 
.va-list-group-item.disabled:hover,
 
.va-list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}
 
 
 
.va-list-group-item.disabled .va-list-group-item-heading,
 
.va-list-group-item.disabled:hover .va-list-group-item-heading,
 
.va-list-group-item.disabled:focus .va-list-group-item-heading{color:inherit}
 
 
 
.va-list-group-item.disabled .va-list-group-item-text,
 
va-list-group-item.disabled:hover .va-list-group-item-text,
 
.va-list-group-item.disabled:focus .va-list-group-item-text{color:#777}
 
 
 
.va-list-group-item.active,
 
.va-list-group-item.active:hover,
 
.va-list-group-item.active:focus{z-index:2;color:#fff;background-color:#003f72;border-color:#003f72}
 
 
 
.va-list-group-item.active .va-list-group-item-heading,
 
.va-list-group-item.active:hover .va-list-group-item-heading,
 
.va-list-group-item.active:focus .va-list-group-item-heading,
 
.va-list-group-item.active .va-list-group-item-heading>small,
 
.va-list-group-item.active:hover .va-list-group-item-heading>small,
 
.va-list-group-item.active:focus .va-list-group-item-heading>small,
 
.va-list-group-item.active .va-list-group-item-heading>.small,
 
va-list-group-item.active:hover .va-list-group-item-heading>.small,
 
.va-list-group-item.active:focus .va-list-group-item-heading>.small{color:inherit}
 
 
 
.va-list-group-item.active .va-list-group-item-text,
 
.va-list-group-item.active:hover .va-list-group-item-text,
 
.va-list-group-item.active:focus .va-list-group-item-text{color:#c7ddef}
 
 
 
.va-list-group-item-success{color:#3c763d;background-color:#dff0d8}
 
 
 
a.va-list-group-item-success{color:#3c763d}
 
 
 
a.va-list-group-item-success .va-list-group-item-heading{color:inherit}
 
 
 
a.va-list-group-item-success:hover,a.va-list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
 
 
 
a.va-list-group-item-success.active,a.va-list-group-item-success.active:hover,
 
a.va-list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
 
 
 
.va-list-group-item-info{color:#31708f;background-color:#d9edf7}
 
 
 
a.va-list-group-item-info{color:#31708f}
 
 
 
a.va-list-group-item-info .va-list-group-item-heading{color:inherit}
 
 
 
a.va-list-group-item-info:hover,a.va-list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
 
 
 
a.va-list-group-item-info.active,a.va-list-group-item-info.active:hover,a.va-list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
 
 
 
.va-list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
 
 
 
a.va-list-group-item-warning{color:#8a6d3b}
 
 
 
a.va-list-group-item-warning .va-list-group-item-heading{color:inherit}
 
 
 
a.va-list-group-item-warning:hover,a.va-list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
 
 
 
a.va-list-group-item-warning.active,a.va-list-group-item-warning.active:hover,a.va-list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
 
 
 
.va-list-group-item-danger{color:#a94442;background-color:#f2dede}
 
 
 
a.va-list-group-item-danger{color:#a94442}
 
 
 
a.va-list-group-item-danger .va-list-group-item-heading{color:inherit}
 
 
 
a.va-list-group-item-danger:hover,a.va-list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
 
 
 
a.va-list-group-item-danger.active,a.va-list-group-item-danger.active:hover,a.va-list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
 
 
 
.va-list-group-item-heading{margin-top:0;margin-bottom:5px}
 
 
 
.va-list-group-item-text{margin-bottom:0;line-height:1.3}
 
 
 
a[href$=".pdf"].va-list-group-item,
 
a[href$=".ppt"].va-list-group-item,
 
a[href$=".pptx"].va-list-group-item,
 
a[href$=".doc"].va-list-group-item,
 
a[href$=".docx"].va-list-group-item,
 
a[href$=".xls"].va-list-group-item,
 
a[href$=".xlsx"].va-list-group-item,
 
a[href$=".csv"].va-list-group-item,
 
a[href$=".vsd"].va-list-group-item,
 
a[href$=".vdw"].va-list-group-item,
 
a[href$=".mp3"].va-list-group-item,
 
a[href$=".zip"].va-list-group-item,
 
a[href$=".rar"].va-list-group-item {
 
            display: inline-block;
 
            padding-right: 15px;
 
            margin-right: 0;
 
            line-height: auto;
 
            background-image:none !important;
 
}

/* NEW CSS ACCORDION STYLE */

 
main {
  max-width: 100%;
  margin: 0 auto;
}
                                                                                                                     
summary {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #0B6CB2;
  color: #FFF;
  padding: 10px 45px 10px 10px;
  margin-top: 5px;
  outline: none;
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}
                                                                                                                     
details > summary::-webkit-details-marker {
 display: none;
}
                                                                                                                     
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
                                                                    
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
  font-size: 1.25em;
}
                                                                    
details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 20px;
  font-size: 1.25em;
}
                                                                    
.tab-content {
  color: #000;
  padding: 15px 10px 5px 10px;
  margin-bottom: 5px;
  margin-top: -5px;
  border: solid 2px #0B6CB2;
  border-radius: 0 0 0.25rem 0.25rem;
  cursor: pointer;
  position: relative;
  }
                                                                    
p .tab-content :last-of-type {
  padding-bottom: 7px;
}                                                                                                                                                                                                                                      

/* ---------------- DO NOT USE! > OLD ACCORDION STYLE ----------------- */

.accordion-container {
		width: 100%;
		margin-bottom: 3px;
		background-color: #fff;
		border: none;
		border-radius: 3px;

		clear: both;
		}


.accordion-container > h4 {
	margin-top: 130px;
}

a.accordion-toggle {
		position: relative;
		display: block;
		padding: 10px 50px 10px 15px;
		font-size: 1.1em;
		font-weight: 300;
		background: #c4dfeb;
		color: #010101;
		text-decoration: none;
		border-bottom: none; 
		border-top-left-radius: 3px;
		border-top-right-radius:3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius:3px
		}



a.accordion-toggle h3 {
	color: #003f72;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1em;
	line-height: 1em;
	display: inline;
	
}

	a.accordion-toggle.open {
		background: #0083be;
		color: #ffffff;
		}

	a.accordion-toggle:hover {
		background: #0083be;
		color:#ffffff;
		}



a.accordion-toggle:focus, input.accordion-toggle:focus {
	border:none;
}

	.accordion-toggle span.toggle-icon {
		position: absolute;
		top: 9px;
		right: 20px;
		font-size: 1.5em;
		}

	.accordion-content {
		display: none;
		padding:15px 20px;
		background:#f7f7f7;
		
		}


.accordion-content .row {
	margin:0;
}

	.accordion-content img {

		display: block;

		float: left;

		margin: 0 15px 10px 0;

		max-width: 100%;

		height: auto;

		}

.accordion-container i.fa.section-icon {
	font-size: 1.5em;
	padding-right:10px;
}   
                                                                    

#tier4innerContent .accordion-content .product_box p { font-size:12px; }

/* ----- alt color schemes/design ---------- */

.med-blue .accordion-toggle {
		background: #0083be;
		color: #ffffff;		
		border-top-left-radius: 0;
		border-top-right-radius:0;
		padding:10px 60px 15px 15px;
		font-weight: normal;
	text-decoration: none;

		}

.med-blue .accordion-content {
	padding:3px 0 0 0;
}

.design-2 .accordion-toggle {
		background: #ebf4f6;
	color: #0083be;
	
}

.design-2 .accordion-toggle.open {
	background:#ffffff;
	border-top: #4787b3 solid 4px;
}

.design-2 a.accordion-toggle.open:focus {
	outline:none;
	text-decoration:none;
}


.design-2 .accordion-toggle h3 {
	color: #0083be;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height: 1em;
	display: inline;
	
}

.design-2 .accordion-content {
background: #ebf4f6;}

.design-2 .library .product_box {
	margin:4px 8px 8px 7px;
	border-top: solid 3px #4787b3;
}

.design-2 > h3 {
	margin-top:40px;
	font-size:1.32em;
}

.design-2 > .product_box h4 {
	color:#222222;
	font-size:1.15em;
}

.design-2 > .product_box {
	width:215px;
}


/* --------- accordion sub level -- */

.sub .accordion-toggle {
	padding: 10px 15px 10px 40px;
	background:none;
}

.sub .accordion-toggle span.toggle-icon {
	left:18px !important;
	position:absolute;
}

.sub .accordion-content .text-content {
	padding:0 0 0 30px;
}


/* --- gradient accordion -- */

.accordion-toggle.gradient {
	border-bottom:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e9f0+0,ffffff+100 */

	background: #e0e9f0; /* Old browsers */
 	/* FF3.6-15 */
 	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(#e0e9f0 0%, #ffffff 100%);
	background: -o-linear-gradient(#e0e9f0 0%, #ffffff 100%);
	background: linear-gradient(#e0e9f0 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e9f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
		
.accordion-toggle:hover {
	text-decoration: none;
}
		
.accordion-toggle.gradient:hover {
	border-bottom:none;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfea+0,ffffff+100 */
	background: #dfdfea; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfea 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dfdfea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dfdfea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
		
.accordion-toggle.gradient span.toggle-icon {
	top:16px;
}
		

.accordion-content .text-content {
	padding: 0 0 0 72px;
}
		

		/* media query for mobile */

		@media (max-width: 767px) {

			.accordion-content {

				padding: 10px 0;

				overflow: inherit;

			}
			
			.call-to-action .include {
				margin-bottom:20px;
			}

			.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
				position: relative;
				min-height: 1px;
				padding-right: 15px;
				padding-left: 0;
}
			
			.col-sm-6.contact-box,
			.col-sm-6.resource-box,
			.col-sm-12.contact-box,
			.col-sm-12.resource-box{
				width:100%;
				margin-right:0;
				padding-left:15px;
			}


 /* ---------------- END OLD ACCORDION STYLE ----------------- */  
          
 
@media (max-width: 1200px) {
            .item.with-icon {
                        xxmax-width:750px;
            }
}
 
 
@media screen and (max-width: 767px) {
 
            .link-box {
 
           
 
            margin-right: 0;
 
            width:98%;
 
}
 
}
 
@media screen and (max-width:540px) {
            .item.with-icon {
            margin-left:0;
    width: 100%;
    max-width: 580px;
}
 
 
img.icon.left {
           
            margin:20px auto 0 auto;
float:left;
text-align: center;
           
}
}
 
@media screen and (max-width: 480px) {
            #homeinnerContent blockquote.half {
            width:100%;
 
}
 
#homeinnerContent blockquote.pull-right {
            display: block;
            float: right;
            margin:0 0 20px 0 !important;
}
}