﻿/* super-wide templates */

.contentWide #contentContainer {
    width: 100%;
}

.contentWide #content {
    padding: 0;
    width: calc(100% - 40px);
    margin: auto;
}

    .contentWide #content #addThisDiv {
        margin: 0 0 1em 1em;
    }

.contentWide .modContainer {
    margin: 0 20px;
}


/* ------------------------------------------- Start block element standard ------------------------------------------- */
.blk--full h2, .blk--full h3, .blk--two-third h2, .blk--two-third h3, .blk--half h2, .blk--half h3 {
	/* font-size: 1em; */
}

.blk--one-third p, .blk--one-third ul, .blk--one-third ol {
	/* font-size: 0.88em; */
}

.blk--one-third h2 {
	font-size: 1.25em;
}

.blk--one-third h3, .blk--one-third h4 {
	font-size: 1em;
}
/*
.blk--one-third .blue-button,
.blk--one-third .green-button,
.blk--one-third .white-button {
	font-size: 16px;
}
*/
/* ------------------------------------------- End block element standard ------------------------------------------- */


.contentWide .floating-box,
.contentWide .floating-box-right,
.contentWide .floating-box-left,
.contentWide .floating-box-one-third-left,
.contentWide .floating-box-one-third-right,
.contentWide .floating-box-one-half-left,
.contentWide .floating-box-one-half-right,
.contentWide .floating-box-one-half-left-last-item,
.contentWide .module-one-third-width,
.contentWide .module-one-half-width,
.contentWide .module-one-half-width-right,
.contentWide .module-one-third-width,
.contentWide .module-two-third-width,
.contentWide .module-one-third-width-right,
.contentWide .module-two-third-width-right {
    box-sizing: border-box;
}

.contentWide .modContainer .basicBox,
.contentWide .modContainer .googleEvents,
.contentWide .modContainer .googleNews,
.contentWide .modContainer .imageList,
.contentWide .modContainer .simpleList,
.contentWide .modContainer .smallIconList,
.contentWide .modContainer .smallList,
.contentWide .modContainer .mediumIconList,
.contentWide .modContainer .unstyledTextBlock {
    width: calc(99% - 20px);
    padding-right: 0;
}

div[class^="alert--"], .notice--green {
    width: calc(99% - 70px);
    margin: 0 0 1em 0;
}

div[class^="alert--line-"] {
    width: calc(99% - 71px);
}

.contentWide .tabDetail .imageList,
.contentWide .tabDetail .basicBox,
.contentWide .tabDetail .unstyledTextBlock,
.contentWide .tabDetail .mediumIconList,
.contentWide .tabDetail .simpleList,
.tabDetail .smallIconList,
.tabDetail .youTube,
.tabDetail .pdSet {
    width: 704px;
}

.contentWide #cov-cta {
    display: block;
    position: absolute;
    top: 32px;
    left: 440px;
}

    .contentWide #cov-cta a {
        display: block;
        height: 0;
        float: left;
        background: url('/images/cov/icons/icon-311.png') 2px -34px no-repeat;
        margin: 0;
        padding: 0 68px 22px 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        text-decoration: none;
    }

        .contentWide #cov-cta a:hover {
            background-position: 2px 2px;
            text-decoration: none;
        }

.contentWide .lastModified {
    width: 100%;
}



/* large icon */

.largeIconFeature {
    width: calc(33% - 20px);
    overflow: hidden;
    float: left;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-right: 18px;
}

    .largeIconFeature div.description {
        height: 85px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .largeIconFeature div.description p {
            height: 65px;
        }

    .largeIconFeature h3 {
        height: 1.2em;
        height: 2em;
    }

    .largeIconFeature img.icon {
        float: none;
        margin: 0;
        width: 100%;
        height: 170px;
    }
    .largeIconFeature img {
        height: auto;
    }

.modContainer h2.modHeader {
    padding: 8px 12px 6px 12px;
    margin: 0;
    border-bottom: #0279B1 3px solid;
    clear: both;
}

.modContainer a.largeIconFeatureLink:hover {
    text-decoration: none;
}

/* floating box */

.info-notice-box {
    line-height: 1.3em;
    background: #FFF;
    margin: 1.3em 10%;
    padding: .2em 1em;
}

.floating-box-right,
.info-notice-box-right {
    float: right;
    width: 23%;
    margin: .3em 0 20px 1em;
    min-width: 170px;
}

.floating-box-left,
.info-notice-box-left {
    float: left;
    width: 23%;
    margin: .3em 1em 20px 0;
    min-width: 170px;
}

.floating-box-one-third-left {
    float: left;
    width: calc(33% - 20px);
    margin: .3em 20px 20px 0;
}

.floating-box-one-third-right {
    float: right;
    width: calc(33% - 20px);
    margin: .3em 30px 20px 20px;
}

.floating-box-one-half-left {
    float: left;
    width: calc(49.5% - 20px);
    margin: .3em 20px 20px 0;
    min-width: 170px;
}

.floating-box-one-half-right {
    float: right;
    width: calc(49.5% - 20px);
    margin: .3em 30px 20px 20px;
    min-width: 170px;
}

.floating-box-one-half-left-last-item {
    margin-right: 0;
}

/* BC0503 - floating box image fix */
.floating-box,
.example-box {
    padding: 20px;
    border: 1px solid #d9d9d5;
    overflow: hidden;
}

    .floating-box > h2:first-child,
    .floating-box > h1:first-child,
    .floating-box > h3:first-child {
        margin-top: 0;
    }

.floating-box-noborder {
    border: 0px solid #93958b;
    padding: 1.1em;
}

.floating-box p {
    line-height: 1.22em !important;
}

.example-box {
    margin: 1.3em 5%;
    clear: both;
}

.floating-box-feature-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    max-width: 170px;
}

.floating-box-title {
    font-weight: 500;
    margin-top: 0;
}
/* BC0503 - floating box title fix */
h2.floating-box-title {
    margin-top: 0;
}

/* Text Box */

.contentWide .module-one-half-width {
    float: left;
    width: calc(49.5% - 20px) !important;
    margin: .3em 20px 20px 0;
}

.contentWide .module-one-half-width-right {
    float: right;
    width: calc(49.5% - 20px) !important;
    margin: .3em 30px 20px 20px;
}

.contentWide .module-one-third-width {
    float: left;
    width: calc(33% - 20px) !important;
    margin: .3em 20px 20px 0;
}

.contentWide .module-two-third-width {
    float: left;
    width: calc(66% - 20px) !important;
    margin: .3em 20px 20px 0;
}

.contentWide .module-one-third-width-right {
    float: right;
    width: calc(32% - 10px) !important;
    margin: .3em 30px 20px 20px;
}

.contentWide .module-two-third-width-right {
    float: right;
    width: calc(66% - 10px) !important;
    margin: .3em 30px 20px 20px;
}

.contentWide .info-notice-box-right.module-two-third-width {
    margin: 1.3em 0%;
    float: right;
}

.contentWide .info-notice-box-left.module-two-third-width {
    float: left;
    margin: 1.3em 0%;
}

.contentWide .info-notice-box {
    border-left: 7px #4B8516 solid;
}

.contentWide .info-notice-box {
    line-height: 1.3em;
    background: #FFF;
    margin: 1.3em 10%;
    padding: .2em 1em;
}

.contentWide .example-quote {
    border-left: 0px !important;
    border-right: 0px !important;
}

    .contentWide .example-quote:before {
        content: open-quote;
        position: relative;
        top: 15px;
    }

    .contentWide .example-quote:after {
        content: close-quote;
        position: relative;
        top: 15px;
        line-height: 0em;
    }

    .contentWide .example-quote:before,
    .contentWide .example-quote:after {
        color: #0279B1;
    }

.contentWide .floating-box-left,
.contentWide .info-notice-box-left {
    float: left;
    width: 28%;
    margin: .3em .7em 20px 0em;
    min-width: 170px;
}

/* jc - 2019-03-19 - comment out to test pull quote box
.contentWide .info-notice-box-left {
    border-right: 7px #4B8516 solid;
    border-left: 0px;
}
*/

.contentWide .floating-box-right,
.contentWide .info-notice-box-right {
    float: right;
    width: 28%;
    /* width: 31%; 
    margin: .3em 0 .7em 1em;*/
    margin: .3em 0 20px .7em;
    min-width: 170px;
}

.section.standard-header--gray {
    background-color: #f8f8f8;
}


.standard-header--gray.section .svc-item  {
    background-color: #fff;
}

.highlight-header .svc-item {
    color: #f8f8f8;
    border: 0;
    border-right: solid 1px #d9d9d5;
    background-color: #0279B1;
    margin: 0;
    padding-left: 3.5% !important;
    padding-right: 3.5% !important;
}

.highlight-header .label {
    color: #FFF;
}

.highlight-header .item-img svg {
    fill: #f8f8f8;
}

:not(.highlight-header) .svc-child-item .item-img svg {
    max-width: 55px;
    max-height: 55px;
}

.highlight-header .svc-item .content p,
.highlight-header .svc-item a {
    color: #f8f8f8;
}

.highlight-header {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
}

/* merge online-services css */
.section-title--wrapper .section-icon {
     background: #444;
     width: 40px;
     height: 30px;
     border-radius: 50%;
     text-align: center;
     vertical-align: middle;
     padding: 10px 5px;
     color: #fff;
     font-size: 28px;
}
 div.section-title--wrapper {
     left: -70px;
     position: relative;
}
 div.section-title--wrapper.no-icon {
     left: -20px;
}
 .section-title--wrapper div div {
     margin-left: 20px;
}
.superwide--category .section-title--wrapper .section-icon {
	background-color: #015982;
}

#contentContainer .section-title--wrapper h2,
#contentContainer.superwide--category .section-title--wrapper h2 {
     margin-left: 20px;
}

 #contentContainer .section-title--wrapper div h2 {
     margin-bottom: 5px;
}

 #contentContainer.superwide--category .section-title--wrapper h2 {
     color: #015982;
}

 .section-title--wrapper div {
     width: 100%;
}
 .section-title--wrapper {
     align-items: center;
}
 .section-title--link {
     width: 100%;
     text-align: right;
     margin-right: -20px;
}
 :not(.section-bg) .section-title--wrapper ~.unstyledTextBlock {
     padding-top: 0;
}
 .contentWide .modContainer .section-bg .unstyledTextBlock {
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;     
}

@media (min-width: 600px){
    .contentWide .unstyledTextBlock.module-one-third-width.block--top-border,
    .contentWide .unstyledTextBlock.module-one-half-width.block--top-border,
    .contentWide .unstyledTextBlock.module-two-third-width.block--top-border,
    .contentWide .unstyledTextBlock.module-one-half-width.block--top-border,
    .contentWide .unstyledTextBlock.block--top-border {
        border-top: 1px solid #015982;
        padding-top: 20px;
    }
}

 #contentContainer .section-title--wrapper h2, .section-title--wrapper p {
     margin-bottom: 0;
}
 .section-title--wrapper {
     margin-bottom: 20px;
}
 .section-title--wrapper .section-icon--wrapper {
     width: 40px;
}
 .section-icon--wrapper ~ div {
     margin-left: 10px;
     max-width: 450px;
}
 #contentContainer .section-title--wrapper .section-icon--wrapper ~ h2 {
     margin-left: 30px;
}

#contentContainer .superwide--guide .section-title--wrapper h2 {
  margin-left: 70px;
}

@media (max-width: 1080px) and (min-width: 769px) {
	div.section-title--wrapper.no-icon {
		 left: -70px;
	}
}

@media (min-width: 769px) {
	.no-icon .section-title--link {
		 margin-right: 30px;
	}
}

@media (max-width: 1080px) {
	 .section-title--wrapper {
		 flex-direction: column;
	}

	.section-title--wrapper .section-icon--wrapper {
		 width: 100%;
		 margin-left: 140px;
		 margin-bottom: 10px;
	}
	
	div.section-title--wrapper  {
		max-width: 95%;
	}

	.section-icon--wrapper ~ div {
		max-width: 100%;
	}    
	.section-title--wrapper div {
		 margin-left: 100px;
	}
}

@media (max-width: 768px) {
	 .section-title--wrapper .section-title--link {
		 text-align: left;
		 margin-left: 120px;
	}
	 .section-icon--wrapper {
		 text-align: left;
	}
	 .section-title--wrapper .section-icon {
		 width: 20px;
		 height: 15px;
		 font-size: 15px;
		 padding: 8px 5px 7px 5px;
	}
	 .section-title--wrapper.no-icon div {
		 margin-left: 40px;
	}
	 #contentContainer .section-title--wrapper.no-icon div h2, .section-title--wrapper.no-icon .section-title--link, .section-title--wrapper.no-icon div div {
		 margin-left: 0px;
	}
}
 @media (max-width: 980px) {
     body #doc .modContainer .section-title--wrapper p {
         margin-bottom: 0;
    }
}



@media (max-width: 768px ) {
  #contentContainer .superwide--guide .section-title--wrapper h2 {
	margin-left: 140px;	
  }
}

.largeIconFeature .largeIconFeatureDescription h2 {
    max-height: 4.2em;
}

section .section h2 {
	margin-left: 10%;
}
section  .section.highlight-header h2 {
	display: none;
}
section  .section.highlight-header .label:hover, section  .section.highlight-header .svc-item:hover .label {
	color: #444;
}

body.cov-online-services {
background-color: #F2F2F2;
}
#stage {
  margin: 0 auto;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, Helvetica, sans-serif;
  color: #555555; }
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
#stage button {
    font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, Helvetica, sans-serif;
}
input, textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, Helvetica, sans-serif;
}
#svc-search {
  margin: 0 auto 0;
  padding-bottom: 0;
  color: #555555; }

#contentContainer h2 {
    text-align: left;
    margin:0 0 20px 0;
  }
  
#contentContainer .basicBox h2:not(.modHeader) {
	margin: 20px 12px;
} 
 
#svc-search p {
    width: 620px;
    margin: 0 auto;
    line-height: 1.1;}
#svc-search input#search-input, #svc-search button#show-list {
    font-size: 0.8em; }
#svc-search form {
    margin-top: 1.5em; }
#svc-search form label {
      display: block;
      width: 265px;
      margin: 0 auto 10px;
      padding: 4px 9px;
      border: 2px solid #fff;
      border-radius: 8px;
      background: #4B8516 url('/images/cov/icons/icons.png') 258px 4px no-repeat;
      text-align: left; }
#svc-search form label input#search-input {
        width: 242px;
        padding: 2px 0;
        border: none;
        text-align: center;
        color: #a4a8ac;
        }
#svc-search button#show-list {
    position: relative;
    z-index: 105;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    width: 287px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: #4B8516 url('/images/cov/icons/icons.png') 252px -47px no-repeat;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer; }
section .section {
    clear: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #CCCCCC;
    min-width: 80%;
    padding: 30px 20px;
    border-top: 0;
    display: flex;
    flex-direction: row;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
}

.section:not(.highlight-header):nth-child(odd) {
	background-color : #f8f8f8;
}
section .section:not(.highlight-header):nth-child(odd) .svc-item  {
	background-color: #fff;
}

section > .section:nth-child(2) h2 {
	display: none;
}

section .subsection {
    clear: left;
    float:left;
    width: 100%;
    padding: 0 0;
    }
section .svc-item {
    float: left;
    min-height: 185px;
    vertical-align: middle;
    cursor: pointer; 
    color: #0279B1;
    background-color: #f8f8f8;
    width: 100%;
    margin: 0 10% 25px 10%;
    text-align: left!important;
    padding: 20px!important;
    border: solid 1px #d9d9d5;
    cursor: inherit!important;
} 
section .svc-item:hover {
    color: #FFF;
    background-color: #0279B1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    color: #0279B1!important;
    background-color: #f8f8f8!important;
}
section .svc-item .item-img {
    display: block;
}

section .svc-item .item-img img {
	max-height: 50px;
}
    
.mps section .svc-item {
      width: 75px;
      height: 55px; }
    
section .svc-item .label {
      margin: .5em 0.1em;
      font-size: 1.25em;
      font-weight: 500;
      padding:0 7px;
    margin: .5em 0em!important;
    padding: 0!important;
    color: #444444;
}
    
section .svc-item .content {
    display: inherit;
}

section .svc-item .content p {
	margin: 1em 0;
	color: #444444;
}

section .svc-item .content a:active, section .svc-item .content a:focus {
	text-decoration: underline;
}

  
section.searching .svc-item img, section.searching .svc-item .label {
    opacity: .25; }
  
section.searching .svc-item.found img, section.searching .svc-item.found .label {
    opacity: 1; }
    
section.searching .svc-item img, section.searching .svc-item {
	opacity: .25;
}
section.searching .svc-item img, section.searching .svc-item.found {
	opacity: 1;
}
  
section.blur .svc-item img, section.blur .svc-item .label {
    opacity: .25 !important; }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#results {
  position: relative;
  margin: 0 0 0;
  opacity: 0;
  padding: 0 36px 33px;
  border: 12px solid #CCCCCC;
  border-width: 0;
  border-radius: 18px; 
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top; }
#results:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
#results.cols-4 {
    width: 740px; }
#results.cols-3 {
    width: 550px; }
#results.cols-2 {
    width: 370px; }
#results.cols-1 {
    width: 319px; }
#results.open {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin: 100px auto 50px;
    border-width: 4px; }
#results .inner.load {
    visibility: hidden; }
#results.changed .inner {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s; }
#results .item-img {
    display: block;
    width: 116px;
    height: 116px;
    margin: -80px auto 0;
    vertical-align: middle;
    background: url('/images/cov/icons/bucket-child-bg.png') no-repeat; }
#results .item-img img {
    margin-top: 3px;}
#results .item-img + .label {
      margin: 1em 0;
      font-weight: 500;
      color: #000; }
#results .svc-child-item {
    float: left;
    width: 139px;
    min-height: 190px;
    margin: 0 22px;
    vertical-align: middle;
    background: url(/images/cov/icons/bucket-bg.png) center top no-repeat; }
#results .svc-child-item .label {
      min-height: 45px;
      margin: 1em 0;
      font-weight: 500;
      color: #000; }
#results .svc-child-item a.action {
      display: block;
      margin: 0 0 1em;
      padding: .3em 0.1em;
      border-radius: 5px;
      background-color: #0279B1;
      color: #fff;
      text-decoration: none;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
#results .svc-child-item a.action:hover {
        background-color: #FFF;
        color: #0279B1;border: #0279B1 0.1em solid;padding: 0.22em;
        }
#results.cols-1 .svc-child-item {
    width: 275px;
    min-height: 0;
    background: none; }
#results a.close {
    display: none; }
#results.open a.close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 27px;
    background: url('/images/cov/icons/close.png') no-repeat; 
    text-decoration:none;}
#results.open a.close span {
      visibility: hidden; }
/* @group ui override */
.ui-autocomplete {
  width: 280px !important;
  padding-top: 20px;
  border: 2px solid #4B8516; 
  }
.ui-widget-content a {
  color: #252525; }
  .ui-widget-content a.ui-state-focus {
    background: #4B8516;
    color: #fff; 
    }
.ui-menu .ui-menu-item a {
  line-height: 1.1; }
/* comment out width and height to standardize SVG size - JC - 2018-12-11 */
	    .item-img svg {
	    	display: block;
	      /*  width: 55px; */
	      /*  height: 55px; */
	        fill: #B2B2B2;
	    }
	    svg:not(:root) {
	        overflow: hidden;
	    }
	    
	    

		section .section.highlight-header .svc-item {
		    color: #FFF;
		}
		
@media (min-width: 880px) {
  section .section.highlight-header .svc-item:hover .content p {
    color: #444;
  }
}

@media (max-width: 879px) {
  section .section.highlight-header .svc-item:hover .content p,
  section .section.highlight-header .svc-item .content p {
    color: #444;
  }
}		
		
		
		section .section.highlight-header .svc-item .label {
				        text-align: center;
		}
/* width and height adjustment (was 75px x 75px) - JC - 2018-12-10 */
	    section .section.highlight-header .item-img svg {
		max-width: 100%;
		max-height: 75px;
	    	margin: 0 auto;
	    }

	    .svc-item.found .item-img svg, .svc-item:hover .item-img svg, section .section.highlight-header .svc-item:hover .item-img svg, section .section.highlight-header .svc-item.foundCard .item-img svg {
	       	fill: #0279b1;
	    }

	    

	    /* category cards */
	    section .section.highlight-header {
		background-color: #0279B1;
		margin-bottom: 25px;
		width: 100%;
		height: auto;
            }
            

            section .section.highlight-header .svc-item {
	    	/*padding-right: 20px!important;*/
            }
            
            section .section.highlight-header .svc-item.foundCard {
	    	background-color: #f8f8f8;
            }

	    section .section.highlight-header .svc-item.foundCard .label, section .section.highlight-header .svc-item.foundCard .content p, section .section.highlight-header .svc-item.foundCard a {
		color: #0279B1;
            }
            
            section .section.highlight-header .svc-item .item-img {
		text-align: center;
	    }
            
            
            
            section .section.highlight-header .svc-item:hover, section .section.highlight-header .svc-item:hover p, section .section.highlight-header .svc-item:hover a {
            	color: #0279B1;
            }
            
            .section.highlight-header>div.svc-item:nth-of-type(4n) {
		border: 0!important;
	    }
            


@media only screen and (max-width: 980px/*61.25em*/) {
#stage {
    width: auto;
    padding: 0 ; }
#svc-search p {
    width: auto; }
#results {
    padding: 0 18px 17px; }
#results.cols-4, #results.cols-3, #results.cols-2, #results.cols-1 {
    width: auto; }
section .section {
    width: auto;
    padding: 30px 0 0 0; }
section .section .svc-item {
      }
 }

@media only screen and (max-width: 480px/*30em*/) {
#svc-search form label {
      width: auto;
      background: #4B8516 url('/images/cov/icons/icons.png') 108% 4px no-repeat;
  }
#svc-search form label input#search-input {
      width: 90%;
  }
#svc-search button#show-list {
      width: 100%;
    background: #4B8516 url('/images/cov/icons/icons.png') 107% -47px no-repeat;
  }
#results .svc-child-item {
    float: none;
    width: 188px !important;
    margin: 0 auto; }
  .ui-autocomplete {
      width: 235px !important;
  }
}
@media only screen and (max-width: 320px) {
#svc-search form label {
      width: auto;
      background: #4B8516 url('/images/cov/icons/icons.png') 113% 4px no-repeat;
  }
#svc-search button#show-list {
      width: 100%;
    background: #4B8516 url('/images/cov/icons/icons.png') 111% -47px no-repeat;
  }
 }
 
@media (min-width: 600px) {
 	    
    section .section h2 {
        margin-left: 0;
    }
    
    section .section.highlight-header {
        padding-left: 55px;
        padding-right: 55px;
        width: auto;
    }

    section .section {
        margin-right: 0;
        padding-left: 55px;
        padding-right: 25px;
        margin-left: -40px;
        margin-right: -40px;
    }
    
    section .svc-item {
        margin: 0 20px 25px 0px;
        -webkit-flex-flow: 1 0 calc(39%);
        flex: 1 0 calc(39%);
        max-width: calc(39% - 2px);
    }
}

@media (max-width: 599px) {
    section .highlight-header .svc-item {
        margin: 0 0 25px 0;
    }
}

#contentContainer #services.online-services section:last-child {
    margin-bottom: -45px;
}

@media (min-width: 880px) {

    section .section.highlight-header .svc-item {
        color: #f8f8f8;
        border: 0;
        border-right: solid 1px #d9d9d5;
        background-color: #0279B1;
        margin: 0;
        padding-left: 3.5%!important;
        padding-right: 3.5%!important;
    }
    
    section  .section.highlight-header .label {
        color: #FFF;
        min-height: 56px;
    }

    section .section.highlight-header .item-img svg {
        fill: #f8f8f8;
    }

    section .section.highlight-header .svc-item .content p, section .section.highlight-header .svc-item a {
        color: #f8f8f8;
    }
   
    section .section {
        width: auto;
    }
    
    section .svc-item {
        -webkit-flex-flow: 1 0 calc(18%);
        flex: 1 0 calc(17%);
        max-width: calc(17% - 2px);
    }
    
    section .section>div.svc-item:nth-of-type(n) {
        margin: 0 20px 25px 0px;
    }
    
    section .section.highlight-header>div.svc-item:nth-of-type(n)  {
        margin: 0 0px 30px 0px;
    }
    
    section .section>div.svc-item:nth-of-type(4n) {
        margin: 0 0px 25px 0px;
    }
}

@media (min-width: 960px) {
	section .section {
		margin-left: -213px;
    	margin-right: -207px;
	}
	
    section .section.highlight-header {
    	padding-left: 238px;
    	padding-right: 228px;
    }
    
    section .section {
    	padding-left: 228px;
    	padding-right: 135px;
    }
}

@media (min-width: 981px) {
	section .section.highlight-header>div.svc-item:nth-of-type(n)  {
		margin: 0 0px 0px 0px;
	}
}

@media (min-width: 1367px) {
	.cov-online-services #contentContainer {
	    overflow: visible;
	}
}


.landingBanner {
    padding: 0px 203px 0px 203px;
    margin: 0px -203px 40px -203px;
    z-index: -1;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category {
	text-align: center;
	color: #fff;
	background: #4B8516;
	padding: 5px 10px;
	margin-top: -43px;
	line-height: 1;
	margin-left: 10px;
	display: table;
	margin: 0 auto;
	position: relative;
	top: -13px;
}

.titleContainer {
	background-color: #fff;
	max-width: 683px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -95px; /* if category is empty, margin-top:  90 px*/
	margin-bottom: 20px;
	padding: 0px 40px 0 40px;
	position: relative;
	display: table;
	box-sizing: border-box;
}

.titleContainer h1, #contentContainer .titleContainer h2, .titleContainer h3, .titleContainer h4, .titleContainer h5, .titleContainer h6, .titleContainer p {
	color: #0279b1;	
}

.titleContainer h1, #contentContainer .titleContainer h2, .titleContainer h3, .titleContainer h4, .titleContainer h5, .titleContainer h6, .titleContainer p {
text-align: center;
}

.titleContainer h1, #contentContainer .titleContainer h2, .titleContainer h3, .titleContainer h4, .titleContainer h5, .titleContainer h6, .titleContainer p {
margin-bottom: 0px;
}						

@media (max-width: 979px) {
	.landingBanner {
	display: block;
	}
}

@media (max-width: 767px) { 
	.titleContainer {
		max-width:  384px;
	}
	.introContainer {
		max-width: 	576px;
		display: table;
	}							
}

@media (max-width: 599px) {
	.titleContainer {
		width: 100%;
		margin-top: -39px;
		padding-top: 0;
	}
	
	.landingBanner {
		 display: block;
        min-height: 300px;
        padding: 0px 30px 0px 30px;
        margin: 0px -30px 40px -30px;
	}
}

@media (min-width: 1025px) {
	body #contentContainer {
		overflow: visible;
	}
}

.contentWide #contentContainer {
    overflow: visible;
}

@media (max-width: 980px) {
    body #doc {
        overflow-x: hidden;
    }
}

@media (min-width: 981px) {
    body #doc {
        overflow-x: visible !important;
    }
}


/* sections */
div.modContainer section.section-alt-bg {
    padding: 40px 203px 20px 203px;
    margin: 0px -203px 0px -203px;
    z-index: -1;		
    overflow: hidden;		
}		
		
div.modContainer section.section-alt-bg:nth-child(even) {		
      background-color: #fff;		
}		
div.modContainer section.section-alt-bg:nth-child(odd) {		
      background-color: #fff;		
}		

.section-alt-bg > .section {
	padding-top: 0px;
	padding-bottom: 0px;	
}

#contentContainer section:last-child {
	margin-bottom: -25px;
}

section.section-alt-bg .unstyledTextBlock {
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}

section.section-alt-bg > div.floating-box 
{
	background-color: white;
}

/****  Sticky Navbar ****/

.topic-nav {
    width: 1367px;
    transition: background-color .25s ease;
    z-index: 10;
    padding: 1px 0;
    margin: 0 -203px;
    background-color: #444444;
}

.topic-nav ul {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    line-height: 3em;
}

.topic-nav.sticky li:hover,
.topic-nav li:hover {
    cursor: pointer
}

.topic-nav.sticky li,
.topic-nav li {
    display: inline-block;
    margin: 0 1em;
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
}

.topic-nav a {
    font-size: 1.14em;
    outline: 3px solid transparent; 
    padding: 0 2px; 
}

/* JC 2018-08-15 Add focus to in-page nav */

#navbar.topic-nav a:focus, #navbar.topic-nav a:active,
#bottom-navbar a:focus, #bottom-navbar a:active {
    outline: 3px solid #F5A623;
    background-color: transparent;
    color: #D9D9D5;
}

.sticky {
    position: fixed;
    background-color: #444444;
    z-index: 12;
    margin: 0 -203px;
    left: auto;
    width: 1366px;
    padding: 0;
}

#bottom-navbar a,
.topic-nav :link,
.topic-nav.sticky li a {
    color: #fff;
    text-decoration: underline;
}

#bottom-navbar a:hover,
.topic-nav :link:hover,
.topic-nav.sticky li a:hover {
    color: #D9D9D5;
}

#bottom-navbar a:visited,
#navbar.topic-nav a:visited,
.topic-nav.sticky li a:visited {
    color: #fff;
}

#navbar.topic-nav :hover:visited,
#navbar.topic-nav :focus:visited {
    color: #D9D9D5;
}

.bottom-topic-nav {
    display: none;
    color: #fff;
    position: fixed;
    z-index: 12;
    margin: 0;
    width: 100%;
    bottom: 0;
    background-color: #444444;
    left: 0;
}

.quick-links li {
	width: 32.2%;
}

.quick-links li:nth-child(3) {
    border-width: 1px 1px 1px 0;
}

.block--panel--title h5 {
    margin-top: -15px;
}

.block--panel .flag {
    position: relative;
    top: -30px;
    display: inline-block;
}

.block p {
margin-top: 20px;
}

@media (max-width: 768px) {
    .block-wrapper--3-col>.block:nth-child(n+3) {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .block-wrapper--3-col>.block:nth-child(n+2) {
        display: block;
        margin-top: 20px;
    }
}

/* button width fix */
.contentWide .floating-box-one-half-left [class*='-button'],
.contentWide .floating-box-one-half-right [class*='-button'],
.contentWide .floating-box-one-half-left-last-item [class*='-button'],
.contentWide .module-one-half-width [class*='-button'],
.contentWide .module-one-half-width-right [class*='-button'] {
	width: auto;
	max-width: 300px;
}

@media (max-width: 980px) {
    .contentWide .floating-box-one-half-left [class*='-button'],
    .contentWide .floating-box-one-half-right [class*='-button'],
    .contentWide .floating-box-one-half-left-last-item [class*='-button'],
    .contentWide .module-one-half-width [class*='-button'],
    .contentWide .module-one-half-width-right [class*='-button'] {
        width: calc(100% - 9px);
        max-width: calc(100% - 9px);
    }
}

/* html5 online services - BC09062019 */
.cov-online-services #contentContainer h1 {
    margin: 0;
    padding-top:35px;
    font-size: 2.5em;
    letter-spacing: 1px;
    text-align:center;
}
.cov-online-services a.white-button.white-button--print {
    margin-bottom: 0;
}