/*
Theme Name: Richmond Uni
Description: A child theme of Enfold
Version: 1.0.2023073101
Author: Thinkanew Media Ltd
Author URI: https://www.thinkanewmedia.com
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@200;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rasa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');

.main_color a {
	color: #6f90b8;
}

/* Header and Logo */

.html_header_top #top .av_header_stretch .container {
    width: 90%;
	margin-bottom: -60px;
}

.logo {
    max-width: 460px;
    padding: 40px 0px;
}

@media only screen and (max-width: 1310px) and (min-width: 1180px) {
	.logo {
    	padding: 52px 52px 52px 0px;
}
}

@media only screen and (max-width: 1179px) and (min-width: 989px) {
	.logo {
	max-width: 100px;
    	padding: 40px 40px 40px 0px;
}
}

@media only screen and (max-width: 988px) and (min-width: 375px) {
	.responsive #top .logo {
		padding: 30px 30px 30px 0px;
}
}

@media only screen and (max-width: 375px) {
	.responsive #top .logo {
		padding: 30px 30px 30px 0px;
}
}

.widget {
    clear: both;
    position: relative;
    padding: 0 !important;
	float: none; 
}

#header-strapline {
	margin-left: auto;
    margin-right: auto;
    display: none;
    font-size: 2.2em;
    padding-left: 85px;
}

#top #header .av-main-nav > li > a .avia-menu-text {
	color: #22314e;
}

#header_main_alternate {
	background: #ffffff !important;
}

ul.sub-menu li .mega_menu_title {
    color: #6f90b8 !important;
    font-size: 14px!important;
	line-height: 0.9em!important
    letter-spacing: 0.5px!important;
    font-weight: 100!important;
}

.social_bookmarks > li > a {
	text-decoration: none;
}

#top .widget ul {
	width: 125%;
	list-style: disc outside;
}

/* #main {
	padding-left: 20px;
    padding-right: 20px;
} */

/* .main_color, .main_color a {
	border-color: transparent;
} */

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .container {
		width: 90%;
		max-width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.responsive .title_container .main-title + .breadcrumb {
		top: 0px;
	}
}

.main-title .entry-title a span {
	line-height:1.3em;
}

span.breadcrumb-title {
	display: none;
}

.content .entry-content-wrapper, .fullsize .content .entry-content-wrapper {
    padding-left: 0px;
    padding-right: 20px;
}

/* Colored Button */

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	
	background-color: #d59934;
    color: #ffffff;
    border-color: #d59934;
}

/* Search icon */

@media only screen and (max-width: 767px) {
	#top #wrap_all #header #menu-item-search>a {
		display:none;
	}
}

.avia-menu.av_menu_icon_beside {
    padding-right: 0px;
    margin-right: 0px;
	border-right-width: 0px;
}

/* Font */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6a {
	letter-spacing: inherit !important;
}

h4, h4 a, h5, h5 a, h6, h6 a {
	margin-bottom: 8px;
}

/* Bullet Points */

ul {
	margin-left: 20px;
	margin-bottom: 0px;
}

/* Accordion Edits */

.accordion-compact {
	font-size: 14px;
}

/* Masonry - Early 2021 */

.av-masonry-entry .av-masonry-entry-title {
	font-size: 16px;
}

.av-masonry-entry .avia-arrow {
	display: none;
}

.av-fixed-size .av-masonry-entry .av-inner-masonry-content {
	background-color: #ffffff;
	bottom: 0;
	margin-left: 4.5%;
	max-width: 90%;
	padding: 5%;
	min-height: 4em;
	z-index: 9999;
}

.accordion-reversed-news .av-masonry-entry .av-inner-masonry-content {
	background-color: #eeeeee;
	min-height: 9em;
}

.accordion-reversed .av-masonry-entry .av-inner-masonry-content {
	background-color: #eeeeee;
}

.av-fixed-size .av-masonry-outerimage-container {
	max-height: 220px;
}

.avia-content-slider .slide-image img {
	width: 100%;
}

/* Responsive Boxed Containers */

@media only screen and (max-width: 768px) {
.box-bound  {
	margin-bottom: 0px !important;
	}
}

/* Blog Posts - Early 2021 */

.avia-content-slider .slide-image {
	border-radius: 0;
}

.avia-content-slider .slide-image img {
	border-radius: 0;
}

.avia-content-slider .slide-entry-wrap {
	margin-bottom: 10px;
}

.html_modern-blog .avia-content-slider .slide-entry-title {
	font-weight: 600;
	font-size: 100%;
	text-transform: initial;
	padding: 4%;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.html_modern-blog .avia-content-slider .slide-entry-title {
	font-size: 80%;
}
}

.html_elegant-blog .avia-content-slider .slide-entry-title {
	padding: 4% 0%;
}

.html_modern-blog #top .post-entry .blog-categories {
	display:none;
}
.avia-content-slider .slide-entry-excerpt {
	display: contents;
}

.html_modern-blog .avia-content-slider .slide-meta {
	margin-top: 0;
}

/* News */

.news-headline {
	font-weight: 600;
    margin-top: 0;
}

/* Programme Page Fullwidth */

.prog-specs {
	margin: 10px 10px;
}

.prog-specs ul {
	margin: 5px 15px;
	list-style: none;
}

.prog-specs ul li::before {
	content: "\276F";
 	color: red;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.prog-specs ul li.with-course-description span {
	border-bottom: 1px dashed;
	cursor: pointer;
}

.prog-specs ul li.with-course-description.open::before {
    content: "\276F";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    transform: rotate(90deg);
    vertical-align: sub;
    margin-right: 3px;
}

.prog-specs ul li.with-course-description span.course-code {
	display: none;
}

.prog-specs ul li p {
	display: none;
}

.prog-specs ul li.open p {
	display: block;
}

.prog-specs-table li {
	margin: 0.5em 0.5em 0 0;
}

.prog-specs-table td {
	border: none !important;
	text-align: left;
	background-color: #ffffff;
	padding: 0;
}

.prog-specs-table h5 {
	padding: 4% 0% 1% 0%;
	margin: 0.85em 0 0 0;
}

@media only screen and (min-width: 767px) {
	.prog-specs {
		padding: 2% 8% 4% 8%;
	}
}

@media only screen and (max-width: 766px) {
    .prog-specs-table td {
        display:inline-block;
        padding:5px;
        width:100%;
    }
}

.course-specs {
	margin: 10px 10px;
}

.course-specs ul {
	margin-left: 15px;
	list-style: none;
}

.course-specs ul li::before {
	content: "\276F";
 	color: red;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.course-specs-table li {
	margin: 0.5em 0.5em 0 0;
}

.course-specs-table td {
	border: none !important;
	text-align: left;
	background-color: #ffffff;
	padding: 0;
}

.course-specs-table h5 {
 	margin: 0.25em 0.25em 0.25em 0;
}

@media only screen and (min-width: 767px) {
.course-specs {
	padding: 2%;
}
}

/* Tuition Fee Bullets */

.fee-bullets ul {
	margin: 5px 15px;
	list-style: none;
}

.fee-bullets ul li::before {
	content: "\276F";
 	color: red;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.fullwidth-accordion  {
	text-align: center;
	font-weight: bold;
}

.av-elegant-toggle .toggle_content {
	font-size: 13px;
}

.fullwidth-accordion .togglecontainer .single_toggle:first-child .toggler {
	font-size: 18px
}

.fullwidth-accordion .active_tc.toggle_wrap {
	max-width: 1310px;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-weight: normal;
}

.js_active .av-elegant-toggle .toggler {
	padding: 35px 10px 35px 10px;
}

.fullwidth-accordion .toggle_content {
	margin: 0px;
	border-width: 0px;
	padding: 50px 0px 100px 0px;
}

@media only screen and (max-width: 415px) {
.fullwidth-accordion .toggle_content  {
	max-width: 375px;
	margin: 0px;
	border-width: 0px;
	padding: 2%;
}
}

#study-abroad-accordion-tab .fullwidth-accordion .toggle_content  {
	padding: 0%;
}

.business-accred-logo-row {
	text-align: -webkit-right;
}

.business-accred-logo-row img {
	vertical-align: middle;
}

/* Icon Box */

.iconbox .iconbox_content .iconbox_content_title {
	text-transform: none;
}

/* Title Links */

.main_color h5 a{
	text-decoration: underline !important;
}

.main_color h5 a:hover {
	color: #6f90b8 !important;
	text-decoration: none !important;
}

/* Hero Title Fonts */

.hero-content-title h1 {	
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 52px;
    text-transform: uppercase;
	font-weight: 800;
	line-height: 0.95em;
	margin: 0.35em 0 0.35em 0 !important;
}

.hero-content-subtitle h2 {	
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 40px;
    text-transform: uppercase;
	font-weight: 800;
	line-height: 0.8em;
	margin: 0.35em 0 0.35em 0 !important;
}

.hero-content-subtitle h3 {	
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 30px;
    text-transform: uppercase;
	font-weight: 600;
	line-height: 0.8em;
	margin: 0.35em 0 0.35em 0 !important;
}

.hero-content-subtitle h4 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 28px;
    text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0.25em 0 0.25em 0 !important;
}

.hero-content-subtitle h5 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 24px;
    text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0.25em 0 0.25em 0 !important;
}

.hero-content-subtitle h6 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 22px;
    text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0.25em 0 0.25em 0 !important;
}

ul {
	margin-left: 20px;
}

.voe-title h2 {	
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 72px;
    text-transform: uppercase;
	font-weight: 800;
	line-height: 0.8em;
	margin: 0.35em 0 0.35em 0 !important;
}

/* #Links
================================================== */
	a { text-decoration: underline; outline: focus; max-width:100%; }
	a:hover, a:focus { outline: 0; text-decoration: none;}
	a:visited {text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }
	a.avianolink, .avianolink a{cursor: default;}
	#top .avia_hidden_link_text{display: none;}

#top .title_container .container {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
    border-bottom: #eee 1px solid;
}

#top #wrap_all .alternate_color h1 {
	font-size: 22px;
    line-height: 1.3;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#top #wrap_all h2.main-title.entry-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 50px;
}

.av-minimal-toggle .toggle_content { 
	border-radius:0;
	border:none; 
	padding:20px 15px 20px 15px;
}

.image-overlay {
	background: transparent;
}

.image-overlay.overlay-type-extern .image-overlay-inside::before {
    display: none;
}

/* Header Strapline above ========= */

.avia-menu.av_menu_icon_beside{
	padding-right: 5px;
	margin-right: 5px;
	/* border-right-width: 1px; */
	border-right-style: solid;
	-webkit-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}

.hr.hr-default {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Scholarship Qualification Tables */

.qual-table-mobile td {
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
	.qual-table-mobile td h5 {
	font-size: 14px;
    line-height: 1.2em;
}
}

@media only screen and (max-width: 767px) {
	.qual-table-mobile td {
    font-size: 11px;
    line-height: 1.2em;
    padding: 10px 14px;
}
}

.tablepress {
  border:1px solid #000000 !important;
}

.tablepress td{
  width:224px !important;
}

.aw-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.aw-video-container iframe,
.aw-video-container object,
.aw-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.aw-no-module-tables p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.aw-no-module-tables h2.module-title-block {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold !important;
	text-transform: uppercase !important; 
	color: #002e5e !important;
	vertical-align: middle !important;
	text-align: center !important;
	margin-bottom: 0px;
}

.aw-no-module-tables h2.elective-title-block {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold !important;
	text-transform: uppercase !important; 
	color: #002e5e !important;
	vertical-align: middle !important;
	text-align: center !important;
	margin-bottom: 0px;
}

.aw-no-module-tables td h3.module-title-block {
    font-family: Helvetica, Arial, sans-serif;
    color: #002e5e !important;
	font-weight:bold;
	font-size: 14px !important;
}

.aw-no-module-tables td h4.module-title-block {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center !important;
}

.aw-no-module-tables td h3.elective-title-block {
    font-family: Helvetica, Arial, sans-serif;
    color: #002e5e !important;
	font-weight:bold;
	font-size: 14px !important;
}

.aw-no-module-tables h2.masters-title-block {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold !important;
	text-transform: uppercase !important; 
	color: #002e5e !important;
	vertical-align: middle !important;
	text-align: center !important;
	margin-bottom: 0px;
}

.aw-no-module-tables td h3.masters-title-block {
    font-family: Helvetica, Arial, sans-serif;
    color: #002e5e !important;
	font-weight:bold;
	font-size: 14px !important;
}

.avia_image {
	border-radius:0px;
}

/* span.sep {
	margin-right: 5px;
} */

.tribe-bar-date-filter {
	margin-left: 20px;
}

#main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: transparent;
}

.grid-entry.flex_column {
    padding: 10px;
}

.grid-entry .inner-entry {
	box-shadow: 5px 5px 5px -2px #dddddd;
}

.grid-content {
	padding: 20px 10px;
    min-height: 190px;
}

.grid-entry-title {
	font-size: 14px;
    font-weight: 800;
	line-height: 1.2em;
}

.main_color .grid-entry-title {
	color: #6f90b8;
}

.grid-entry-excerpt {
	font-size: 11.5px;
    font-style: normal;
    margin-bottom: 0px;
}

.prog-minors .grid-entry-title {
	font-size: 12px;
    font-weight: 600;
}

.prog-minors .grid-content {
    min-height: 70px;
}

.faculty-grid .grid-entry-title {
	font-size: 12px;
    font-weight: 600;
}

.faculty-grid .grid-content {
    min-height: 156px;
}
	
.faculty-pp-grid .grid-content {
	background-color: #eeeeee;
	min-height: 156px;
}

.faculty-pp-grid .main_color .grid-entry-title {
	background-color: #eeeeee;
}

.faculty-pp-grid .active_tc.toggle_wrap {
	max-width: 1540px;
}

.reversed-portfolio .grid-content {
	min-height: 192px;
	background-color: #eeeeee;
}

.reversed-portfolio .main_color .grid-entry-title {
	background-color: #eeeeee;
}

#top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container {
	opacity: 0.6;
}

.course-grid article div.grid-content div.entry-content, .grid-sort-container article div.grid-content div.entry-content {
    border-top: 1px solid;
	font-style: bold;
	margin-top: 15px;
    padding-top: 15px;
    line-height: 1.5em;
    color: #444;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

/*Nav Menu Animations*/

#top .widget_nav_menu ul ul li:before {
	display: none;
}

#top .widget_nav_menu ul ul .sub-menu {
	display: none;
}

#top aside .sub-menu { 
	display: none; 
}

.widget_nav_menu :not(.current_page_item) a:before {
	content:"";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #6f90b8;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget_nav_menu .sub-menu a {
	color: #5e5e5e;
}

.widget_nav_menu a:hover:before  {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.widget_nav_menu .current-menu-item a {
    color: #6f90b8;
    font-weight: bold;
    border-bottom: 3px solid;
    padding-left: 3px;
}

.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
	color: #6f90b8;
    font-weight: bold;
    border-bottom: 3px solid;
    padding-left: 3px;
}

.container_wrap_first > .container {
	padding-left: 50px;
	padding-right: 50px;
}

.aw-home-text-pad p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.accredicons li {
	list-style: none;
    margin: 0px 10px 0px 0px;
    text-align: left;
    float: left;
}

.widgettitle {
    text-transform: none;
}

aside.sidebar.sidebar_right {
  background: #ffffff;
}

.inner_sidebar {
	margin: 0px;
	padding-right: 15px;
}

.sidebar_left .content {
	margin-right: 0px;
}

.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current_page_item {
	padding-left: 0px;
}

.av-layout-tab {
	padding: 0px;
}

#footer .widget {
	margin: 0;
	padding: 0;
}

#footer .flex_column:enfold-child {
	width: 100%; margin: 0;
}

#footer .container {
	max-width: 100%;
}

#footer .container .av_one_fifth {
    width: 18.5%;
    margin-left: 1.25%;
}

/* Tuition Fee Tabs */

.av-inner-tab-title {
	text-transform: uppercase;
    font-size: 18px;
	font-weight: 700;
    text-align: center;
	width: 220px;
}

/* Salesforce Custom Forms */

#top fieldset {
	margin-bottom: 4px;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
	margin-bottom: 0px;
}

#top legend {
	font-size: inherit;
    font-weight: inherit;
}

#top legend.gfield_label {
	font-weight: bold;
	color: #22314e;
	margin-bottom: 0px;
}

#top label {
	font-size: inherit;
    font-weight: inherit;
}

#top label.gfield_label {
    font-weight: bold;
	color: #22314e;
	margin-bottom: 0px;
}

#top .gfield_description {
	font-size: 12px;
	line-height: normal;
	font-weight: lighter;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

#top legend span .gfield_required {
	color: #c02b0a;
}

#top label span .gfield_required {
	color: #c02b0a;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight: normal;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	margin-bottom: 0px;
}

.main_color input[type='submit'] {
	margin: 25px 0px;
	background-color: #22314e;
    color: #ffffff;
    border-color: #22314e;
	font-size: 15px;
    font-weight: 700;
}

#top input[type="text"] {
	margin-bottom: 0px;
}

p.sfmc-description-text {
    font-size: small;
	font-weight: 300;
    line-height: normal;
    margin-top: 0px;
}

#top input[type="checkbox"] {
    vertical-align: top;
	margin-top: 8px;
}

#top textarea {
    max-height: 62px;
    line-height: 1.5em;
}

#top input[type="checkbox"] {
    margin-top: 5px;
}

/* Remove hover image for videos */
.image-overlay.overlay-type-video .image-overlay-inside:before {
    visibility: hidden !important;
}
.avia_transform a:hover .image-overlay.overlay-type-video {
    opacity: 0 !important;
}

/* Virtual Orientation */

#orientation-left-nav a:hover {
	font-weight: 600;
}

/* Testimonial slider - mobile */

@media only screen and (max-width: 767px) {
	.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
		padding: 0px 10px;
}
}

.testimonials-title #top .all_colors strong {
	color: #ffffff;
}

/* Homepage 2020 */

#top .av-flex-placeholder {
	width: 2%;
}

#home-slider-bound div.container {
	padding: 0px;
}

#home-slider-bound .avia-caption {
	padding: 5% 3%;
}

.avia_transform .av_slideshow_full .avia-caption-title {
	font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 800;
	text-transform: uppercase;
    line-height: 0.9em;
	color: #ffffff !important;
	margin: 0;
}

.slideshow_caption {
    width: 50%;
    padding: 25px 50px;
	margin: 0;
}

#top .avia-slideshow-button.avia-color-light {
	border-radius: 2em;
	color: #444444;
    background-color: #ffffff;
}

#top .avia-slideshow-button {
	font-family: 'open sans';
    font-weight: 400;
}

.find-prog-title p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 0.9em; 
	text-transform: uppercase; 
	color: #22314e;
	padding: 0%;
}

.block-title-admissions h1 {
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.2em;
	color: #ffffff;
	margin: 5% 0 5% 0;
}

@media only screen and (min-width: 989px) {
  .block-title-admissions {
	font-size: 48px
	}
}

div #toggle-bound .av-elegant-toggle .toggle_content {
	padding: 0px;
}

/* Programme Pages */

.block-title h1 {
	text-transform: uppercase !important;
	font-weight: 800;
	line-height: 1.2em;
}

.block-copy p {
	font-weight: 400;
	line-height: 0.9em;
}

.saira-block-title h2 {
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: xxx-large;
	text-transform: uppercase !important;
	font-weight: 800;
	line-height: 1.2em;
}

.pic-button-title p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2em; 
	text-transform: uppercase; 
	padding: 2%;
}

.pic-button-title-thin p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4em; 
	padding: 2%;
}

.pic-button-copy p {
	padding: 0% 2%;
}

.pp-cta-buttons .avia-button.avia-size-large {
	padding: 15px 30px 13px 30px;
    font-size: 12px;
	border-radius: 0px;
	min-width: 48%;
}

@media only screen and (max-width: 1135px) and (min-width: 320px) {
	.pp-cta-buttons .avia-button.avia-size-large {
	min-width: 95%;	
	}
}

.cta-buttons-square .avia-button.avia-size-large {
	border-radius: 2em;
}

.pp-cta-menu-buttons .avia-button.avia-size-large {
	padding: 15px 30px 13px 30px;
    font-size: 12px;
	border-radius: 0px;
	min-width: 100%;
}

#container-bound .content .entry-content-wrapper, .fullsize .content .entry-content-wrapper {
	padding: 0px;
}

#top .mobile_menu_toggle {
	border-width: 0px;
}

@media only screen and (max-width: 989px) {
	.programme-list-break .responsive #top #wrap_all .av-flex-cells .no_margin {
		padding: 2%;
	}
}

/* Landing Pages */

#lp-sidenav {
	position: fixed;
    top: 30vh;
    right: 0;
    color: #FFF;
    z-index: 1000;
    padding: 0 10px;
    float: left;
    background: #eeeeeeee;
    text-align: left;
	width: 10vw;
    min-width: 11em;
}

#lp-sidenav a {
    font-family: 'Saira Extra Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3em;
    display: block;
    margin: 0.25em 0;
    color: #293948;
    border-bottom: 0.25px solid #333;
    padding-bottom: 5px;
}

#lp-sidenav a:hover, #lp-sidenav a.active {
	font-weight: bold;
}

#lp-applynow {
	position: fixed;
    top: 20vh;
    right: 0;
    color: #FFF;
    z-index: 1000;
    padding: 0 10px;
    float: left;
    background: #ffffff;
	border: 4px solid red;
    text-align: center;
	width: 10vw;
    min-width: 11em;
}

#lp-applynow a {
    font-family: 'Saira Extra Condensed', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5em;
    display: block;
    margin: 0.25em 0;
    color: red;
}

/* Contact Menu Header */

@media only screen and (max-width: 767px) {
.sub_menu li {
	border-right-style: none;
}
}

/* Top Menu Button */

.sub_menu>ul>li>a {
	font-size: 12px;
	font-weight: 400;
}

#menu-item-68652 a {
	font-weight: 600;
	color: #22314e;
	background-color: #f9e497;
    padding: 7px 30px;
}

@media only screen and (max-width: 767px) {
	#menu-item-68652 a {
		padding: 4px 37px;
	}
}

/* Scholarship Pages */

.scholarship-title p {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
	font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 8px;
	color: #6f90b8;
    text-decoration: underline;
}

/* Flag Icons */

.flag-icons {
	max-width: 40px;
}

/* Iconbox Title */

.iconbox .iconbox_content .iconbox_content_title {
	letter-spacing: 0px;
}

/* Testimonial Sliders */

#top .av-large-testimonial-slider .avia-testimonial-content {
	font-size: 1.1em;
}

ul#home-course-search-list-ul li a {
	color: #ffffff !important;
}

/* 50th Anniversary */

.avia-timeline-boxshadow .av-milestone-contentbox {
	padding: 1.2em;
	line-height: normal;
}

.main_color .av-timeline-nav a {
	background-color: red;
}

.avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap {
	width: 50%;
}

/* Explore us Virtually Page */

.avia-video{
	margin-bottom:0px;
}

/* Virtual Tour Element */

.embedview {
		position: relative;
		overflow: hidden
		width:100% !important;
		padding-top: 56.25%;
	}
} 

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}