/*______________HTML ELEMENTS ______________*/
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
 
  line-height:1.5;
  min-height: 100%;
  position: relative;
  color: #202020;
  font-size:18px;

}
button {
  color: rgb(51, 51, 51);
}
img {
  display: block;
  height: auto;
  width: 100%;
}
figcaption.caption {
    color: #6a5584;
    font-weight: 600;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
  }

h1 {
  font-size:44px;
  font-weight: 700;
  line-height: 50px;
  margin:0;
  padding:0;
 
}
h2 {
  color: #D12222,
  font-size:30px;
  font-weight: 700;
  line-height: 36px;
  margin:0;
  margin-top:45px;
  padding:0;
  text-align: center;
  
}
h3 {
  color:#333;
  font-size:19px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
 
}
hr {
  border:0;
  border-bottom:1px solid #e5e5e5;
}
p {
  color:#272727;
  
}

/*___________ GLOBAL ELEMENTS _______________*/
.center {
  margin:0 auto;
  text-align: center;
}
.bg-grey {
  background-color:#f5f5f5;
}
.fnt-bold {
  font-weight: 700;
}
.fnt-light {
  font-weight: 200;
}
.fnt-red {
  color:#d22323;
}

.fnt-white {
  color:#fff;
}

.fnt20 {font-size:20px;line-height: 32px;}


/*______________ HEADER ______________*/

header .headline {
  background-image: 
  url(http://image.e.yelp-business.com/lib/fe5915707c6207757012/m/3/d3000904-a288-411a-bc04-8cc0e9259acb.jpg);
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

header img {
  max-width: 150px;
  padding-top:90px;
  padding-bottom:50px;
}

header h1 {
  color:#fff;
  font-size:30px;
  line-height: 37px;
  
}

header .headline div {
  margin:0 auto;
  max-width: 800px;
  padding:0 5%;
  text-align: center;
 
}
header img {margin:0 auto;}
header .headline h1 {text-align: center;}
header .header-p {
  color:#fff;
  font-size:20px;
  line-height: 26px;
  padding:40px 0;
  text-align: center;
  
}

header button {
  cursor:pointer;
  background: #d22323;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 45px;
  position:relative;
  padding: 5px 76px;
  text-decoration: none;
}
header button:hover {
  background-color: #911818;
  cursor: pointer;
}

@media screen and (min-width: 480px){
  header .headline div {padding:0 3%;}
  header h1 {font-size:44px;line-height: 52px;}
  header .header-p {font-size:30px;
  line-height: 36px;}
  header button {
  margin-bottom: 90px;
  }
}



/*________ 1 COLUMN CENTERED SECTION ______________*/
.one-col {
  background-color:#f5f5f5;
  padding:20px 0;
}
.one-col div {
  margin:0 auto;
  max-width: 900px;
  padding:0 5%;
  text-align: left;
}
.one-col-h2 {
  color:#D12222;
  text-align: center;
}

.one-col-p {
    font-size:18px;
    line-height: 20px;
    text-align: left;
 line-height: 1.6;
}

@media (min-width: 580px){
  .one-col {
  padding:40px 0;
  }
  .one-col-h2 {
    text-align: center;
  } 
  .one-col-p {
    text-align: left;
  }
}

/*________ 1 COLUMN LEFT ALIGNED SECTION ______________*/
.one-col-left {
  background-color: #f5f5f5;
  padding:45px 0;
}
.one-col-left div {
  margin:0 auto;
  max-width: 1000px;
  padding:0 5%;
}
.program-info p{
  text-align: left;
}
.program-info p:nth-child(n+2) {
  margin-left:2em;
}
.program-info hr {
  margin:37px 0;
}

@media (min-width: 580px){
  .one-col-left {
  padding:90px 0;
  font-family: Gotham, sans-serif;
  }
}

/*________ 2 COLUMN SECTION ______________*/
.two-col {
  display: grid;
  grid-template-columns: 1fr;
}
.two-col .container1 {
  background-image: url(http://image.e.yelp-business.com/lib/fe5915707c6207757012/m/3/fcddb0a0-a04a-41fe-9629-38a2dda8aa45.png); 
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  min-height: 450px;
}
.two-col .container2 {
  margin:0 5%;
  padding:45px 0;
  font-family: Gotham;
}
.two-col-p {
  text-align: left;
}
.two-col .container2 p:last-child {
  padding-top:30px;
}
@media (min-width: 580px){
  .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
  .two-col .container2 {
  padding:90px 1em;
  }
  .two-col .container1 {
  min-height: 200px;}
  .two-col-h2 {
    text-align: left;
  }
}



/*________ 3 COLUMN AVATAR SECTION ______________*/
.three-col-section {
  padding:25px 0;

}
.three-col-section-avatar {
  background-color:#f5f5f5;
  padding:25px 0;

}
.three-col-section-avatar .three-col {
  display: grid;
  grid-gap: .2em;
  grid-template-columns: 1fr;
}
.avatar1 {
  border-radius: 50%;
  height:122px;
  margin:0 auto;
  width:122px;
}
.three-col-section-avatar h2 {
  color:#D22323;
  margin-bottom: 55px;
}
.three-col-section-avatar .copy-container {
  margin:0% 0%;
}
@media (min-width: 580px){
  .three-col-section {
  padding:25px 0;
  }
  .three-col-section-avatar {
  padding:25px 0;
  }
  .three-col-section-avatar .three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  }
  .three-col-section-avatar .copy-container {
  margin:0% 0%;
  }
}


/*________ 2 COLUMN GOOGLE LOCATOR SECTION ______________*/
.two-col-map {
  background-color:#FFFFFF;
  display: grid;
  direction: rtl;
  grid-template-columns: 1fr;

}
.container1-map, .container2-map {
  direction: ltr;
}
.two-col-map .container1-map {
  background-image: url(http://image.e.yelp-business.com/lib/fe5915707c6207757012/m/3/fcddb0a0-a04a-41fe-9629-38a2dda8aa45.png); 
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  height: 450px;

}
.two-col-map .container2-map {
  margin:0 6% 0 5%;
  padding:45px 0;

}
.two-col-map .container2-map p {
  text-align: left;

}
.two-col-map .container2-map h2 {
  color:#d22323;
}
.two-col-map .container2-map h3 {
  font-size:22px;
  line-height: 30px;
  text-align: left;
}
.two-col-map .container2-map p {
  font-style: italic;
  padding-bottom:20px;
  padding-left:20px;
  padding-top:10px;
  text-align: left;
}
.two-col-map .container2-map ul {
  color:#272727;
 list-style-type: disc;
 list-style-position: outside;
 margin-left:1em;
}
.location-icon {
  width:27px;
  display: inline-block;
  padding-right:10px;
}
@media (min-width: 800px){
  .two-col-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
  .two-col-map .container1-map {
  min-height: 200px;
  }
  .two-col-map .container2-map {
    margin:0 6% 0 15%;
    padding:90px 0;
  }
  .container2-map h2 {text-align: left;}
}






/*______________ BUTTONS ______________*/

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: inherit;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.primarybtn:hover{
  background-color: #911818;
  cursor: pointer
  }


