<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Helper Classes */
.only-mobile{
	display: block;
}
.only-desktop{
	display: none;
}


@media only screen and (min-width: 767px) {
	.only-mobile{ 
		display: none;
	}
	.only-desktop{
		display: block;
	}
}

/* Fix iFrame sizing (Quiz) */
.mfp-iframe-scaler {
  padding-top: 51.1%;
}

/* Specual AMP **/
.special_amp {
	color:inherit!important;
	font-size:inherit;
	font-style:inherit;
	font-family: inherit !important;
	font-weight: inherit !important;
}



html {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	#top .flex_cell_inner {
		display: table-cell;
		vertical-align: middle;
	}
	#top .av-flex-cells .no_margin{
		display: table !important;
	}
}


/* Sandbox */
.avia_transform #top .av_font_icon {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay{
	border-radius: 0;
}
#top .narrow .container{
	max-width: 1000px;
}
#top .avia-post-nav{
	display: none;
}

#top .av_dropcap2 {
    border-radius: 0;
}

#top .av-thin-font .av-special-heading-tag, 
#top .modern-quote .av-special-heading-tag {
    font-weight: inherit;
}

@media only screen and (max-width: 767px) {
	#top .av-special-heading-tag br {
	    display: none;
	}
}

#top .content h1, #top .content h2{
    font-family: "acumin-pro-extra-condensed";
}

#top .content h3, #top .content h4, #top .content h5{
	font-family "acumin-pro";
	font-weight: 300;
}

#top .content h4{
	color: #fdcc09;
	font-weight: bold;
}

#top .content h5{
	text-transform: uppercase;
}

#top .content h6{
	text-transform: none;
}

#top blockquote{
	border-left: 0;
	padding-left: 0;
	border-bottom: 1px solid #9b9b9b;
}

#top blockquote p{
	color: #9b9b9b;
	margin: 10px 0;
}

#top p b, #top p strong{
	color: inherit;
}

#top p a, 
#top .av-special-heading-tag a,
#top .av_inherit_color a{
	color: #23a9e1;
	text-decoration: underline;
}

/* Shortcode: Button (Override) */
#top .avia-button,
#top .sf-field-submit input {
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
}


#top .avia-button.avia-size-large{
	padding: 12px 30px 10px;
}
#top .avia-button .avia_button_icon.avia_button_icon_left{
	left: -10px;
	right: auto;
}

#top .avia-button .avia_button_icon.avia_button_icon_right{
	right: -10px;
	left: auto;
}

#top .avia-button.avia-color-theme-color {
	color: black;
}
#top .avia-button.avia-color-orange{
	background: #f1592b;
}
#top .avia-button.avia-color-green{
	background: #2ec45c;
}
#top .avia-button.avia-color-grey{
	background: #c0c0c0;
}


/* Shortcode: Hr (Override) */
#top .hr-short {
    margin: 20px 0;
}

#top .hr-short .hr-inner-style {
    display: none;
}

#top .hr-short .hr-inner{
	height: 0;
	border: 0;
}

#top .hr-center .hr-inner{
    width: 22%;
    margin-left: -11%;
}

#top .hr-short .hr-inner:after,
#top .hr-full .hr-inner:after{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-size: 100% 100%;
	background-image: -webkit-linear-gradient(left,
    #fdcc09 0%,
    #fdcc09 20%,
    #3f4039 20%,
    #3f4039 40%,
    #89877e 40%,
    #89877e 60%,
    #23a9e1 60%,
    #23a9e1 80%,
    #f1592b 80%,
    #f1592b 100%);
	background-image: -moz-linear-gradient(left,
    #fdcc09 0%,
    #fdcc09 20%,
    #3f4039 20%,
    #3f4039 40%,
    #89877e 40%,
    #89877e 60%,
    #23a9e1 60%,
    #23a9e1 80%,
    #f1592b 80%,
    #f1592b 100%);
	background-image: linear-gradient(left,
    #fdcc09 0%,
    #fdcc09 20%,
    #3f4039 20%,
    #3f4039 40%,
    #89877e 40%,
    #89877e 60%,
    #23a9e1 60%,
    #23a9e1 80%,
    #f1592b 80%,
    #f1592b 100%);
}

#top .hr-full .hr-inner {
    border: 0;
}

#top .hr-full .hr-inner:after{
    background-size: 25% 100%;
}

.hr-short + .av-special-heading {
    margin-top: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta{
	font-family: "acumin-pro";
}
body{
	font-family: "acumin-pro";
	font-size: 16px;
	color: #262626 !important;
}

#top h1, 
#top h2{
	text-transform: none;
}

#top h1{
	font-size: 50px;
}

#top .acumin_condensed *,
#top .acumin_condensed{
	font-family: "acumin-pro-extra-condensed";
}


/* Header &amp; Rainbow */
#top #header{
	position: absolute;
}
#top .container_wrap.avia-section{
	position: relative;
	float: none;
}
@media only screen and (max-width: 767px) {
	#top #header_meta{
		display: none;
	}

}
#top #header .header_bg{
	display: none;
}
#top #header_meta{
	border: 0;
	background: rgba(0, 0, 0, 0.4);
}

#top #header_meta .container{
	max-width: 100%;
	padding: 0;
}
#top #header_meta .social_bookmarks{
	height: 50px;
	margin-right: 210px;
}
#top #header_meta .social_bookmarks li {
    border: 0;
    width: 35px;
}

#top #header_meta .social_bookmarks li a{
	color: #fccb09;
	font-size: 22px;
	line-height: 45px;
	margin-top: -1px;
}
#top #header_meta .social_bookmarks li:hover a{
	background: none !important;
}
#top #header_meta .social_bookmarks li.social_bookmarks_twitter a:before{
	content: "\e8f2";
}

#top #header_meta .social_bookmarks li.social_bookmarks_facebook a:before{
	content: "\e8f4";
}

#top #header_meta .social_bookmarks li.social_bookmarks_linkedin a:before{
	content: "\e8fd";
}

#top #header_meta .av-social-link-instagram a{
    line-height: 39px !important;
}
#top #header_meta .av-social-link-instagram a:hover:before{
    background: white;
}
#top #header_meta .av-social-link-instagram a:before{
    background: #fbca31;
    border-radius: 120px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,1);
    transition: all ease 0.15s;
}

#top #header_meta #searchform {
    position: absolute;
    right: 0;
    height: 50px;
}

#top #header_meta #searchform:after,
#top .rainbow_bottom:after,
#top .rainbow_bottom-inner .content:after{
	bottom: 0px;
}

#top .rainbow_top:after,
#top .rainbow_top-inner .content:after{
	top: 0px;
}

#top .rainbow_top-inner .content:after{
	top: -3px;
}



#top #header_meta #searchform:after,
#top .rainbow_bottom:after,
#top .rainbow_top-inner .content:after,
#top .rainbow_bottom-inner .content:after,
#top .rainbow_top:after,
#top #home_intro .av-special-heading-tag span:after{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(left,
    #3f4039 0%,
    #3f4039 25%,
    #89877e 25%,
    #89877e 50%,
    #23a9e1 50%,
    #23a9e1 75%,
    #f1592b 75%,
    #f1592b 100%);
    background-image: -moz-linear-gradient(left,
    #3f4039 0%,
    #3f4039 25%,
    #89877e 25%,
    #89877e 50%,
    #23a9e1 50%,
    #23a9e1 75%,
    #f1592b 75%,
    #f1592b 100%);
    background-image: linear-gradient(left,
    #3f4039 0%,
    #3f4039 25%,
    #89877e 25%,
    #89877e 50%,
    #23a9e1 50%,
    #23a9e1 75%,
    #f1592b 75%,
    #f1592b 100%);
}
#top #home_intro .av-special-heading-tag span{
    color: #fcc944;
    position: relative
}
#top #home_intro .av-special-heading-tag span:after {
    left: 0;
}

#top #home_intro .av-special-heading-tag{
    font-size: 58px;
    margin-bottom: 30px;
}

#top .rainbow_bottom:after,
#top .rainbow_top:after,
#top .rainbow_bottom-inner .content:after,
#top .rainbow_top-inner .content:after {
	height: 2px;
    background-size: 25% 100%;
    z-index: 1;
}
#top #header_meta #searchsubmit {
	background: transparent;
	right: auto;
	left: 5px;
	pointer-events: none;
	top: 6px;
}

#top #header_meta #s {
	border-color: #fccb09;
	background: #fccb09;
	padding: 12px 5px 12px 47px;
	text-transform: uppercase;
	color: #3f4039;
	font-family: "acumin-pro";
	height: 46px;
	font-weight: 600;
}

#header_main{
	display: none;
}

/* Main Menu */
#top .av-submenu-container, 
#top .sticky_placeholder {
    height: 61px;
    min-height: initial;
    z-index: 100;
}

#top .av-submenu-container{
    position: absolute;
}


.sticky_placeholder {
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
	#top .av-submenu-container, 
	#top .sticky_placeholder {
		display: none;
	}

}
#top .av-submenu-container .container{
	max-width: 98%;
}
#top .av-submenu-container, 
#top .av-submenu-container li a{
	background: #262626;
}
#top .av-subnav-menu &gt; li{
	padding: 0;
}
#top .av-submenu-container li a{
	font-family: "Roboto";
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	font-size: 13px;
	padding: 19px 18px;
}

#top .av-subnav-menu &gt; .logo a {
    font-size: 0;
    padding: 0;
    min-height: 60px;
}

#top .av-subnav-menu &gt; .logo a:before{
    font-size: 42px;
    color: #fccb09;
    font-family: 'sa-custom-font';
    content: "\E800";
    position: relative;
    top: 19px;
}


#top .av-subnav-menu &gt; .logo:hover a:before{
	color: white;
}

#top li a .avia-menu-text:before {
    color: #fdcc09;
    margin-right: 8px;
    font-family: 'fontawesome';
}

#top .mobile_bar span.schoolcount {
    color: #fdcc09;
    font-weight: bold;
    margin-right: 8px;
}
#top li.my-schools a .avia-menu-text:before {
	content: "\E805";
}

#top li.where-to-study a .avia-menu-text:before {
	content: "\E800";
}

#top li.what-to-know a .avia-menu-text:before {
	content: "\E801";
}

#top li.whats-new a .avia-menu-text:before {
	content: "\E802";
}

#top li.contact-us a .avia-menu-text:before {
	content: "\E803";
}
    

#top .my_schools .avia-menu-text {
    padding: 6px 14px;
    background: #fccb09;
    border-radius: 20px;
    color: #262626;
}

#top li.my_schools a{
	border: 0 !important;
}

/* Home - Intro &amp; Quick Search */
#top .home_btn1{
	position: absolute;
	right: 200px;
	top: 190px;
	z-index: 100;
}

#top .home_compass {
    position: absolute;
    top: -300px;
    right: 315px;    
}


@media only screen and (max-width: 767px) {
	#home_intro {
	    background: white !important;
	}
	#home_quicksearch{
		background: #2b2b2b !important;
	}
	#top .home_btn1,
	#top .home_compass {
		display: none;
	}

}

@media only screen and (max-width: 1200px) {
    #home_intro {
        background-position: 360px 0px !important;
    }
    #top .home_btn1{
        right: 150px;
    }
    #top .home_compass{
       top: -130px;
       right: 120px;
    }
    #top .home_compass img{
        transform: scale(0.8);     
    }
}

@media only screen and (max-width: 1024px) {
    #home_intro {
        background-position: 260px 0px !important;
    }
}

@media only screen and (max-width: 989px) {
    #home_intro {
        background-position: 160px 0px !important;
    }
}


#home_intro2 .container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Home - Custom Slider */
.scroll-content-item {     border: 0; width: 242px; float: left; font-size: 3em; line-height: 48px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */

.scroll-bar-wrap {
    background: transparent !important;
    border: 0 !important;
    position: relative;
}

.scroll-bar-wrap:before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #f1592b;
    position: absolute;
    top: 11px;
}

.scroll-pane .ui-slider .ui-slider-handle {
    height: 14px;
    top: 5px;
    background: #2b2b2b !important;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.4);
}

.scroll-pane {
    width: 100% !important;
    overflow: hidden;
}

.scroll-bar-wrap {
    width: 300px;
	margin: 0 auto !important;
}

.scroll-content-horizontal{
	width: 2420px !important;
	height: 200px;
	display: flex !important;
	align-items: center;
}

.scroll-pane .ui-state-default,
.scroll-pane .ui-widget-content .ui-state-default,
.scroll-pane .ui-widget-header .ui-state-default {
    border: none;
    background: #dedede none;
}
.scroll-pane .ui-state-hover,
.scroll-pane .ui-widget-content .ui-state-hover,
.scroll-pane .ui-widget-header .ui-state-hover,
.scroll-pane .ui-state-focus,
.scroll-pane .ui-widget-content .ui-state-focus,
.scroll-pane .ui-widget-header .ui-state-focus {
    border: none;
    background: #fff none;
    cursor:  pointer;
}
.scroll-pane .ui-state-active,
.scroll-pane .ui-widget-content .ui-state-active,
.scroll-pane .ui-widget-header .ui-state-active {
    border: none;
    background: #fff none;
}

.scroll-bar-wrap-horizontal {
    background: #B1B1B1;
    border: 1px solid #808080;
}

.scroll-bar-wrap-horizontal .ui-slider-handle { width: 10px; background: #fff; margin-bottom: 0px; }



/* Scroll Pane Mobile */
@media only screen and (max-width: 480px) {

	.scroll-content.scroll-content-horizontal.with-scrollbar {
	    margin-left: 0 !important;
	}

	.scroll-pane.scroll-pane-horizontal {
	    overflow-x: scroll !important; 
	     -webkit-overflow-scrolling: touch;
	}

	.scroll-bar-wrap.scroll-bar-wrap-horizontal.ui-corner-all{
		display: none !important;
	}


}

/* Home - Sub form + video section */
#top .av-subheading p{
    color: white;
    font-family: "acumin-pro",sans-serif;
    font-size: 22px;
}

#top label {
    text-transform: uppercase;
    color: #959595;
}

#top .alternate_color label.input_checkbox_label {
    color: white;
    text-transform: none;
    font-weight: normal;
}

#top label .required{
	display: none;
}

#top input.button {
    text-transform: uppercase;
    color: #312f2a;
    font-weight: bold;
}

#top .av-fullscreen-button .avia-button-fullwidth {
    padding: 20px 10px;
    font-size: 16px;
}


#top .instagram_feed #sb_instagram {
    max-width: 100% !important;
}

/* Home - Events */
#home_upcoming-events {
    margin-top: 100px;
}
#home_upcoming-events .before_events_title {
	position: absolute;
	top: -70px;
	text-align: center;
}
#home_upcoming-events .before_events_title .av-special-heading-tag{
	font-size: 42px;
}
@media only screen and (min-width: 767px) {
	#home_upcoming-events .before_events_title {
		top: -48px;
	}
	#home_upcoming-events .before_events_title .av-special-heading-tag {
		background: #fdcd0c;
		padding: 10px 20px !important;
		display: inline-block;
		font-size: 26px;
	}
}


/* Home - Blog / Blog Page */
@media only screen and (max-width: 767px) {
	#blogroll {
	    background: #f2f2f2;
	}
}
@media only screen and (min-width: 767px) {
	#blogroll .tag-two_thirds {
	    width: 66.66% !important;
	    
	}

	#blogroll .tag-two_thirds .av-inner-masonry-sizer{
	    padding-bottom: 39.99%;
	}


	#blogroll .tag-two_thirds .av-inner-masonry-content-pos {
	    max-width: 320px;
	}
}


#blogroll figcaption.av-inner-masonry-content {
    background: transparent;
}

#blogroll .av-inner-masonry-content .avia-arrow {
    display: none;
}

#blogroll .av-masonry-entry-title {
    color: white;
    font-family: "acumin-pro";
    font-weight: 300;
    font-size: 16px;
}

#blogroll .av-masonry-entry-content{
	display: none;
}

#blogroll .av-masonry-date{
    font-size: 14px;
    color: #fdcc09;
}

#blogroll .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
}

#blogroll .av-masonry-entry .av-inner-masonry .av-masonry-outerimage-container:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#blogroll .av-masonry-sort {
    margin-bottom: 40px !important;
}
#blogroll .av-masonry-sort a {
    text-transform: uppercase;
    font-family: "acumin-pro";
    font-weight: 100;
    padding: 5px 15px;
    margin: 0 1px;
    border-bottom: 3px solid;
    color: inherit !important;
    transition: all linear 0.2s;
}

#blogroll .av-masonry-sort .active_sort {
    background: black;
    color: white !important;
    border-color: white;
}
#blogroll .av-masonry-sort .text-sep{
    display: none;
}


#blogroll .av-masonry-sort a.active_sort {
    background: black;
    color: white;
    border-color: white;
}


.home #blogroll .av-masonry-entry .av-inner-masonry:after{
	display: none;
}


#blogroll .avia_sortable_active .av-masonry-image-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 10;
    background: gray;
}


#blogroll .avia_sortable_active .category-architecture-news .av-masonry-image-container:after {
    background: #fcd94a;
}

#blogroll .avia_sortable_active .category-around-the-web .av-masonry-image-container:after {
    background: #f58360;
}

#blogroll .avia_sortable_active .category-events .av-masonry-image-container:after {
    background: #5abfe9;
}

#blogroll .avia_sortable_active .category-student-stories .av-masonry-image-container:after {
    background: #bbb8af;
}

/* Archive Template */
#top.archive time.slide-meta-time {
    color: #eabd0f;
}

#top.archive span.blog-categories {
    display: none;
}

#top.archive .slide-entry-title {
    font-weight: 900;
}

/* Mobile Bars */
.mobile_bar{
    display: none;
}
.mobile_bar.top_bar {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
    #wpadminbar{
        display: none;
    }

    .mobile_bar{
        display: block;
    }
    #top .avia-builder-el-0,
    #top #single-post{
        margin-top: 90px;
    }
}

.mobile_bar {
    position: fixed;
    width: 100%;
}

.top_bar{
    background: #fccc08;
    top: 0;
    height: 90px;
}


.mobile_bar ul.mobile_items li{
	position: absolute;
	display: block;
}

.mobile_bar ul.mobile_items li a{
	font-size: 0;
	color: white;
	display: block;
}

.top_bar ul.mobile_items li a:hover{
	color: white;
	text-decoration: none;
}

.mobile_bar ul.mobile_items li:nth-child(1){
	left: 0;

}

.mobile_bar ul.mobile_items li:nth-child(2){
	left: 0;
	right: 0;
	width: 60px;
	margin: 0 auto;

}

.mobile_bar ul.mobile_items li:nth-child(3){
	right: 0;

}	

#top .m_search-content {
    background: #2b2b2b;
    padding: 40px 40px 20px 40px;
}

#top .mobile_content{
    top: 90px;
    display: none;
    position: absolute;
}

#top .m_search-content.mobile_content ul{
    margin-left: 0;
}
#top .m_search-content.mobile_content ul h4 {
    display: none;
}

#top .m_search-content.mobile_content form{
    margin: 0;
}
#top .m_search-content.mobile_content label {
    width: 100%;
}

#top .m_search-content.mobile_content label &gt; *{
    margin-bottom: 0;
}

#top .m_search-content.mobile_content input[type='submit'] {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
}


#top .m_search-content.mobile_content input[type='submit']{
    float: right;
}

#top .m_search-content.mobile_content li{
    overflow: hidden;
}

#top.m_search-show .m_search-content{
	display: block;
}
#top.m_menu-show .m_menu-content{
	display: block;
}

#top .m_search-content p{
	color: white;
}

#top.m_search-show li.m_search,
#top.m_menu-show  li.m_menu{
    border: 0;
}
#top.m_search-show  li.m_search a,
#top.m_menu-show  li.m_menu a {
    background: #2b2b2b;
}

#top .mobile_content h4{
    color: #fdcc09;
}

#top .mobile_content p.align-right{
	text-align: right;
}

#top .mobile_content form{
	margin: 30px 0 50px 0;
}

#top .mobile_content select {
    text-transform: uppercase;
    padding: 10px;
}

#top .mobile_content a.continue{
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

#top .m_menu-content {
    background: #2b2b2b;
    padding: 20px 30px;
    right: 0;
}

#top .m_menu-content .logo{
    display: none !important;
}

#top .m_menu-content ul{
    margin: 0;
}

#top .m_menu-content ul li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

#top .m_menu-content ul li:last-child{
    margin: 0;
    padding:0;
    border: 0;
}
#top .m_menu-content ul li a{
    color: #d9d9d9;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
}

#top .m_menu-content ul li a:hover{
	color: white;
}

#top .m_menu-content .avia-menu-fx{
	display: none;
}

/* Top bar */
.top_bar ul.mobile_items li a{
	height: 90px;
	line-height: 90px;
}

.top_bar ul.mobile_items li.m_search a,
.top_bar ul.mobile_items li.m_menu a{
	padding: 0 30px;
}

.top_bar ul.mobile_items li a:hover{
	background: #f2c40b;
}

.top_bar ul.mobile_items li.m_search{
	border-right: 1px solid white;
}
.top_bar ul.mobile_items li.m_search a:before{
	font-family: "entypo-fontello";
	font-size: 22px;
	content: "\E803";
}


.top_bar ul.mobile_items li.m_logo a:before{
	font-family: 'sa-custom-font';
	font-size: 62px;	
	content: "\E800";
}

.top_bar ul.mobile_items li.m_menu{
	border-left: 1px solid white;
}
.top_bar ul.mobile_items li.m_menu a:before{
	font-family: "entypo-fontello";
	font-size: 22px;
	content: "\E811";
}

/* Single Post/School */
#top.single #header{
    position: relative;
    background: black;
}

p {
    color: #262626;
}

#intro-section .container {
    height: 500px !important;
}

#intro-section.avia-section .container{
    display: table; 
    table-layout: fixed;
}
#intro-section.avia-section .container .content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none !important;
}




#single-post .post-date {
    background: #facf47;
    display: inline-block;
    padding: 0px 10px 6px 10px;
    text-align: center;
    font-family: "acumin-pro";
    line-height: 18px;
}

#single-post .post-date .month{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#single-post .post-date .day{
    font-size: 24px;
}

#top .top-content {
    position: absolute;
    top: -35px;
    z-index: 1;
}

#top .top-content .backlink{
    color: white;
    padding: 5px 12px;
    background: #2b2b2b;
    color: white !important;
    text-decoration: none;
}

#top .top-content .post-category{
    display: inline-block;
    padding: 4px 12px;
    background: #fccb09;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

#top .author_box {
	display: none;

	margin-top: 50px;
	margin-bottom: 50px;
    padding: 30px 50px;
    background: #f2f2f2;
}

#top .author_box .about_the_author{
    position: relative;
    text-transform: uppercase;
    color: #393939;
    font-weight: 700;
    font-size: 18px;
}

#top .author_box .about_the_author:after{
    max-width: 230px;
    margin: 5px 0 20px 0;
    height: 2px;
    position: relative;
    background-size: 100%;
}

#top .author_box h4{
    color: #393939;
    font-weight: 100;
}

#top .author_box p{
    font-size: 14px;
    line-height: 22px;
}


#top .author_box .container {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
}

#top .author_box .author_pic {
    width: 8%;
}

#top .author_box .author_bio{
    margin-left: 4%;
    width: 88%;
}


#top .post_nav_links .avia-button{
    min-width: 160px;
}

@media only screen and (max-width: 767px) {
	#top .post_nav_links .avia-button{
    	min-width: initial;
	}
}

#top .post_nav_links .avia-button .avia_button_icon{
	color: #e5bf42;
}

#top .content {
    border: 0;
}


#top .av-share-box ul li{
    margin: 0 5px;
}
#top .av-share-box ul li a{
    border-radius: 80px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #fddb53;
}

#top .av-share-box .avia-tt {
    display: none !important;
}

#top .av-share-box{
	margin-top: 0;
	margin-bottom: 0;
    float: none;
}


#top .av-share-box ul,
#top .av-share-box ul li {
    border: 0;
}

#top .av-share-box ul {
	text-align: left;
}

#top .av-share-box ul li{
	display: inline-block;
}

#top .related_posts {
    padding: 0;
    border: 0;
}

#top .related_posts.av-related-style-tooltip {
    border: 0;
}

#top .related_image_wrap{
    display: none !important;
}
#top .related_entries_container .av_one_half {
    width: 100%;
}


#top .single-sidebar{
	font-size: 13px;
	margin-left: 0;
}

#top .single-sidebar .avia-button {
	min-width: 210px;
	border: 0;

}

#top .single-sidebar strong,
#top .single-sidebar b{
    color: #333;
}

#top .single-sidebar p{
    color: #4a4a4a;
}


#top .single-sidebar &gt; li{
    margin: 40px 0;
}

#top .single-sidebar &gt; li:first-child{
	margin-top: 0;
}
#top .single-sidebar h5{
    text-transform: none;
    color: #c0c0c0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

#top .single-sidebar h5:before{
    margin-right: 8px;
    color: #fbdb66;    
}

#top .single-sidebar h5.school-tuiton:before{
    content: "$";
}

#top .single-sidebar h5.school-address:before{
    content: "\E842";
    font-family: "entypo-fontello";
}

#top .single-sidebar h5.school-deadlines:before{
    content: "\E802";
    font-family: "fontawesome";
}

#top .single-sidebar h5.school-degrees:before{
    content: "\E805";
    font-family: "fontawesome";
}

#top .av-share-link-description:before {
    content: "\E857";
    font-family: "entypo-fontello";

}

#top .related_title:before{
    content: "\E822";
    font-family: "entypo-fontello";
}

#top .single-sidebar .social_bookmarks li {
    border: 0;
}

#top .single-sidebar .social_bookmarks li a{
	color: #fbdb66;
}

#top .single-sidebar .social_bookmarks li {
    margin: 0 4px;
}

#top .single-sidebar .social_bookmarks li a {
    color: white;
    background: #fbdb66 !important;
    border-radius: 120px;
}

#top .single-content .school-department{
	color: #fad04b;
	margin-bottom: 30px;
}

#top .single-content .program-url {
    color: #23a9e1;
    font-size: 20px;
    text-decoration: none !important;
}

#top .single-content .program-url:before{
    content: "\e86d";
    font-family: "entypo-fontello";
    margin-right: 6px;
    color: #fbdb66;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 767px) {
	#top .single-content .program-url {
	    font-size: 13px;
	}
}

#top #commentform label {
    position: static;
    padding-bottom: 10px;
}

#top #commentform input[type='text'],
#top #commentform input[type='email'],
#top #commentform textarea{
    margin-bottom: 0 !important;
}
/* Shortcode: Tabs (Override) */
@media only screen and (min-width: 767px) {
	#top .tab{
		padding: 0;
		border: 0;	
	}
	#top .single-content .tab {
		margin: 0 1%;
		width: 14.666%;
	}
}


#top .tab img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: all linear 0.2s;
} 

#top .tab.active_tab{
    background: none;
}

#top .tab:hover img,
#top .tab.active_tab img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
} 

#top .tab_content{
    border: 0;
    padding: 0;
    border: 0;
}

#top .tab_content .tab_inner_content{
	background: #f2f2f2;
	padding: 30px;
	overflow: hidden;
	margin: 0;

}

#top .tab_content.rainbow_top:after{
	left: 0;
}

#top .tab_content h3,
#top .tab_content h2,
#top .tab_content h4{
    font-weight: 100;
}

#top .single-content .tab_content h2{
    text-transform: uppercase;	
}
#top .active_tab .tab_inner_title{
	color: #393939;	
}

#top .active_tab .tab_inner_title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: 0 auto;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 20px;
    border-color: transparent transparent #fdcc09 transparent;

}

#top .tab_inner_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
	color: #949494;
    padding: 14px 0 25px;
}

#top .tab_content ul li {
    list-style: square;
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	#top .tab img {
	    display: none;
	}

	#top .tab_inner_title {
	    padding: 0;
	    font-weight: 600;
	}

	#top .tab_inner_title br {
	    display: none;
	}
}

/* Resources Page Tabs (NOT USED ATM) */
#top .resources_tabs .tab_titles{
    max-width: 70%;
    margin: 0 auto;
    float: none;
}
#top .resources_tabs .tab{
    margin: 0 1%;
    width: 14%;
    text-align: center;
}

#top .resources_tabs .tab_icon {
    font-size: 34px;
    margin: 0;
}

#top .resources_tabs .active_tab .tab_icon{
	color: #fccb09;
}

#top .resources_tabs .tab_content .tab_inner_content{
	padding: 0;
	background: white;
}
#top .resources_tabs .tab_content .tab_inner_content .inner{
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 30px 60px;
}

#top .resources_tabs .tab_inner_title{
    padding: 14px 0 40px;
    font-weight: bold;
    font-size: 14px;
}

/* Resources Masonry */
#top .resources-masonry {
    text-align: center;
    transform: translatex(-5px);
}

#top .resources-masonry .av-masonry-container {
    margin-bottom: 80px;
}

#top .resources-masonry .av-masonry-image-container{
	background: none !important;
}
#top .resources-masonry .av-masonry-image-container img{
	display: block !important;
}


#top .resources-masonry .av-masonry-item-with-image, 
#top .resources-masonry .av-masonry-item-with-image * {
  transform: none !important;
  opacity: 1 !important;
}

#top .resources-masonry .av-masonry-image-container,
#top .resources-masonry .av-inner-masonry,
#top .resources-masonry .av-masonry-outerimage-container,
#top .resources-masonry .av-inner-masonry-content{
    position: relative;
}

#top .resources-masonry .avia-arrow{
    display: none;
}
#top .resources-masonry .av-inner-masonry-content,
#top .resources-masonry .av-inner-masonry-content-pos{
    background: transparent;
    text-align: left;
}
#top .resources-masonry .av-inner-masonry-sizer {
    padding-bottom: 0;
}

#top .resources-masonry .av-masonry-entry-title {
    font-weight: bold;
}

#top .resources-masonry .av-masonry-entry-content {
    font-size: 13px;
    line-height: 18px;
}

#top .resources-masonry .avia-button-wrap {
    margin: 10px 0;
    display: block;
}


#top .container .resources-masonry .av-masonry-load-more {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    background: #2b2b2b;
    color: white;
    font-weight: normal;
    border-radius: 3px;
    letter-spacing: 1px !important;
    z-index: 1;
    position: relative;
    overflow: visible;
}

#top .container .resources-masonry .av-masonry-load-more:before,
#top .container .resources-masonry .av-masonry-load-more:after{
	content: "";
	height: 1px;
	width: 200px;
	background: #fdcc09;
	display: block;
	top: 22px;	
	position: absolute;
}
#top .container .resources-masonry .av-masonry-load-more:before{
	left: -200px;
}

#top .container .resources-masonry .av-masonry-load-more:after{
	right: -200px;
}

#top .resources-masonry .av-masonry-image-container{opacity: 1;}
#top .resources-masonry .av-masonry-entry:hover .av-masonry-image-container{
	-webkit-transform: 	none;
	transform: 			none;
}
#top .resources-masonry .av-masonry-image-container .avia-video.avia-video-16-9 {
    max-width: 93%;
    padding-bottom: 53.25%;
    margin: 0 auto;
}


/* School Search */
#school_search-form p,
#school_search-form label {
    color: black;
}

#school_search-form select{
    font-size: 12px;
}

#top #school_search-results .sorting .sort-title{
    text-transform: uppercase;
	font-weight: bold;
    font-family: "acumin-pro";
    font-size: 16px;
    color: #333;
}

#top #school_search-results .az_list{
	margin: 10px 0 30px 0;
	position: relative;
	right: 6px;
}
#top #school_search-results .az_list li{
	display: inline-block;
	padding: 0 6px;
	position: relative;
}
#top #school_search-results .az_list li:before{
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 120px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 0px;
	z-index: -1;
	transition: all linear 0.2s;
	background: transaprent;

}

#top #school_search-results .az_list li.selected:before{
	background: #fccb09;
}

#top #school_search-results .az_list li:hover:before{
	background: #c7c7c7;
}

#top #school_search-results .az_list li.selected a,
#top #school_search-results .az_list li:hover a{
	color: #333;
}
#top #school_search-results .az_list li a{
	color: #c7c7c7;
}

#top #school_search-results .grid-content,
#top #school_search-results .grid-entry .inner-entry{
	border: none;
	box-shadow: none;
}

#top #school_search-results .grid-content{
	text-align: left;
}

#top #school_search-results .grid-sort-container {
	position: relative;
	right: 20px;
}
#top #school_search-results .grid-entry-title a{
	color: #2b2b2b;
	font-weight: 600;
}

#top #school_search-results .school-summary{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 16px;
}


#top #school_search-results .grid-image{
    opacity: 1
}

/* My Schools */
#top ul.my_schools-list {
    margin-top: 40px;
    margin-left: 0;
}

#top .my_schools-list .school .inner_school{
    display: table;
    color: #5d5d5d;
    background: #f1f1f1;
    width: 100%;
    min-height: 60px;
    padding: 0;
    transition: all linear 0.1s;
}

#top .my_schools-list .school:nth-child(odd) .inner_school{
	background: #f9f9f9;

}
@media only screen and (max-width: 767px) {
    #top .my_schools-list .school .inner_school{
        padding: 1em 2em;
        font-size: 16px;
    }
}

#top .my_schools-list .school .inner_school &gt; *{
    display: table-cell;
    vertical-align: middle;
    float: none;
    border-right: 1px solid #ced4d9;
    text-align: center;
    width: 25% !important;
    padding: 0;
    padding: 0px 25px;
    font-size: 13px;
    line-height: 18px;
}

#top .my_schools-list .school .inner_school p{
	color: #757575;
}
@media only screen and (max-width: 767px) {
    #top .my_schools-list .school .inner_school &gt; *{
        display: block;
        width: 100% !important;
        float: none;
        border: 0;
        text-align: left;
        padding: 0;
        margin: 20px 0;
    }
}

#top .my_schools-list .school .inner_school .school-logo{
    text-align: center;
}
#top .my_schools-list .school .inner_school .school-logo img {
    max-height: 120px;
}

#top .my_schools-list .school .inner_school &gt; *:last-child{
    border-right: 0;
}

#top .my_schools-list .school .inner_school *{
    text-align: left;
}


#top .my_schools-list .school .inner_school h3{
	font-size: 14px;
	font-weight: bold;
}
#top .my_schools-list .school-cta{
    position: relative;
}


#top .my_schools-list a.remove-school {
    text-transform: uppercase;
	color: #afafaf;
	font-size: 12px;
}

@media only screen and (min-width: 767px) {
	#top .my_schools-list a.remove-school {
		position: absolute;
		top: 5px;
		right: 15px;
	}
}

#top .school-cta {
    text-align: center !important;
}

#top .school-cta .button{
	color: white !important;
	background: #2b2b2b;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 4px;
	letter-spacing: 2px;
	padding: 12px 20px;
}

#contact-school form label {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
}

#contact-school form .input_checkbox_label {
    text-transform: none;
    font-weight: 100;
}

#top .sa__contact_form  form .button,
#contact-school form .button{
	color: white;
	background: black;
	padding: 14px 16px;
	min-width: 130px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
}


#top .sa__contact_form  form .button:before,
#contact-school form .button:before {
	content: "\e805";
	font-family: "entypo-fontello";
    margin-right: 10px;
    color: #fdcc09;
}

/* School Quiz */
#quiz-results .back_to_search,
#quiz-results .result_notification {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    text-decoration: none;  
    border-radius: 3px;  
}
#quiz-results .result_notification {
    background: #23e15d;
    color: white;
    font-size: 22px;
    padding: 30px 0;
}
#quiz-results .back_to_search {
    background: #2b2b2b;
}

#quiz-results .back_to_search:before{
    color: #fdcc09;
    margin-right: 6px;
}

#quiz-results .grid-sort-container{
	margin: 50px 0;
}

/* Contact Us Page */
#top .contact_us-form input.button {
    color: white;
    background: black;
    border: 0;
}

#top .contact_us-address .iconbox_content_title {
    text-transform: none;
    color: #9c9c9c;
    letter-spacing: 0px;
    font-size: 17px;
}

#top .contact_us-address .iconbox {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}


#top .contact_us-address .iconlist-timeline {
    display: none;
}

#top .contact_us-address .avia-icon-list .iconlist_icon {
    background: transparent;
    color: gray;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 10px;
}

#top .contact_us-address .avia-icon-list article.article-icon-entry{
	min-height: 24px;
}
#top .contact_us-address .avia-icon-list li {
    min-height: 24px;
    padding-bottom: 0;
}

#top .contact_us-address .iconlist_title {
    margin-top: 0;
    font-weight: normal;
    color: #a0a0a2;
    font-size: 14px;
    text-transform: none;
}

/* About Page - Members Grid */
#top .team-img-container {
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 100px;
}

#top .content .team-member-name {
    font-size: 16px;
    color: #757575;
    font-weight: bold;
    margin-bottom: 14px;
}

#top .team-member-job-title,
#top .team-member-description {
    font-size: 14px;
    line-height: 17px;
}

#top .team-member-description p{
    margin: 5px 0;
}


/* RoadMap - IconBox */
#top .simpler_iconbox .iconbox_content,
#top .number_box .iconbox_content {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

#top .simpler_iconbox .iconbox_content_title{
    font-family: "acumin-pro";
    font-weight: 600;
    font-size: 14px;
    color: #2b2b2b;
    margin-top: 10px;
    min-height: 32px;
}

#top .simpler_iconbox .iconbox_content_title:empty {
    display: none;
}

#top .simpler_iconbox .magnifying_glass {
    font-size: 0;
}

#top .simpler_iconbox .magnifying_glass:after,
#top .magnifying_glass_icon .av-icon-char:before  {
    content: "\E803";
    font-size: 14px;
    color: white;
    background: #2b2b2b;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 100px;
    font-family: 'entypo-fontello';
}

#top .simpler_iconbox .iconbox_icon {
    position: relative;
    top: 0;
    font-size: 46px;
    line-height: 54px;
    height: 55px;
    width: 55px;
    margin: 0 0 0 -42.5px;
    display: block;
}

/* RoadMap Elements - NumberBox */
#top .number_box .iconbox_content_title{
    font-family: "acumin-pro-extra-condensed";
    font-weight: 500;
    font-size: 40px;
    font-style: italic;
    color: #363632;
}

#top .alternate_color .number_box .iconbox_content_title {
    color: white;
}

#top .number_box .iconbox_content p{
    color: #363632;
}

#top .number_box .numberbox_number {
	position: relative;
	font-family: "acumin-pro-extra-condensed";
	font-weight: 100;
	font-size: 180px;
	color: white;
	background: gray;
	width: 180px;
	height: 180px;
	line-height: 150px;
	text-align: center;
	border-radius: 120px;
	display: inline-block;
	margin-bottom: 20px;
}
#top .number_box.iconbox_left{
	position: relative;
	min-height: 200px;
}
#top .number_box.iconbox_left .numberbox_number{
	position: absolute;
	left: 0;
}
#top .number_box.iconbox_left .iconbox_content_title {
	position: relative;
	top: 20px;
	overflow: visible;
}
#top .number_box.iconbox_left .iconbox_content_title img{
    position: absolute;
    bottom: 0;
}
#top .number_box.iconbox_left .iconbox_content {
	padding-left: 140px;
}
#top .number_box.iconbox_left .iconbox_content_container {
	position: relative;
	top: 10px;
}

#top .avia-color-blue .iconbox_icon,
#top .avia-color-blue .numberbox_number {
	background: #23a9e1;
}

#top .avia-color-yellow .iconbox_icon,
#top .avia-color-yellow .numberbox_number {
	background: #ffcd10;
}

#top .avia-color-orange .iconbox_icon,
#top .avia-color-orange .numberbox_number {
	background: #f1592b;
}

/* RoadMap Elements - Showcase Banner */
#top .showcase_banner .showcase_section {
    padding: 30px;
   	max-width: 400px;
	position: relative;
}
#top .showcase_banner .top_section{
	padding-top: 0;
	top: 25px;
}

#top .showcase_banner .top_section:before,
#top .showcase_banner .bottom_section:after{
	content: "";
	position: absolute;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
#top .showcase_banner .top_section:before{
	border-width: 0 200px 70px 200px;
	top: -70px;
	border-bottom-color: inherit;
}

#top .showcase_banner .bottom_section:after{
	bottom: -70px;	
	border-width: 70px 200px 0 200px;
	border-top-color: inherit;
}

#top .showcase_banner .top_image{
	padding-top: 20px;
}
#top .showcase_banner .middle_section{
	position: relative;
	bottom: -10px;	
    left: -150px;
    z-index: 10;

}

#top .showcase_banner .bottom_section{
	padding-bottom: 0;
	padding-top: 0;
	z-index: 9;
}


#top .showcase_banner *{
	color: white;
}

#top .showcase_banner .macbook_wrap {
    background: url(/wp-content/uploads/mba.png) no-repeat center center;
    width: 710px;
    height: 412px;
}
#top .showcase_banner .macbook_wrap .middle_image{
	box-shadow: inset 0 0 5px rgba(0,0,0,0.8);
	top: 27px;
	left: 95px;
	width: 520px;
	height: 325px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
#top .showcase_banner p{
	font-size: 13px;
	line-height: 17px;
}

#top .showcase_banner h3{
	padding-top: 30px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
}

#top .showcase_banner .avia_iconbox_title {
	color: black;
}

/* RoadMap Styles (arbitrary) */
#roadmap_intro .av-special-heading {
    margin: 0;
}
#roadmap_intro .av-special-heading *{
    text-transform: uppercase;
    font-family: "acumin-pro-extra-condensed";
}
#roadmap_intro h1{
    font-size: 88px;
}
#roadmap_intro h3{
    font-size: 56px;
}

#top .examination p {
    font-size: 24px;
    color: #2b2b2b;
}

/* Arrows */
#top .path_arr,
#top .imadethat_banner{
	display: none;
	position: absolute;
}
#top .imadethat_banner {
    right: -85px;
    z-index: 10;
    width: 400px;
    top: -680px;
}

#top .path_arr{
	pointer-events: none;
}
#top .arr1{
    top: -101px;
}
#top .arr2{
    top: -305px;
}
#top .arr3{
	top: 18px;
	right: 5px;
}

#top .arr4 {
    top: -77px;
    right: 10px;
}

#top .arr5{
    top: 188px;
}

/* reset spacing unless 1210*/
@media only screen and (max-width: 1210px) {
	#step-one .flex_column,
	#step-two .flex_column,
	#step-three .flex_column,
	#step-four .flex_column{
		padding: 0 !important;
		margin: 0 !important;
	}
}

/* non-mobile styles */
@media only screen and (min-width: 767px) {
	#top .inline_elements .iconbox {
		display: inline-block;
		margin-right: 30px;
	}


	#top .inline_elements .iconbox:last-child {
	    margin-right: 0;
	}

}

/* non-mobile and non-1210 */
@media only screen and (min-width: 767px) and (max-width: 1210px){
	#top .start_your_career{
		text-align: center;
		margin-top: 50px !important;
	}
}

/* 1210 */
@media only screen and (min-width: 1210px) {
	#top .imadethat_banner,
	#top .path_arr{
		display: block;
	}
	#top .inline_elements .start-icons {
	    margin: 0;
	    position: relative;
	}


	#top .inline_elements .iconbox_content_container {
		margin-top: -20px;
	}



	#top .start_your_career {
	    margin-top: 100px;
	}

	#top .start-research{
	    position: relative;
	    right: 50px;
	}

	#top .examination{
		position: relative;
		left: -110px;
		top: 5px;
	}


	#top .start-icon-1 {
	    left: -50px;
	}

	#top .start-icon-2{
	    left: 77px;
	}

	#top .start-icon-3{
	    left: 163px;
	}

	#top .start-icon-4{
	    left: 190px;
	}

	#top .start-icon-5{
	    left: 252px;
	}
	#top .start-icon-6{
	    left: 372px;
	}


	#top .start-icon-7{
	    left: 485px;
	}


	/* Steps */
	#step-one .content{
		padding: 75px 0;
	}

	#step-two .content{
	    padding-top: 125px;
	}

	#step-three .content{
	    padding-top: 230px;
	    padding-bottom: 82px;
	}
	#step-four .content{
	    padding-top: 105px;
	}

}

@media only screen and (max-width: 1210px) {
    #step-two .start-research {
        margin: 0 auto !important;
        float: none;
    }

    #step-two .inline_elements {
        margin: 0 auto !important;
        max-width: 640px;
        float: none;
    }
}


/* PopUps */
#top a[data-popup]{
	cursor: pointer;
}

#top .path_popup {
    max-width: 600px;
    margin: 0 auto;
    display: none;
}


#top .mfp-wrap .path_popup{
    display: block;
}


#top .path_popup *{
    color: white;
} 

#top .path_popup .mfp-close{
        position: static;
    min-width: 180px;
    color: white;
    margin-top: 30px;
    opacity: 1;
    float: none;
    width: auto;
    height: auto;
    transform: none !important;
    line-height: 1.2;
}
#top .path_popup .av-special-heading-tag {
    font-family: "acumin-pro-extra-condensed";
    font-size: 42px;
}

#top .av-image-hotspot {
    height: 55px;
    width: 55px;
    opacity: 0;
}

/* Footer */
#footer{
	padding: 50px 0;
}
#footer .container .flex_column:nth-child(1) {
    width: 10.5%;
}

#footer .container .flex_column:nth-child(2) {
    width: 50.5%;
}

#footer .container .flex_column:nth-child(3) {
    width: 10.5%;
}

#footer .container .flex_column:nth-child(4) {
    width: 10.5%;
}

#footer .menu li a{
    text-transform: uppercase;
    font-family: "Roboto";
}

#footer h2{
    text-transform: uppercase;
    font-weight: 300;
    font-family: "acumin-pro";
    font-size: 20px;
}

#footer .hashtag{
    display: block;
    font-size: 20px;
    font-weigtht: bold;
    margin-top: 20px;
}

#footer .social_bookmarks{
	height: auto;
}

#footer .av_font_icon {
    animation: none;
    opacity: 1;
    transform: none;
}

@media only screen and (max-width: 767px) {
	#footer .social_profiles li {
	    display: inline-block;
	    float: none;
	}

	#footer .widget {
	    margin: 0;
	}
}




/* Style.css overrides*/

@media only screen and (max-width: 767px) {
	/* Search and Filter stack fields on mobile */
	.searchandfilter ul li{
		width: 100% !important;
		float: none;
	}

	.quick-search .searchandfilter ul li label, .quick-search .searchandfilter ul li select, .quick-search .searchandfilter ul li input[type="text"] {
		width: 100% !important;
	}

	/* bring back header on single school */
	body.single-school header {
		display: block;
	}

}

body.home #header_meta input, body.home .top_bar ul.mobile_items li.m_menu, body.home .top_bar ul.mobile_items li.m_search {
	display: inline-block !important;
}


.quick-search input::-webkit-input-placeholder, .quick-search select {
	font-size: 13px !important;
}
 
.quick-search input:-moz-placeholder { /* Firefox 18- */
	font-size: 13px !important;
}
 
.quick-search input::-moz-placeholder {  /* Firefox 19+ */
	font-size: 13px !important;
}
 
.quick-search input:-ms-input-placeholder {  
	font-size: 13px !important;
}


#find_the_school .container{
    position: relative;
    padding: 0 100px;
}
#find_the_school .container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: #fdcb31;
}

#find_the_school .av-special-heading-tag{
    color: white;
}

#find_the_school .content{
    padding-bottom:0;
}


#find_the_school .find-the-right-school{
	position: relative;
	top: 20px;
}
#find_the_school .sa-homepage_or{
    display: inline-block;
    border-radius: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -30px;    
    font-style: italic;
    display: flex;
    align-items: center;
    background: #fac930;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    justify-content: center;
}

#find_the_school .sa-homepage_or *{
    font-family: "acumin-pro-extra-condensed";
    font-size: 26px;
}


#top .avia-button.avia-color-blue {
    background: #31aadf;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 22px;
}


@media only screen and (max-width: 767px) {
	#top .where-to-study_section .av-special-heading-tag{
		width: 100% !important;
	}
	#find_the_school {
	    background-color: #fcc944 !important;
	}

	#find_the_school .av-special-heading-tag{
	    text-align: center;
	}
	#find_the_school .avia-button-wrap{
	    width: 100%;
	    text-align: center;
	}


	#find_the_school .avia-button-wrap .avia-button{
	    float: none;
	    display: inline-block;
	}

	#find_the_school .find-the-right-school_img{
	    margin-bottom: 0 !important;
	}

	#find_the_school .sa-homepage_or {
	    right: auto;

	}

	#find_the_school .content {
	    padding-top: 30px;
	}

	#find_the_school .find-the-right-school {
	    margin-bottom: 40px !important;
	}


	#top .where-to-study_section,
	body.page-template-where-to-study .searchandfilter ul li label{
		width: 100%;
	}

	#top #results-grid .grid-content{
		padding: 0;
	}
	#top .mobile-tac{
		text-align: center !important
	}

}




#top #school_search-form .sf-field-submit input {
    background: #2b2b2b;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0 !important;
}


@media only screen and (max-width: 767px) {
	#top #school_search-form .condensed .sf-field-submit{
	    display: block !important;
	}
}

#top .narrow-search.condensed .sf-field-search input{
       border: 1px solid #aaa ;
       padding: 10px;
}

#top #school_search-results .grid-content {
    padding: 0;
}

#top #school_search-results #results-grid {
    display: flex;
    flex-wrap: wrap;
}

#top #school_search-results #results-grid .grid-entry{
    width: 23.5%;
    margin: 0px 2% 4% 0;

}

@media only screen and (min-width: 989px) {
	#top #school_search-results #results-grid .grid-entry:nth-child(4n){
		margin-right: 0;
	}
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
	#top #school_search-results #results-grid .grid-entry:nth-child(3n){
		margin-right: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#top #school_search-results #results-grid .grid-entry:nth-child(2n){
		margin-right: 0;
	}
}


@media only screen and (max-width: 989px) {
    #top #school_search-results #results-grid .grid-entry{
        width: 32%;
    }
}

@media only screen and (max-width: 767px) {
    #top #school_search-results #results-grid .grid-entry{
        width: 49%;
    }
}

@media only screen and (max-width: 480px) {
    #top #school_search-results #results-grid .grid-entry{
        width: 100%;
        margin-right: 0;
    }
}

.responsive #top .more-options-toggle {
    display: none;
    border: 0;
    padding: 10px 20px;
    font-size: 22px;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    color: white;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}


@media only screen and (max-width: 767px) {


    .responsive #top #school_search-form .flex_column_table{
        display: flex;
        flex-direction: column;
    }


    .responsive #top #school_search-form .narrow-search.condensed{
        margin-bottom: 0;
    }

    .responsive #top #school_search-form .narrow-search h4{
        display: none;
    }
    .responsive #top #school_search-form .narrow-search.condensed label{
        padding-bottom: 0px;
    }

}

.sc_form__areas_of_study {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: w;
}

.sc_form__areas_of_study ol{
    margin: 0;
    flex: 1;
    padding: 10px;
    background: #f3f3f3;
}
.sc_form__areas_of_study ol li{
    background: #f3f3f3;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    margin: 0 0 3px 0;
    list-style-position: inside;
}

.sc_form__areas_of_study ol li:hover{
    background: #e6e6e6;
}

#sortable_end {
    background: #e4e4e4;
}

#sa-update-school-form input + label {
    text-transform: none;
    font-weight: normal;
}

#sa-update-school-form p{
	margin-top: 0;
}
#sa-update-school-form label {
    text-transform: none;
    color: #292929;
}

.sc_form__social_media{
    display: flex;
    margin-bottom: 10px;
}

.sc_form__deadlines ul{
	padding-bottom: 40px;
	position: relative;
}

.sc_form__deadlines ul,
.sc_form__deadlines li{
	margin: 0;
	list-style: none;
}

.sc_form__deadlines li{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.sc_form__deadlines li &gt;*{
	margin-right: 20px;
}
.sc_form__deadlines input{
    margin: 0 !important;
}

.sc_form__deadlines small{
    font-style: italic;
    position: absolute;
}
.sc_form__deadlines &gt; div,
.sc_form__social_media &gt; div{
    margin-right: 20px;
}

.sc_form__checkboxes{
	margin-bottom: 20px;
}
.sc_form__checkboxes &gt; div{
    display: flex;
    justify-content: start;
    max-width: 600px;
}
.sc_form__checkboxes &gt; div &gt; div{
    width: 50%;

}

#sa-update-school-form h2 {
    margin-top: 50px;
    font-family: "Roboto" !important;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 21px;
    color: #fdcc09;
    margin-bottom: 20px;
}

#top #sa-update-school-form .input-text, 
#top #sa-update-school-form input[type='text'], 
#top #sa-update-school-form input[type='input'], 
#top #sa-update-school-form input[type='password'], 
#top #sa-update-school-form input[type='email'], 
#top #sa-update-school-form input[type='number'], 
#top #sa-update-school-form input[type='url'], 
#top #sa-update-school-form input[type='tel'], 
#top #sa-update-school-form input[type='search'], 
#top #sa-update-school-form textarea, 
#top #sa-update-school-form select {
    max-width: 600px;
}

#top #sa-update-school-form textarea{
	max-width: 1000px;
	min-height: 160px;
}
#sa-update-school-form input:disabled {
    color: #ababab !important;
    opacity: 0.6;
}

#sa-update-school-form  input[type='file']{
    display: none 
}
#sa-update-school-form  input[type='file'] + label {
    background: white;
    padding: 6px 19px;
    border: 1px solid;
    display: inline-block;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #5d5d5d !important;
    cursor: pointer;
    margin-bottom: 30px;
}



#sa-update-school-form .g-recaptcha,
#contact-school .g-recaptcha {
    margin: 30px 0;
}

#sa-update-school-form  input#SendButton,
#contact-school input#SendButton{
    text-transform: uppercase;
        color: white;
        background: #292929;
        font-weight: bold;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 16px;
        padding: 14px 32px;
        border-radius: 6px;
}

#contact-school{
	margin-top: 50px;
	max-width: 70%
}
#top .study_form__intro h3 {
    font-size: 42px;
    padding-bottom: 20px;
    font-family: "acumin-pro-extra-condensed";
}
#top .study_form__intro a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}


#top .study_form__intro.rainbow_bottom-inner .content:after{
    height: 15px !important;
    background-size: 100% 100%;
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}

#quiz-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#quiz-iframe .container {
    max-width: initial !important;
    width: 100% !important;
    padding: 0 !important;
}

#top .image-overlay{
	display: none !important;
}

div#ui-datepicker-div {
    background: white;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
}

div#ui-datepicker-div a{
    color: #fcca31;
}



.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.4em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px !important
}
.ui-datepicker .ui-datepicker-prev {
	left: -4px !important
}
.ui-datepicker .ui-datepicker-next {
	right: 8px !important
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0 !important;
}
.ui-datepicker td {
	border: 0 !important;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.sc_form__deadlines_list li:last-child .remove{
    display: none;
}

.sc_form__deadlines_list span{
	cursor: pointer;
}



/* school contact form */
.js-active #contact-school{
	display: none
}

.mfp-content #contact-school {
    display: block !important;
    max-width: 700px;
    margin: 100px auto;
    background: white;
}

.mfp-content #contact-school h2{
    background: #fccc2f;
    padding: 30px 50px;
    font-weight: 100;
    font-size: 22px;
}

.mfp-content #contact-school form{
    padding: 30px 50px 50px 50px;
}

#contact-school form &gt; div.cols,
#contact-school form &gt; div.cols-half{
    display: flex;
    width: 100%;
    margin: 10px 0;
    justify-content: space-between;
}

#contact-school form &gt; div.cols &gt; div{
    width: 32%;
}

#contact-school form &gt; div.cols-half &gt; div{
	width: 47%;
}

#contact-school label[for="opt-in"] {
    font-weight: 100;
}

#contact-school #questions{
	min-height: 200px
}

#top label.label_w_instructions {
    font-weight: bold;
}

#top label.label_w_instructions span{
    font-size: 100%;
}

#sa-update-school-form{
	display: none;
}
.js_active #sa-update-school-form{
	display: block;
}


@media only screen and (max-width: 767px) {
	#contact-school form &gt; div.cols{
		flex-direction: column;
	}
	#contact-school form &gt; div.cols &gt; div{
		width: 100%;
	}
}

#top.admin-bar.logged-in{
	margin-top: 32px;
}


#top #contact-school .input-text, 
#top #contact-school input[type='text'], 
#top #contact-school input[type='input'], 
#top #contact-school input[type='password'], 
#top #contact-school input[type='email'], 
#top #contact-school input[type='number'], 
#top #contact-school input[type='url'], 
#top #contact-school input[type='tel'], 
#top #contact-school input[type='search'], 
#top #contact-school textarea, 
#top #contact-school select {
    background-color: white;
    border-radius: 2px;
    padding: 10px;
}

#top #contact-school select{
    background-color: #f6f6f6;
    max-width: 32%;
}

#top #contact-school form &gt; div.cols-half select{
	max-width: 100%;
}



#top #contact-school form .optin-label {
    color: #fccb31;
    letter-spacing: 1.5px;
}

#top #contact-school label[for='optin'] span {
    text-transform: none;
    font-size: 14px;
    color: #757575;
}

#top #contact-school input[type="checkbox"]{
    margin: 0 10px 0 0;
}



#school_search-form .ms-options label {
    padding-left: 25px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

#school_search-form .ms-options &gt; ul input[type="checkbox"]{
    top: 4px !important;
    left: 2px;
    width: auto !important;
}
#school_search-form .ms-options &gt; ul {
    padding-top: 0 !important;
}

#school_search-form .ms-search &gt; input{
    margin-bottom: 0 !important;
}



#top .simplefavorite-button {
    background: #fdc703;
}

#top .single-sidebar .apply-now:before,
#top .simplefavorite-button:before{
    content: "\e805";
    font-family: "fontello";
    position: relative;
    left: -10px;
    right: auto;
}
#top .simplefavorite-button.active:before{
    content: "\e806";
}
#top .single-sidebar .apply-now:before{
    content: "\e802";
}

#top .single-sidebar .apply-now{
    background: #f44c16;
}

#top .single-sidebar button,
#top .single-sidebar .avia-button {
    text-align: left;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}




#top .showcase-links ul{
	margin-left: 0;
}

#top .degrees-list &gt; div {
    margin-bottom: 30px;
}


#top.single-school #contact-school{
	display: none;
}



@media only screen and (min-width: 767px) {
    #top #school_search-results .school-buttons-wrap {
        position: absolute;
        bottom: 0;
    }

    #top #school_search-results .grid-entry .inner-entry ,
    #top #school_search-results .grid-content {
        position: initial;
    }
	#top #school_search-results #results-grid .grid-entry{
		padding-bottom: 120px;
	}
}

#top .grid-image.schoollogo a {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
}

#top .grid-image.schoollogo a img{
    width: auto;
    max-height: 100%;
}

/* style.css */
.narrow-search .searchandfilter ul li {
	display: inline-block !important;
	width: 31%;
	font-weight: normal !important;
}
.ms-options ul li {
	display: block !important;
	width: 100% !important;
}
body.page-template-where-to-study .searchandfilter ul li {
	padding: 0 !important;
}
body.page-template-where-to-study .searchandfilter ul li input, body.page-template-where-to-study .searchandfilter ul li select {
	width: 100%;
	margin-bottom: 10px !important;
}
body.page-template-where-to-study .searchandfilter ul li label {
	width: 100%;
}


.degrees-list p {
	margin-bottom: 0;
}

#quiz-results .grid-image.schoollogo img {
	width: auto !important;
	max-height: 100px;
	display: initial !important;
	margin: 10px 0 10px 0;
}

.quick-search ul {
	margin-left: 0 !important;
}
.quick-search .searchandfilter ul li {
	width: 32%;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
}

.quick-search .searchandfilter ul li select, .quick-search .searchandfilter ul li input[type="text"] {
	width: 90% !important;
}

.quick-search .searchandfilter ul li.sf-field-submit input {
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}

.narrow-search h4 {
	color: #222 !important;
	font-weight: normal !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
}

.responsive .fullsize .grid-col-4 .grid-image {
	height: auto !important;
}

.avia-button.avia-size-small {
	padding: 10px !important;
	font-size: 12px !important;
}

.hide-this-item {
	display: none !important;
}



.grid-sort-container div.grid-entry{ visibility:unset; }


.mfp-iframe-holder .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 90% !important;
}

a.school-details-button {
	background-color: #666666;
	border: 0;
	padding: 8px 20px 8px;
	font-size: 12px;
	min-width: 180px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 3px 0;
	line-height: 1.2em;
	text-align: center;
	color: #FFF !important;
	cursor: pointer;
	display: block;
}
a:hover.school-details-button {
	text-decoration: none;
	color: #FFF !important;
	background-color: #333;
}

.simplefavorite-button {
	background-color: #f1592b;
	min-width: 217px;
	border: 0;
	padding: 12px 30px 10px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 3px 0;
	line-height: 1.2em;
	text-align: center;

	cursor: pointer;
}

.grid-content .simplefavorite-button {
	background-color: #fdcc09;
	padding: 8px 20px 8px;
	font-size: 12px;
	min-width: 180px;
}
#top .grid-content .simplefavorite-button.active {
	background-color: #f1592b;
	color: white;
	opacity: 1.0;
}

#top .school-cta .simplefavorite-button, 
#top .school-cta .simplefavorite-button.active {
	min-width: auto;
	display: inline-block;
	border-radius: 0;
	font-size: 13px;
	top: 0;
	right: 0;
	position: absolute;
	background-color: transparent;
	padding: 5px 5px 0 0;
	color: #999;
}
#top .school-cta .simplefavorite-button:before, 
#top .school-cta .simplefavorite-button.active:before {
	display: none !important;
}

#top .single-sidebar .avia-button {
	min-width: 217px !important;
}


.scroll-content-item img {
	max-width: 85% !important;
	height: auto;
}

#top .av-submenu-container li.my-schools a {
	border-left: 0 !important;
	font-weight: 500;
}
#top .av-submenu-container li.my-schools a span.avia-menu-text {
	background-color: #fccb09;
	border-radius: 15px;
	color: #2a2a2a;
	padding: 7px 15px 7px 7px;
}

#top .av-submenu-container li.my-schools a span.avia-menu-text .schoolcount {
	color: #FFF;
	background-color: #2a2a2a;
	margin-right: 10px;
	border-radius: 20px;
	display: inline-block;
	padding: 0 8px 0 8px;
	font-size: 11px;
}


/* UL Box Icons */

.box-icons {
	display: flex;
	flex-wrap: wrap;
}
.box-icons div {
	float: left;
	width: 18%;
	margin: 1%;
	height: 150px;
	background-color: #fecd0c;
	position: relative;
	background-position: center 30px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1400px) {
	.box-icons div {
		width: 23%;
	}
}

@media only screen and (max-width: 989px) {
	.box-icons div {
		width: 31.333%;
	}
}

@media only screen and (max-width: 480px) {
	.box-icons div {
		width: 48%;
	}
}

.box-icons div span {
	display: block;
	width: 100%;
	padding: 0 15px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	position: absolute;
	bottom: 15px;
}

.box-icons div {
    text-align: center;
}
.box-icons div img{
    top: calc(50% - 15px);
    transform: translateY(-50%);
    position: relative;
}

.break {
	clear: both;
	overflow: hidden;
	height: 1px !important;
	background-color: transparent !important;
	margin: 0 !important;
}




#top li.your-journey a .avia-menu-text:before {
	content: "\e805" !important;
}
#top li.my-schools a .avia-menu-text:before {
	content: none !important;
}

#top #header_meta #s {
	padding-left: 17px !important;
}

#top #searchform .ajax_search_response {
	background-color: #f2f2f2;
}
#top #searchform .ajax_search_response h4, #top #searchform .ajax_search_response .ajax_search_excerpt {
	display: none;
}


.grid-image.schoollogo {
	padding: 15px 0 15px 0;
}
.instagram-feed {
	padding: 100px 0 100px 0;
}

#footer .widget ul.menu {
	font-size: 14px;
}

ul.ap_pagination {
	margin-left: 7px;
}
ul.ap_pagination li.ap_numeric {
	margin-right: 10px;
}

button.mfp-arrow {
	display: none !important;
}

.stay-in-touch .wpcf7-list-item-label {
	color: #959595 !important;
}


a.avia-button.avia-color-grey, #top .single-sidebar .social_bookmarks li a, .av_font_icon.av-icon-style-border .av-icon-char {
	color: #FFF !important;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	color: #EEE !important;
}

#top #searchform&gt;div {
	max-width: 215px !important;
}

.narrow-search.full form{
	margin-bottom: 0 !important;
}

.searchandfilter ul{
	margin-left: 0 !important;
}
.narrow-search.full{
	margin-bottom: 0;

}
.narrow-search.full .searchandfilter ul {
	margin-left: 0px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 !important;
}
.narrow-search.condensed .searchandfilter ul {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.narrow-search.full .sf-field-search {
	display: none !important;
}
.narrow-search.condensed .sf-field-post-meta-state, .narrow-search.condensed .sf-field-post-meta-architecture_degrees_sort, .narrow-search.condensed .sf-field-post-meta-areas_of_focus_checked, .narrow-search.condensed .sf-field-post-meta-school_opportunities, .narrow-search.condensed .sf-field-post-meta-school_facilities, .narrow-search.condensed .sf-field-post-meta-undergrad_tuition_in_state {
	display: none !important;
}
.narrow-search.condensed .sf-field-search {
	width: 100% !important;
}


#top .avia_ajax_form input.button {
    width: auto;
    padding: 10px 20px;
}


#top .sa__contact_form form &gt; div:last-child{
    overflow: hidden;
}
#top .sa__contact_form #SendButton {
    transition: all cubic-bezier(0.25,0.1,0.25,1) 0.15s;
}

#top .sa__contact_form #SendButton.results__show {
    transform: translateX(0);
}

#top .sa__contact_form #SendButton.results__sent {
    background: #8BC34A !important;
    color: white !important;
    box-shadow: none;
    pointer-events: none;
}
#top .sa__contact_form #SendButton.results__sent:before{
    display: none;
}
#top.page-id-3858 .av-submenu-container {
    position: relative;
}

.pagination {
	clear: both;
	flex-basis: 100%;
}


#top .search-filter-reset {
    color: white;
    border: 1px solid;
    padding: 3px 12px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    transition: all ease 0.15s;
    display: none;
    opacity: 0;
}
#top .search-filter-reset:hover{
    background: rgba(255,255,255,0.15)
}

#top .search-filter-reset.active{
	opacity: 1;
	display: inline-block;
}
@media only screen and (min-width: 767px) {
	#websites-grid .avia-button-wrap {
	    position: absolute;
	    bottom: 0;
	}

	#websites-grid .entry-content-wrapper{
	    display: flex;
	    flex-wrap: wrap;
	}

	#websites-grid .entry-content-wrapper .flex_column{
	    padding-bottom: 60px;
	}
	.pagination-meta{
		display: none !important;
	}

	#top .search-filter-reset {
	    position: absolute;
	    top: -55px;;
	    right: 0;
	}

}

@media only screen and (max-width: 767px) {

	#top .search-filter-reset{
	    display: block;
	    text-align: center;
	}
}

.big-preview.single-big {
    display: none;
}</pre></body></html>