/** ------------------------------------------------------ **/
/** ------------------- mobile first -------------------- **/

body {
	background-color:#ffffff;
	color: #000000;
	margin: 0px;
	text-align: left;
}

#skip-navigation{
	height:0px;	
	overflow: hidden; 
}

.sticky-top {
	background-color:#ffffff;
}
	
#wrapper-header {
	background-color:#FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#wrapper-content{
	clear:both;
	width: 100%;
}

.wrapper-inner {
	margin: 0 auto;
    max-width: 1760px;
    position: relative;
    width: 100%;
}

#wrapper-footer {
	background-color: #7e7e7e;
}

.bg-red {
	background-color: #ED1D24;
}
.btn-black, .btn-black:hover, .btn-black:visited{
	background-color: #000;
	color: #fff;
}


.max-width{
	margin-left:auto;
	margin-right:auto;
	max-width:1790px;
}

#swapstyle{
	display:none;
}	
#swapstyle-mobile{
	float:right;
	width:90px;
}
#swapstyle-mobile img{
	max-width:26px;
}

#donate-support-nav{
	display:none;
}


#searchbar{
	background-color:#FFF;
	display:none;
}

#searchbox{
	min-width: 200px;
}

#searchbutton{
	background-color:#000;
	background-image:url(../images/magnifying-glass-solid.svg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #2b9cdc;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	height:38px;
	width:38px;
}

/*--------------------------------------------------*/
/*--------------- Bootstrap Overrides --------------*/

.card {
	border: 0; 
}

.breadcrumb {
	background-color: transparent;
	padding-left: 0px;
}
ol.breadcrumb  li {
	color: #8a8b8d;
	text-transform: lowercase;
}

ol.breadcrumb li a, ol.breadcrumb li a:hover, ol.breadcrumb li a:visited {
	color: #8a8b8d;
}
/*.card-img, .card-img-top {
	border-radius: 0px;
}*/

#foot {
	color: #ffffff;
	font-weight: 200;
	padding-top: 75px;
}
#foot2 {
	padding-top: 20px;
	padding-bottom: 40px;
}


#foot a, #foot a:visited, #foot2 a, #foot2 a:visited, #foot2 p {
	color: #000;
}

#foot abbr {
	text-decoration: none;
}

#foot ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#foot2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#social-links ul li {
	display: inline-block;
	float: left;
	margin-right: 25px;
}

#foot ul li {
	line-height: 2em;
}

#footerright {
	margin-top: 40px;
}

#footerright ul {
	float: right;
	text-align: right;
}

#footerright ul li {
	display: inline-block;
	color: #ffffff;
	float: right;
	margin-left: 25px;
}

.btn-primary {
	background-color: #102947;
	border-color: #102947;
}


.expandablesection-heading .governor-down, .expandablesection-heading .governor-up {
	display: inline-block;
    position: absolute;
    right: 0;
	height: 30px;
	width: 30px;
    background-repeat: no-repeat;
}
.expandablesection-heading .governor-down {
	background-image:url("/images/chevron-down.svg");
}
.expandablesection-heading .governor-up {
	background-image:url("/images/chevron-up.svg");
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  border: 0px;
  margin:0px;
  padding: 0px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
}
input {
  float: left;
  }
select {
  float: left;
  }
textarea{
  margin-bottom:5px;
}	 
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {


}
.nofloat{
	float:none;
	margin-right:0px;
}	
/* hide anti spam box */
.sec-form-field {
	display: none;
}

.error {
    color: #FF0000;
}

input:readonly {
	background-color: #ffffff;
	border: 1px solid #bcbcbc;
	color: #bcbcbc;
	cursor: not-allowed;
}

.clearboth {
	clear:both;
}

a.btn-success, a.btn-success:visited {
    color: #fff;
}

#nav-icon {
	background-color:#102947;
	color:#FFFFFF;
	width: 84px;
    height: 34px;
	display: block;
	float:right;
	width: 90px;
	margin-left: 15px;
	padding-left:5px;
	padding-top:5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	position:absolute;
	top:0px;
	right:15px;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 28px;
	/*background: #7b95a9;*/
	background: #ffffff;
	opacity: 1;
	left: 56px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#search-mobile{
	position:absolute;
	top:3px;
	right:108px;
}
#swapstyle-mobile{
	position:absolute;
	top:-38px;
	right:15px;
}


#nav-icon span:nth-child(1) {
  top: 6px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 16px;
}

#nav-icon span:nth-child(4) {
  top: 26px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#search-desktop-button{
	cursor:pointer;
}		

#navigation-shortcuts ul {
	display: inline-block;
	list-style: none;
}
#navigation-shortcuts ul li {
	display: inline-block;
	float: left;
}

.closed{
	display:none;
}
.open{
	display:block !important;	
}

.slide-text {
	color: #fff;
	width: 42%;
}
.slide-image {
	width: 58%;
}
.slide-text h1,.slide-text h2, .slide-text p, .slide-text a, .slide-text a:visited {
	color: #fff;
} 

.slide-text h1{
	font-size: 1.6em;
	font-weight: 500;
}
.slide-text h2{
    font-size: 2.4em;
	font-weight: 500;
}

.slide-text a {
	font-size:1.2em;
}

.header-donatesupport{
	display:none;
}

#searchButtonHeader{
	
}
#search-desktop{
	display:none;
}

#how-to-help-us {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*padding-top: 40px;*/
}
/*#how-to-help-us hr {
	border: 1px solid #eee;
}*/
#how-to-help-us-title {
	font-weight: bold;
	font-size: 1.6em;
}

#how-to-help-us a, #how-to-help-us a:visited {
	color: #fff;
	margin-bottom:12px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-rounded {
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

#social-icons{
	margin-left:auto;
	margin-right:auto;
	max-width:270px;
}

#social-icons img {
	padding-left: 5px;
	padding-right: 5px;
}


#accaward-row2 {
	padding-top: 40px;
}

.logo-container p {
	margin-bottom:0px;
}

#homepage-quicklinks .card {
	max-width:534px;
}
#homepage-news-updates .card, #homepage-event-updates .card{
	max-width: 90%;
}
/*.homequicklinksbox {
	max-width: 534px;
	margin-left: 10px;
}
.homequicklinksbox:last {
	margin-left: 0px;
}
.homequicklinkstextbox {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}*/
.homequicklinkstextbox h2, 
.homequicklinkstextbox p, 
.homequicklinkstextbox a:link, .homequicklinkstextbox a:hover, .homequicklinkstextbox a:visited {
	color: #fff;
}
.homequicklinkstextbox h2 {
	font-size: 1.8em;
    font-weight: 500;
}
.homequicklinkstextbox p, .homequicklinkstextbox a:link {
	font-size: 1.2em;
	line-height: 1.8em;
}
.homequicklinkstextbox a:link {
	font-weight:600;
}

#homepage-news-updates, #homepage-event-updates{
	padding-top: 40px;
}
#homepage-news-updates h2, #homepage-event-updates h2{
	text-align: center;
	margin-bottom: 40px;
}
p.homepage-news-updates-link {
	margin-top: 16px;
	font-size: 1.1em;
	font-weight: bold;
}
p.homepage-news-updates-link a, p.homepage-news-updates-link a:visited {
	color: #ee3b34; /* qac-red */
}
p.homepage-news-updates-link a:hover {
	color: #ee3b34; /* qac-red */
	text-decoration: underline;
}
.homepage-news-updates-date {
}

#link-shortcuts {
	background-color: #efefef;
}
#link-shortcuts ul li {
	font-size: 0.8em;
	
	margin-top: 10px;
}


.foot-list h2 {
	margin: 0px;
	font-size: 1.2em;
}
.foot-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.foot-list ul li {
	margin-bottom: 4px;
}
#link-shortcuts ul li.foot-contactlink {
	font-size: 1.1em;
}
.foot-list ul li .foot-contactlink-title {
	color: red;
}


#menu {
}
#menu p {
	padding: 0px;
	margin: 0px;
	
	font-size: 1.2em;
}
#menu p a.students-category {
	color: #C60; /* qac-orange */
}
#menu p a.college-category {
	color: #ED1D24;
}
#menu p a.qacenterprises-category {
	color: #43b649;
}
#menu p a.supportus-category {
	color: #819e25;
}
#menu p a.getintouch-category {
	color: #f1d034;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.tabheader {
	cursor:pointer;
}


#what-our-students-say .title {
	color: #C60; /* qac-orange */
}
#what-our-students-say .quote {
	color: #000;
}
#what-our-students-say .student-name {
	color: #C60; /* qac-orange */
}
#what-our-students-say .student-subject {
	color: #C60; /* qac-orange */
}

#courses .card {
	border: 1px solid #d9d9d9;
}

.logo-container {
	border-bottom: 1px solid #eee;
}

.logo-container p {
	margin-bottom:0px;
}
.logo-container img {
	display:block;
	margin:0 auto;
	max-width: 310px;
    width: 100%;
}



/*----- colour states for headings, backgrounds etc -----*/
	
	
	.qac-bg{
		background-color: #ED1D24;
		color: #fff;
	}
	.qac-text, .qac-text a {
		color: #ED1D24;
	}
	
	.college-bg  {
		background-color: #ED1D24;
		color: #fff;
	}

	.college-text, .college-text a {
		color: #ED1D24;
	}

	.courses-bg {
		background-color: #803f8d;
		color: #fff;
	}
	.courses-text, .courses-text a {
		color: #803f8d;
		font-size: 1.2em;
	}

	.students-bg {
		background-color: #ed7913;
		color: #fff;
	}
	.students-text, .students-text a {
		color: #ed7913;
	}

	.services-bg {
		background-color: #ec008c;
		color: #fff;
	}
	.services-text, .services-text a {
		color: #ec008c;
	}

	.exhibitions-bg {
		/*background-color: #34b5f1;*/
		background-color:#43b649;
		color: #fff;
	}
	.exhibitions-text, .exhibitions-text a {
		color:#43b649;
		/*color: #34b5f1;*/
	}

	.news-bg {
		background-color: #910966;
		color: #fff;
	}
	.news-text, .news-text a {
		color: #910966;
	}
	
	.support-bg {
		background-color: #819e25;
		color: #fff;
	}
	.support-text, .support-text a {
		color: #819e25;
	}

	.enterprises-bg {
		background-color: #43b649;
		color: #fff;
	}
	.enterprises-text, .enterprises-text a {
		color: #43b649;
	}

	.contact-bg {
		background-color: #f1d034;
		color: #fff;
	}
	.contact-text, .contact-text a {
		color: #f1d034;
	}

	.college-bg h1, .college-bg p, .courses-bg h1, .courses-bg p, .students-bg h1, .students-bg p,
	.exhibitions-bg h1, .exhibitions-bg p, .news-bg h1, .news-bg p, .enterprises-bg h1, .enterprises-bg p,
	.contact-bg h1, .contact-bg p {
		color: #fff;
	}

	#charity-text{
		text-align:center;
	}

	#accaward-row1 div, #accaward-row2 div{
		margin-bottom:30px;
	}
	#accaward-row1 img, #accaward-row2 img{
		height:auto;
		width:auto;
		max-width:100%;
	}
	
	
	.newsimage{
		max-height: 270px;

		overflow-y: hidden;
	}
	
	
	/*iframe{
		height:auto;
		max-width:100%;
	}*/
	
	#what-our-students-say img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:auto;
		max-width:100%;
	}


/*------ responsive videos -----*/

	p.iframe {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	p.iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.downloads-icon {
		height:46px;
		width:46px;
	}
	
	.video-container {
	  clear:both;
	  position: relative;
	  padding-bottom: 56.25%;
	}
	
	.video-container iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	
	.slider-content {
		height:auto;
	}


@media (min-width: 992px){
	
	/*.max-width{
		padding-left:30px;
		padding-right:30px;
	}*/
	
	#nav-icon {
		right: 0px;
	}
	#search-mobile {
		right: 93px;
	}
	#swapstyle-mobile {
		right: 0px;
	}
	
	
	
	.col-lg-7-icon {
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}

	.wrap-inner-container {
		margin: 0 auto;
		max-width: 1780px;
	}
	
	#header-left {
/*		padding-bottom: 10px;
		padding-left: 30px;
		padding-top: 20px;*/
	}

	#header-right {
/*		padding-top: 35px;
		padding-right: 30px;*/
		/*position: static;  needed for full-width dropdown nav */
	}
	
	#header_graphic img{
		height:auto;
		max-width:185px;
	}
	
	#wrapper-navigation {
    	top: 52px;
	}
	
	#navigation ul#top-nav {
		margin-top: 25px;
		vertical-align: middle;
	}

	#video-wrapper {
		position: relative;
	}

	#video-wrapper video#video {
		display: block;
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%
	}

	#video-wrapper div#video-text {
		left: 4%;
		position: absolute;
		text-transform: lowercase;
	}

	#video-wrapper div#video-text p {
		color: #ffffff;
		font-size: 3.4em;
		font-weight: 200;
		margin-bottom: 0px;
	}

	#video-wrapper div#video-text p.greentext {
		color: #6FC693;
	}

	#video-wrapper div#video-text a, #video-wrapper div#video-text a:hover, #video-wrapper div#video-text a:visited {
		border: 1px solid #ffffff;
		color: #ffffff;
		display: block;
		font-size: 1.2em;
		font-weight: 200;
		margin-top: 70px;
		padding: 8px;
		text-align: center;
		text-decoration: none;
		width: 270px;
	}
	#filter-container {
		margin-bottom: 40px;
	}
	.filter-wrap {
		border: 1px solid #d2d2d2;
		cursor: pointer;
		border-radius: 5px;
		float: left;
		position: relative;
		width: 100%;
	}

	.filter-wrap.disabled {
		background-color: #d2d2d2;
		cursor: not-allowed;
	}
	.filter-heading {
		border-right: 1px solid #d2d2d2;
		float: left;
		padding: 8px;
		padding-left: 20px;
		width: 85%;
	}

	.filter-heading p {
		font-size: 1em;
		margin: 0px;
		text-transform: lowercase;
	}

	.filter-arrow {
		float: left;
		padding-top: 3%;
		width: 15%;
	}

	.filter-wrap ul {
		background: #ffffff;
		border-left: 1px solid #d2d2d2;
		border-right: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
		border-radius-bottom-right: 5px;
		border-radius-bottom-left: 5px;
		display: none;
		float: left;
		list-style: none;
		margin: 0px;
		opacity: 0.3;
		padding: 0px;
		position: absolute;
		top: 38px;
		width: 100%;
		z-index: 200;
	}

	.filter-wrap ul li {
		float: left;
		width: 100%;
	}


	.filter-wrap ul li a {
		color: #8a8b8d;
		float: left;
		padding: 8px;
		padding-left: 20px;
		text-transform: lowercase;
		width: 100%;
	}

	.filter-wrap ul li a:hover, .filter-wrap ul li a.ticked {
		background-color: #6fc692;
		color: #ffffff;
		text-decoration: none;
	}

	.filter-wrap ul li a.disabled {
		cursor: not-allowed;
	}
	.filter-wrap ul li a span.colour {
		border: 1px solid  #ffffff;
		float: left;
		display: inline-block;
		margin-right: 10px;
		width: 16px;
		height: 16px;
		vertical-align: middle;
	}

	.filter-wrap ul li a span.colour-white {
		border: 1px solid #afafaf;
	}

	.filter-wrap ul li a span.colour img {
		float: left;
	}

	#filterLoading {
		display: none;
	}
	
	#sliderhome,  .slider-inner, .page-banner{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	#home-slider-wrapper .bx-viewport{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	#how-to-help-us a, #how-to-help-us a:visited {
		font-size:1.2em;
		font-weight:500;
		margin-bottom:0px;
	}
	
	#charity-text{
		text-align:left;
	}
	#social-icons{
		margin-left:0px;
		margin-right:0px;
		max-width:1000px;
		justify-content: flex-end!important;
	}
	
}

@media (min-width: 1200px){

	#navigation ul#main-nav li {
		font-size:1.2em;	
	}

}

@media (min-width: 1300px){
	
	#header_graphic img{
		height:auto;
		max-width: 293px;
        width: 100%;
	}
	
	#main-nav {
		vertical-align: bottom;
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	#mobile-actions{
		display:none;
	}
	#nav-icon {
		display: none;
	}
	#swapstyle{
		display:inline-block;
		margin-right: 15px;
	}	
	
	#wrapper-navigation {
		top: auto;
		padding-right:0px;
	}
	#navigation{
		float: right;
		height: 100%;
	}
	#navigation ul {
		display: inline-block;
		padding: 0;
		list-style: none;
	}

	#navigation ul li {
		display: inline-block;
		float: left;
		height: 30px;
		padding: 0px;
		margin: 0px;
	}

	#navigation ul li a, #navigation ul li a:hover, #navigation ul li a:visited {
		color: #000000;
		padding-bottom: 5px;
		/*padding-left: 10px;
		padding-right: 10px;*/
		padding-left:6px;
		padding-right:6px;
		padding-top: 5px;
		text-decoration: none;
	}
	
	.donateButtonHeader {
		text-align: center;
	}
	
	#swapstyle{
		margin-left:10px;
	}	
	
	#search-desktop {
    	display: block;
		float: right;
    	margin-top: 16px;
	}
	
	#header-right{
		display:none;
	}
	

	/*----- colour states -----*/
	#navigation ul li a#nav-college:hover {
		background-color: #ED1D24;
		color: #fff;
	}

	#navigation ul li a#nav-courses:hover {
		background-color: #803f8d;
		color: #fff;
	}

	#navigation ul li a#nav-students:hover {
		background-color: #ed7913;
		color: #fff;
	}

	#navigation ul li a#nav-exhibitions:hover {
		/*background-color: #34b5f1;*/
		background-color:#43b649;
		color: #fff;
	}

	#navigation ul li a#nav-news:hover {
		background-color: #ED1D24;
		color: #fff;
	}
	
	#navigation ul li a#nav-support:hover {
		background-color: #819e25;
		color: #fff;
	}

	#navigation ul li a#nav-services:hover {
		background-color: #ec008c;
		color: #fff;
	}

	#navigation ul li a#nav-enterprises:hover {
		background-color: #43b649;
		color: #fff;
	}

	#navigation ul li a#nav-contact:hover {
		background-color: #f1d034;
		color: #fff;
	}
	
	#navigation ul li div.subnav {
		background-color: #e7e7e7;
		margin: 0px;
		opacity: 0.3;
		padding-bottom:42px;
		padding-top: 45px;
		padding-left: 0px;
		padding-right: 0px;
		position: absolute;
		top:90px;
		left:-9999px;
		width: 100%;
		z-index: 1000;

	}

	#navigation ul li div.subnav h2 {
		font-size: 1.2em;
		text-transform: lowercase;
	}

	#navigation ul li:hover div.subnav{
		left: 0px;
		opacity: 1;
	}
	
	.newsimage{
		max-height: 236px;
		overflow-y: hidden;
	}	

}

@media (min-width: 1300px){

	.col-xxl-1{
	    -ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xxl-7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxl-8{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.order-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}


	/*
	#header-donatesupport{
	    -ms-flex: 0 0 100%;
   		flex: 0 0 100%;
    	max-width: 100%;
	}
	*/
	
	#donate-support-nav{
		display:block;
		float: right;
    	margin-top: 16px;
	}
	.header-donatesupport p {
		background-color:#102947;
		color:#ffffff;
		font-weight:500;
		margin:0px;
		padding:5px 10px;
	}
	
	#header_graphic_right{
		display:none;
	}
	
	#navigation ul#main-nav li {
		/*font-size:1.0em;*/
		font-size:0.9em;	
	}
}


@media (min-width: 1590px){

	#navigation ul#main-nav li {
		font-size:1.1em;	
	}
	
}


@media (min-width: 1600px){

	.col-xxxl-1{
	    -ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xxxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.donateButtonHeader {
		white-space: nowrap;
	}
	
	.col-xxxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xxxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xxxl-7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxxl-8{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	#navigation ul#main-nav li {
		font-size:1.01em;	
	}
	#header_graphic_right{
		display:block;
	}
}

@media (min-width: 1700px){
	#navigation ul#main-nav li {
		font-size:1.1em;	
	}
}



/*--------------------------------------------------------*/
/*---------------------- Desktop -------------------------*/
@media(max-width:1299px){

	#wrapper-navigation {
		display: block !important;
		position: absolute;
		width: 100%;
		left: 0;
		top: 57px;
		z-index: 100;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#wrapper-navigation{
		background-color: #102947;
	}
	
	#navigation {
		width: 100%;
	}
	
	#navigation ul {
		height: auto;
		width: 100%;
		list-style: none;
		padding: 0px;
	}
	#navigation ul li {
		font-size:1.2em;
		height: auto;
		padding-bottom: 8px;
		padding-top: 8px;
		width: 100%;
	}
	
	#navigation ul li a {
		color:#FFFFFF;
		width: 100%;		
		text-align: left;
	}
	
	.newsimage{
		max-height: 174px;
		overflow-y: hidden;
	}	
}

@media(max-width:991px){
	
	img {
		height:auto;
		width:100%;
	}

	#wrapper-header {
		padding: 0px;
	}
	#header_graphic{
		padding-left:15px;
	}

	
	#header_graphic img {
		max-width: 185px;
		height:auto;
		width:100%;
	}	
	#mobile-actions{
		padding-right:15px;
	}
	
	#header_graphic_right{
		display:none;
	}

	#top-nav{
		margin-top:1rem;
	}
	
	.newsimage{
		max-height: 280px;
		overflow-y: hidden;
	}	

}


@media (min-width: 768px) {
	#link-shortcuts ul li.foot-contactlink {
    	font-size: 0.98em;
	}
	
	.slider-content {
		height:100%;
	}
	
	.slide-text h1{
		font-size: 2.2em;
	}
	
	.slide-image img{
	    height: 100%;
    	object-fit: cover;
	}
	
	.header-donatesupport{
		background-color: #102947;
		display:block;
		text-align:center;
	}
	.header-donatesupport p{
		color: #ffffff;
		font-weight: 500;
		margin: 0px;
		padding: 5px 10px;
	}
	}
	
	#searchbox{
		width: 480px;
		max-width: 480px;
	}
}

@media (max-width: 767px) {
	
	#header_graphic img{
		max-width:185px;
	}
	
	#wrapper-navigation {
		top: 64px;
	}
	
	.newsimage{
		max-height: 442px;
		overflow-y: hidden;
	}
		
}

@media (max-width: 575px) {
	
	.newsimage{
		max-height: 328px;
		overflow-y: hidden;
	}

	.logo-container p {
		text-align: center;
	}
	
}