@charset "UTF-8";
/* CSS Document */

#ui-datepicker-div { display: none; }

.inside.topspacer {
	/* margin-top: 123px; */
	margin-top: 113px;
}

.inside .insideholder {
	padding: 50px 0;
}

.topheader.inside .container {
	border-bottom: 1px solid #052e66;
	/*padding-bottom: 10px; */
}

.inside .sidebar .featuredimage {
	height: 40vh;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

.inside .sidebar .sidebarcontent {
	background: #eee;
}

.inside .sidebar .sidebarcontent .padded {
	padding: 40px;
}

.inside .sidebar .sidebarcontent .sidebarsection {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.inside .sidebar .sidebarcontent .sidebarsection .bodyimage {
	margin-left: 15px;
}

.inside .sidebar .sidebarcontent .sidebarsection .bodyimage img {
	width: calc(100% - 35px);
	height: auto;
	padding: 10px;
	background: #fff;
}

.inside .sidebar .sidebarcontent .sidebarsection h2 {
	margin-top: 0;
	color: #052e66;
	font-weight:400;
	margin-bottom: 10px;
	font-size: 16px;	
}

.inside .sidebar .sidebarcontent .sidebarsection.awardingbody h2 {
	margin-bottom: 20px;
}

.inside .sidebar .sidebarcontent .sidebarsection p {
	font-size: 14px;	
	margin-top: 10px;
	margin-bottom: 0;
}

.inside .sidebar .sidebarcontent .buttoncontainer {
	padding-top: 15px;
}

.inside .sidebar .sidebarcontent .buttoncontainer a {
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 8px;	
}
	
.leftcontent {
	margin-right: 8%;
}

.leftcontent a.registerbutton {
	display: block;
	margin: 30px 0px 30px 0px;
	font-size: 15px;
	color: #052e66;
	padding: 16px 16px 17px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: rgba(5,46,102,0.05);
	border: 1px solid rgba(5,46,102,0.1);
}

.leftcontent a.registerbutton::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f061";
	margin-right: 10px;
	vertical-align: middle;
	font-size: 10px;
	color: #fff;
	padding: 4px 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #cc2723;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.leftcontent a.registerbutton:hover {
	background: rgba(5,46,102,0.1);
	text-decoration: none;
	padding: 16px 16px 17px;
}

.leftcontent a.registerbutton::before:hover {
	background: #d6524f;
}

.fullwidth .leftcontent {
	margin-right: 0;
}

.leftcontent h1 {
	margin-bottom: 10px;	
}

.courses .leftcontent h1 {
	margin-bottom: 20px;	
}

.leftcontent .events h1, .leftcontent .past-events h1 {
	margin-bottom: 30px;
}

.leftcontent h2 {
	color: #cc2723;
	margin: 0;
	margin-top: 25px;
}

.leftcontent .quickinfo h2 {
	color: #cc2723;
	margin: 0;
	margin-top: 0px;
}



.leftcontent .thedate {
	color: #cc2723;
	font-size: 14px;
}

.leftcontent .sub_title {
	padding: 2px 0;
}

.leftcontent .sub_title .icon {
	margin-right: 8px;
	width: 20px;
}

.leftcontent h2.restricted {
	width: 60%;
	text-align: center;
	margin: 20px auto;
}

.leftcontent h3 {
	font-size: 17px;
	font-family: "Cabin", Arial, sans-serif;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #052e66;
	text-align: justify;	
}

.leftcontent p {
	margin: 15px 0;
}


.single .leftcontent .buttoncontainer {
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #ccc;
}

.leftcontent .bullet {
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #cc2723;
	width: 8px;
	height: 8px;
	line-height: 16px;
	margin: 0px 10px;
	vertical-align: middle;
}

.events .thedate, .events .thefee, .events .thetime, .events .thelocation, .past-events .thedate, .past-events .thefee, .past-events .thetime, .past-events .thelocation {
	margin-bottom: 5px;
	color: #cc2723;
	font-size: 15px;
}

/* ---- interested ---- */

.interested {
	color: #fff;
	background: #000;
	
	background-attachment: fixed;
	background-image: url(../images_interface/sample4.jpg);
	margin-bottom: 6px;
	background-size: cover;
	
	
}

.interested.events {
	background-image: url(../images_interface/eventbg.jpg);
}

.interested.events .thedate, .interested.events .thefee, .interested.events .thetime, .interested.events .thelocation {
	color: #fff;
	font-size: 13px;
	font-weight: 700;	
	margin-top: 8px;
	margin-bottom: 8px;
}

.interested .overlay {
	position: relative;
	background: rgba(0,0,0,0.8);
	min-height: 500px;
}

.interested .container {
	padding: 60px 0;
}

.interested h1 {
	color: #fff;
}

.interested .interestinfo {
	border-right: 1px solid rgba(255,255,255,0.3);
	margin-right: 15%;
	padding-right: 15%;
	margin-top: 16px;
}

.interested p, .interested h2 {
	color: #fff;
	margin: 0;
	padding: 15px 0px;
}

.interested .interestinfo p {
	color: #fff;
	margin-top: 0;
}

.interested .interestform {
	padding-top: 10px;
}

/* accordion css */

.accordion h2 , .accordion p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.accordion p:last-child {
	margin-bottom: 0;
}

/* ---- table ---- */

.leftcontent table {
	margin: 30px 0;
	font-size: 13px;
}

.leftcontent table, .leftcontent table td {
	border: 0;
	border-spacing: 0;	
	
}

.leftcontent table thead td{
	background-color: rgba(0,0,0,0.05);
	font-weight: 700;
}

.leftcontent table td {
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.3);
	
}

/* ----- list ----- */

.leftcontent ul:not(.gform_fields):not(.slick-dots):not(.gfield_checkbox):not(.commentlist):not(.children),
.leftcontent ul:not(.gform_fields):not(.slick-dots):not(.gfield_checkbox):not(.commentlist):not(.children) li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.leftcontent ul:not(.gform_fields):not(.slick-dots):not(.gfield_checkbox):not(.commentlist):not(.children) {
  margin: 2em 0;
  margin-left: 1.5em;
}

.leftcontent .tab-content > ul:not(.gform_fields):not(.slick-dots):not(.commentlist):not(.children) {
	margin-top: 0;
	margin-bottom: 0;	
}

.leftcontent ul:not(.gform_fields):not(.slick-dots):not(.commentlist):not(.children) li {
  	margin: 0.4em;
 	/*margin-left: 1.5em; */
	margin-left: 0;
 	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.leftcontent ol:not(.gform_fields):not(.slick-dots):not(.commentlist):not(.children) li {
  	margin: 0.4em;
 	margin-left: 1.5em;
 	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.leftcontent ul:not(.gform_fields):not(.slick-dots):not(.commentlist):not(.children) li:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /*float: left;*/
  margin-left: -1.5em;
  color: #cc2723;
  padding: 0 10px 0 0;
}

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

.sidebar ul li {
  	margin: 0.5em;
 	margin-left: 1.5em;
 	font-size: 15px;
	line-height: 22px;
	color: #cc2723;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar a .featuredimage {
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sidebar a:hover .featuredimage {
	opacity: 0.85;
}

/* ----- news ----- */

.news-item {
	border-bottom: 1px solid #ccc;
	padding: 30px 0px;
}

.newscontainer .news-item:first-child {
	padding-top: 0;
}

.news-item .alignright {
	margin-left: 20px;
	margin-bottom: 5px;
	border: 3px solid #ccc;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.news-item .alignright:hover {
		border: 3px solid #cc2723;
}

.news-item h3 {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 8px;
	
}

.news-item h3 a {
	font-weight: 400;
	color: #cc2724;
	font-size: 16px;
	margin: 0;
	padding: 0;
	
}

.news-item .thedate {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}

.event-item .thedate, .event-item .thefee, .event-item .thetime , .event-item .thelocation, .events .thedate, .events .thetime, .events .thelocation, .past-events .thedate, .past-events .thefee, .past-events .thetime, .past-events .thelocation {
	margin-bottom: 5px;
}

.thedate::before {
    margin-right: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f073";

}

.thetime::before {
    margin-right: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f017";

}

.thelocation::before {
    margin-right: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";

}

.thefee::before {
    margin-right: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f153";

}

.event-item .entry {
	margin-top: 25px;
}

.archive .entry p {
	margin: 20px 0;
}

.archive .entry > p {
	margin-top: 0;
}

.archive .navigation {
	margin: 30px 0px;
	font-size: 14px;
	
}


.archive .navigation a {
	color: #052e66;	
}

/* ---- gallery ---- */

/* ----- gallery item ---- */

.gallery {
	margin: 30px 0px !important;
	display: block;
}

.gallery-item {
	margin: 5px  0px!important;
}

.gallery-item img {
	width: 90%;
	height: auto;
}


.gallery-item .gallery-caption {
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: normal;
}
/* Make YouTube videos inserted via WordPress oEmbed full-width */

.videospacer {
	padding: 20px 0px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

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

/* --- swipebox ---- */

#swipebox-overlay {
    background: rgba(5, 46, 102, 0.75) !important;
	
}

#swipebox-bottom-bar, #swipebox-top-bar {
	background: #052e66 !important;
}

#swipebox-close {
	background-color: #cc2723;
	top: 20px !important;
	right: 20px !important;
}

#swipebox-close:hover {
	background-color: #d6524f;	
}

/* ---- funding container ---- */

.fundingcontainer {
	background: rgba(204,39,35,0.1);
	padding: 25px;
}

.fundingcontainer h2 {
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #cc2723;
	padding-bottom: 15px;
}

.fundingcontainer h3 {
	font-size: 15px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.fundingcontainer p {
	margin: 7px 0px;
	padding: 0;
}

.fundingcontainer .icon {
	margin-right: 10px;
}

.fundingcontainer .fundingscheme p:last-chold {
	margin-bottom: 0;	
}

.fundingcontainer .fundingscheme {
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.fundingcontainer .fundingscheme img {
	max-width: 160px;
	height: auto;
	margin-left: 25px;
	border: 1px solid #cc2723;
	margin-top: 7px;
}

.fundingcontainer .fundingscheme a {
	color: #cc2723;
	margin-top: 10px;
	display: block;
}

.fundingcontainer .fundingscheme a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	margin-right: 10px;
	vertical-align: top;
	font-size: 10px;
	color: #fff;
	padding: 4px 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #cc2723;
}

/* ---- animation ----- */

.flash {
  -moz-animation: flash 400ms ease-out;
  -moz-animation-iteration-count: 2;

  -webkit-animation: flash 400ms ease-out;
  -webkit-animation-iteration-count: 2;

  -ms-animation: flash 400ms ease-out;
  -ms-animation-iteration-count: 2;
}

@keyframes flash {
    0% { background-color: rgba(204,39,35,0.1); }
    50% { background-color: rgba(204,39,35,0.15); }
    100% { background-color: rgba(204,39,35,0.1); }
}

@-webkit-keyframes flash {
    0% { background-color: rgba(204,39,35,0.1); }
    50% { background-color: rgba(204,39,35,0.15); }
    100% { background-color: rgba(204,39,35,0.1); }
}

@-moz-keyframes flash {
    0% { background-color: rgba(204,39,35,0.1); }
    50% { background-color: rgba(204,39,35,0.15); }
    100% { background-color: rgba(204,39,35,0.1); }
}

@-ms-keyframes flash {
    0% { background-color: rgba(204,39,35,0.1); }
    50% { background-color: rgba(204,39,35,0.15); }
    100% { background-color: rgba(204,39,35,0.1); }
}


/* ----- testimonials ----- */

.testimonials {
	background: #cc2723;
	padding: 25px;
	color: #fff;
}

.testimonials h2 {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.testimonials .icon {
	margin-right: 10px;
}

.testimonials .testimonial_slides {
	padding: 0px 15px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.testimonials .testimonial_slide {
	margin: 0 auto;
	
}

.testimonials .testimonial_slide p {
	color: #fff;
	margin: 10px 0px;
}

.testimonials .testimonial_slide img {
	border-color: #fff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	margin-left: 35px;
}

.coursefilter {
	padding-bottom: 30px;
	position: sticky;
	top: 67px;
	z-index: 100;
}

.coursefilter .coursefilter_top {
	background: #eee;
	padding: 15px 20px;
	color: #052e66;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.coursefilter  .coursefilter_top:hover {
	background: #E3E3E3;
	cursor: pointer; cursor: hand;
}

.coursefilter .coursefilter_top .filterhead {
	font-size: 18px;
	line-height: 48px;
}

.coursefilter .coursefilter_bottom {
	border: 3px solid #eee;	
	border-top: none;
	padding: 20px;
	color: #333;
	background: #fff;
}

.leftcontent .searchandfilter ul {
	margin-left: 0;
}

.leftcontent .coursefilter .coursefilter_bottom h4 {
	color: #cc2723;
	font-weight: normal;
}

.leftcontent .coursefilter .coursefilter_bottom ul {
	margin: 0;
	padding: 0;
}

.leftcontent .coursefilter .coursefilter_bottom form > ul > li {
	display: inline-block;
	border-right: 1px solid #ccc;
	margin-right: 35px !important;
	padding-right: 35px !important;
	vertical-align: top;
	width: calc(18% - 71px);
}

.leftcontent .coursefilter .coursefilter_bottom ul > li > ul {
	margin: 0 !important;
}


.leftcontent .coursefilter .coursefilter_bottom ul > li > ul > li {
	margin: 2px 0 !important;
	padding: 0 !important;
	border: none;	
	display: block;
}

.leftcontent .coursefilter .coursefilter_bottom ul li ul li input {
	margin-left: 0;	
}

.leftcontent .coursefilter .coursefilter_bottom input[type=text] {
	border: 1px solid #333;
	padding: 12px;	
	width: calc(100% - 30px)
}

.leftcontent .coursefilter .coursefilter_bottom .sf-field-post-meta-course_open {
	display: block;
	background: rgba(204,39,35,0.1);
	padding: 10px !important;
	width: calc(100% - 20px);
	border: none;
	margin-top: 20px !important;
}

.leftcontent .coursefilter .coursefilter_bottom .sf-field-post-meta-awarding_body, .leftcontent .coursefilter .coursefilter_bottom .sf-field-taxonomy-funding_options {
	margin-right:  0 !important;
	padding-right: 0 !important;
	border: none;
	width: 18%;
}

.leftcontent .coursefilter .coursefilter_bottom .sf-field-taxonomy-course_mqf {
	width: calc(18% - 71px);
}

.leftcontent .coursefilter .coursefilter_bottom .sf-field-search {
	width: calc(26% - 71px);
}

.leftcontent .coursefilter .coursefilter_bottom ul li:before {
	display: none;
}

.leftcontent .coursefilter .coursefilter_bottom ul li label {
	display: inline;
	padding-left: 5px;
	font-size: 13px;
}

/* --- undecided box ---- */

.undecided {
	border: 2px dashed #ccc;
	padding: 30px;
	background: #eee;
}

.undecided h1 {
	font-size: 26px;
	margin: 0;
	padding: 0;
}

.undecided h2.restricted {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

.undecided .buttoncontainer {
	margin-top: 40px;	
}

/* ---- forms ----- */

body .leftcontent .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .leftcontent .gform_wrapper select, body  .leftcontent .gform_wrapper textarea {
	border: 1px solid #052e66;	
}

body .leftcontent .gform_wrapper .top_label .gfield_label {
	color: #666;	
}

body .leftcontent .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper textarea:focus {
	box-shadow: 0 0 10px rgba(5,46,102, 0.4);
	border: 1px solid rgba(5,46,102, 1);
	color: #052e66;
}

body .leftcontent .gform_confirmation_message {
	background-color: #358856;
	color: #fff;
	border-color: #358856;
}

#sidebarinjection {
	display: none;
}

/* ----- user area ----- */

.post-password-form {
	background-color: #eee;
	padding: 40px;
}

.post-password-form p:first-child {
	margin-top: 0;
	font-size: 16px;
	color: #cc2723;
	margin-bottom: 30px;
}

.post-password-form p:first-child:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f05a";
	margin-right: 10px;
}

.post-password-form label {
	font-size: 12px;
	color: #666;
}

.post-password-form input[type=password] {
	border: 1px solid #333; 
	background: #fff;
	padding: 10px;
	display: block;
	width: calc(30% - 22px);
	min-width: 200px;
}

.post-password-form input[type=submit] {
	padding: 8px 13px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-family: "Cabin", Arial, sans-serif;
	margin: 3px 3px;
	font-weight: 400;
	
	background: #052e66;
	border: 2px solid #052e66;
	color: #fff;
	
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	margin-left: 0;
	margin-top: 20px;
}

.post-password-form input[type=submit]:hover {
	border: 2px solid #375885;
	background: #375885;
	cursor: pointer; cursor: hand;
}

.file_download {
	border: 1px solid #ccc;
	padding: 20px 30px 25px 30px;
	margin: 20px 0;
}

.file_download h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #052e66;
}

.file_download a {
	margin: 8px 0;
	display: block;
	padding: 20px;
	background-color: #eee;
	        webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.file_download a:hover {
	background-color: #DDDDDD;
	
	
}

.file_download a img {
	width: 20px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.file_download a span {
	vertical-align: middle;
	display: inline-block;
}

.notification {
	background-color: rgba(5, 46, 102,0.05);
	padding: 15px;
	margin: 10px 0;
	color: rgb(5, 46, 102);
	border: 1px solid rgb(5, 46, 102);
}

.notification .the_icon {
	margin-right: 15px;
	font-size: 16px;
	width: 20px;
	margin-top: 3px;
}

.notification .the_icon, .notification .the_notification {
	display: inline-block;
	vertical-align: top;
}

 .notification .the_notification {
	width: calc(100% - 38px);	 
}

.notification p, .notification h2, .notification h3 {
	color: rgb(5, 46, 102);
}

.notification p:first-child, .notification h2:first-child {
	margin-top: 0;
}

.notification p:last-child, .notification h2:last-child {
	margin-bottom: 0;
}


/*  ----- comments area ----- */

#respond {
	
	margin-top: -50px;
	padding-top: 50px;
}

.comments_area {
	background-color: rgba(204, 39, 35, 0.05);
	padding: 25px;
}

.comments_area.gform_wrapper form {
	margin-top: 30px;
}

.comments_area h2 {
	margin-top: 0;
}

.comments_area label {
	color: rgba(204, 39, 35, 1);
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

.comments_area.gform_wrapper form input[type=text], .comments_area.gform_wrapper form textarea {
	width: calc(100% - 15px);
	margin-right: 15px;
}

.comments {
	background-color: rgba(5, 46, 102,0.05);
	padding: 25px;
}

.comments h3 {
	margin-top: 0;
}

.leftcontent .comments ul.commentlist {
	margin: 0 !important;
	padding: 0;
}

.leftcontent .comments ul.commentlist > li {
	list-style-type: none;
	margin: 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #052e66;
	font-size: 13px;
}

.leftcontent .comments ul.commentlist li:before {
	margin: 0;
	content: "";
	padding: 0;
	display: none;
}

.leftcontent .comments ul.children {
	padding-left: 40px;
	margin-top: 20px;
	border-left: 1px solid rgba(5,46,102,0.4);
	list-style-type: none;
}

.comments .comment-author {
	font-weight: bold;
	margin-bottom: 4px;
}

.comments .comment-meta  {
	font-size: 11px;
}

.comment .comment-awaiting-moderation:before {
	content: "\f05a";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	margin-right: 10px;
}

a#cancel-comment-reply-link {
	font-size: 13px;
	text-decoration: none;
	background-color: #cc2723;
	color: #fff;
	display: inline-block;
	padding: 4px;
	margin-top: 10px;
}

a#cancel-comment-reply-link:hover {
	background-color: #d6524f;
}

.comments .comment-author.red {
	color: #cc2723;
}

.page-template-page-resources .preloader {
	display: none;
}
@media screen and (max-width: 1024px) {
	
	.inside.topspacer {
		margin-top: 68px;
	}	
	
	.inside .insideholder {
		padding: 30px 0 50px 0;
		padding-left: 30px;
	}
	
	.single .inside .insideholder .half {
		width: 100%;
		display: block;	
	}
	
	.events .smalldivider, .courses .smalldivider {
	
		display: block;
	
	}
	
	.inside .fullwidth .insideholder {
		padding-left: 0px;
		padding-top: 40px;
	}
	
	.smalldivider {
		margin: 25px 0px;
	
	}
	
	.inside .fullwidth .smalldivider {
		margin: 40px auto;
	
	}
	
	.sidebar .buttoncontainer .bigbutton {
		width: 55%;
	}
	
	.sidesocial {
		display: none;	
	}
	
	.leftcontent .coursefilter .coursefilter_bottom form > ul > li:not(.sf-field-post-meta-course_open) {
		width: calc(33.3% - 71px) !important;
	}
	
	.leftcontent .coursefilter .coursefilter_bottom form > ul > li:nth-child(3n+3) {
		border-right: none;
	}
	
	.interested {
		background-attachment: scroll;	
		background-size: cover;
		background-position: center center;
	}
}

@media screen and (max-width: 800px) {
	
	.container {

		width: 90%;
	
	}
	
	.columns-3 .column {
		width: 47.5%;
		margin-right: 5% !important;
	}	
	
	.columns-3 .column:nth-child(2n+2) {
    	margin-right: 0px !important;
	}
	
	.single-courses .upcoming .columns-3 .column:nth-child(3) {
		display: none;	
	}
	
	.inside .insideholder {
		padding-left: 0px;	
	}
	
	.archive .inside.topspacer .sixty, .page .inside.topspacer .sixty, .single .inside.topspacer .sixty {
		display: block;
		width: 100%;	
	}
	
	.archive .inside.topspacer .forty, .page .inside.topspacer .forty, .single .inside.topspacer .forty, .sidebar .sidebarcontent.contact-us, .events .smalldivider, .courses .smalldivider {
		display: none;
	}
	
	.contact .sidebar .sidebarcontent.contact-us {
		display: block;	
	}
	
	.contact .sidebar .sidebarcontent.contact-us a.bigbutton.blue.solid {
		display: none;	
	}
	
	.events .smalldivider, .courses .smalldivider {
		padding: 25px;	
	}
	
	#sidebarinjection .sidebar .featuredimage {
		height: 400px;
		min-height: 0;
	}
	
	.inside .sidebar .sidebarcontent .padded {
		padding: 4%;
	
	}
	
	.leftcontent {
		padding: 0px;
		margin: 0px;	
	}
	
	#sidebarinjection {
		display: block;
		margin: 25px 0px;
	}
	
	.single .leftcontent .buttoncontainer { 
		border: none;
		margin-top: 10px;
	}
	
	.inside .sidebar .buttoncontainer a.bigbutton {
		width: calc(44% - 8px);
		margin-right: 3%;
		display: inline-block;
	}
	
	.inside .sidebar .buttoncontainer a.bigbutton:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.interested .quarter, .interested .threequarters {
		width: 100%;
		display: block;
		margin: 20px 0px;	
	}
	
	.interested .interestinfo {
		border-right: none;
		margin-right: 0;
		padding-right: 0;

	}
}

@media screen and (max-width: 600px) {
	
	#sidebarinjection .sidebar .featuredimage {
		height: 280px;
		min-height: 0;
	}
	
	.inside .sidebar .buttoncontainer a.bigbutton {

		width: calc(100% - 26px);
		margin-right: 0;
		display: block;
	
	}
	
	.testimonials .testimonial_slide img {
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;	
		float: none;
	}
	
	.testimonials h2, .fundingcontainer h2 {
		margin-top :0px;	
	}
	
	.columns-1 .column .third, .columns-1 .column .twothirds {
		width: 100%;
		display: block;
		margin: 0px 0px 20px 0px;
	}
	
	.course .courseimage {
		height: 230px;	
	}
	
	.course .coursetext {
		margin-left: 0px;	
	}
	
	.columns-1 .column .course {
		border-bottom: 1px solid #ccc;	
	}
	
	.leftcontent h2.restricted {
		width: 100%;	
	}
	
	.coursefilter .coursefilter_top .half:nth-child(1) {
		display: none;
	}
	
	.coursefilter .coursefilter_top .half:nth-child(2) {
		display: block;
		width: 100%;
		text-align: center;
	}	
	
	.leftcontent .coursefilter .coursefilter_bottom form > ul > li:not(.sf-field-post-meta-course_open) {
		width: 100% !important;
		margin-right: 0;
		display: block; 
		margin-bottom: 10px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #ccc;	
		padding-right: 0;
		border-right: none;
	}
	
	.leftcontent .coursefilter .coursefilter_bottom input[type="text"] {

		padding: 12px;
		width: calc(100% - 24px);
	
	}
}