/* 	table variables 	*/
/*	section variables 	*/
/**
 *	The following colours are a colour palette collected on advice from the following websites
 *		http://colorschemedesigner.com/csd-3.5/
 *		https://www.viget.com/articles/color-contrast/
 *		http://jxnblk.com/colorable/demos/text/
 **/
.active {
  /* border-bottom: none 2px #6c71a2; */ }

.panel {
  padding: 0 18px;
  background-color: white;
  /* max-height: 0; */
  /* overflow: hidden; */
  transition: max-height 0.2s ease-out;
  /* border-left: solid 1px #d6e1f7;
  border-right: solid 1px #d6e1f7; */
  border-left: 1px solid lightgray;
  /* padding-bottom: 5px; */
  margin-left: 17px;
  /* margin-bottom: 30px; */ }

.panel > p {
  	/* padding-left: 10px;
      border-left: solid 1px #dedede */ }

#course-details-accordian-container {
  width: 100%; }

.left-column {
  display: inline-flex;
  flex-direction: column;
  width: calc(65% - 30px);
  padding-left: .75rem;
  padding-right: .75rem; }

.right-column {
  display: inline-flex;
  flex-direction: column;
  width: calc(30% - 30px);
  max-width: 300px;
  padding-left: 2%;
  padding-right: 1%;
  margin-left: 5%;
  border-left: 1px solid lightgray;
  /* padding-top: 30px; */
  padding-bottom: 30px; }

.banner-hover-text-anchor {
  /* position:relative; */
  /* height: 0px; */
  /* width: 0px; */
  /* background-color: #fffcf7; */
  display: block;
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  height: 20em;
  overflow: hidden;
  background-image: url("../../../../../wp-content/uploads/2015/09/iStock-587511034-1024x684.jpg");
  background-size: cover;
  background-position: center; }

.banner-hover-text-container {
  /* position: relative; */
  /* top:10%; */
  /* left: 10%; */
  margin-top: 1em;
  margin-left: 2em;
  margin-right: auto;
  width: 40%;
  min-width: 12em;
  /* margin-right: 10%; */
  /* right: auto; */
  /* width: auto; */ }

.banner-hover-text-container p {
  color: white;
  font-family: fantasy, sans-serif;
  font-size: 200%;
  width: 100%;
  line-height: 1.2;
  padding: 1em;
  background-color: rgba(106, 128, 190, 0.6); }

/* 
.banner-hover-text-container
{
	position: absolute;
	display: inline-flex;
    top: 10%;
	color: white;
	font-family: fantasy;
    font-size: 200%;
    width: 100%;
	line-height: 1.2;
} */
.banner-hover-text-box {
  width: 40%;
  margin-left: auto;
  background-color: rgba(106, 128, 190, 0.6);
  margin-right: 5%;
  height: calc(100% - 20px);
  display: inline-flex;
  padding: 10px;
  padding-left: 20px; }

.dropdown-arrow {
  border-top: solid 2px #585858;
  border-right: solid 2px #585858;
  height: .3em;
  width: .3em;
  display: inline-block;
  margin-right: 2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative; }

.active .dropdown-arrow {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  bottom: 0.1em;
  left: 0.1em; }

h6 {
  font-size: 1.1em; }

.panel > ul {
  padding-left: 15px; }

.section-title {
  color: #4d6aa1;
  font-weight: bold; }

body, p, li {
  color: #131516; }

.content-area a {
  color: #775718;
  text-decoration: underline dashed; }

.course-dates-list-container ul {
  padding-left: 1em; }

.content_flex {
  width: 100vw;
  max-width: 1200px;
  margin: auto; }

.narrow-form > .ccf-form-wrapper > form {
  width: 400px; }

@media only screen and (max-width: 580px) {
  #main {
    font-size: 0.9em;
    line-height: 1.3em; }

  .content_flex {
    width: 100% !important; }

  .right-column {
    border-left: 1px solid lightgray; }

  .mapouter {
    width: 100% !important; }

  .gmap_canvas {
    width: 100% !important; }

  .narrow-form > .ccf-form-wrapper > form {
    width: 70vw; } }

/*# sourceMappingURL=marketing.css.map */
