*, *:before, *:after {
    box-sizing: inherit;
}

/* Highlight Stats CSS style */
section.main__lvl2 article p.ptch-color-black {
    color: #333333
}
section.main__lvl2 article p.ptch-color-purple {
    color: #22263a
}
section.main__lvl2 article p.ptch-color-yellow {
    color: #ffe331
}
section.main__lvl2 article p.ptch-color-grey {
    color: #484a53
}


.cls-highlight-stats .highlight-tile h1, .cls-highlight-stats .highlight-tile h2, .cls-highlight-stats .highlight-tile h3,
.cls-highlight-stats .highlight-tile h4, .cls-highlight-stats .highlight-tile h5,.cls-highlight-stats .highlight-tile h6{
	margin-top:0;
	margin-bottom:0;
}
.cls-highlight-stats .highlight-tile p{
	margin-bottom:0;
	margin-top:0;
	line-height:1.3rem;
}

body.index.v2 .cls-highlight-stats .highlight-tile .highlight-title{
    display:inline-block;
    padding: 14px;
    margin-bottom:8px;
    line-height:43px;
    -moz-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: "soleil",Arial,"sans-serif";

}

body.index.v2 .cls-highlight-stats .highlight-tile .highlight-desc{
    
    display: inline;
    padding: 10px 14px;
    line-height:31px;
    -moz-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: "soleil",Arial,"sans-serif";

}
body.index.v2 .highlight-readmore{
    
    margin-bottom:30px;
    margin-top:0px;
}

@media(max-width:767px){
    body.index.v2 .highlight-readmore{
    
    margin-left:30px;
   
}
}

.cls-highlight-stats .font-11 {
    font-size: 0.688rem
}

.cls-highlight-stats .font-12 {
    font-size: 0.75rem
}

.cls-highlight-stats .font-14 {
    font-size: 0.875rem
}

.cls-highlight-stats .font-16 {
    font-size: 1rem
}
.cls-highlight-stats .font-17 {
    font-size: 1.1rem
}

.cls-highlight-stats .font-18 {
    font-size: 1.125rem
}

.cls-highlight-stats .font-20 {
    font-size: 1.25rem
}

.cls-highlight-stats .font-22 {
    font-size: 1.375rem
}

.cls-highlight-stats .font-24 {
    font-size: 1.4rem
}
.cls-highlight-stats .font-26 {
    font-size: 1.625rem
}
.cls-highlight-stats .font-30 {
    font-size: 1.875rem
}
.cls-highlight-stats .font-32 {
    font-size: 2rem
}
.cls-highlight-stats .font-34 {
    font-size: 2.125rem;
}
.cls-highlight-stats .font-36 {
    font-size: 2.25rem;
}
.cls-highlight-stats .font-38 {
    font-size: 2.375rem;
}
.cls-highlight-stats .font-40 {
    font-size: 2.5rem;
}
.cls-highlight-stats .font-42 {
    font-size: 2.625rem
}
.cls-highlight-stats .font-44 {
    font-size: 2.750rem
}
.cls-highlight-stats .font-46 {
    font-size: 2.875rem
}.cls-highlight-stats .font-48 {
    font-size: 2.625rem
}
.cls-highlight-stats .font-50 {
    font-size: 3.125rem
}
.cls-highlight-stats .font-52 {
    font-size: 3.250rem
}
.cls-highlight-stats .font-54 {
    font-size: 3.375rem
}
/* Highlight Stats CSS style Ends Here*/

/*bug 316205*/
@media (min-width:641px) and (max-width: 991px){
.cls-highlight-stats.grid-3 {
    grid-template-columns: 1fr 1fr;
    
    }
/*grid 3 in ipad view two column - gutter space & IE columns */
.cls-highlight-stats.grid-3.gutterspace-15{
    -ms-grid-columns: 1fr 0.938rem 1fr;    
}
.cls-highlight-stats.grid-3.gutterspace-20{
    -ms-grid-columns: 1fr 1.25rem 1fr;
}
.cls-highlight-stats.grid-3.gutterspace-25{
    -ms-grid-columns: 1fr 1.563rem 1fr;  
}
.cls-highlight-stats.grid-3.gutterspace-30{
    -ms-grid-columns: 1fr 1.875rem 1fr;
}

/*grid 3 in ipad view two column - gutter space & IE columns */
    /*IE rows and coloumn issue css style*/
	.cls-highlight-stats.grid-3 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3
    }
	
	.cls-highlight-stats.grid-3 .grid-content:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(21) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(22) {
        -ms-grid-row: 21;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(23) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(24) {
        -ms-grid-row: 23;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(25) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(26) {
        -ms-grid-row: 25;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(27) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(28) {
        -ms-grid-row: 27;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(29) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(30) {
        -ms-grid-row: 29;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(31) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(32) {
        -ms-grid-row: 31;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(33) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(34) {
        -ms-grid-row: 33;
        -ms-grid-column: 3
    }
    .cls-highlight-stats.grid-3 .grid-content:nth-child(35) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }

    .cls-highlight-stats.grid-3 .grid-content:nth-child(36) {
        -ms-grid-row: 35;
        -ms-grid-column: 3
    }
}
.cls-highlight-stats .highlight-tile .highlightHeader p {
   
    line-height: 2.5rem;
    word-break: break-word;
}
/*Start:-INC7277796:-Sitecore - new web component isn't optimized for all screen sizes*/

@media(min-width:640px) and (max-width:767px){
            .cls-highlight-stats .highlight-tile .highlightHeader p{
                        font-size:1.7rem!important;
            }
 }
@media(min-width:767px) and (max-width:850px){
            .cls-highlight-stats .highlight-tile .highlightHeader p{
                        font-size:1.8rem!important;
            }
 }
@media(min-width:851px) and (max-width:958px){
            .cls-highlight-stats .highlight-tile .highlightHeader p{
                        font-size:2.2rem!important;
            }
 }
@media(min-width:320px) and (max-width:436px){
            .cls-highlight-stats .highlight-tile .highlightHeader p{
                        font-size:1.3rem!important;
            }
 }
 /*END:-INC7277796:-Sitecore - new web component isn't optimized for all screen sizes*/
/*bug 316205 */

/*related article ptch required css*/
.related-wrapper {     width: 100%; }
.article-wrapper {
    display: block;
    height: 100%;
    position: relative;
    border-bottom-right-radius:30px;
}
.ia-related-article .related-wrapper .article-title{
    margin:56px 0 28px;
}

.ia-related-article .related-wrapper #observer-grid-without-masonary{
    margin:0;
}

.ia-related-article .related-wrapper .grid-content.article-tile{
    margin:0;
}

.article-tile a, .article-tile a:hover{
    
    text-decoration:none;
}

/*.article-wrapper .img-posts img {
    border-top-left-radius: 60px;
}*/

.related-wrapper .text-posts{
   padding: 0 14px 0 0;
}
.article-tile .text-posts .article-date{
    margin: 3% 0 1% 0;
    text-decoration:none;
    font-family: "soleil",Arial,"sans-serif";
   
}

.article-tile .text-posts h3{
    margin: 5% 0 3% 0;
    text-decoration:none;
    font-family: "soleil",Arial,"sans-serif";
}


.article-tile .text-posts p + p{
    margin:0;
    text-decoration:none;
    line-height:1.4rem;
}
.article-tile .text-posts p.recentarticle-desc{
    padding:14px 0 14px 14px;
}
/*recent article home page*/

.article-tile .recentarticle-title{
	padding: 9px 14px  12px!important;
	line-height:34px;
	display: inline;
	-moz-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-family: "soleil",Arial,"sans-serif";
	text-decoration:underline;
}

.article-tile .text-posts .article-date-main{
	margin:0;
	line-height:31px;
}
.article-tile .text-posts .article-date {
	margin:0;
	margin-top:8px;
	padding: 7px 14px 10px;
	line-height:24px;
	display: inline-block;
	-moz-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-family: "soleil",Arial,"sans-serif"
}

.article-wrapper .font-11 {
    font-size: 0.688rem
}

.article-wrapper .font-12 {
    font-size: 0.75rem
}

.article-wrapper .font-14 {
    font-size: 0.875rem
}

.article-wrapper .font-16 {
    font-size: 1rem
}
.article-wrapper .font-17 {
    font-size: 1.1rem
}

.article-wrapper .font-18 {
    font-size: 1.125rem
}

.article-wrapper .font-20 {
    font-size: 1.25rem
}

.article-wrapper .font-22 {
    font-size: 1.375rem
}

.article-wrapper .font-24 {
    font-size: 1.4rem
}
.article-wrapper .font-26 {
    font-size: 1.625rem
}
.article-wrapper .font-30 {
    font-size: 1.875rem
}
.article-wrapper .font-32 {
    font-size: 2rem
}
.article-wrapper .font-34 {
    font-size: 2.125rem;
}
.article-wrapper .font-36 {
    font-size: 2.25rem;
}
.article-wrapper .font-38 {
    font-size: 2.375rem;
}
.article-wrapper .font-40 {
    font-size: 2.5rem;
}
.article-wrapper .font-42 {
    font-size: 2.625rem
}
.article-wrapper .font-48 {
    font-size: 3rem
}

@media only screen and (min-width: 64.063em) {
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    
     .large-6 {
        width: 50%
    }
    
    /*Related Article full width with image*/
    .fullwidth-img .img-posts,.fullwidth-img .text-posts{
      width: 49%;
      display: inline-block;
      vertical-align: top;
      float:left;
    }
    
    .fullwidth-img .section-left.large-push-6{
     margin-left:10px;
    }
    .article-date{
        float:none;
    }
    .fullwidth-img .img-posts img{
        display:block;
    }
}
/*related article ptch required css*/


/*feature Box component*/
.featurebox-tile-main {
    position: relative;
    height: 100%;
    width: 100%;
}
.featurebox-tile-content h2{
	margin-top:0!important;
}
.featurebox-tile-content p{
    margin-bottom: 1.5em;
}
.ia-featurebox .d-inline .section-left {
    padding: 0;
}
.ia-featurebox .section-right .featurebox-tile-image {
	margin-right: inherit;
	min-height: 330px;
}
.ia-featurebox .columns {
	padding-left: 0;
	padding-right: 0;
}
.ia-featurebox .d-inline .featurebox-tile-image {
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}
.small-12 {
    width: 100%;
}
@media only screen and (min-width: 64.063em) {
   
     .large-6 {
        width: 50%
    }
}
    
@media only screen and (min-width: 40.063em){
.medium-6 {
    width: 50%;
}
}
.ia-featurebox .d-inline {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
/*feature Box componentends here */

/* progress bar presets css starts here*/

/*for progress bar range values color*/
.black-label .step-progressbar-toplabels .step-progressbar-steplabel{
	color:#000;
}
.purple-label .step-progressbar-toplabels .step-progressbar-steplabel{
	color:#22263a;
}
.yellow-label .step-progressbar-toplabels .step-progressbar-steplabel{
	color:#ffe331;
}
.blue-label .step-progressbar-toplabels .step-progressbar-steplabel{
	color:#005c84;
}
.white-label .step-progressbar-toplabels .step-progressbar-steplabel{
	color:#FFFFFF;
}

/*progressbar info text color*/
.black-text .progress-report {
    color: #000;
}
.purple-text .progress-report {
    color: #22263a;
}
.yellow-text .progress-report {
    color: #ffe331;
}
.blue-text .progress-report {
    color: #005c84;
}
.white-text .progress-report {
    color: #FFFFFF;
}


/*progress bar tootip bakground color */
.tooltip-whitebg#custom-progress-bar .tooltipp .top {
	background-color:#ffffff;
	color:#22263a;
}
.tooltip-purplebg#custom-progress-bar .tooltipp .top {
	background-color:#22263a;
}
.tooltip-yellowbg#custom-progress-bar .tooltipp .top {
	background-color:#ffe331;
}
.tooltip-bluebg#custom-progress-bar .tooltipp .top {
	background-color:#005c84;
}
.tooltip-whitebg#custom-progress-bar .tooltipp .top{
    font-weight: bold;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 16px;
}

/*prgress bar background color*/

.progress-bgcolor-yellow .step-progressbar-bar .step-progressbar-progress,
.progress-bgcolor-yellow .step-progressbar-rounded .step-progressbar-bar:before,
.progress-bgcolor-yellow .step-progressbar-rounded .step-progressbar-bar.step-progressbar-full:after{
    background-color: #ffe331;
}
.progress-bgcolor-purple .step-progressbar-bar .step-progressbar-progress,
.progress-bgcolor-purple .step-progressbar-rounded .step-progressbar-bar:before,
.progress-bgcolor-purple .step-progressbar-rounded .step-progressbar-bar.step-progressbar-full:after{
    background-color: #22263a;
}
.progress-bgcolor-blue .step-progressbar-bar .step-progressbar-progress,
.progress-bgcolor-blue .step-progressbar-rounded .step-progressbar-bar:before,
.progress-bgcolor-blue .step-progressbar-rounded .step-progressbar-bar.step-progressbar-full:after{
    background-color: #005c84;
}
.progress-bgcolor-green .step-progressbar-bar .step-progressbar-progress,
.progress-bgcolor-green .step-progressbar-rounded .step-progressbar-bar:before,
.progress-bgcolor-green .step-progressbar-rounded .step-progressbar-bar.step-progressbar-full:after{
    background-color: #008179;
}

/* progress bar presets css ends here*/

/*report card css styles starts here*/
section.main__lvl2 h2.margin-top-bottom-25{
	margin-top: 25px;
    margin-bottom: 25px;
}
section.main__lvl2 h2.margin-top-bottom-15{
	margin-top: 15px;
    margin-bottom: 15px;
}
section.main__lvl2 h2.margin-top-bottom-20{
	margin-top: 20px;
    margin-bottom: 20px;
}

section.main__lvl2 h2.margin-bottom-50{
    margin-bottom: 50px;
}


.progress-submit {
    cursor: pointer;
    display:inline-block;
}
.selectlabel-prgcard{
    margin-bottom:10px;
}
.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    background-image: url('https://assets.cmhc-schl.gc.ca/sites/place-to-call-home/icons/icon-arrow-down-grey.svg')!important;
    background-size: 13px;
    background-position: right center
}
.yellowbg-fontpurple-button{
    color: #25283d;
	background-color: white;
	border: 1px solid #25283d;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	font-family: "soleil",Arial,"sans-serif";
}
.yellowbg-fontpurple-button:hover {
	background-color: #ffe331;
}
.purplebg-fontyellow-button{
	color: #ffe331;
	background-color: #22263a;
	border: 1px solid #22263a;
	text-decoration:none;
	font-family:"soleil",Arial,"sans-serif";
	border-radius: 30px;
    padding: 17px 30px;
	font-size: 16px;
	vertical-align: top;
}

.bluebg-fontwhite-button{
	color: #ffffff;
	background-color: #00405C;
	border: 1px solid #00405C;
	text-decoration:none;
	font-family: "soleil",Arial,"sans-serif";
	border-radius: 30px;
    padding: 17px 30px;
	font-size: 16px;
	vertical-align: top;
}

.bluebg-fontwhite-button:hover{
    color: #00405C;
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 30px;
	font-size: 16px;
}
.whitebg-fontblue-button{
    color: #005c84;
    background-color: #fff;
    border: 1px solid #FFF;
	text-decoration:none;
	font-family: "soleil",Arial,"sans-serif";
    border-radius: 30px;
    padding: 17px 30px;
	font-size: 16px;
	vertical-align: top;
}
.whitebg-fontblue-button:hover{
    color: #FFF;
    background-color: #00405C;
    border: 1px solid #00405C;
    border-radius: 30px;
	font-size: 16px;
}

.progressreport-selectbox{
	padding:40px 100px 45px;
	width:100%;
}

.selectWrapper .ui-icon{
	float:right;
}
.selectWrapper .selectBox{
  width:100%;
  height:40px;
  border:0px;
  outline:none;
 
}
.selectWrapper .ui-selectmenu-button{
	border: 1px solid #d4d4d4;
	border-radius: 30px;
	padding: 13px 25px;
	min-width: 76%;
	margin-right: 15px;
	text-align: left;
	background: white;
	font-size: 16px;
	color: #22263a;
	margin-bottom:15px;
}
.selectWrapper .ui-selectmenu-text{
	color:black;
}
.progresscard-content{
	padding:25px 40px;
	border-radius:0!important;
}
.progresscard-content .highlightstats {
    margin:0!important;
}

@media only screen and (max-width: 64.063em){
	.selectWrapper{
		text-align:center;
	}
	.progressreport-selectbox{
		padding:30px 50px;

	}	
	.selectWrapper .ui-selectmenu-button{
		min-width: 100%;
		margin-bottom:20px;
		margin-right:0;
	}
	.progressreport-selectbox .selectlabel-prgcard {
		text-align: center;
		margin-bottom: 20px;
	}
	
}

.open-newtab{
    margin-left:5px;
}
/*report card style ends here */


/*ptch theme css styles*/

.ptch-bgcolorwhite-hover:hover {
    background-color: #f9f9f9;
}
.ptch-bgcolor-grey {
	background-color:#e4eced;
}
.ptch-bgcolor-darkgrey {
    background-color: #22263a;
}
.ptch-bgcolor-black{
    background-color: #000000;
}
.ptch-bgcolor-white{
    background-color: #ffffff;
}
.ptch-bgcolorgrey-hover:hover {
    background-color: #f9f9f9;
}
.ptch-bgcolor-purple {
    background-color: #22263a;
}
.ptch-bgcolor-yellow {
    background-color:#ffe331;
}
.ptch-bgcolor-darkyellow{
    background-color: #fcbd3a;
}
.ptch-border-grey {
    border: 2px solid #d4d4d4;
    border-radius: 4px;
}
.ptch-border-purple {
    border: 2px solid #22263a;
    border-radius: 4px;
}
.ptch-border-yellow {
    border: 2px solid #ffe331;
    border-radius: 4px;
}

.brdr-btm-yellow{
    border-bottom: 10px solid #ffe331;
}
.brdr-btm-purple{
    border-bottom: 10px solid #22263a;
}

.ptch-color-black {
    color: #22263a
}
.ptch-color-darkblue {
    color: #22263a
}
.ptch-color-yellow {
    color: #ffe331
}
.ptch-color-grey {
    color: #484a53
}
.ptch-color-white {
    color: #ffffff;
}

/*quicklinks config css starts here*/
.curved-border-color-purple {
    border: 1px solid purple;
    border-radius: 30px;
}

.square-border-color-purple {
    border: 1px solid purple;
}

.curved-border-color-yellow {
    border: 1px solid purple;
    border-radius: 30px;
}

.square-border-color-yellow {
    border: 1px solid purple;
}

.curved-border-color-black {
    border: 1px solid black;
    border-radius: 30px;
}
.curved-border-color-grey {
    border: 1px solid #8a929e;
    border-radius: 30px;
}

.square-border-color-black {
    border: 1px solid purple;
}

.square-border-color-grey {
    border: 1px solid #8a929e;
}
.font-11 {
    font-size: 0.688rem
}

.font-12 {
    font-size: 0.75rem
}

.font-14 {
    font-size: 0.875rem
}

.font-16 {
    font-size: 1rem
}
.font-17 {
    font-size: 1.1rem
}

.font-18 {
    font-size: 1.125rem
}

.font-20 {
    font-size: 1.25rem
}

.font-22 {
    font-size: 1.375rem
}

.font-24 {
    font-size: 1.4rem
}
.font-26 {
    font-size: 1.625rem
}
.font-30 {
    font-size: 1.875rem
}
.font-32 {
    font-size: 2rem
}
.font-34 {
    font-size: 2.125rem;
}
.font-36 {
    font-size: 2.25rem;
}
.font-38 {
    font-size: 2.375rem;
}
.font-40 {
    font-size: 2.5rem;
}
.font-42 {
    font-size: 2.625rem
}
.font-48 {
    font-size: 3rem
}

.font-54 {
    font-size: 3.375rem
}

.font-56 {
    font-size: 3.5rem
}
.font-58 {
    font-size: 3.625rem
}
.font-60 {
    font-size: 3.75rem
}

.purple-button{
    color: #ffffff;
    background-color: #22263a;
    border: 1px solid #22263a;
    padding: 0.50em 1em 0.50em 1em;
    text-decoration:none;
    border-radius: 6px;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 1.25em;
    display:inline-block;
}
.yellow-button{
    color: #ffffff;
    background-color: #ffe331;
    border: 1px solid #ffe331;
    padding: 0.50em 1em 0.50em 1em;
    text-decoration:none;
    border-radius: 6px;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 1.25em;
    display:inline-block;
}

.yellow-button:hover, .purple-button:hover{
text-decoration:none;
}
/*ptch css control style  ends here */


/*Required styles global control*/
/*CSS class bg Color controls*/
  .bgcolor-white{
      background-color: #ffffff;
  }
  .bgcolor-lightgrey{
      background-color: #e4eced;
  }
  .bgcolor-blue{
      background-color: #0173af;
  }
  .bgcolor-grey{
      background-color: #ececec;
  }
  /*CSS class bg Color controls for Accordion*/
  .acc-bgcolor-white{
      background-color: #ffffff;
  }
  .acc-bgcolor-lightgrey{
      background-color: #f7f7f7;
  }
  .acc-bgcolor-blue{
      background-color: #0173af;
  }
    /*background hover effect*/
  .bgcolorgrey-hover:hover{
    background-color: #f7f7f7;
  }
  .bgcolordarkblue-hover:hover{
    background-color: #005989
    }
.bgcolorwhite-hover:hover{
    background-color: #ffffff;
  }
   .bgcolorpurple-hover:hover{
    background-color: #22263a;
    color:#ffffff;
    border:1px solid transparent;
  }
   .bgcoloryellow-hover:hover{
    background-color: #ffe331;
    color:#22263a;
    border:1px solid transparent;
  } 
  
  .bgcoloryellow-hover.active{
    background-color: #ffe331;
    color:#484a53;
    border:1px solid transparent;
  } 
  
  .bgcolorpurple-hover.active{
    background-color: #22263a;
    color:#ffffff;
    border:1px solid transparent;
  }
  
  .font-white-hover:hover{
      color:#FFFFFF;
  }
  .font-purple-hover:hover{
      color:#22263a;
  }
   .font-yellow-hover:hover{
       color:#ffe331;
  }
/*CSS class bg Color controls Ends*/

/*CSS class Color controls*/
  .color-white{
      color: #ffffff !important;
  }
  .color-black{
      color: #222222;
  }
  .color-blue{
  color:#0173af ;
    }
  .color-grey{
    color:#656565;
    }
/*CSS class Color controls Ends*/
/*CSS style tile min height starts*/
 
    .height-5{
        height:5em;
    }
    .height-8{
        height:8em;
    }
    .height-10{
        height:10em;
    }
     .height-12{
        height:12em;
    }
     .height-15{
        height:15em;
    }
    .height-18{
        height:18em;
    }
    .height-20{
        height:20em;
    }
    
    /*when grid column1 -the height of the index tile should to take auto*/
    .grid-1 .height-5, .grid-1 .height-8, .grid-1 .height-10, .grid-1 .height-12,
    .grid-1 .height-15, .grid-1 .height-18, .grid-1 .height-20{
               /* min-height:110px;*/
                height:auto;
    }
    
/*CSS style tile min height starts*/
  /* CSS class margin contorls starts here*/
  /*four side margin controls*/
  .margin-10{
    margin: 10px;
  }
  .margin-15{
    margin: 15px;
  }
  .margin-20{
    margin: 20px;
  }
  .margin-25{
    margin: 25px;
  }
  .margin-30{
    margin: 30px;
  }

  /*CSS class for top and bottom margin controls*/
  .margin-top-bottom-10{
    margin-top: 10px;
    margin-bottom:10px;
  }
  .margin-top-bottom-15{
    margin-top: 15px;
    margin-bottom:15px;
  }
  .margin-top-bottom-20{
    margin-top: 20px;
    margin-bottom:20px;
  }
  .margin-top-bottom-25{
    margin-top: 25px;
    margin-bottom:25px;
  }
  .margin-top-bottom-30{
    margin-top: 30px;
    margin-bottom:30px;
  }
  .margin-top-30-bottom-60{
      margin-top: 30px !important;
      margin-bottom:60px !important;
  }
  .margin-top-50-left-70{
      margin: 56px 0 0 70px
  }
   /*CSS class for left and right margin controls*/
 .margin-left-right-10{
     margin-left:10px;
     margin-right:10px;
  }
  .margin-left-right-15{
    margin-left:15px;
     margin-right:15px;
  }
  .margin-left-right-20{
    margin-left:20px;
     margin-right:20px;
  }
  .margin-left-right-25{
   margin-left:25px;
     margin-right:25px;
  }
  .margin-left-right-30{
    margin-left:30px;
     margin-right:30px;
  }
  /*margin-top css class starts*/
  .margin-top-10{
    margin-top: 10px;
  }
  .margin-top-15{
    margin-top: 15px;
  }
  .margin-top-20{
    margin-top: 20px;
  }
  .margin-top-25{
    margin-top: 25px;
  }
  .margin-top-30{
    margin-top: 30px;
  }
  /*margin-bottom css class starts*/
  .margin-bottom-10{
    margin-bottom: 10px;
  }
  .margin-bottom-15{
    margin-bottom: 15px;
  }
  .margin-bottom-20{
    margin-bottom: 20px;
  }
  .margin-bottom-25{
    margin-bottom: 25px;
  }
  .margin-bottom-30{
    margin-bottom: 30px;
  }
  .margin-bottom-50{
    margin-bottom: 50px;
}

   /*margin-left css class starts*/
  .margin-left-10{
    margin-left: 10px;
  }
  .margin-left-15{
    margin-left: 15px;
  }
  .margin-left-20{
    margin-left: 20px;
  }
  .margin-left-25{
    margin-left: 25px;
  }
  .margin-left-30{
    margin-left: 30px;
  }

  /*margin-Right css class  starts*/
  .margin-right-10{
    margin-right: 10px;
  }
  .margin-right-15{
    margin-right: 15px;
  }
  .margin-right-20{
    margin-right: 20px;
  }
  .margin-right-25{
    margin-right: 25px;
  }
  .margin-right-30{
    margin-right: 30px;
  }

 /*CSS class for margin controls Ends Here*/
  
  /*CSS style tile min height starts*/
    
    .height-5{
        height:5em;
    }
    .height-8{
        height:8em;
    }
    .height-10{
        height:10em;
    }
     .height-12{
        height:12em;
    }
     .height-15{
        height:15em;
    }
    .height-18{
        height:18em;
    }
    .height-20{
        height:20em;
    }
    /*when grid column1 -the height of the index tile should to take auto*/
    .grid-1 .height-5, .grid-1 .height-8, .grid-1 .height-10, .grid-1 .height-12,
    .grid-1 .height-15, .grid-1 .height-18, .grid-1 .height-20{
               /* min-height:110px;*/
                height:auto;
    }
    
/*CSS class for text alignment controls*/   
 .text-left{
    text-align: left;
 }
 .text-center{
    text-align: center;
 }
.text-right{
    text-align: right;
}
/*Text transform css*/
.text-uppercase{
  text-transform: uppercase;
}
.text-lowercase{
  text-transform: lowercase;
}
/*text alignment controls Ends here*/
  
/*CSS Class for padding controls*/
.padding-0{
    padding:0;
    
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-14{
    padding: 14px;
}

.padding-20{
    padding: 20px;
}
.padding-25{
    padding: 25px;
}
.padding-28{
    padding: 28px;
}
.padding-30{
    padding: 30px;
}
.padding-top-15-left-25{
   padding:14px; 
}
/*CSS class for top and bottom padding controls*/
 .padding-top-bottom-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-top-bottom-15{
     padding-top: 15px;
    padding-bottom: 15px;
  }
  .padding-top-bottom-20{
     padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-top-bottom-25{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .padding-top-bottom-30{
    padding-top: 30px;
    padding-bottom: 30px;
  }
    
  .padding-top-bottom-20-5{
     padding-top: 20px;
    padding-bottom: 5px;
  }

  /*CSS class for left and right padding controls*/
   .padding-left-right-10{
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-left-right-15{
   padding-left: 15px;
    padding-right: 15px;
  }
  .padding-left-right-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-left-right-25{
    padding-left: 25px;
    padding-right: 25px;
  }
  .padding-left-right-30{
    padding-left: 30px;
    padding-right: 30px;
  }
  .padding-left-right-40{
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-left-right-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  /*CSS class for top padding controls*/
  .padding-top-10{
    padding-top: 10px;
  }
  .padding-top-15{
    padding-top: 15px;
  }
  .padding-top-20{
    padding-top: 20px;
  }
  .padding-top-25{
    padding-top: 25px;
  }
  .padding-top-30{
    padding-top: 30px;
  }
  /*CSS class for bottom padding controls*/
  .padding-bottom-10{
    padding-bottom: 10px;
  }
  .padding-bottom-15{
    padding-bottom: 15px;
  }
  .padding-bottom-20{
    padding-bottom: 20px;
  }
  .padding-bottom-25{
    padding-bottom: 25px;
  }
  .padding-bottom-30{
    padding-bottom: 30px;
  }

/*CSS class for left padding controls*/
  .padding-left-10{
    padding-left: 10px;
  }
  .padding-left-15{
    padding-left: 15px;
  }
  .padding-left-20{
    padding-left: 20px;
  }
  .padding-left-25{
    padding-left: 25px;
  }
  .padding-left-30{
    padding-left: 30px;
  }
/*CSS class for right padding controls*/
.padding-right-10{
  padding-right: 10px;
}
.padding-right-15{
  padding-right: 15px;
}
.padding-right-20{
  padding-right: 20px;
}
.padding-right-25{
  padding-right: 25px;
}
.padding-right-30{
  padding-right: 30px;
}
/*CSS Class for padding controls*/

 


  /*CSS class for font Weight controls starts */
    .font-bold{
        font-weight: bold;
    }
    .font-normal{
        font-weight: normal;
    }
/*CSS class for font Weight controls starts */    

/*Button bg and color variations*/
.white-button{
    border:1px solid #ffffff;
    background-color: #ffffff;
    color: #006DCE;
    /*ptch site*/
    padding: 0.50em 1em 0.50em 1em;
    text-decoration: none;
    border-radius: 6px;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 1.25em;
    display: inline-block;
}
.white-button:hover{
    text-decoration:none;
    background-color: #005989;
    border:1px solid #005989;
    color: #FFFFFF;
}
.darkblue-button{
    border:1px solid #004567;
    background-color: #004567;
    color:#FFFFFF;
    /*for ptch site*/
    padding: 0.50em 1em 0.50em 1em;
    text-decoration: none;
    border-radius: 6px;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 1.25em;
    display: inline-block;
}
.darkblue-button:hover{
    text-decoration:none;
    background-color: #005989;
    border:1px solid #005989;
    color: #FFFFFF;
}
.blue-button{
    border:1px solid #006DCE;
    background-color: #006DCE;
    color: #FFFFFF;
    /*for ptch site*/
    padding: 0.50em 1em 0.50em 1em;
    text-decoration: none;
    border-radius: 6px;
    font-family: "soleil", Arial, "sans-serif";
    font-size: 1.25em;
    display: inline-block;
}
.blue-button:hover{
    text-decoration:none;
    background-color: #005989;
    border:1px solid #005989;
    color: #FFFFFF;
}

/*Button bg and color variations Ends */
/*css style for text block component*/
.text-clearfix{
    clear:both;
}
/*css style for text block component*/

/*css control for border*/
.border-lightgrey{
    border: 1px solid #bebebe;
}

.border-black{
    border: 1px solid #000000;
}
.border-blue{
    border: 1px solid #0173AF;
}

.border-top-purple{
    border-top: 5px solid #22263a;
}

.border-top-yellow{
    border-top: 5px solid #ffe331;
}
.border-top-darkgrey{
    border-top: 5px solid #22263a;
}

.border-top-blue{
    border-top: 5px solid #005c84;
}

.border-top-grey{
    border-top: 5px solid #f7f7f7;
}

.border-top-canary{
    border-top: 5px solid #ffe331;
}

.border-top-mustard{
    border-top: 5px solid #e3ac24;
}

.border-top-gold{
    border-top: 5px solid #ffce3b;
}


/*toplink css starts here*/
.toplink-main ul{
   list-style:none;
}
.toplink-main ul li a, .toplink-main ul li a:hover{
    text-decoration:none;
}
.toplink-main ul li {
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-radius: 4px;
    height:auto;
}
.toplink-main ul li p{
    line-height:1.4rem;
}
.toplink-main .index-tiletitle{
    margin-bottom:10px;
    display:block;
    text-decoration:underline;
    font-family: "soleil", Arial, "sans-serif";
    line-height:21px;
}
.toplink-main .pagetile-content {
    position: relative;
    cursor: pointer;
}

.toplink-main ul li .font-11 {
    font-size: 0.688rem
}

.toplink-main ul li .font-12 {
    font-size: 0.75rem
}

.toplink-main ul li .font-14 {
    font-size: 0.875rem
}

.toplink-main ul li .font-16 {
    font-size: 1rem
}
.toplink-main ul li .font-17 {
    font-size: 1.1rem
}

.toplink-main ul li .font-18 {
    font-size: 1.125rem
}

.toplink-main ul li .font-20 {
    font-size: 1.25rem
}

.toplink-main ul li .font-22 {
    font-size: 1.375rem
}

.toplink-main ul li .font-24 {
    font-size: 1.4rem
}

/*toplink css ends here*/

/*Overriding Accordion Css Styles*/
 /*.ia-cmhc-accordion h3.cmhc-accordion-header a {
        border: 1px solid transparent;
        /*color: inherit;
        font-size:inherit!important;
        margin-top: 0;
        
    }*/
/*Feature Box css */
/*Required Styles */
/*.ia-featurebox .featurebox-title{
    margin: 1em 0 1em 0;
}
.ia-featurebox .featurebox-tile-image{
    text-align:center;
}

.ia-featurebox .featurebox-tile-icon { /*added as part of bug 230646
    text-align: center;
    display: block;
    padding: 3.25em 0em 0em 0em;
}
.ia-featurebox .featurebox-tile-content h3{
     margin-top: 0;
     margin-bottom: 15px;
}
.ia-featurebox .featurebox-tile-content h2{ /*accessibility changes
     margin-top: 0;
     margin-bottom: 15px;
}
.ia-featurebox .featurebox-tile-content a.button{margin: 0;
}
.ia-featurebox .feature-wrapper {
    display:table;
    width:100%;
}
.ia-featurebox [class*="column"]+[class*="column"]:last-child {
    float: left;
}
.featurebox-tile-image img{
    display:block;
    width:100%;
}
.ia-featurebox .featurebox-tile-main h3 a{
    font-weight:bold;
    text-decoration:underline;
    color:#0173AF;
}
.section-right .featurebox-tile-image img{
    position:absolute;
	left:0;
	top:0;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
}
/*css for tile gutter space 
.ia-featurebox .columns{
    padding-left:0.9375rem;
    padding-right:0.9375rem;
}
/*Feature Box css ends*/
/*Feature Box css */
/*featurebox required style starts for fullwidth with image
.ia-featurebox .d-inline .section-left{
  padding:0;
}
@media (min-width:40.063em){
.ia-featurebox .d-inline{
  display:flex;
  justify-content:space-around;
  width:100%;
}
    
}
@media (max-width:640px){
.ia-featurebox .d-inline{
  display:inline-block;

}
    
}
.ia-featurebox .d-inline .featurebox-tile-image{
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.ia-featurebox .section-right .featurebox-tile-image{
  margin-right: -15px;
}
.ia-featurebox .section-right.large-pull-6 .featurebox-tile-image img{
  margin-left: -15px;
}
*/
/*feature Box style ends here for fullwidth with image*/

/*grid layout 3 column*/
.grid-3 {
    display: -ms-grid;
    display: grid;
    margin:0.625rem 0;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows:1fr;
}
/*three column gutter space & IE columns fix*/
.grid-3.gutterspace-15{
    column-gap: 0.938rem;
    -ms-grid-columns: 1fr 0.938rem 1fr 0.938rem 1fr;    
}
.grid-3.gutterspace-15 .grid-content{
    margin: 0.438rem 0 0.438rem 0;
 }
.grid-3.gutterspace-20{
    column-gap: 1.25rem; 
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
}
.grid-3.gutterspace-20 .grid-content{
    margin: 0.625rem 0 0.625rem 0;
 }

.grid-3.gutterspace-25{
    column-gap: 1.563rem;
    -ms-grid-columns: 1fr 1.563rem 1fr 1.563rem 1fr;  
}
.grid-3.gutterspace-25 .grid-content{
    margin: 0.781rem 0 0.781rem 0;
 }

.grid-3.gutterspace-30{
    column-gap: 1.875rem;
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
}
.grid-3.gutterspace-30 .grid-content{
    margin: 0.938rem 0 0.938rem 0;
 }
/*three column gutter space & IE columns ends*/

/*IE grid issue for 3 column*/
    .grid-3 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(3){
        -ms-grid-row: 1;
        -ms-grid-column: 5
    }

    .grid-3 .grid-content:nth-child(4){
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(5){
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(6){
        -ms-grid-row: 3;
        -ms-grid-column: 5
    }

    .grid-3 .grid-content:nth-child(7){
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(8){
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(9){
        -ms-grid-row: 5;
        -ms-grid-column: 5
    }

    .grid-3 .grid-content:nth-child(10){
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(11){
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(12){
        -ms-grid-row: 7;
        -ms-grid-column: 5
    }

    .grid-3 .grid-content:nth-child(13){
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(14){
        -ms-grid-row: 9;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(15){
        -ms-grid-row: 9;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(16){
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(17){
        -ms-grid-row: 11;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(18){
        -ms-grid-row: 11;
        -ms-grid-column: 5
    }
    
    .grid-3 .grid-content:nth-child(19){
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(20){
        -ms-grid-row: 13;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(21){
        -ms-grid-row: 13;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(22){
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(23){
        -ms-grid-row: 15;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(24){
        -ms-grid-row: 15;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(25){
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(26){
        -ms-grid-row: 17;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(27){
        -ms-grid-row: 17;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(28){
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(29){
        -ms-grid-row: 19;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(30){
        -ms-grid-row: 19;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(31){
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(32){
        -ms-grid-row: 21;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(33){
        -ms-grid-row: 21;
        -ms-grid-column: 5
    }
    .grid-3 .grid-content:nth-child(34){
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(35){
        -ms-grid-row: 23;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(36){
        -ms-grid-row: 23;
        -ms-grid-column: 5
    }


@media (min-width:641px) and (max-width: 768px){
.grid-3 {
    grid-template-columns: 1fr 1fr;
    
    }
/*grid 3 in ipad view two column - gutter space & IE columns */
.grid-3.gutterspace-15{
    -ms-grid-columns: 1fr 0.938rem 1fr;    
}
.grid-3.gutterspace-20{
    -ms-grid-columns: 1fr 1.25rem 1fr;
}
.grid-3.gutterspace-25{
    -ms-grid-columns: 1fr 1.563rem 1fr;  
}
.grid-3.gutterspace-30{
    -ms-grid-columns: 1fr 1.875rem 1fr;
}

/*grid 3 in ipad view two column - gutter space & IE columns */
    /*IE rows and coloumn issue css style*/
	.grid-3 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3
    }

    .grid-3 .grid-content:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3
    }
	
	.grid-3 .grid-content:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(21) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(22) {
        -ms-grid-row: 21;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(23) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(24) {
        -ms-grid-row: 23;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(25) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(26) {
        -ms-grid-row: 25;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(27) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(28) {
        -ms-grid-row: 27;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(29) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(30) {
        -ms-grid-row: 29;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(31) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(32) {
        -ms-grid-row: 31;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(33) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(34) {
        -ms-grid-row: 33;
        -ms-grid-column: 3
    }
    .grid-3 .grid-content:nth-child(35) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(36) {
        -ms-grid-row: 35;
        -ms-grid-column: 3
    }
}

@media (max-width: 640px){
    .grid-3 {
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
    
    }
/*grid 3 in ipad view two column - gutter space & IE columns */
.grid-3.gutterspace-15{
    -ms-grid-columns: 1fr;    
}
.grid-3.gutterspace-20{
    -ms-grid-columns: 1fr;  
}
.grid-3.gutterspace-25{
    -ms-grid-columns: 1fr;  
}
.grid-3.gutterspace-30{
    -ms-grid-columns: 1fr;  
}

/*grid 3 in mobile view one column - gutter space & IE columns */
    /*IE rows and coloumn issue css style*/
.grid-3 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(7) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(8) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(9) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(10) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(11) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-3 .grid-content:nth-child(12) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }
    .grid-3 .grid-content:nth-child(13) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }
    .grid-3 .grid-content:nth-child(14) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }
    .grid-3 .grid-content:nth-child(15) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }
    .grid-3 .grid-content:nth-child(16) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(17) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(18) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(19) {
        -ms-grid-row: 37;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(20) {
        -ms-grid-row: 39;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(21) {
        -ms-grid-row: 41;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(22) {
        -ms-grid-row: 43;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(23) {
        -ms-grid-row: 45;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(24) {
        -ms-grid-row: 47;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(25) {
        -ms-grid-row: 49;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(26) {
        -ms-grid-row: 51;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(27) {
        -ms-grid-row: 53;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(28) {
        -ms-grid-row: 55;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(29) {
        -ms-grid-row: 57;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(30) {
        -ms-grid-row: 59;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(31) {
        -ms-grid-row: 61;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(32) {
        -ms-grid-row: 63;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(33) {
        -ms-grid-row: 65;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(34) {
        -ms-grid-row: 67;
        -ms-grid-column: 1
    }
     .grid-3 .grid-content:nth-child(35) {
        -ms-grid-row: 69;
        -ms-grid-column: 1
    }
	
}
/*grid layout 3 column ends here*/

/*grid layout 2 column*/
.grid-2 {
    display: -ms-grid;
    display: grid;
    margin:0.625rem 0;
    padding-left: 0;
    padding-right: 0;
    /*grid-template-columns: 1fr 1fr ;*/
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr ;
}
/*two column gutter space & IE columns */
.grid-2.gutterspace-15{
    column-gap: 0.938rem;
    -ms-grid-columns: 1fr 0.938rem 1fr;    
}
.grid-2.gutterspace-15 .grid-content{
    margin: 0.438rem 0 0.438rem 0;
 }
.grid-2.gutterspace-20{
    column-gap: 1.25rem; 
    -ms-grid-columns: 1fr 1.25rem 1fr;
}
.grid-2.gutterspace-20 .grid-content{
    margin: 0.625rem 0 0.625rem 0;
 }

.grid-2.gutterspace-25{
    column-gap: 1.563rem;
    -ms-grid-columns: 1fr 1.563rem 1fr;  
}
.grid-2.gutterspace-25 .grid-content{
    margin: 0.781rem 0 0.781rem 0;
 }

.grid-2.gutterspace-30{
    column-gap: 1.875rem;
    -ms-grid-columns: 1fr 1.875rem 1fr;
}
.grid-2.gutterspace-30 .grid-content{
    margin: 0.938rem 0 0.938rem 0;
 }
 
.grid-2.gutterspace-50{
    column-gap: 3.125rem;
    -ms-grid-columns: 1fr 3.125rem 1fr;
}
.grid-2.gutterspace-50 .grid-content{
    margin: 1.5625rem 0 1.5625rem 0;
 }
/*two column gutter space & IE columns ends*/

/*IE rows and coloumn issue css style*/
	.grid-2 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .grid-2 .grid-content:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .grid-2 .grid-content:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .grid-2 .grid-content:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }

    .grid-2 .grid-content:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3
    }

    .grid-2 .grid-content:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3
    }
	
	.grid-2 .grid-content:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(21) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(22) {
        -ms-grid-row: 21;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(23) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(24) {
        -ms-grid-row: 23;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(25) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(26) {
        -ms-grid-row: 25;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(27) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(28) {
        -ms-grid-row: 27;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(29) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(30) {
        -ms-grid-row: 29;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(31) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(32) {
        -ms-grid-row: 31;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(33) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(34) {
        -ms-grid-row: 33;
        -ms-grid-column: 3
    }
    .grid-2 .grid-content:nth-child(35) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(36) {
        -ms-grid-row: 35;
        -ms-grid-column: 3
    }
    @media (max-width: 640px){
    .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-rows: initial;
    
    }
/*grid 2 in mobile view one column - gutter space & IE columns issues */
.grid-2.gutterspace-15{
    -ms-grid-columns: 1fr;    
}
.grid-2.gutterspace-20{
    -ms-grid-columns: 1fr;  
}
.grid-2.gutterspace-25{
    -ms-grid-columns: 1fr;  
}
.grid-2.gutterspace-30{
    -ms-grid-columns: 1fr;  
}

/*grid 2 in mobile view one column - gutter space & IE columns */
    /*IE rows and coloumn issue css style*/
    .grid-2 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(7) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(8) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(9) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(10) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(11) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(12) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }
    .grid-2 .grid-content:nth-child(13) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(14) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }
	.grid-2 .grid-content:nth-child(15) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }

    .grid-2 .grid-content:nth-child(16) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }
      .grid-2 .grid-content:nth-child(17) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(18) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(19) {
        -ms-grid-row: 37;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(20) {
        -ms-grid-row: 39;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(21) {
        -ms-grid-row: 41;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(22) {
        -ms-grid-row: 43;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(23) {
        -ms-grid-row: 45;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(24) {
        -ms-grid-row: 47;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(25) {
        -ms-grid-row: 49;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(26) {
        -ms-grid-row: 51;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(27) {
        -ms-grid-row: 53;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(28) {
        -ms-grid-row: 55;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(29) {
        -ms-grid-row: 57;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(30) {
        -ms-grid-row: 59;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(31) {
        -ms-grid-row: 61;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(32) {
        -ms-grid-row: 63;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(33) {
        -ms-grid-row: 65;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(34) {
        -ms-grid-row: 67;
        -ms-grid-column: 1
    }
     .grid-2 .grid-content:nth-child(35) {
        -ms-grid-row: 69;
        -ms-grid-column: 1
    }
}
/*grid layout 2 column ends here*/

/*grid layout 1 column*/
.grid-1 {
    display: -ms-grid;
    display: grid;
    margin:0.625rem 0;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
   /* grid-auto-rows:1fr;*/
   
    
}

/*one column gutter space & IE columns */
.grid-1.gutterspace-15{
    column-gap: 0.938rem;
    -ms-grid-columns: 1fr;    
}
.grid-1.gutterspace-15 .grid-content{
    margin: 0.438rem 0 0.438rem 0;
 }
.grid-1.gutterspace-20{
    column-gap: 1.25rem; 
    -ms-grid-columns: 1fr;
}
.grid-1.gutterspace-20 .grid-content{
    margin: 0.625rem 0 0.625rem 0;
 }

.grid-1.gutterspace-25{
    column-gap: 1.563rem;
    -ms-grid-columns: 1fr;  
}
.grid-1.gutterspace-25 .grid-content{
    margin: 0.781rem 0 0.781rem 0;
 }

.grid-1.gutterspace-30{
    column-gap: 1.875rem;
    -ms-grid-columns: 1fr;
}
.grid-1.gutterspace-30 .grid-content{
    margin: 0.938rem 0 0.938rem 0;
 }
/*one column gutter space & IE columns ends*/
/*one column IE ISSUE style*/
.grid-1 .grid-content:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(5) {
        -ms-grid-row: 9;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(6) {
        -ms-grid-row: 11;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(7) {
        -ms-grid-row: 13;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(8) {
        -ms-grid-row: 15;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(9) {
        -ms-grid-row: 17;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(10) {
        -ms-grid-row: 19;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(11) {
        -ms-grid-row: 21;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(12) {
        -ms-grid-row: 23;
        -ms-grid-column: 1
    }
    .grid-1 .grid-content:nth-child(13) {
        -ms-grid-row: 25;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(14) {
        -ms-grid-row: 27;
        -ms-grid-column: 1
    }
	
	.grid-1 .grid-content:nth-child(15) {
        -ms-grid-row: 29;
        -ms-grid-column: 1
    }

    .grid-1 .grid-content:nth-child(16) {
        -ms-grid-row: 31;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(17) {
        -ms-grid-row: 33;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(18) {
        -ms-grid-row: 35;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(19) {
        -ms-grid-row: 37;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(20) {
        -ms-grid-row: 39;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(21) {
        -ms-grid-row: 41;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(22) {
        -ms-grid-row: 43;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(23) {
        -ms-grid-row: 45;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(24) {
        -ms-grid-row: 47;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(25) {
        -ms-grid-row: 49;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(26) {
        -ms-grid-row: 51;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(27) {
        -ms-grid-row: 53;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(28) {
        -ms-grid-row: 55;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(29) {
        -ms-grid-row: 57;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(30) {
        -ms-grid-row: 59;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(31) {
        -ms-grid-row: 61;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(32) {
        -ms-grid-row: 63;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(33) {
        -ms-grid-row: 65;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(34) {
        -ms-grid-row: 67;
        -ms-grid-column: 1
    }
     .grid-1 .grid-content:nth-child(35) {
        -ms-grid-row: 69;
        -ms-grid-column: 1
    }
    
    
    /*404 Search style Start Here*/
.main-404{
	background-color:#ffffff;
}
    #search-form404 {
        position: relative;
        border: none;
    }
    #search-form404 .CoveoSearchbox .magic-box{
        border:none;
    }
     #search-form404 .CoveoOmnibox.magic-box .magic-box-suggestions{
         display: none; /*To hide auto suggestion in 404 page*/
     }
        #search-form404 input {
            margin: 0 0 1.5em 0;
            border-radius:50px;
            box-shadow:none;
        }

         #search-form404 .searchmain-404 {
            position: relative;
            min-width:100%;
            display: inline-block;
        }
        @media(min-width:640px){
           #search-form404 .searchmain-404 {
            min-width:500px;
           
        } 
        }
         @media(max-width:360px){
           #search-form404 .searchmain-404 .CoveoSearchInterface {
            min-width:280px;
           
        } 
        }
        section.main__lvl2 h2.margin-top-10-bottom-70, .margin-top-10-bottom-70{
           margin-top:10px; 
           margin-bottom:70px;
        }
        .margin-0{
            margin:0px;
        }
       
    .seperator-404 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        line-height: 0.1em;
        margin: 80px 0;
        font-weight: normal;
    }

        .seperator-404 span {
            background: #ffffff;
            padding: 0 10px;
            font-size: 22px;
            color: black;
        }

    .toplink-container {
        margin: 20px 0px;
    }
    
    
    #search-form404 .CoveoSearchInterface .CoveoSearchButton {
    position: absolute;
    border: 1px solid transparent;
    background-color: transparent;
    min-width: auto;
    right: 15px;
    top:15px;
    transform: rotate(90deg);
    
}


#search-form404 .CoveoSearchbox .magic-box .magic-box-input>input:focus{
    box-shadow:0 0 0px transparent;
    border-color:#F0F0F0;
    
}
#search-form404 .CoveoSearchbox .magic-box .magic-box-input>input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecdcd;
  opacity: 1; /* Firefox */
}

#search-form404 .CoveoSearchbox .magic-box .magic-box-input>input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cecdcd;
}

#search-form404 .CoveoSearchbox .magic-box .magic-box-input>input::-ms-input-placeholder { /* Microsoft Edge */
  color: #cecdcd;
}

#search-form404 .CoveoSearchbox .magic-box .magic-box-input>input {
    border: 2px solid #e5e5e5;
    background-color: #ffffff;
    padding: 15px 25px 15px 30px;
    font-size:26px;
    color: #67768b;
    height:75px;
}
@media (max-width: 480px){
 #search-form404 .CoveoSearchInterface .CoveoSearchbox {
    
    margin-right: 0px;
}
}
#search-form404 .magic-box .magic-box-input{
    height:75px;
    background-color: #ffffff;
}

#search-form404 .coveo-search-button-svg {
    width: 30px;
    height: 30px;
    color: #bbb8b8;
}
/*404 Search style Ends Here*/
/*d3js text version style*/
.d3-graph .row.fixed-container {
    margin: auto;
    clear: both;
    text-align: center;
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
}
.d3-graph .graph-container {
    padding: 30px;
    width: 100%;
    display: inline-block;
}
.d3-graph .graph-border {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    margin-bottom:-5px;
}
.d3-graph .text-version{
    border: 2px solid #e5e5e5;
    border-radius: 4px;
}
.d3-graph .text-version p{
    margin:1em 0;
}

.d3-graph .image-source {
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.d3-donutChart .image-source, .d3-halfPieChart .image-source, .d3-pieChart .image-source, .d3-guageChart .image-source {
    margin-top:0px;
}
.d3-graph .image-source p{
    margin-bottom: 0;
}
.d3jsshowHidetranscript{
    display: block;
    text-align: center;
    font-size: .85rem;
    cursor:pointer;
   /* padding-top: 20px*/
}

.d3jsshowHidetranscript:after {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url('https://www.cmhc-schl.gc.ca/Content/project/cmhc/img/ptch-icon-chevron-down.svg') no-repeat;
    background-size: contain;
    margin-left: 5px;
}

.d3jsshowHidetranscript.active:after {
    width: 12px;
    height: 8px;
    background: url('https://www.cmhc-schl.gc.ca/Content/project/cmhc/img/ptch-icon-chevron-up.svg') no-repeat;
    background-size: contain;
    margin-left: 5px;
}

.showHidetranscriptcontent {
    display: none;
    width: 100%;
    padding: 15px;
    text-align: left;
}
/*Quick links component styles starts here*/
#quickLinks div.btnClose {
		display: none;
	}

	#quickLinks nav.nav__menu {
		padding: 0;
		display: block;
	}

		#quickLinks nav.nav__menu div.nav__menuContainer {
			padding: 0 7.5% 14px 7.5%;
		}
	#quickLinks nav.nav__menu .nav__menu--items{
	    padding:0;
	}

	@media screen and (min-width: 992px) and (max-width:1010px) {
	    #quickLinks nav.nav__menu div.nav__menu--items ul li a {
			 padding:12px;
		}
	
	}

	#quickLinks nav.nav__menu div.nav__menu--items ul {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
        #quickLinks nav.nav__menu div.nav__menu--items ul li {
			list-style: none;
			background-image: none;
			background-repeat: no-repeat;
			background-position: left 0%;
			text-align: center;
			margin:14px;
			display:flex;
			flex: 1 1;
		   
		}
		#quickLinks nav.nav__menu div.nav__menu--items ul li:nth-child(2){
		    margin-left:0;
		}
		#quickLinks nav.nav__menu div.nav__menu--items ul li:last-child{
		    margin-right:0;
		}
	
		#quickLinks nav.nav__menu div.nav__menu--items ul li a {
			 flex: 1 1;
			 border-radius: 5px;
		}
		
		#quickLinks nav.nav__menu div.nav__menu--items ul li a:focus {
			 background-color: #ffe331;
                color: #484a53;
                border: 1px solid transparent;
		}

		#quickLinks nav.nav__menu div.nav__menu--items ul li:hover {
			
			border-radius: 30px;
		
		}

        
.wrapper ul li.font-11 {
    font-size: 0.688rem
}

.wrapper ul li.font-12 {
    font-size: 0.75rem
}

.wrapper ul li.font-14 {
    font-size: 0.875rem
}

.wrapper ul li.font-16 {
    font-size: 1rem
}
.wrapper ul li.font-17 {
    font-size: 1.1rem
}

.wrapper ul li.font-18 {
    font-size: 1.125rem
}

.wrapper ul li.font-20 {
    font-size: 1.25rem
}

.wrapper ul li.font-22 {
    font-size: 1.375rem
}

.wrapper ul li.font-24 {
    font-size: 1.4rem
}
.wrapper ul li.font-26 {
    font-size: 1.625rem
}
.wrapper ul li.font-30 {
    font-size: 1.875rem
}
.wrapper ul li.font-32 {
    font-size: 2rem
}
.wrapper ul li.font-34 {
    font-size: 2.125rem;
}
.wrapper ul li.font-36 {
    font-size: 2.25rem;
}

/*	@media screen and (min-width: 1280px) {
		#quickLinks nav.nav__menu div.nav__menu--items ul li {
			font-size: 1.1rem;
			line-height: 1.4rem
		}
	}*/

@media screen and (max-width: 767px) {
	    header.headerMain div.header__canada__logo {
            width: 100% !important;
            text-align:left !important;
        }
        
        /*text with layout css*/
        .ptch-text-component p{
            margin-top: 14px;
            margin-bottom: 28px;
        }
}
	@media screen and (max-width: 992px) {
	  
		.nav__menu__container--mobile nav.nav__menu {
			background-color: #EFF2F4;
			border:4px solid #22263a;
			padding:0;
		}
      
       .nav__menu__container--mobile nav.nav__menu .nav__menu--items ul{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
       }
	   .nav__menu__container--mobile nav.nav__menu div.nav__menu--items ul li {
	        margin:14px 0;
		    
		}
		.nav__menu__container--mobile nav.nav__menu div.nav__menu--items ul li:last-child{
		    margin-bottom:10px;
		}
		div.nav__menu__container--mobile a.languageSwitch.topNav__lLink{
		    margin-bottom:0;
		}
		.nav__menu__container--mobile nav.nav__menu div.nav__menu--items ul li.languageLink{
			
			display:inline-block;
			margin-bottom:14px;
		
		}
		nav.nav__menu div.nav__menu--items ul li.languageLink{
		    border-bottom: 2px solid #22263a;
		}
		.nav__menu__container--mobile nav.nav__menu div.nav__menu--items ul li.languageLink a{
		    	text-decoration:none;
		    	line-height: normal;
                font-size: 18px;
		}
		.nav__menu__container--mobile nav.nav__menu div.nav__menu--items ul li a {
			color: #22263a;
			display:inline-block;
		}
		
		.nav__menu__container--mobile div.btnClose a{
			color:#22263a;
		}
		
		nav.nav__menu div.nav__menu--items ul{
		    text-align:center;
		}
	
	}
	

/*quick links component style ends here*/

/*new whitebg black text btn style*/

.btn-white{
    color: #474c55;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
    cursor:pointer;
    text-align:center;
    border-radius: 5px;
	font-size: 18px;
	margin: 84px 0 56px 0;
	padding: 10px 20px 10px 20px;
}
 .btn-white:hover, .btn-white:focus-visible{
    color: #25283d;
	background-color: #ffe331;
	border: 1px solid #25283d;
	text-decoration: none;
}

 .btn-black{
    color: #ffffff;
    background-color: #22263a;
    border: 1px solid #22263a;
    padding: 10px 15px;
    border-radius:40px;
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    display:inline-block;
    margin-top:30px;
    cursor:pointer;
}


 .btn-black:hover .btn-black:focus-visible{
    color: #22263a;
    background-color: #ffffff;
    border: 1px solid #22263a;
}

 

/*new custom footer css style start from here*/
    footer {
        font-family: "soleil",Arial,"sans-serif";
    }

    footer .footer-main .nav-section {
    }

    footer .footer-main .nav-section ul {
        list-style-type: none;
        padding: 0;
        margin-top: 0 !important;
    }
                /* New Style */
    .footer-wrapper {
        background-image: url(https://assets.cmhc-schl.gc.ca/sites/place-to-call-home/home/2023/footer__cityscape.png);
        background-repeat: repeat-x;
        padding: 115px 0 0 0;
        margin-top: 4em;
    }
    @media (max-width: 768px) {    
        .footer-wrapper {
            text-align: center;
        }
    }

        footer .footer-main .nav-section ul li {
            list-style: none;
        	background-image: none;
        	background-repeat: no-repeat;
        	background-position: left 60%;
        	padding: 0 0 0 0px;
        	color: white;
        	font-size: 1.6vw;
        	margin: 2% 0 2% 0;
        	font-family: "soleil",Arial,"sans-serif";
        	text-decoration: none;
        	display: block;
        }
    @media (max-width: 767px) { /* Added Query */
        /* ptch-element-style-control - line 3588 */
        footer .footer-navigation nav h2 {
    	    margin: 10px 0 20px;
        }
    }
			 
        footer .footer-navigation nav h2 {
            margin: 40px 0 30px;
        }
		footer .footer-main .nav-section ul li a img{
                    width:25px;
                }
        footer .footer-main .nav-section .footer-social ul li {
            background-image: none;
            display: inline-block;
            float: left;
            padding: 6px 6px 6px 6px;
        	margin: 0 9px 0 9px;
        }
        footer .footer-main .nav-section .footer-social ul li:last-child {
        	margin-right: 0;
        }
        
		footer .footer-social{
			margin-top:40px;
			position:relative;
		}
        footer .footer-bottom {
            display: block;
            width: 100%;
			margin-bottom:35px;
        }

            footer .footer-bottom #Canada_logo {
                display: block;
                width: 100%;
            }

                footer .footer-bottom #Canada_logo img {
                    width: 120px;
                    height: 30px;
                    float: right;
                    margin-right: 15px;
                    margin-bottom: 15px;
                }

        footer img.ptchInsta {
            width: 30px;
            height: 30px;
        }

    .ptch-bgcolor-darkgrey {
        background-color: #22263a;
    }

    .ptch-color-white {
        color: #ffffff;
    }
    @media (max-width: 768px) { /*Added Media Query */
        /* ptch-element-style-control - line 3602 */
            footer .footer-social {
        	    margin-top: 10px;
        	    position: relative;
        	    display: flex;
        	    justify-content: center;
            }
        }
    
    @media screen and (min-width: 769px) {
        footer .footer-social {
    	    margin-top: 40px;
    	    position: relative;
    	    display: flex;
    	    justify-content: flex-end;
        }
    }
    @media screen and (min-width: 1024px) {
        footer .footer-main .nav-section .footer-social ul li {
        	padding: 6px 6px 6px 6px;
        	margin: 0 18px 0 18px;
        }
    }
	@media(min-width:992px) and (max-width:1024px){
	     footer .footer-main .nav-section .footer-social ul li {
           
            margin: 0 8px;
        }
	}
	
	@media(min-width:1024px) and (max-width:1200px){
	     footer .footer-main .nav-section .footer-social ul li {
            margin: 0 16px;
        }
	}
	
		@media(max-width:767px){
		 footer .footer-bottom #Canada_logo img {
                    float: none;
                      margin-left: 25px;
                      margin-top: 15px;
                }
			
				
		 footer .footer-main .nav-section .footer-social ul li {
			margin:0 8px;
		 }
		 footer .footer-main .nav-section .footer-social ul li:first-child{
		     margin-left:0px;
		 }
	}
/*new custom footer styles ends*/


/*text with layout css*/
.ptch-text-component p{
    margin-top: 33px;
    margin-bottom:27px;
}

@media screen and (max-width: 767px) {

        /*text with layout css*/
        .ptch-text-component p{
            margin-top: 14px;
            margin-bottom: 28px;
        }
}


/*need to remove once we craete page level configuration for highlight stats component*/

body.v2 .highlightstats, body.v2 .highlightstats-main , body.v2 .highlight-tile{
	background-color:transparent;
	/*margin-bottom:0;*/
}  

body.v2 .highlight-tile{
	padding:16px 0;
}
body.v2 .grid-1.gutterspace-30 .grid-content{
    margin:0.938rem 0 0 0;
}
body.v2 .cls-highlight-stats {
    
    margin:24px 0;
}
body.v2 .highlightstats{
    margin-bottom:56px;
}
@media(max-width:767px){
    body.v2 .highlightstats{
        margin-bottom:0;
    }
    body.v2 .highlight-tile{
        padding:13px 30px;
    }
}