  .brand a, .brand a:visited {font-size: 28px;}


	
.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	   justify-content: center;		
}
.service-tiles {justify-content: center;}
.vc_row.vc_row-o-equal-height>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;	
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
	width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
.gem-textbox {
	    cursor: pointer;
    margin-bottom: 1.421em;
}
.gem-textbox-inner {
background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 25%, #00AEEF 50%, #00AEEF 75%, #82C342 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: .5s all;
   -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #dfe5e8;
	border-radius: 30px 0 30px;
    overflow: hidden;
}
.gem-textbox-inner:before {
  background: #fff;
  height: 5px;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.5s ease all;
  background-image: linear-gradient(153deg, #00AEEF 0%, #003359 95%);
}

.gem-textbox-inner:hover {
  z-index: 2;
-webkit-box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 0.5s 0.2s;
transition: opacity 0.5s 0.2s;
}
.gem-textbox-inner:hover:before { 
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
}
.gem-textbox-content {
background-position: center bottom;
padding: 35px 30px;
z-index:3;
min-height: 340px;
}
.gem-textbox-content h4 {
    font-weight: 700;
    color: #003359;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0.9375rem;
    text-transform: none;
	z-index:3;
	transition: 0.5s ease all;
}
.gem-textbox-content p {transition: 0.5s ease all;}
.gem-textbox-inner:hover .gem-textbox-content h4, .gem-textbox-inner:hover .gem-textbox-content p {color:#fff; position: relative;z-index:3; }
.icon {
	display: block;
    float: right;
    margin-bottom: 1.421em;
	font-size: 24px;
    border-style: solid;
    border-width: 3px;
    height: 50px;
}

.icon-inner {
    position: relative;
	background-color:#f3f3f3;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: -1px;

}
.icon {
    position: relative;
    font-size: 24px;
	color: #fff;
	border: 3px solid #f3f3f3;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.clearboth {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.gem-divider {
    position: relative;
    border-top: 1px solid transparent;
    height: 0;
    font-size: 0;
    line-height: 0;
	margin-top:60px;
}
.gem-textbox .gem-textbox-inner {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.fad {
--fa-primary-opacity:1;
--fa-secondary-opacity :1;
--fa-primary-color: #003359;
--fa-secondary-color: #00AEEF;
}		
.thin {
    width: 80%;
    margin: 0 auto;
}
.thin2 {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 991px) {.thin, .thin2 {width:100%;}}

		html {
	scroll-behavior: smooth;
}
		article {
    padding: 5% 0;
    border-bottom: 1px dotted #ccc;
}
		
	article:last-of-type {border-bottom:none;}
		
		.service-tile-item {max-width:400px;}
	.service-tile-item .item .box { border-radius: 30px 0 30px; padding-bottom: 30px!important; -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);}	
	.box.no-link:hover {
    -webkit-box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.2);
}		
.quicklinksbox { background-color: rgb(255, 122, 89); } 
.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%;
            height: auto;
            flex-basis: 50%;
            z-index: 2;
        }

        @media only screen and (max-width: 1100px) {
            .campaign-boxes {
                flex-basis: 100%;
            }
        }

        .campaign-boxes .cb-inner {
            position: relative;
            padding: 30px;
            box-sizing: border-box;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
            background-color: #ffffff;
            -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%;
            display: flex;
            height: 100%;
            flex-direction: row;
            align-items: center;
        }

        .campaign-boxes:hover .cb-inner {
            box-shadow: none;
        }

        .campaign-boxes .cb-inner:after {
            content: "";
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            z-index: -1;
            border-radius: 10px;
            position: absolute;
            transition: 0.2s all ease-in-out;
            background: rgb(109, 204, 95);
            background: -moz-linear-gradient(114deg, rgba(109, 204, 95, 1) 0%, rgba(0, 174, 239, 1) 100%);
            background: -webkit-linear-gradient(114deg, rgba(109, 204, 95, 1) 0%, rgba(0, 174, 239, 1) 100%);
            background: linear-gradient(114deg, rgba(109, 204, 95, 1) 0%, rgba(0, 174, 239, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6dcc5f", endColorstr="#00aeef", GradientType=1);
            background-size: 100%;
        }
    .campaign-boxes .cb-inner:hover:after {
            transform: translate(7px, 7px);
        }
        .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;
            padding: 0;
            color: #404040;
            transition: 0.4s;
        }

        .campaign-boxes:hover p, .campaign-boxes:hover h3 {
        }

@media (min-width: 1200px;) {
            .campaign-boxes h3 {
                max-width: 300px;
            }
        }

        @media (max-width: 500px;) {
            .college-icon {
                top: 20px;
                right: 20px;
            }

            .content-wrapper {
                margin-left: 0;
                margin-right: 0;
            }

            .campaign-boxes h3 {
                margin-right: 100px;
                height: 100px;
                padding-top: 40px;
            }
        }
		
      .college-icon {
            width: 115px;
            height: 115px;
            border-radius: 100%;
            line-height: 115px;
            position: absolute;
            text-align: center;
		    background-color: #d9f3de;
        }

   
   .cb-inner .content-wrapper {
			    display: flex;
    margin-left: 130px;
    min-height: 70px;
        flex-direction: column;
        }

        @media (max-width: 500px) {
            .college-icon {
                top: 20px;
                right: 20px;
            }

            .cb-inner  .content-wrapper {
                margin-left: 0;
            }

            .campaign-boxes h3 {
                margin-right: 50px;
                margin-bottom: 20px;
            }

            .college-icon {
                width: 50px;
                height: 50px;
                line-height: 60px;
            }

            .college-icon:after {
                display: none;
            }

            .college-icon i {
                font-size: 25px;
            }
        }