@media only screen and (max-width: 599px) {
	p, body {
	    text-align: center !important;
	}
	.page-template-uoftpage-full .wp-block-group.container, .page-template-uoftpage-full .page > .wp-block-columns.container {
		padding: 1em 1em;
	}
	.page-template-uoftpage-full .wp-block-group__inner-container > .container {
		padding-left: .5em;
		padding-right: .5em;
	}
	.tip-wrap-full {
		padding: 4rem 2rem 4rem 2rem !important;
	}
	h2 {
	    font-size: 1.5rem !important;
	    padding: .75rem 0;
	}

	h3 {
		padding: 2em 0 0em !important;
	}
	.nav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: inline-block;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    list-style: none;
	    margin-bottom: 2rem;
	    margin-left: 3.5rem;
	    padding-left: 0;
	}

	.left_sidebar {
	    margin-top: 0 !important;
	}

	#sidebar a {
	    font-size: .79rem !important;
	}

	#sidebar ul > li > ul {
	    margin-left: 0rem;
	}
    .desktop-menu{
        display: none !important;
    }

    .right_side > .col-lg-12 > .content p {
    	text-align: left;
    }

    .right_side > .col-lg-12 > .content ul li {
    	text-align: left;
    }

    .mobile-menu{
        display: none !important;
    }

    /* Easing Slider */
    .eas-slide-elements {
	    width: 97% !important;
	}
	.eas-slider-slider {
		height: 300px !important;
	}

 /* 	.elfsight-widget-slider.elfsight-widget {
		zoom: 45%;
	}*/

	.eas-title-component {
		text-align: left;
		font-size: 1.4em !important;		
	}
    .eas-slide-component {
	    display: flex;
	    height: 25%;
	    padding: 20px;
	    position: relative;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.eas-text-component {
		text-align: left;
		top: 30%;
		line-height: 1.10em !important;
    	font-size: .70em !important;
	}
	.eas-navigation-previous .eas-arrow-component {
    left: 0px !important;
	}
	.eas-navigation-next .eas-arrow-component {
		right: 0 !important;
	}
	.eas-slider-component .eas-navigation-arrow {
    padding: 0 !important;
    width: 32px !important;
	}
 /* 	.eas-root-layout-component {
	    zoom: 75%;
	}
*/
	.eas-slide-inner {
	    display: flex;
	    z-index: 3;
	    width: 89% !important;
	    max-height: 100%;
	    position: relative;
	    transform: translate(-50%, -50%);
	    height: 100%;
	    align-items: center;
	    left: 87% !important;
	    top: 53% !important;
	}

	.eas-slide-active.eas-slide-animate .eas-slide-elements {
	    bottom: 0;
	    opacity: 1;
	    left: -56.5%;
	}

	.home .eas-slide-active.eas-slide-animate .eas-media-container {
		max-width: 80% !important;
	    left: -9% !important;
	}

	.eas-slide-active.eas-slide-animate .eas-media-container {
	}

	.eas-slider-inner {
	}

	.home .eas-slide-elements {
		width: 78% !important;
		padding: 2% 4% 2% 12%!important;
		bottom: 46px!important;
	}
	.home .eas-title-component {
		font-family: 'bembo' !important;
		text-transform: lowercase !important;
		font-size: 22px !important;
		line-height: 20px !important;
		background-color: rgba(19,68,85,.85);
		margin: 0 !important;
		padding-right: 25px;
		padding-bottom: 8px !important;
		border-radius: 0px 50px 0px 0px;
	}

	.home .eas-text-component {
		color: #555555;
	    text-align: left;
		line-height: 1.10em !important;
	    font-weight: 500;
    	font-size: .70em !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#main > .main {
	    margin-top: 0em;
	}

	.right_side {
	    border-left: 0px solid #cccccc;
	    padding-left: 0;
	}

    .footer-container {
    	background: #196175;
    	min-height: 140px;
   		margin: auto;
    	padding: 2% 0 2% 0;
    	text-align: center;
	}

	.newsitem {
		display: inline-block;
		margin-bottom: 1rem;
	}

	.newstitle {
		padding: 0 50px 0 50px;
	}

	.newsdescript {
		padding-bottom: 3rem;
		margin-right: 2rem;
	}

	#main {
	    margin-top: 7rem;
	}

	h1, h1.entry-title {
	    font-size: 37.5px;
	    text-align: center;
		margin-bottom: .4em;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
		background-color: transparent;
	}
	
	.navcontainer_mob {
		padding: 0px;
		margin-top: -7.5rem;
	}

	.mega-menu-main-menu-mobile-open > .navcontainer_mob {
		margin-bottom: -7.5rem;
	}

	.widget-area {
		width: 100%;
	}

	nav.menu-resources-container {
		text-align: center;
		font-size: .5rem;
		line-height: 1rem;
	}

	#widget-area {
		width: 100%;
	}

	#widget-area.widget-area {
		width: 100%;
	}

	.checkmark {
	  	display: inline-block;
	  	width: 20px;
	  	height: 20px;
	  	border-radius: 10px;
	 	background: var(--check-primary, #61d345);
	  	position: relative;
	  	transform: rotate(45deg);
	}

	.checkmark::after {
		content: '';
	  	box-sizing: border-box;
	  	position: absolute;
	  	border-right: 2px solid;
	  	border-bottom: 2px solid;
	  	border-color: var(--check-secondary, #fff);
	  	bottom: 6px;
	  	left: 6px;
	  	height: 10px;
	  	width: 6px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
	    position: static;
	    width: 100%;
	    z-index: 100;
	    height: 70px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-309 a.mega-menu-link:before {
	    width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}	

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-309 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	    padding: 20px 0px 20px 0px;
	    height: 60px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle {
		background: transparent;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	    margin-right: 30px;
	    zoom: 60%;
	    background-color: #196175;
	    padding: 12px;
	    color: #fff;
	    border-radius: 50px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	    background-color: #fff;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
		margin-top: 1.5rem;
		transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
		transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	    padding: 10px 0px 20px 0px;
	    width: 100%;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	    text-decoration: underline !important;
	}
.tucked {
    margin-top: -33px !important;
}
	.headingtitle_mobile a {
    display: inline-block;
    height: auto;
    width: 100%;
    border-bottom: 5px solid #196175;
    text-decoration: none;
		padding-top: 0;
	}
	.headingtitle_mobile a:hover {
		color: #ffffff;
		text-decoration: underline;	
	}
	.mobbutton {
		margin-left: -10%;
	}

	button {
		padding:  0px;
	} 

	.news_primary {
	    margin-left: 5%;
	    color: #fff !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
	    display: block;
	    padding: 0px;
	}

	.evpbutton_primary a {
	    padding: 26px 20px;
	}

	.gllbutton_primary a {
	    padding: 26px 20px;
	}

	.issbutton_primary a {
	    padding: 26px 20px;
	}

	.topheading {
	    height: 90px;
	    background-color: #fff !important;
	}

	.sectpad {
	    padding: 1rem 0rem 1rem 0rem;
	}

	.headingt {
		font-size: 1.08rem;
	    font-family: 'trade-gothic-bold' !important;
	    text-transform: uppercase !important;
	    font-weight: 400;
	    letter-spacing: .0185rem;
	    margin: auto 0;
	    color: #fff;
	    padding: 0.7em 0 0;
	}

	.uoftbottom {
	    border-bottom: solid 0px #196175;
	}

	.headingtitle {
		display: none;
	}

	.searchmobile {
		display: none;
	}

	/* Blocks mobile */
	.newstitle {
	    text-align: center;
	}

	.newsitem {
		margin-left: 2.5rem;
	}

	.row.text-center.mobbutton.col-,d-12.news_primary {
		margin-left: 4%;
	}

	.wp-block-column ul li {
		text-align: left;
	}

	.wp-block-column ol {
	    margin-left: -1rem;
	    text-align: left;
	}

	.wp-block-columns .wp-block-column p {
		text-align: left;
	}

	.wp-block-image img {
		max-width: 90% !important;
	}

	/* Custom block classes */
	.container-list {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	/* Page Specific */
	/* Featured Heading Block */
	.tucked2 {
	    margin-top:-32px !important;
	}

	.ft-info h1, .ft-info-nb h1 {
    	font-size: 18px;
		text-align: left !important;
	}

	.ft-info-nb p, .ft-info p {
    	font-size: 14px;
		text-align: left !important;
		line-height: 15px;
	}
	.ft-info button {
		display: none !important;
	}

	/* Number Block */
	.number-wrap {
	    padding: 0%!important;
	    max-height: 100% !important;
	}

	.number-wrap .row > div {
	    text-align: left;
	    text-align: center;
	    left: 0%;
	}

	.number-wrap .wp-block-group .row .col-md-4 {
		left: 4%;
	}

	.number-wrap > .wp-block-group > .row > .col-md-4 span{
		margin-left: 5%;
	}


/*	.number-wrap span {
	    margin-left: 25%;
	}
*/
	.number-wrap p {
	    text-align: center !important;
	    width: 100% !important;
	}

	.col-md-12 > ul > li {
		text-align: left;
	}

	/* Embed Video */

	.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	    width: 100%;
	    text-align: center;
	}

	/* Breadcrumbs */

	.bclft_row {
		display: none;
	    margin-left: 0% !important;
	    margin-right: 0 !important;
	    margin-top: -15% !important;
	    margin-bottom: 0 !important;
	}

	.ah-breadcrumb {
		display: none;
	    background-color: transparent !important;
	    font-weight: 900 !important;
	    text-transform: lowercase;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    margin-left: 0px !important;
	    line-height: .8rem;
	    margin-top: 4.5%;
	}

	/* Tabs */

	.ghostkit-tabs-content {
	    padding: 60px .5em 10px .5em !important;
	}

	/* BG Stripe */

	.bg-stripe_cols {
	    padding: 0px 0px !important;
	    width: 200px;
	    height: 160px;
	}

	a.bg-stripe p {
		margin-bottom: 0rem;
	}

	.background-stripe .row {
		padding: 16px 18px 0px 18px !important;
    	border-radius: 100px 0px 100px 0px !important;
	}

	.icon.above {
		padding:  16px 20px;
		height: 144px;
	}

	.icon.below {
		height: 144px;
	}

	/* Nav menu - Megamenu */
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	    color: #fff;
	    background: transparent !important;
	}

	/* Tips */
	.tip-wrap h3 {
	    font-size: .85rem !important;
	    letter-spacing: .18rem;
	    padding: 16px 14px;
	    font-family: 'Montserrat', sans-serif !important;
	    font-weight: 900 !important;
	    text-transform: uppercase;
	}

	.tip-wrap-small {
	    padding: 2rem 2rem 2rem 2rem !important;
	    border-radius: 160px 0px 150px 0px !important;
	}

	/* General Form */

	.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
    width: 100% !important;
	}

	.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	    width: 100% !important;
		flex-direction: column;
	}

	.gform_wrapper .gfield_label, .gform_wrapper .ginput_container {
	    font-family: 'Montserrat', sans-serif !important;
	    width: 100% !important;
	}
	.gform_wrapper.gravity-theme .gform_footer.left_label, .gform_wrapper.gravity-theme .gform_footer.right_label, .gform_wrapper.gravity-theme .gform_page_footer.left_label, .gform_wrapper.gravity-theme .gform_page_footer.right_label {
      padding: 16px 0 !important;
	}
	.gform_wrapper.gravity-theme .gfield-choice-input+label {
	    max-width: calc(100% - 32px);
	    margin-bottom: 0;
	    vertical-align: middle;
	    padding-left: .5rem;
	}

	.gform_wrapper.gravity-theme * {
	    box-sizing: border-box;
	    /* display: inherit; */
	    text-align: left;
	}

	/* Accordion */

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion span.ghostkit-accordion-item-label {
    	padding: 0px 0em !important;
	}

	.ghostkit-accordion-item-content {
	    padding: 0em 0.85em !important;
	}

	.ghostkit-accordion-item-content ul {
		margin-left: -.25rem;
	}
	.faq-accordion-heading_nest {
   	 margin: auto -5% !important;
	}
	.roadmap .ghostkit-accordion-item-label {
	    padding: 0rem 0rem 0rem 2rem;
	    text-align: left;
	    display: flex;
	}

	.roadmap.r1 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r2 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r3 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}


	.roadmap.r4 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}
	.header-wrap {
		padding: 40px 50px 40px 0;
		height: 200px;
		min-height: 200px;
	}
	.ft-info-nb, .ft-info {
		margin-left: 0 !important;
		text-align: left;
    padding: 16px 16px 0px 20px !important;
    width: 100%;
	}
	.new-number-block .btn-block {
	left: auto !important;
	}
	.evp_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
   		width: 100%;
		flex-direction: column;
	}
	.evp_side_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
		display: flex;
		border-right: 0px;
		border-bottom: 3px solid #ffca4a;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.evp_tabs .ghostkit-tabs-content {
		padding: 20px 30px 20px 30px !important;
	}

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.evp_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
   		width: 100%;
		flex-direction: column;
	}
	.evp_side_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
		display: flex;
		border-right: 0px;
		border-bottom: 3px solid #ffca4a;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.evp_tabs .ghostkit-tabs-content {
		padding: 20px 30px 20px 30px !important;
	}
	.container {
	    max-width: 100% !important;
	}

	p, body {
	    text-align: center !important;
	}

	h2 {
	    font-size: 1.5rem !important;
	    padding: .75rem 0;
	}

	h3 {
		padding: 2em 0 0em !important;
	}

	.text-center p {
		text-align: center !important;
	}

	.entry-content ul {
		text-align: left;
	}

	.nav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: inline-block;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    list-style: none;
	    margin-bottom: 2rem;
	    margin-left: 3.5rem;
	    padding-left: 0;
	}

	.left_sidebar {
	    margin-top: 0 !important;
	}

	.page-template-uoftpage-full .page > .wp-block-columns.container {
		padding: 3em 0em;
	}

	#sidebar a {
	    font-size: .79rem !important;
	}

	#sidebar ul > li > ul {
	    margin-left: 0rem;
	}
    .desktop-menu{
        display: none !important;
    }

    .right_side > .col-lg-12 > .content p {
    	text-align: left;
    }

    .right_side > .col-lg-12 > .content ul li {
    	text-align: left;
    }

    .mobile-menu{
        display: none !important;
    }

    /* Easing Slider */
.eas-slider-slider {
    height: 490px !important;
}

	.eas-title-component {
		text-align: left;
		font-size: 3.2rem !important;		
	}
    .eas-slide-component {
	    display: flex;
	    height: 25%;
	    padding: 20px;
	    position: relative;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.eas-text-component {
		text-align: left;
		line-height: 2.4rem !important;
    	font-size: 2rem !important;
	}


	.eas-slide-inner {
	    display: flex;
	    z-index: 3;
	    width: 80%;
	    max-height: 100%;
	    position: relative;
	    transform: translate(-50%, -38%);
	    height: 100%;
	    align-items: center;
	    left: 80% !important;
	    top: 55% !important;
	}

	.eas-slide-active.eas-slide-animate .eas-slide-elements {
		    padding: 2% 4% 2% 13%!important;
		width: 90% !important;
	    opacity: 1;
	    position: absolute;
	    left: -56.5%;
		bottom: 98px!important;
	}

	.home .eas-slide-active.eas-slide-animate .eas-media-container {
	    top: 80px;
	    left: 4%;
	}
	.home .eas-title-component {
	    font-size: 44px !important;
	    line-height: 46px !important;
	    background-color: rgba(19,68,85,.85);
	    width: 700px;
	    margin-left: 0%;
	    padding-bottom: 10px !important;
	    border-radius: 0px 50px 0px 0px;
	}

	.home .eas-text-component {
		color: #555555;
	    display: block;
	    margin: 20px 0;
	    text-align: left;
	    line-height: 24px !important;
	    font-weight: 500;
	    font-size: 20px !important;
	    margin: 0 !important;
	}

	#main > .main {
	    margin-top: 0em;
	}

	.right_side {
	    border-left: 0px solid #cccccc;
	    padding-left: 0;
	}

    .footer-container {
    	background: #196175;
    	min-height: 140px;
   		margin: auto;
    	padding: 2% 0 2% 0;
    	text-align: center;
	}

	.newsitem {
		display: inline-block;
		margin-bottom: 1rem;
	}

	.newstitle {
		text-align: left !important;
		padding: 0px 100px 0 50px !important;
	}

	.newstitle a {
		padding: 4px 30px 2px 10px !important;
	}

	.wp-block-latest-posts__post-excerpt {
		text-align: justify;
	}
	
	.newsdescript {
		padding-bottom: 3rem;
		margin-right: 2rem;
	}

	.mega-menu-main-menu-mobile-open .tucked {
		margin-top: -10rem !important;
	}

	#main {
	    margin-top: 10rem;
	}

	.virtual-agent-icon {
		top: 68px;
	}

	.footer-container .row {
	    --bs-gutter-x: 1.5rem;
	    --bs-gutter-y: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-left: calc(var(--bs-gutter-x) / -2);
	    margin-right: calc(var(--bs-gutter-x) / -2);
	    margin-top: calc(var(--bs-gutter-y) * -1);
	    flex-direction: column;
	    align-content: center;
	    justify-content: space-around;
	    align-items: baseline;
	}

	h1, h1.entry-title {
	    font-size: 37.5px;
	    text-align: center;
	}

	.navcontainer_mob {
		padding: 0px;
		margin-top: -7.5rem;
	}

	.mega-menu-main-menu-mobile-open > .navcontainer_mob {
		margin-bottom: -7.5rem;
		max-width: 100% !important;
	}

	.widget-area {
		width: 100%;
	}

	nav.menu-resources-container {
		text-align: center;
		font-size: .5rem;
		line-height: 1rem;
	}

	#widget-area {
		width: 100%;
	}

	#widget-area.widget-area {
		width: 100%;
	}

	.checkmark {
	  	display: inline-block;
	  	width: 20px;
	  	height: 20px;
	  	border-radius: 10px;
	 	background: var(--check-primary, #61d345);
	  	position: relative;
	  	transform: rotate(45deg);
	}

	.checkmark::after {
		content: '';
	  	box-sizing: border-box;
	  	position: absolute;
	  	border-right: 2px solid;
	  	border-bottom: 2px solid;
	  	border-color: var(--check-secondary, #fff);
	  	bottom: 6px;
	  	left: 6px;
	  	height: 10px;
	  	width: 6px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
	    position: static;
	    width: 100%;
	    z-index: 100;
	    height: 70px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-309 a.mega-menu-link:before {
	    width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}	

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-309 {
		background-color: #d0e6ec;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-309 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 9.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 9.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 9.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	    padding: 20px 0px 20px 0px;
	    height: 60px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle {
		background: transparent;
	}
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	   margin-right: 90px;
	    zoom: 60%;
	    background-color: #196175;
	    padding: 12px;
	    color: #fff;
	    border-radius: 50px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	    background-color: #fff;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
		margin-top: 1.5rem;
		transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
		transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	}

	#.mega-menu-toggle.mega-menu-open + #main {
		margin-top: 7rem;
		transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
		transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	    padding: 10px 0px 20px 0px;
	    width: 100%;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	    text-decoration: underline !important;
	}

	.headingtitle_mobile a {
    display: inline-block;
    height: auto;
    width: 100%;
    border-bottom: 5px solid #196175;
    text-decoration: none;
		padding-top: 0;
	}
	.headingtitle_mobile a:hover {
		color: #ffffff;
		text-decoration: underline;	
	}

	.mobbutton {
		margin-left: -10%;
	}

	button {
		padding:  0px;
	} 

	button.col-md-11 {
		width: 265px;
    	height: 69px;
	}

	.news_primary {
	    margin-left: 5%;
	    color: #fff !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
	    display: block;
	    padding: 0px;
	}

	.evpbutton_primary a {
	    padding: 26px 20px;
	}

	.gllbutton_primary a {
	    padding: 26px 20px;
	}

	.issbutton_primary a {
	    padding: 26px 20px;
	}

	.topheading {
	    height: 90px;
	    background-color: #fff !important;
	}

	.sectpad {
	    padding: 1rem 0rem 1rem 0rem;
	}

	.headingt {
		font-size: 1.08rem;
	    font-family: 'trade-gothic-bold' !important;
	    text-transform: uppercase !important;
	    font-weight: 400;
	    letter-spacing: .0185rem;
	    margin: auto 0;
	    color: #fff;
	    padding: 1em 0;
	}

	.uoftbottom {
	    border-bottom: solid 0px #196175;
	}

	.headingtitle {
		display: none;
	}

	.searchmobile {
		display: none;
	}

	/* Blocks mobile */
	.newstitle {
	    text-align: center;
	}

	.newsitem {
		margin-left: 2.5rem;
	}

	.row.text-center.mobbutton.col-,d-12.news_primary {
		margin-left: 4%;
	}

	.wp-block-column:not(:only-child) {
		flex-basis: calc(100% - 1em)!important;
	}

	.wp-block-column:not(:only-child) {
		margin-left: 0em;
	}

	.wp-block-column ul li {
		text-align: left;
	}

	.wp-block-column ol {
	    margin-left: -1rem;
	    text-align: left;
	}

	.wp-block-columns .wp-block-column p {
		text-align: left;
	}

	.wp-block-image img {
		max-width: 90% !important;
	}

	.col-lg-12 > .img-fluid.img-core {
		margin-top: 2rem;
	}
	/* Page Specific */
	/* Featured Heading Block */
	.tucked2 {
	    margin-top: -80px !important; !important;
	}

	.ft-info h1, .ft-info-nb h1 {
    	font-size: 31.5px;
	}
	/* Number Block */
	.number-wrap {
	    padding: 0% 10% 0% 20% !important;
	    max-height: 100% !important;
	}

	.number-wrap .row > div {
	    text-align: left;
	    text-align: center;
	    left: -10%;
	}

	.number-wrap .wp-block-group .row .col-md-4 {
		left: 4%;
	}

	.number-wrap > .wp-block-group > .row > .col-md-4 span{
		margin-left: 5%;
	}


	.number-wrap span {
	    margin-left: 25%;
	}

	.number-wrap p {
	    text-align: center !important;
	    width: 130% !important;
	}

	.col-md-12 > ul > li {
		text-align: left;
	}

	/* Embed Video */

	.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	    width: 100%;
	    text-align: center;
	}

	figure.container {
		height: 120px;
    	width: 200px;
	}
	/* Breadcrumbs */

	.bclft_row {
	    margin-left: auto !important;
	    margin-right: auto !important;
	    margin-top: -8% !important;
	    margin-bottom: 0 !important;
	}

	.ah-breadcrumb {
	    background-color: transparent !important;
	    font-weight: 900 !important;
	    text-transform: lowercase;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    margin-left: 0px !important;
	    line-height: .8rem;
	    margin-top: 4.5%;
	}

	/* Tabs */

	.ghostkit-tabs-content {
	    padding: 10px 40px 10px 20px !important;
	}

	/* BG Stripe */

	.bg-stripe_cols {
		zoom: 92%;
    	margin: 1.1rem 0rem !important;
    }

	a.bg-stripe p {
		margin-bottom: 0rem;
	}

	.background-stripe .row {
		padding: 16px 18px 0px 18px !important;
    	border-radius: 100px 0px 100px 0px !important;
	}

	.icon.above {
		padding:  16px 20px;
		height: 144px;
	}

	.icon.below {
		height: 144px;
	}

	/* Nav menu - Megamenu */
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	    color: #fff;
	    background: transparent !important;
	}

	/* Tips */
	.tip-wrap h3 {
	    font-size: .85rem !important;
	    letter-spacing: .18rem;
	    padding: 16px 14px;
	    font-family: 'Montserrat', sans-serif !important;
	    font-weight: 900 !important;
	    text-transform: uppercase;
	}

	.tip-wrap-small {
	    padding: 2rem 2rem 2rem 2rem !important;
	    border-radius: 160px 0px 150px 0px !important;
	}

	.tip-wrap-small .row {
		padding: 0rem 2rem !important;
	}

	/* General Form */

	.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
    width: 100%;
	}

	.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	    width: 100%;
	}

	.gform_wrapper .gfield_label, .gform_wrapper .ginput_container {
	    font-family: 'Montserrat', sans-serif !important;
	    width: 100%;
	}

	.gform_wrapper.gravity-theme .gfield-choice-input+label {
	    max-width: calc(100% - 32px);
	    margin-bottom: 0;
	    vertical-align: middle;
	    padding-left: .5rem;
	}

	.gform_wrapper.gravity-theme * {
	    box-sizing: border-box;
	    /* display: inherit; */
	    text-align: left;
	}

	/* Accordion */

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion span.ghostkit-accordion-item-label {
    	padding: 0px 0em !important;
	}

	.ghostkit-accordion-item-content {
	    padding: 2em 0.85em !important;
	}

	.ghostkit-accordion-item-content ul {
		margin-left: -.25rem;
	}
	
	.roadmap .ghostkit-accordion-item-label {
	    padding: 0rem 0rem 0rem 2rem;
	    text-align: left;
	    display: flex;
	}

	.roadmap.r1 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r2 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r3 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}


	.roadmap.r4 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}
	.header-wrap {
		padding: 40px 50px 40px 0;
		height: 300px;
		min-height: 300px;
	}
	.ft-info-nb, .ft-info {
    padding: 16px 60px 0px 20px !important;
    width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.faq-accordion-heading {
    	margin: auto -4.3em;
	    width: 115%;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 800px) {

	p, body {
	    text-align: center !important;
	}

	h2 {
	    font-size: 1.5rem !important;
	    padding: .75rem 0;
	}

	h3 {
		padding: 2em 0 0em !important;
	}
	.nav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: inline-block;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    list-style: none;
	    margin-bottom: 2rem;
	    margin-left: 3.5rem;
	    padding-left: 0;
	}
#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    display: none;
}
	#mega-menu-wrap-main-menu .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
	.left_sidebar {
	    margin-top: 0 !important;
	}

	#sidebar a {
	    font-size: .79rem !important;
	}

	#sidebar ul > li > ul {
	    margin-left: 0rem;
	}
    .desktop-menu{
        display: none !important;
    }

    .right_side > .col-lg-12 > .content p {
    	text-align: left;
    }

    .right_side > .col-lg-12 > .content ul li {
    	text-align: left;
    }

    .mobile-menu{
        display: none !important;
    }

    /* Easing Slider */
.eas-slider-slider {
    height: 490px !important;
}

	.eas-title-component {
		text-align: left;
		font-size: 3.2rem !important;		
	}
    .eas-slide-component {
	    display: flex;
	    height: 25%;
	    padding: 20px;
	    position: relative;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.eas-text-component {
		text-align: left;
		line-height: 2.4rem !important;
    	font-size: 2rem !important;
	}


	.eas-slide-inner {
	    display: flex;
	    z-index: 3;
	    width: 80%;
	    max-height: 100%;
	    position: relative;
	    transform: translate(-50%, -38%);
	    height: 100%;
	    align-items: center;
	    left: 80% !important;
	    top: 55% !important;
	}

	.eas-slide-active.eas-slide-animate .eas-slide-elements {
		    padding: 2% 4% 2% 13%!important;
		width: 90% !important;
	    opacity: 1;
	    position: absolute;
	    left: -56.5%;
		bottom: 98px!important;
	}

	.home .eas-slide-active.eas-slide-animate .eas-media-container {
	    top: 80px;
	    left: 4%;
	}
	.home .eas-title-component {
	    font-size: 44px !important;
	    line-height: 46px !important;
	    background-color: rgba(19,68,85,.85);
	    width: 700px;
	    margin-left: 0%;
	    padding-bottom: 10px !important;
	    border-radius: 0px 50px 0px 0px;
	}

	.home .eas-text-component {
		color: #555555;
	    display: block;
	    margin: 20px 0;
	    text-align: left;
	    line-height: 24px !important;
	    font-weight: 500;
	    font-size: 20px !important;
	    margin: 0 !important;
	}

	#main > .main {
	    margin-top: 0em;
	}

	.right_side {
	    border-left: 0px solid #cccccc;
	    padding-left: 0;
	}

    .footer-container {
    	background: #196175;
    	min-height: 140px;
   		margin: auto;
    	padding: 2% 0 2% 0;
    	text-align: center;
	}

	.footer-container .col-md-3 {
		width: 100% !important;
		display: inline-flex;
	}

	.footer-container .col-md-6 {
		width: 100% !important;
	}

	.footer-container .col-md-5 {
		width: 100% !important;
	}

	.footer-container .col-md-1 {
		width: 100% !important;
	}

	.newsitem {
		display: inline-block;
		margin-bottom: 1rem;
	}

	.newstitle {
		padding: 0 50px 0 50px;
	}

	.newsdescript {
		padding-bottom: 3rem;
		margin-right: 2rem;
	}

	#main {
	    margin-top: 7.5rem;
	}

	h1, h1.entry-title {
	    font-size: 37.5px;
	    text-align: center;
	}
	.navcontainer_mob {
		padding: 0px;
		margin-top: -7.5rem;
	}

	.mega-menu-main-menu-mobile-open > .navcontainer_mob {
		margin-bottom: -7.5rem;
	}

	.widget-area {
		width: 100%;
	}

	nav.menu-resources-container {
		text-align: center;
		font-size: .5rem;
		line-height: 1rem;
	}

	#widget-area {
		width: 100%;
	}

	#widget-area.widget-area {
		width: 100%;
	}

	.checkmark {
	  	display: inline-block;
	  	width: 20px;
	  	height: 20px;
	  	border-radius: 10px;
	 	background: var(--check-primary, #61d345);
	  	position: relative;
	  	transform: rotate(45deg);
	}

	.checkmark::after {
		content: '';
	  	box-sizing: border-box;
	  	position: absolute;
	  	border-right: 2px solid;
	  	border-bottom: 2px solid;
	  	border-color: var(--check-secondary, #fff);
	  	bottom: 6px;
	  	left: 6px;
	  	height: 10px;
	  	width: 6px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
	    position: static;
	    width: 100%;
	    z-index: 100;
	    height: 70px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-309 a.mega-menu-link:before {
	    width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link:before {
		width: 28px !important;
	    height: 28px !important;
	    margin: 0px;
	    position: relative;
	    margin-right: 12px;
	}	

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-309 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link {
	    float: left;
	    font-size: 1.08rem;
	    margin-left: 3.5rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	    padding: 20px 0px 20px 0px;
	    height: 60px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle {
		background: transparent;
		max-width: 5em;
		float: right;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	    margin-right: 30px;
	    zoom: 60%;
	    background-color: #196175;
	    padding: 12px;
	    color: #fff;
	    border-radius: 50px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	    background-color: #fff;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
		margin-top: 1.5rem;
		transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
		transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	    padding: 10px 0px 20px 0px;
	    width: 100%;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	    text-decoration: underline !important;
	}

	.headingtitle_mobile a {
		display: inline-block;
		height: 55px;
		width: 100%;
		background-color: #196175;
        text-decoration: none;
		padding-top: 0;
	}
	.headingtitle_mobile a:hover {
		color: #ffffff;
		text-decoration: underline;	
	}
	.mobbutton {
		margin-left: -10%;
	}

	button {
		padding:  0px;
	} 

	.news_primary {
	    margin-left: 5%;
	    color: #fff !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
	    display: block;
	    padding: 0px;
	}

	.evpbutton_primary a {
	    padding: 26px 20px;
	}

	.gllbutton_primary a {
	    padding: 26px 20px;
	}

	.issbutton_primary a {
	    padding: 26px 20px;
	}

	.topheading {
	    height: 90px;
	    background-color: #fff !important;
	}

	.sectpad {
	    padding: 1rem 0rem 1rem 0rem;
	}

	.headingt {
		font-size: 1.08rem;
	    font-family: 'trade-gothic-bold' !important;
	    text-transform: uppercase !important;
	    font-weight: 400;
	    letter-spacing: .0185rem;
	    margin: auto 0;
	    color: #fff;
	    padding: 1em 0;
	}

	.uoftbottom {
	    border-bottom: solid 0px #196175;
	}

	.headingtitle {
		display: none;
	}

	.searchmobile {
		display: none;
	}

	/* Blocks mobile */
	.newstitle {
	    text-align: center;
	}

	.newsitem {
		margin-left: 2.5rem;
	}

	.row.text-center.mobbutton.col-,d-12.news_primary {
		margin-left: 4%;
	}

	.wp-block-column ul li {
		text-align: left;
	}

	.wp-block-column ol {
	    margin-left: -1rem;
	    text-align: left;
	}

	.wp-block-columns .wp-block-column p {
		text-align: left;
	}

	.wp-block-image img {
		max-width: 90% !important;
	}

	/* Page Specific */
	/* Featured Heading Block */
	.tucked2 {
	    margin-top: 0px !important;
	}

	.ft-info h1, .ft-info-nb h1 {
    	font-size: 31px;
	}


	/* Number Block */
	.number-wrap {
	    padding: 0% 10% 0% 20% !important;
	    max-height: 100% !important;
	}

	.number-wrap .row > div {
	    text-align: left;
	    text-align: center;
	    left: -10%;
	}

	.number-wrap .wp-block-group .row .col-md-4 {
		left: 4%;
	}

	.number-wrap > .wp-block-group > .row > .col-md-4 span{
		margin-left: 5%;
	}


	.number-wrap span {
	    margin-left: 25%;
	}

	.number-wrap p {
	    text-align: center !important;
	    width: 130% !important;
	}

	.col-md-12 > ul > li {
		text-align: left;
	}

	/* Embed Video */

	.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	    width: 100%;
	    text-align: center;
	}

	/* Breadcrumbs */

	.bclft_row {
	    margin-left: 0% !important;
	    margin-right: 0 !important;
	    margin-top: -15% !important;
	    margin-bottom: 0 !important;
	}

	.ah-breadcrumb {
	    background-color: transparent !important;
	    font-weight: 900 !important;
	    text-transform: lowercase;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    margin-left: 0px !important;
	    line-height: .8rem;
	    margin-top: 4.5%;
	}

	/* Tabs */

	.ghostkit-tabs-content {
	    padding: 60px 40px 10px 20px !important;
	}

	/* BG Stripe */

	.bg-stripe_cols {
	    padding: 0px 0px !important;
	    width: 200px;
	    height: 160px;
	}

	a.bg-stripe p {
		margin-bottom: 0rem;
	}

	.background-stripe .row {
		padding: 16px 18px 0px 18px !important;
    	border-radius: 100px 0px 100px 0px !important;
	}

	.icon.above {
		padding:  16px 20px;
		height: 144px;
	}

	.icon.below {
		height: 144px;
	}

	/* Nav menu - Megamenu */
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	    color: #fff;
	    background: transparent !important;
	}

	/* Tips */
	.tip-wrap h3 {
	    font-size: .85rem !important;
	    letter-spacing: .18rem;
	    padding: 16px 14px;
	    font-family: 'Montserrat', sans-serif !important;
	    font-weight: 900 !important;
	    text-transform: uppercase;
	}

	.tip-wrap-small {
	    padding: 2rem 2rem 2rem 2rem !important;
	    border-radius: 160px 0px 150px 0px !important;
	}

	/* General Form */

	.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
    width: 100%;
	}

	.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	    width: 100%;
	}

	.gform_wrapper .gfield_label, .gform_wrapper .ginput_container {
	    font-family: 'Montserrat', sans-serif !important;
	    width: 100%;
	}

	.gform_wrapper.gravity-theme .gfield-choice-input+label {
	    max-width: calc(100% - 32px);
	    margin-bottom: 0;
	    vertical-align: middle;
	    padding-left: .5rem;
	}

	.gform_wrapper.gravity-theme * {
	    box-sizing: border-box;
	   /* display: inherit; */
	    text-align: left;
	}

	/* Accordion */

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion a.ghostkit-accordion-item-heading {
	    text-align: left;
	}

	.iss_accordion span.ghostkit-accordion-item-label {
    	padding: 0px 0em !important;
	}

	.ghostkit-accordion-item-content {
	    padding: 2em 0.85em !important;
	}

	.ghostkit-accordion-item-content ul {
		margin-left: -.25rem;
	}
	
	.roadmap .ghostkit-accordion-item-label {
	    padding: 0rem 0rem 0rem 2rem;
	    text-align: left;
	    display: flex;
	}

	.roadmap.r1 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r2 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}

	.roadmap.r3 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}


	.roadmap.r4 a.ghostkit-accordion-item-heading {
	    text-align: left;
	    display: flex;
	}
	.header-wrap {
		padding: 40px 50px 40px 0;
		height: 300px;
		min-height: 300px;
	}
	.ft-info-nb, .ft-info {
    padding: 16px 60px 0px 20px !important;
    width: 100%;
	}
	.evp_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
    	width: 100%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 991px) {
	.evp_tabs.ghostkit-tabs .ghostkit-tabs-buttons {
    	width: 100%;
	}
	.number-wrap {
	    padding: 0% 10% 0% 20% !important;
	    max-height: 100% !important;
	}
	.navbar-logo {
    	font-size: 2.2rem;
   	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	    padding: 8px 0px 20px 0px;
	    font-size: 1.1rem !important;
	    line-height: 1.17;
	}
	    .desktop-menu {
        display: block !important;
    }

    .mobile-menu {
        display: none !important;
    }

	.headingtitle_mobile {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.desktop-menu {
        display: block !important;
    }

    .mobile-menu {
        display: none !important;
    }

	.headingtitle_mobile {
		display: none;
	}

	/* Site Specific Styles */
    .desktop-menu {
        display: block !important;
    }

    .mobile-menu {
        display: none !important;
    }

	.headingtitle_mobile {
		display: none;
	}

	.topheading > .container > .col-md-6 {
		margin-left: 2rem;
		margin-right: -1.75rem;
	}

	.page-template-uoftpage-full .wp-block-group.container, .page-template-uoftpage-full .page > .wp-block-columns.container {
	    padding: 1rem .5rem 0.175rem .5rem !important;
	}

	/* Navigation menu */

	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	    text-align: center !important;
	    font-size: 1.13rem;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-309 a.mega-menu-link:before {
	    margin: 42px 110px !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3371 > a.mega-menu-link:before {
	    margin: 41px 54px !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-4532 > a.mega-menu-link:before {
	    margin: 42px 44px !important;
	}

	/* Slider */
	.elfsight-widget-slider.elfsight-widget {
		zoom: 75%;
	}

	.eas-slide-inner {
	    margin-left: -3rem;
	}

	/* Background Stripe */
	.bg-stripe_col {
	    padding: 0px 20px 0px 20px !important;
	}

	.background-stripe .row {
	    background-color: rgba(250,250,250,.85);
	    padding: 25px 0px 10px 0px !important;
	    border-radius: 100px 0px 100px 0px;
	}

	a.bg-stripe p {
	    margin-bottom: 0px;
	}

	/* Button Specific */

	.homebutton {
	    height: 56px !important;
	}

	/* WP Latest Post Block */

	ul.wp-block-latest-posts > li.row > .col-lg-10 {
		padding-left: 2.6rem !important;
	}

	/* Numbers Block */

	.number-wrap {
	    padding: 1.8% 0% 2% 0% !important;
	}

	.number-wrap .num_desc {
	    padding-left: 14%;
	}

	.number-wrap div:not(:last-child) > .row div:last-child {
	    padding-right: 0%;
	}

}

@media only screen and (min-width: 1400px) {
	.desktop-menu {
        display: block !important;
    }

    .mobile-menu {
        display: none !important;
    }

	.headingtitle_mobile {
		display: none;
	}
}
@media only screen and (max-width: 980px) {
	.virtual-agent-icon {
		position: fixed;	
		top: 50%;
		margin-right: -114px !important;
	}
	.gll_table table tr {
		display: grid;
	}
	.gll_table tbody tr:not(:last-child) td {
		border-bottom: 0;
	}
	.gll_table tbody tr td:last-child {
		border-bottom: 2px solid #566329;
	}

}