body {
    margin:0;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

p {
line-height: 1.5;
}

.container-content{
    max-width:960px;
    margin: auto;
    padding: 0px 4px;
}

.container{
    display: flex;
    width:100%;
    /*margin: auto*/
    max-width:960px;
    margin: auto;
}

#pg-title{
    display: flex;
    position:relative;
    width:100%;
    margin:auto;
    max-width:960px;
}
header {
    display:flex;
    height:180px;
    justify-content: center;
    align-items: center;
    background:url(../images/pattern.png);
    background-size: cover;
}
header .container {
}

.brand-container {
    margin: auto auto auto 0;
}
.brand-container a {
    display:flex;
    flex-wrap: wrap;
    text-decoration: none;
    font-weight:bold;
    color:#ffffff;
    line-height:1.2;
    font-size:34px;
}
.brand-container span {
    display:inline-block;
    background:#000000;
    padding:0 5px;
    margin:0;
}
.brand-container span:first-child {
    margin-right:100%;
}
.brand-container a .blue-color {
    color:#00CEFF;
}

#header-logo {
    margin: auto 0 auto auto;
}

#header-logo img {
    max-width:140px;height:auto;
}
.nav-bar {
    display:flex;
    /*height:60px;*/
    height:49px;
    background:#000;
    align-items: center;
    justify-items:flex-start;
}
.nav-container{
display: flex;
width:100%;
margin: auto;
max-width:960px;
}
/*.nav-bar ul{
    display:flex;
    flex-flow:row;
    list-style: none;
/*    margin:auto auto auto 0;*/
    padding:0;
}
.nav-bar ul li {
    margin:2px 15px;
}
.nav-bar ul li:first-child {
    margin-left:0;
}
/*.nav-bar ul li a {
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    border-bottom:1px solid transparent;
    transition:all .5s ease;
}
.nav-bar ul li:hover a {

    border-bottom:1px solid #fff;
}*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*.
.dropbtn {
  background-color: #000;
  color: white;
font-size: 1em;
font-weight: bold;
  border: none;
}

dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
/*
.dropdown:hover .dropbtn {background-color: #01CEFD;
  color: black;
}*/
/*.dropdown:hover .dropbtn {text-decoration: underline;}*/

.page-header {
    display:flex;
    position:relative;
    height:260px;
    background:#272922;
    justify-content: flex-end;
    margin-bottom:80px;
    background-image: url("../images/lgl-home-pgtitle-960.png");
    background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.page-header2 {
    display:flex;
    position:relative;
    height:260px;
    background:#272922;
    justify-content: flex-end;
    margin-bottom:80px;
    background-image: url("../images/lgl-toolkit-banner2.png");
    background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.page-header3 {
    display:flex;
    position:relative;
    height:260px;
    background:#272922;
    justify-content: flex-end;
    margin-bottom:80px;
    background-image: url("../images/lgl-toolkit-banner3.png");
    background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.page-header4 {
    display:flex;
    position:relative;
    height:260px;
    background:#272922;
    justify-content: flex-end;
    margin-bottom:80px;
    background-image: url("../images/lgl-toolkit-banner4.png");
    background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.page-title {
  display: inline-flex;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  padding: 10px;
  margin: 0;
  position: absolute;
  bottom: -30px;
  max-width: 400px;
  }

/*.page-title2 {
    display:inline-flex;
    background:#000000;
    color:#ffffff;
    font-size:28px;
    padding:10px;
    margin:0;
    position:absolute;
    bottom:-50px;
    max-width:350px;
    min-width: 300px;
    min-height: 200px;
}---*/

/**** material sheet UL LI ***/
.sheet li { padding: 5px 0px; }

.section {
    padding: 10px 0;
    margin:10px auto;
}
.page-title h1 {
    margin:auto;
}

.page-title2 h1 {
    margin:auto;
}
.icon-section .container {
    background:#f8f8f8;
    flex-flow: column;
    box-shadow:0 0 10px rgba(0,0,0,.5)
}
.icon-section .container>div {
    padding:20px;
}
.icon-section .section-title {
    font-size:30px;
    margin:auto;
    text-align:center;
    font-weight:normal;
    max-width:650px;
    padding:5px;
    border-bottom:1px solid #999;
}
.icon-section .container .cards-container {
    display:flex;
    flex-flow: row;
    justify-content: center;
    align-items:center;
    padding:15px 30px 30px 30px;
}

.card {
    display:flex;
    flex-flow: column;
    justify-content:center;
    align-items: center;
    padding:10px;
    width:calc(31% - 20px);
    margin:auto 1%;
    flex-grow:1;
    background-color: #eeeeee;
}
.card .card-title {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:2px 10px;
    margin:auto;
    font-size:18px;
    flex-grow:1;
    min-height:60px;
}

.card .card-title h3 {
    margin:auto;
    text-align:center;
}
.card img {
  max-width: 150px;
}

.img-activity{  max-width: 90px;}

.card .card-body {
    padding:5px 10px;
    margin:0 auto;
}

.card .card-body p {
    margin:4px auto;
    font-size:1.1rem;
    line-height:1.5;
    text-align: center;
}
#learning-outcomes-section.section .container {
    background:#fff;
    flex-flow: column;
    box-shadow:0 0 10px rgba(0,0,0,.5);
}
#learning-outcomes-section.section .container>div {
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items: center;
    padding:40px;
}

#learning-outcomes-section.section .section-title {
    margin:5px auto;
    font-size:34px;
    padding: 0 0 10px 0;
    border-bottom:1px solid #aaa;
}
#learning-outcomes-section.section .section-subtitle {
    margin:4px auto;
    font-size:240x;
    font-weight:normal;
    color:#555;
    max-width:520px;
    text-align:center;
}

#learning-outcomes-section.section ul {
    margin:25px auto;
}
#learning-outcomes-section.section ul li {
    margin:10px 0;
}

#learning-outcomes-section.section p {
    font-weight:bold;
    text-align:center;
    margin:5px  auto;
    max-width:520px;
}


/*---- main-text ----*/
.under {
  text-decoration: underline red;
}
.main-text-section.section .container {
    background:#fff;
    flex-flow: column;
    box-shadow:0 0 10px rgba(0,0,0,.5);
}
.main-text-section.section .container>div {
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items: center;
    padding:40px;
}

.main-text-section.section .section-title {
    margin:5px auto;
    font-size:34px;
    padding: 0 0 10px 0;
    border-bottom:1px solid #aaa;
}
.main-text-section.section .section-subtitle {
    margin:4px auto;
    font-size:240x;
    font-weight:normal;
    color:#555;
    max-width:520px;
    text-align:center;
}

.main-text-section.section p {

    margin:5px  auto;

}

/*--- columns ---*/
.container{
  display:flex;}

.column-1 {
width: 28%;  margin:auto 4%;
/*flex-basis: 70%;  sets initial width to 70% */
}

.column-2 {
width:68%; margin: auto 4%;
}

 .time {
   font-size: 1.2em;
 line-height: 1.5;}

.box {
background-color: #F1F2F2;
padding: 10px;

border-top: 2px solid rgb(116, 113, 113);
margin: 1rem;

}

/*end column*/



footer {
    background:#000;
    color:white;
    padding:30px 0;
}
footer .container{
    flex-flow:row;
    flex-wrap:wrap;
}

footer a {
    color:white;
}
footer .footer-text {
    width:73%;
    padding:5px 1%;
}
footer p {
    margin:10px auto;
}
.footer-logos {
    width:23%;
    padding:5px 1%;
    margin:auto;
}
.footer-logos img {
    max-width:100%;
    height:auto;
    margin:auto;
}
.container-img {
  display: flex;
flex-wrap: wrap;
padding: 5px;
}
.img-cc{
width: 100%;
max-width: 30px;
height: auto;}

.item{margin: 5px;}
/*activities left column type of essential*/
.main-act {
  width: 100%;
  display: flex;
  align-items:center;
}

.main-act img{
  padding-right: 5px;
}

.main-act div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  align-items:center;
}

.main-act div:nth-of-type(2) {
  flex-basis: 75%;
}

/*responsive navigation with dropdown*/

.topnav {
  overflow: hidden;
  background-color: #333;
  /*position:absolute;*/
  z-index: 2;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
