.wic-wrap {
	background-color: #fff;
}

.wic-wrap + .page-footer {
	position: relative;
}

.wic-wrap h1,
.wic-wrap h2,
.wic-wrap h3,
.wic-wrap h4,
.wic-wrap h5,
.wic-wrap h6 {
	font-family: Lora, serif;
}

.wic-wrap h2 {
	font-size: 32px;
	font-weight: 500;
}

.wic-wrap p {
	color: #0D4166;
	font-size: 16px;
	line-height: 1.75em;
}

.wic-wrap strong,
.wic-wrap b {
    font-family: 'open_sansbold';
}

.wic-wrap a {
	color: #29B7DB;
}

.wic-wrap img {
	display: inline-flex;
    height: auto;
    max-width: 100%;
}

.wic-wrap .gray-heading {
	color: #535559;
}

.wic-container,
.wic-container-sm {
	margin: 0 auto;
	padding: 0 16px;
	width: 100%;
}

.wic-container {
	max-width: 1356px;
}

.wic-container-sm {
	max-width: 1136px;
}

.btn.btn-darkb,
.btn.btn-lightb {
	align-items: center;
    display: inline-flex;
    height: 48px;
    padding: 0 58px;
	width: auto;
}

.btn.btn-darkb {
    background-color: #0D4166;
}

.btn.btn-darkb:hover {
    background-color: #51AAD2;
}

.btn.btn-lightb {
    background-color: #51AAD2;
}

.btn.btn-lightb:hover {
    background-color: #0D4166;
}

.wic-banner {
	background: rgb(255,255,255);
	background: linear-gradient(304deg, rgba(255,255,255,1) 0%, rgba(226,241,248,1) 100%);
    overflow: hidden;
	padding: 50px 0;
	position: relative;
    text-align: center;
}

.wic-banner h1 {
	font-size: 38px;
	line-height: 1.17em;
	margin-bottom: 50px;
}

.wic-banner .banner-image {
    display: none;
}

.banner-wave {
    bottom: -300px;
    left: -80px;
	position: absolute;
    width: 100%;
	z-index: 1;
}

.wic-banner .wic-container-sm {
	position: relative;
	z-index: 3;
}

.jumplink-section {
    position: relative;
    padding: 16px;
}

.jumplinks {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 26px rgba(150,150,150,.2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1324px;
    padding: 14px;
    position: relative;
    z-index: 5;
    width: 100%;
}

.jumplink-item {
    display: none;
}

.jumplinks span {
    border-top: 1px solid rgba(94,157,200,.17);
    font-family: Lora, serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.jumplinks span:first-child {
    border: 0;
    margin-bottom: 10px;
}

.jumplinks .jumplink {
    align-items: center;
    background-color: rgba(81,170,210,0);
    border-radius: 5px;
    color: #0D4166;
    display: inline-flex;
    font-family: open_sansbold;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
}

.jumplinks .jumplink:hover {
    background-color: rgba(81,170,210,.2);
    opacity: .8;
}

.jumplink img {
    height: 20px;
    margin-right: 10px;
    width: auto;
}

.wic-info-section {
	padding: 50px 0;
}

.info-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-img {
    margin-bottom: 30px;
    text-align: center;
	width: 100%;
}

.info-img img {
    border-radius: 12px;
}

.info-right {
	text-align: center;
	width: 100%;
}

.info-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.box-item {
    align-items: center;
    background-color: #0D4166;
    border-radius: 12px;
    box-shadow: 0 3px 26px rgba(150,150,150,.9);
    display: flex;
    flex-direction: column;
    height: 184px;
    justify-content: space-around;
    margin: 0 10px 30px ;
    padding: 20px;
    width: 215px;
}

.box-item h4 {
    color: #fff;
    font-family: open_sansbold;
    font-size: 18px;
    margin: 0;
}

.wic-accordion-section {
	background: url('../img/pattern-bg.svg') repeat 0 0;
	padding: 50px 0;
}

.wic-accordion-section h2 {
	text-align: center;
}

.accordion-item {
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.accordion-item.active {
    border: 1px solid #28B7DB;
    border-radius: 5px 5px 0 0;
}

.accordion-item.active:before {
    background-color: #28B7DB;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.accordion-title {
	color: #0D4166;
	cursor: pointer;
    font-family: open_sansbold;
    font-size: 18px;
    margin-bottom: 0;
    padding: 20px 50px 20px 30px;
    position: relative;
	text-align: left;
}

.accordion-item.active .accordion-title {
    color: #28B7DB;
}

.accordion-title:after,
.accordion-title:before {
    background-color: #0D4166;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.3s;
}

.accordion-title:after {
    height: 3px;
    right: 30px;
    width: 15px;
}

.accordion-title:before {
    height: 15px;
    right: 36px;
    width: 3px;
}

.accordion-item.active .accordion-title:before {
    opacity: 0;
}

.accordion-item.active .accordion-title:after {
    background-color: #28B7DB;
}

.accordion-content {
	display: none;
    padding: 10px 30px;
	text-align: left;
	word-break: break-word;

    background: #fff;
    border: 1px solid #D8D8D8;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    left: -1px;
    position: absolute;
    width: calc(100% + 2px);
    z-index: 2;
}

.accordion-item.active .accordion-content {
    border: 1px solid #28B7DB;
    border-top: 0;
}

.accordion-item.active .accordion-content:before {
    background-color: #28B7DB;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

/* .accordion-item:first-child .accordion-content {
    display: block;
} */

.accordion-content p {
    color: #373737;
    margin-bottom: 12px;
}

.accordion-content ul {
    margin-bottom: 25px;
}

.accordion-content ul li {
    color: #373737;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.accordion-content ul li:before {
    color: #f27922;
    content: '\2022';
    font-size: 28px;
    left: 0;
    position: absolute;
    top: -8px;
}

.wic-resources-section {
	padding: 50px 0 110px;
	position: relative;
}

.wic-resources-section > img {
    display: none;
	bottom: 0;
	height: 50%;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 1;
}

.wic-resources-section .wic-container {
	position: relative;
	z-index: 2;
}

.resources-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resources-left {
    width: 100%;
}

.resources-content p {
    color: #707070;
}

.box-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.box-link-item {
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 3px 16px rgba(0,0,0,.16);
    display: flex;
    flex-direction: column;
    height: 166px;
    justify-content: space-around;
    margin:0 10px 46px;
    padding: 20px 10px;
    text-align: center;
    transition: all ease 0.3s;
    width: 194px;
}

.box-link-item:hover {
    transform: scale(1.1);
}

.box-link-item h4 {
    color: #0D4166;
    font-family: open_sansbold;
    font-size: 18px;
    margin: 0;
}

.resources-right {
	padding-top: 40px;
    width: 100%;
}

.resources-right h2.gray-heading {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.resources-right .btn {
    justify-content: center;
    margin-bottom: 20px;
    max-width: 340px;
    padding: 0 10px;
    width: 100%;
}

.wic-locations-section {
    background-color: #F5FAFD;
    padding: 50px 0;
    position: relative;
}

.blue-wave {
    height: 50px;
    left: 0;
    position: absolute;
    top: -49px;
    width: 100%;
    z-index: 2;
}

.blue-wave img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.wic-locations-section .wic-container {
    text-align: center;
}

.locations-content p {
    color: #707070;
}

.locations-content p strong {
    color: #0D4166;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    padding: 0 40px;
    text-align: left;
}

.location-item {
    align-items: flex-start;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 340px;
}

.location-list > .location-item {
    margin: 0 20px 30px;
}

.location-list .slick-track {
    display: flex;
}

.location-list .slick-slide {
    padding: 0 20px;
}

.location-list .slick-arrow {
    z-index: 999;
}

.location-list .slick-prev {
    left: 10px;
}

.location-list .slick-next {
    right: 10px;
}

.location-label {
    align-items: center;
    background-color: #E6F3F9;
    border-radius: 14px;
    display: inline-flex;
    font-size: 13px;
    height: 28px;
    margin: 0 0 12px 12px;
    padding: 0 24px;
}

.location-title {
    color: #0D4166;
    font-family: open_sansbold;
    font-size: 18px;
    padding: 0 28px 17px 32px;
    width: 100%;
}

.location-address {
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    padding: 0 28px 20px 32px;
    width: 100%;
}

.location-address img {
    margin-right: 10px;
    margin-top: 4px;
}

.location-phone {
    align-items: flex-start;
    display: flex;
    padding: 0 28px 20px 32px;
    width: 100%;
}

.location-phone img {
    margin-right: 10px;
}

.location-phone a {
    color: #0D4166;
    font-family: open_sansbold;
}

.location-schedule {
    align-items: flex-start;
    display: flex;
    padding: 0 28px 20px 32px;
    font-size: 16px;
    width: 100%;
}

.location-schedule img {
    margin-right: 10px;
    margin-top: 4px;
}

.location-direction {
    margin-top: auto;
    width: 100%;
}

.location-direction a {
    align-items: center;
    background-color: #51AAD2;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: flex;
    font-family: open_sansbold;
    font-size: 16px;
    justify-content: center;
    height: 44px;
    transition: all ease 0.3s;
}

.location-direction a:hover {
    background-color: #0D4166;
}

@media (min-width:768px) {
    .btn.btn-darkb,
    .btn.btn-lightb {
        height: 58px;
    }
    .wic-banner h1 {
        font-size: 48px;
    }

    .wic-wrap h2 {
        font-size: 42px;
    }
}

@media (min-width:1025px) {
    .wic-banner {
        padding: 100px 0;
        text-align: left;
    }

    .wic-banner .banner-image {
        display: flex;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        z-index: 2;
    }

    .wic-banner h1 {
        max-width: 600px;
    }

    .wic-info-section {
        padding: 100px 0;
    }

    .info-img,
    .info-right {
        width: 49%;
    }

    .info-img {
        margin: 0;
        text-align: left
    }

    .info-boxes {
        justify-content: space-around;
    }

    .wic-accordion-section {
        padding: 80px 0 130px;
    }

	.accordion-list {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
	}

    .accordion-item {
        width: 49%;
    }

    .wic-resources-section {
        padding: 110px 0;
    }

    .wic-resources-section > img {
        display: inline-flex;
    }
    
    .resources-left {
        width: 65%;
    }

    .resources-right {
        padding-top: 80px;
        width: 30%;
    }

    .resources-right h2.gray-heading {
        font-size: 34px;
        text-align: left;
        max-width: 310px;
    }

    .box-links {
        justify-content: space-around;
    }

    .wic-locations-section {
        padding: 100px 0;
    }
}

@media (min-width:1200px) {
    .wic-banner h1 {
        font-size: 52px;
        max-width: 650px;
    }

    .jumplink-section {
        padding: 0;
    }

    .jumplinks {
        flex-direction: row;
        top: 50%;
        left: 50%;
        padding: 24px;
        position: absolute;
        transform: translate(-50%,-50%);
    }

    .jumplinks span {
        border-left: 1px solid rgba(94,157,200,.17);
        border-top: 0;
        font-size: 22px;
        flex: 1;
    }
    
    .jumplinks span:first-child {
        margin: 0;
    }

    .jumplinks .jumplink {
        height: 52px;
    }

    .jumplink img {
        height: auto;
    }

    .wic-info-section {
        padding: 140px 0 110px;
    }

    .info-img {
        width: 47%;
    }
    
    .info-right {
        width: 43%;
    }

    .resources-left {
        width: 55%;
    }

    .resources-right {
        width: 40%;
    }
}

@media (min-width:1400px) {
    .wic-banner {
        padding: 160px 0 230px;
    }

    .jumplinks span {
        font-size: 28px;
    }

    .jumplinks .jumplink {
        font-size: 18px;
    }
}

@media (min-width:1600px) {
    .wic-resources-section > img {
        height: auto;
    }

    .resources-left {
        width: 50%;
    }
}