section.footlinks > h3 > a , a.text--gold{color:#ffc72c;}
h1#lglogo {padding: 0;font-size: 1em;}
ul.cards {justify-content:space-around;justify-content:space-evenly; max-width:100%;max-width:calc(100% + 0.6em);}
 ul.cards:first-child {margin-left: -0.6em;}
    .flex h3 + ul {margin-top:0.5rem;}
      .flex h3 + ul li {padding-left:1rem;}

.card--margin1rem {margin: 1rem;}
.card--marginHalfRem {margin: 0.5rem;}
.card--marginQuarterRem {margin: 0.25rem;}
.floatinginfobox {
    background-color: #e5e8ed; 
    padding: 0px 15px 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	line-height: 30%;
	border-radius: 4px;
}
.floatinginfocontent {
	font: bold 30px/30px 'Norwester', Arial, sans-serif;
	letter-spacing: 2px;
    padding: 10px;
    background-color: #041e42;
    color: #ffc72c;
    font-weight: bold;
    font-size: large;
	border-radius: 4px;
}
.floatinginfosubcontent {
    font: bold 25px/25px
	color: #041e42;
    font-weight: bold;
	line-height: 100%;
}
.box-4 {
  padding: 15px 0px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #818ea1;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:10px;
    height:100%;
    width:100%;
    position:absolute;
}
.container_cards {
    width: 100%;
}
a.button {
  font: bold 30px/30px 'Norwester', Arial, sans-serif;
  letter-spacing: 2px;
  border-radius: 4px;
  background-color: #041e42;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 28px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px 5px 45px 2px;
  font-weight: bold;
}

a.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

a.button:hover span {
  padding-right: 25px;
  color: #ffc72c;
}

a.button:hover span:after {
  opacity: 1;
  right: 0;
}
.txt7 {
    font: bold 14px/18px 'Roboto', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
}
.boxed {
  border-radius: 4px;
  background-color: #c5d4e6;
  border: none;
  color: #000000;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 6px;
}
.boxed2 {
  border-radius: 4px;
  background-color: #c5d4e6;
  border: none;
  color: #000000;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 6px;
}
.speech-bubble {
	position: relative;
	background: white;
	border-radius: 1.1em;
	margin-bottom: 15px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 48px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-left: 0;
	margin-left: -24px;
	margin-bottom: -48px;
}
p.thick {
    font-weight: bold;
}
p.a {
     text-align: left;
	padding: 10px;
}
p.b {
     text-align: center;
}
p.space {margin-top: 2px;}
.top--img--program {float: center; margin: 8px;}
.callout--img--program{float: center; padding: 5px;}
.hr--program--gold{width: 100%; height: 5px; display: block; margin: 0 auto; border: none; background-color: #ffc72c;}
@media only screen and (max-width: 479px){
.container_cards {
    padding: 0 15px;
    width: 99%;
}
.divbackground {
    background-color: #98a7bc;
    width: 100%;
    padding: 5px;
    margin: 0px;
}
.button {
  margin: 5px 2px 5px 2px;
}}
