<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bullets-container {
    display: table;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 1049;
    font-weight: normal;
    width: 20px;
    background:#fff; 
}

.section-bullets {
    transition-duration: .3s;
    list-style: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    right: 0;
    top: 50%;
}

.section-bullets li {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 900;
    /*text-transform: uppercase;*/
    line-height: 1;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    margin-bottom: 1px;
}

.section-bullets li a:before {
    content: ' ';
    width: 0;
    height: 100%;
    /*background-color: #eee;*/
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition-duration: .1s;
}

.section-bullets li a:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E0E0E0;
    position: absolute;
    right: 8px;
    top: 8px;
    transition-duration: .2s;
}

.section-bullets li a {
    color: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition-duration: .3s;
    opacity: 0.5;
    margin-left: 5px;
    padding: 5px 20px 15px 10px;
    text-decoration: none;
    min-height: 11px;
}

.section-bullets li span {
    position: relative;
    right: 0;
    transition-duration: 0.3s;
    opacity: 0;
}

.section-bullets li a {
    opacity: 1;
}

.section-bullets li.active a:before {
    width: 100%;
    transition-duration: .3s;
    transition-delay: 0.5s;
}

.section-bullets li:hover a {
    opacity: 1;
}

.section-bullets li:hover span {
    opacity: 1;
    transition-delay: 0.1s;
}

.section-bullets li.active span {
    opacity: 1;
    transition-duration: .3s;
    transition-delay: 0.6s;
}
/*toast 1 active css*/
.section-bullets li#toast1.active a:after {
 background-color: #E26161;   
}
#toast1 span{
    background-color: #F8C4C4;
    padding: 3px 10px;
    border-radius: 50px;
    color: #E26161;
}
/*toast 1 active css end*/

/*toast 2 active css*/

.section-bullets li#toast2.active a:after {
 background-color: #BC7CDE;   
}
#toast2 span{
    background-color: #E8C4F8;
    padding: 3px 10px;
    border-radius: 50px;
    color: #BC7CDE;
}

/*toast 2 active css end*/

/*toast 3 active css*/

.section-bullets li#toast3.active a:after {
 background-color: #6189E2;   
}
#toast3 span{
    background-color: #CDD6FD;
    padding: 3px 10px;
    border-radius: 50px;
    color: #6189E2;
}

/*toast 3 active css end*/

/*toast 4 active css*/

.section-bullets li#toast4.active a:after {
 background-color: #60bf6e;   
}
#toast4 span{
    background-color: #b7f0d4;
    padding: 3px 10px;
    border-radius: 50px;
    color: #60bf6e;
}

/*toast 4 active css end*/

/*toast 5 active css*/

.section-bullets li#toast5.active a:after {
 background-color: #E0B84B;   
}
#toast5 span{
    background-color: #FFEBB4;
    padding: 3px 10px;
    border-radius: 50px;
    color: #E0B84B;
}

/*toast 5 active css end*/

html {
  scroll-behavior: smooth;
}

/*--Section bg start--*/

.sec_bg1{
    background: #E26161;
}
.sec_bg2{
    background: #BC7CDE;
}
.sec_bg3{
    background: #6189E2;
}
.sec_bg4{
    background: #60BF6E;
}
.sec_bg5{
    background: #E0B84B;
}

/*--Section bg end--*/
@font-face {
    font-family: 'avenirLight';
    src: url('../fonts/avenir-light.eot');
    src: local('avenirLight'), url('../fonts/avenir-light.woff') format('woff'), url('../fonts/avenir-light.ttf') format('truetype');
}
@font-face {
    font-family: 'AvenirNext-DemiBoldItalic';
    src: url('../fonts/AvenirNext-DemiBoldItalic.eot');
    src: local('AvenirNext-DemiBoldItalic'), url('../fonts/AvenirNext-DemiBoldItalic.woff') format('woff'), url('../fonts/AvenirNext-DemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNext-Bold.eot');
    src: local('AvenirNext-Bold'), url('../fonts/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext-Bold.ttf') format('truetype');
}
/*-- Section 1 start--*/

.sec_bg1{
    padding-bottom: 0;
}
.section1_main{
    display: table;
    width:100%;
}
.section1_main h1 {
    color: #fff;
    /*font-weight: 900;*/
    font-size: 52pt;
    font-family: fatfrank, sans-serif;
}

.section1_main .sub_head {
    color: #fff;
    text-align: center;
    font-size: 13.5pt;
}
.section1_main .title {
    color: #E26161;
    background: #F8C4C4;
    border-radius: 50px;
    display: inline-block;
    font-weight: 900;
    font-family: fatfrank, sans-serif;
    font-size: 18pt;
    padding: 5px 40px;
}
.section1_main p{
    color: #fff;
    font-family: avenirLight;
    font-size: 20px;
}
.sec1_main_img {
    position: relative;width: 100%;
}
.sec1_main_img_ovrlay{
    background: #00000069;position: absolute;width: 100%;top: 0;height: 100%;
    text-align: center;
}
.sec1_main_img h2{
    position: absolute;
    left: 26%;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: 900;
    color: #fff;
    font-family: fatfrank, sans-serif;
    top: 1%;
    width: 50%;
}
.max_width_800 {
    max-width: 800px;
}
@media screen and (min-width: 800px){
    .col-xs-3 {
        width: 12.5%;
    }
}
.sec_1_2{
    padding: 50px 0 0;
    background-color: #fff;
}
.sec_1_2_noPad {
    padding-left: 10px;
    padding-right: 0;
}
.client_sec{
    text-align: center;
}
.sec_2_dwnPointer i {
    color: #E26161;
    font-size: 80px;
    /*line-height: 0;*/

}
.sec1_con_sec{
    background-color: #60BF6E;
    padding: 30px 0;
}
.contact_sec1_wrap span{
    color: #FFFFFF;
    font-size: 36px;
    margin-right: 20px;
    font-weight: 900;
    font-family: fatfrank, sans-serif;
}
.contact_sec1_wrap a, .contact_sec1_wrap a:hover{
    background-color: #FFFFFF;
    border:8px solid #B7F0D4;
    color: #60BF6E;
    font-size: 26px;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-family: fatfrank, sans-serif;
    font-weight: 900;
}
.partners_txt{
    color: #000 !important;
    font-size: 13px;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: AvenirNext-DemiBoldItalic !important;
}
.partners_txt_policy a, .partners_txt_policy a:hover, .partners_txt_policy a:active, .partners_txt_policy a:focus{
    font-size: 16px;
    margin-top: 10px;
    color: #000 !important;
    font-family: 'AvenirNext-Bold' !important;
    font-style: inherit !important;
    text-decoration: none;
}
/*-- Section 1 end--*/

/*-- Section 2 start--*/

.section2_main .title{
    color: #BC7CDE;
    background: #E8C4F8;
    border-radius: 50px;
    font-family: fatfrank, sans-serif;
    display: inline-block;
    font-weight: 900;
    font-size: 18pt;
    padding: 5px 40px;
}

.section2_main p{
    color: #fff;
    font-family: avenirLight;
    font-size: 20px;
}
.vid_title{
    font-weight: 800;
    color: #fff;
}
.bg_fff{
    background-color: #fff;
}
.sec_bg_fff{
    background-color: #fff;
    padding: 30px 0 0;
}
.sec_2_2 h1{
    color: #E26161;
    font-size: 22pt;
    max-width: 650px;
    text-align: center;
    font-weight: 900;
}
.max_width_700{
    max-width: 700px;
}
.sec_bg2{
    padding-bottom: 0;
}
/*-- Section 2 css end--*/

/*-- Section 3 css start--*/

.section3_main .title{
    color: #6189E2;
    background: #CDD6FD;
    border-radius: 50px;
    display: inline-block;
    font-weight: 900;
    font-size: 18pt;
    font-family: fatfrank, sans-serif;
    padding: 5px 40px;
}
.section3_main p{
    color: #fff;
    font-family: avenirLight;
    font-size: 20px;
}
.map_sec{
    padding: 10px;
}
.newSource{
    padding: 0 8px;
}
.newSource p {
    color: #6189E2;
    font-size: 10px;
}
.newSource p:first-child{
    margin-bottom: 0;
}
@media (min-width: 800px){
    .map_sec{
        min-height:250px;
        max-height: 250px;
        overflow: auto;
    }
}
.section3_main .map_sec p{
    font-size: 14px;
}
/* {
    padding-right: 5px;
    padding-left: 0;
} */
.cus_pad{
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
}
.sec_3_wrap .cus_pad:first-child{
    padding-left: 5px;
}
.map_sec_1{
    background-color: #FFEBB4;
}
.map_sec_2{
    background-color: #B7F0D4;
}
.map_sec_3{
    background-color: #F8C4C4;
}
.map_sec_1 h3{
    font-family: fatfrank, sans-serif;
    color: #E0B84B;
    font-size: 18px;
}
.map_sec_1 p{
    color: #E0B84B;
    /*font-family: AvenirNext-DemiBoldItalic;*/
    text-align: center;
    font-size: 50px !important;
    font-family: fatfrank, sans-serif;
}
.map_sec_2 h3{
    font-family: fatfrank, sans-serif;
    color: #60BF6E;
    font-size: 18px;
}
.map_sec_2 p{
    color: #60BF6E;
    font-family: AvenirNext-DemiBoldItalic;
}
.map_sec_3 h3{
    font-family: fatfrank, sans-serif;
    color: #E26161;
    font-size: 18px;
}
.map_sec_3 p{
    color: #E26161;
    text-align: center;
    font-size: 50px !important;
    font-family: fatfrank, sans-serif;
}
.dataSource1{
    background-color: #FFEBB4;
    padding-right: 10px;
}
.dataSource1 a{
    color: #e0b84b;
}
.dataSource2{
    background-color: #B7F0D4;
    padding-right: 10px;
}
.dataSource2 a{
    color: #60bf6e;
}
.dataSource3{
    background-color: #F8C4C4;
    padding-right: 10px;
}
.dataSource3 a{
    color: #e26161;
}
/*-- Section 3 css end--*/

/*-- Section 4 css start--*/

.section4_main .title{
    color: #60BF6E;
    background: #B7F0D4;
    border-radius: 50px;
    display: inline-block;
    font-family: fatfrank, sans-serif;
    font-size: 18pt;
    padding: 5px 40px;
}
.section4_main p{
    color: #fff;
    font-family: avenirLight;
    font-size: 20px;
}
.section4_main input{
    border-radius: 10px;
    min-height: 51px;
    z-index: 1;   
    position: relative;
}
.section4_main textarea{
    border-radius: 10px; 
    z-index: 1;   
    position: relative;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #60BF6E !important;
  font-size: 20px;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #60BF6E !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #60BF6E !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #60BF6E !important;
}
.search input::-webkit-input-placeholder {
    color: #6189E2 !important;
    font-family: fatfrank, sans-serif;
    font-size: 20px;
    opacity: 1; /* Firefox */
  }
  
.search input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6189E2 !important;
    font-family: fatfrank, sans-serif;
    font-size: 20px;
    opacity: 1; /* Firefox */
  }
  
.search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #6189E2 !important;
    font-family: fatfrank, sans-serif;
    font-size: 20px;
    opacity: 1; /* Firefox */
  }
  .search input::-moz-placeholder {
    color: #6189E2 !important;
    font-family: fatfrank, sans-serif;
    font-size: 20px;
    opacity: 1; /* Firefox */
  }
.sub_btn{
    background-color: #B7F0D4;
    border:1px solid #B7F0D4;
    color: #60BF6E;
    border-radius: 8px;
    padding: 7px 15px;
    font-size: 18pt;
    font-weight: 800;
}
/*-- Section 4 css end--*/

/*-- Section 5 css start--*/

.section5_main .title{
    color: #E0B84B;
    background: #FFEBB4;
    border-radius: 50px;
    display: inline-block;
    font-family: fatfrank, sans-serif;
    font-size: 18pt;
    padding: 5px 40px;
}

.section5_main p{
    color: #fff;
}
.section5_main .news h5 a, .section5_main .news h5 a:hover{
    color: #6189E2;
    font-size: 20px;
    font-family: 'AvenirNext-Bold';
    text-decoration: none;
}
.section5_main .resource h5 a, .section5_main .resource h5 a:hover{
    color: #BC7CDE;
    font-size: 20px;
    font-family: 'AvenirNext-Bold';
    text-decoration: none;
}
.search input{
    border:none;
    padding-left:25px;
}
.character-counter{
    visibility:  hidden !important;
}
.panel-heading {
    padding: 0;
    border:0;
}
.panelOne{
    background-color: #6189E2 !important;
}
.panelTwo{
    background-color: #BC7CDE !important;
}
.panel-title&gt;a, .panel-title&gt;a:active{
    display:block;
    padding:15px 15px 15px 45px;
    color: #FFFFFF !important;
    font-size:16px;
    font-family: fatfrank, sans-serif;
    text-transform:uppercase;
    text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);*/
    transform: rotate(180deg);
} 
.mg_btm_15{
    margin-bottom: 25px;
}
.footer{
    display: table;width: 100%;text-align: center;padding: 20px 0;
}
.footer p{
    display: table-cell;vertical-align: middle;
    font-family: avenirLight;
    font-weight: 900;
    color:#B7B7B7;
    font-size: 12px;
}
.footer a, .footer a:hover, .footer a:focus{
    text-decoration: none;color: red;
}
/*--footer css end here--*/


/*-- CSS for mobile--*/

@media screen and (max-width: 720px){
    .section1_main{
        display: inherit;
    }
    .row_no_margin-xs
    {
        margin: 0;
    }
    .bullets-container{
        height: 3.5%;
        width: 100%;
    }
    .section-bullets{
        width: 100%;
        padding: 0;
        top: 0;
        max-width: 275px;
        margin: 0 auto;
    }
    .section-bullets li{
        display: inline-block;
    }
    .section-bullets li span{
        display: none;
    }
    .section-bullets li a:after{
        height: 10px;
        width: 10px;
    }
    .section1_main h1{
        font-size: 55pt;
    }
    .section1_main .sub_head{
        font-size: 11.5pt;
    }
    .client_sec{
        margin-bottom: 15px;
    }
    .sec_1_2_noPad, .col-xs-3{
        padding: 0;
        padding-left:0; 
    }
    .section1_main .title{
        margin-left: -19%;
    }
    .section2_main .title{
        margin-left: -25%;
    }
    .sec_2_2 h1{
        font-size: 16pt;
    }
    .section3_main .title{
        padding: 5px 45px;
        margin-left: -18%;
        font-size: 12pt;
    }
    .mg_LR-30-xs{
        margin: 0 -30px;
    }
    .mg_LR_30-xs{
        margin: 0 30px;
    }
    .section4_main .title{
        margin-left: -20%;
    }
    .section5_main .title{
        padding: 5px 45px;
        margin-left: -20%;
    }
    .footer p{
        font-size: 10pt;
    }
    .nav&gt;li&gt;a {
        padding: 20px 11px !important;
        text-align: center;
    }
    .l1 a, .l1 a:hover, .l1 a:focus {
        background-color: #E26161 !important;
        color: #F8C4C4;
        font-size: 16pt;
        font-weight: 700;
    }
    .l2 a,.l2 a:hover, .l2 a:focus {
        background-color: #E29361 !important;
        color: #FDE2C1;
        font-size: 16pt;
        font-weight: 700;
    }
    .l3 a, .l3 a:hover, .l3 a:focus {
        background-color: #6189E2 !important;
        color: #CDD6FD;
        font-size: 16pt;
        font-weight: 700;
    }
    .l4 a, .l4 a:hover, .l4 a:focus {
        background-color: #60BF6E !important;
        color: #B7F0D4;
        font-size: 16pt;
        font-weight: 700;
    }
    .l5 a, .l5 a:hover, .l5 a:focus  {
        background-color: #E0B84B !important;
        color: #FFEBB4;
        font-size: 16pt;
        font-weight: 700;
    }
    .mb_nav
    {
        position: fixed;width: 100%;background-color: #fff;z-index: 999;top: 3%;
    }
    html {
        scroll-behavior: smooth;
    }
}

.DFlex{    
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 600px){
    .col-xs-3{
        width: 26%;
    }
}
.justify_center{
    justify-content: center;
}
.success_msg{
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border: 5px solid #60BF6E;
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    top: 35%;
    font-size: 15px;
    font-weight: 900;
    color: #60BF6E;
    left: 30%;
    z-index: 10;
}
.fail_msg{
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border: 5px solid red;
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    top: 35%;
    font-size: 15px;
    font-weight: 900;
    color: red;
    left: 30%;
    z-index: 10;
}
.pos_relative{
    position: relative;
}
.panel-body{
    padding: 15px 25px;
}

.single_resource{
    margin-bottom: 15px;
}
.panelOneMain .single_resource{
    padding: 8px 20px;
    border-radius: 8px;
    border:4px solid #CDD6FD;    
}
.panelOneMain .single_resource .title_component h6 a, .panelOneMain .single_resource .title_component h6 a:hover, .panelOneMain .single_resource .title_component h6 a:focus, .panelOneMain .single_resource .title_component h6 a:active{
    color: #6189e2;
    font-size: 20pt;
    text-decoration: none;
    font-family: 'AvenirNext-Bold';
}
.panelOneMain .single_resource .description p{
    color: #6189e2;
    font-size: 14pt;
    font-family: avenirLight;
}
.panelOneMain .single_resource .description span{
    color: #6189e2;
    font-size: 12px;
    font-family: 'AvenirNext-DemiBoldItalic';   
}
.panelTwoMain .single_resource{
    padding: 8px 20px;
    border-radius: 8px;
    border:4px solid #E8C4F8;
}
.panelTwoMain .single_resource .title_component h6 a, .panelTwoMain .single_resource .title_component h6 a:hover, .panelTwoMain .single_resource .title_component h6 a:active, .panelTwoMain .single_resource .title_component h6 a:focus{
    color: #BC7CDE;
    font-size: 20pt;
    text-decoration: none;
    font-family: 'AvenirNext-Bold';
}
.panelTwoMain .single_resource .description p{
    color: #BC7CDE;
    font-size: 14pt;
    font-family: avenirLight;
}
.panelTwoMain .single_resource .description {
    display: table;
    width: 100%;
}
.panel-group .panel{
    border:0;
}
.download_icon{
    padding: 15px 0;
    background-color: #BC7CDE;
    border-radius: 8px;
}
.download_icon i{
    color: #FFFFFF;
    font-size: 20px;
    font-size: 30px;
}
@media (max-width: 768px){
    .section1_main h1{
        font-size: 24pt;
    }
    .cus_pad{
        padding-left: 5px;
    }
    .cus_pad:first-child{
        padding-top:5px;
    }
    .mg_LR_30-xs{
        margin: 0;
    }
}
.max_width_35{
    max-width: 50%;
    margin-bottom: 20px;
}
@media (max-width: 768px){
    .max_width_35{
        max-width: 100%;
    }
    .success_msg{
        left: 0;
        font-size: 13px;
        top: -95px;
    }
    .fail_msg{
        left: 0;
        font-size: 13px;
        top: -95px;
    }
    .max_width_35{
        margin-bottom: 0;
    }
    .single_resource .title_component h6{
        font-size: 13pt;
    }
    .contact_sec1_wrap span{
        font-size: 14px;
    }
    .contact_sec1_wrap a, .contact_sec1_wrap a:hover{
        font-size: 16px;
        border: 4px solid #B7F0D4;
    }
    .panelTwoMain .single_resource{
        padding: 8px 0;
    }
}
.stateSelect select{
    background-color: #CDD6FD;
    color: #6189E2;
    font-weight: 800;
    border-radius: 8px;
}
.DFlex_partners{
    display: flex;
    align-items: center;
}
path, text{
    cursor: pointer;
}

p &gt; b {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.map_footnote {
    color: #E0B84B;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}
</pre></body></html>