  @media screen and (min-width: 900px) {
    .subsection:before {height: 450px;}
}
.contact-box .contact-area p, .contact-area p {
    white-space: normal;
}
.flex-col {flex-direction: column;}
.align-center {align-items: center;}
.d-flex {display:flex;}
.cta-bar-wrapper .cta-bar p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
a.social-button.twitter:hover {
    background: #4099ff;
}
a.social-button.instagram:hover {
    background: #8a3ab9;
}
.profileCards-container.style1 .title, .profileCards-container.style2 .title {color:#000;}
.profileCards-container .name a, .profileCards-container .name {
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold !important;
    color: #000;
}
.profileCards-container.style2 .name:after {
    background-image: -moz-linear-gradient(to left, #00AEEF, #82c342);
    background-image: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    background-image: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    background-image: linear-gradient(to left, #00AEEF, #82c342);
}	
.circle-bg {
    background-image: url(/education/images/circle-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 700px;
    width: 75%;
}
.gradient-layer {
    position: absolute;
    left: 120px;
    width: 140%;
    height: 140%;
    top: -20%;
    border-radius: 50%;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew(-200deg);
    background: #00AEEF;
    background: -moz-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: -webkit-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    background: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82C342',GradientType=1 );
    opacity: 2;
}	
.service-tile-item .item .box {
    height: 100%;
    height: 100%;
    position: relative;
    padding: 30px !important;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}
.service-tile-item {
    flex-grow: 0!important;
}
.item .box .icon {
    height: 58px;
    font-size: 43px;
}

.item .box h3 {
    margin: 21px 0px 11px 0px;
	font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.item .box p {
    margin-bottom: 0;
}
.item.contact-box .box {
    border-radius: 8px!important;
    box-shadow: none!important;
}
.service-tile-item .item .box:hover {box-shadow: none; background-color: #003359;}
.service-tile-item .item .box:hover {color: #fff;}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p, .service-tile-item .item .box:hover p a, .service-tile-item .item .box:hover a:link {color:#fff!important;}

.item.contact-box .box .contact-area p {
    margin-bottom: 0.7em;
    font-size: 16px;
}
.item .box .icon {
    height: 80px;
    font-size: 43px;
    width: 80px;
    line-height: 80px;
    margin: auto;
    background: rgb(0 181 242 / 15%);
    border-radius: 100%;
}	
.service-tile-item:nth-child(2) .icon {
	color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(3) .icon {
    color: #ffc107;
    background: #ffc10736;
}
.service-tile-item:nth-child(4) .icon {
	color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(5) .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(6) .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}
.flex-row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
	flex-wrap: wrap;
}
h3.lined {
    display: grid;
    width: 80%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    margin: auto;
    font-weight: bold;	
}

h3.lined:before,
h3.lined:after {
    content: '';
    border-top: 2px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
}
.campaign-boxes {
     position:relative;
     padding: 20px;
     -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
     transition: background 0.3s, -webkit-box-shadow 0.3s;
     -o-transition: background 0.3s, box-shadow 0.3s;
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s width:100%;
	 flex-basis: -webkit-calc(50% - 20px)!important;
     flex-basis: -moz-calc(50% - 20px)!important;
	 flex-basis: calc(50% - 20px)!important;
	 height:auto;
}
 .campaign-boxes .cb-inner {
     position:relative;
     padding: 1.5rem;
     border-radius: 10px;
     box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
     background-color: #ffffff;
     display: flex;
     -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
     transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
     -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
     transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
     transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
     width:100%;
	 max-width:100%;
	 height:auto;
}
 .campaign-boxes:hover .cb-inner {
     background-color: #003359;
     box-shadow:none;
}
 .campaign-boxes .cb-inner .icon-wrapper {
     margin: 0 30px 0px 0px;
     display:flex;
	 height:80px;
}
 .campaign-boxes .cb-inner .icon-wrapper .icon {
     width: 80px;
     max-width: fit-content;
}
 .campaign-boxes h3 {
     margin: 0 0 5px 0;
     font-size: 22px;
     line-height: 1.4;
     font-weight: bold;
     text-transform: none!important;
     color: #404040;
     word-break: break-word;
     transition: 0.4s;
}
 .campaign-boxes p {
     margin: 0;
     transition: 0.4s;
}
 .campaign-boxes:hover h3, .campaign-boxes:hover p, .campaign-boxes:hover p a{
     color: #fff;
}
 
 @media (max-width:1024px) {
     .campaign-boxes .cb-inner {
         display: block;
    }
     .campaign-boxes .cb-inner .icon-wrapper {
         margin: 10px auto;
    }
     .campaign-boxes .cb-inner .icon-wrapper .icon {
        margin:auto;
    }
     .campaign-boxes h3 {
        text-align:center;
        font-size: 1.25rem;
    }
}

 @media (max-width: 768px) {
 	 .campaign-boxes {
		flex-basis: 100%!important;
	 }
     .campaign-boxes .cb-inner {
         display: block;
    }
     .campaign-boxes .cb-inner .icon-wrapper {
         margin: 0;
         text-align: center;
         margin: auto;
    }
     .campaign-boxes .cb-inner .content-wrapper {
         text-align: center;
    }
}

blockquote.quote {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
    padding: 3rem 4rem;
    text-align: left;
    background-color: #fff;
    border-left: 0;
    background: #ffffff;
border-radius: 10px;
    font-size: 1.1em;
}


blockquote.quote:before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: #a5acaf;
    font-size: 2em;
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: 0;
    width: 1em;
}
blockquote.quote:after {
    content: '\f10e';
    font-family: 'Font Awesome 6 Pro';
    color: #a5acaf;
    font-weight: bold;
    font-size: 2em;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 1em;
}
blockquote p {
    color: #003359;
    margin: 0;
}

blockquote small {
    color: #111212;
    opacity: 1;
    margin-top: 1rem;
    text-align: right;
}
.resource-list {justify-content: center;}
#calltoaction {background-position: center bottom!important;}
@media (max-width:500px){
	blockquote.quote {padding: 3rem 2rem;}
	.row.display-flex, .d-flex {display:block;}
.service-tiles .service-tile-item {flex-basis: 100%!important;}
h2, .main-title {font-size: 30px;}
h3 {font-size: 26px;}	
.cta-bar-wrapper .cta-bar {padding: 1rem;}
.l-page h1 {font-size: 28px;line-height: 1.2;}
.secondary-title {font-size: 20px;}
.event-items {margin-bottom: 10px;}	
}
