/*
Theme Name: Martial Law Museum
Theme URI: /woh-mlm
Description: Martial Law Museum theme
Version: 1.0
Author: Works of Heart
Author URI: Works of Heart
*/
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600,700');

:root {
  --primersc: 'IM Fell Great Primer SC', serif;
  --primer: 'IM Fell Great Primer', serif;
  --dwpica: 'IM Fell DW Pica', serif;
  --ibmplex: 'IBM Plex Sans', sans-serif;
  --blue: #2F88C4;
  --yellow: #F9AD1D;
  --red: #A2263B;
  --indigo: #4B529E;
  --white: #fff;
  --black: #000;
  --gray: #787878;
  --lightgray: #dddddd;
  --h1:3.5rem;
  --h2:2.5rem;
  --h3:1.6rem;
  --h4:1.25rem;
  --h5:0.9rem;
  --h6:0.9rem;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-red {
  background-color: var(--red);
}

.bg-indigo {
  background-color: var(--indigo);
}

body {
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: var(--ibmplex);
  font-size: 14px;
}

a {
  cursor: pointer;
  transition: 0.1s all linear;
}

a:hover {
  transition: 0.1s all linear;
  color: var(--gray);
  text-decoration: none;
}

a:focus {
  color: inherit !important;
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

.container {
  width: calc(100% * 10 / 12);
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row-space {
  border-top: 5px solid transparent;
  margin-top: 70PX;
}

.wide-button {
  background-color: var(--gray);
  text-align: center;
  width: 100%;
  padding: 1em;
  color: var(--white);
  display: inline-block;
}

.wide-button:hover {
  background-color: var(--red);
  color: var(--white);
}

/*-----------------------------------------------------------------------------------*/

/*  General Typography
/*-----------------------------------------------------------------------------------*/

.section-title {
  text-transform: uppercase;
  font-family: var(--primersc);
  display: inline-block;
  margin-bottom: 1em;
}

.section-title span, .page-title-section span {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--ibmplex);
  font-size: var(--h3);
  font-weight: 500;
  margin-left: 15px;
}

/*-----------------------------------------------------------------------------------*/

/*  Home Sections
/*-----------------------------------------------------------------------------------*/


.col-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
  justify-items: center;
  align-items: start;
}

.col-article {
  margin-bottom: 4em;
  width: 100%;
}

.row-articles {
}

.row-article {
  width: 100%;
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
}

.row-article .m-image {
  width: 35%;
}

.row-article > div {
  width: 35%;
}

.row-article .m-objectives {
  width: 20%;
  min-height: 250px;
  background-color: white;
}

.m-image > div:first-child {
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-article:hover .m-image, .col-article:hover .m-title, .row-article:hover .m-image, .row-article:hover .m-title {
  opacity: 0.6;
}

.m-title {
  font-size: var(--h2);
  font-weight: bold;
  color: var(--black);
  margin: 0.75em 0;
  display: inline-block;
}

.m-title:hover {
  color: var(--black);
}

.m-title-hr {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  padding: 0px 20px 0 0;
  padding-left: 0px;
}

.article-cat {
  width: 100%;
}

.article-tag {
  text-transform: uppercase;
  color: var(--white);
  padding: 0.8em;
  display: inline-block;
  width: auto;
}

.row-article .article-tag {
  padding: 0.8em 0 0 !important;
  color: var(--gray);
}

.m-content {

  /*text-align: justify;*/
  padding-left: 0px;
}

.interactive-tag {
  display: inline-block;
  background-color: var(--lightgray);
  padding: 0.4em 0.5em;
  font-size: var(--h5);
  font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/

/*  Page Sections
/*-----------------------------------------------------------------------------------*/

.page-title-section {
  height: 400px;
  padding: 5em 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  position: relative;
}

.page-title-section a {
  color: var(--white);
  font-weight: 500;
}

.title-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
}

.page-title-section .container {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}

.page-title-section .container div {
  width: 40%;
  align-self: flex-end;
}

.page-title-section h1 {
  font-family: var(--primersc);
  text-transform: uppercase;
}

.page-title-section span {
  margin-left: 0px;
}

.article-tag.bg-none {
  color: var(--gray);
  padding: 0.8em 0;
}

#magaral-page .m-title, #manindigan-page .m-title {
  margin: 0px 0px 0.75em;
}

#filter-articles label {
  font-weight: normal;
  margin-right: 10px;
}

#filter-articles {
  margin: 3em auto 2em;
}

#filter-articles form {
  display: inline-block;
  margin-right: 1em;
}

#filter-articles select, #filter-articles option, #filter-articles input {
  padding: 0.2em;
}

#filter-articles input[type="submit"] {
  padding: 0.2em 1em;
}

.err-msg {
  color: #A30025;
  font-size: 20px;
}

#why-teach-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

#section-manindigan {
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  justify-content: flex-end;
}

#section-manindigan > div {
  align-self: flex-end;
  margin-bottom: 2em;
}

/*-----------------------------------------------------------------------------------*/

/*  Article Page
/*-----------------------------------------------------------------------------------*/

.article-header-image {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.social-media {
  position: absolute;
  left: 0px;
  top: 520px;
}

.social-media > * {
  display: block;
  margin: 10px 0;
}

#fbShareBtn, #twitterShareBtn {
  width: 40px;
}

#fbShareBtn:hover, #twitterShareBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.article-content {
  margin: 3em auto;
  width: calc(100% * 8/12);
}

#lang-select {
  padding: 0.8em 0;  
  float: right;
}

#lang-select a {
    text-transform: uppercase;
    background: var(--lightgray);
    padding: 2px 10px;
    margin: 2px;
    color: var(--black);
}


 #lang-select a.selected {
      background: var(--red);
    color: white;
}

@media only screen and (max-width:650px) {

  #lang-select {
    float: none;
  }

}


.article-content p, .article-content ul li, .magturo-content ol li {
  font-size: var(--h3);
  line-height: 1.7em;
}

.article-content h1.article-title {
  font-family: var(--primer);
  font-weight: 500;
  font-size: var(--h1);
  margin: 0 0 1em;
}

.article-content h1 {
  font-size: var(--h2);
  font-family: var(--primer);
  font-weight: 500;
  line-height: 1.5em;
  margin: 1.5em 0 1em;
}

.article-content h2 {
  font-family: var(--primer);
  font-size: var(--h3);
  line-height: 1.4em;
  width: 80%;    /*margin: 0 0 1em 1em;*/
}

.article-content h2 a {
  text-decoration: underline;
}

.article-content h3 {
  font-family: var(--ibmplex);
  font-weight: 500;
  font-size: var(--h4);
}

.article-content h4, .references ol li, .references ul li {
  font-family: var(--ibmplex);
  font-size: var(--h4);
  color: var(--gray);
  font-weight: normal;
  line-height: 1.7em;
}

.article-content a {
  color: var(--red);
}

.article-content h5 {
  font-size: var(--h3);
  line-height: 1.5em;
  color: var(--indigo);
  font-family: var(--ibmplex);
  width: 60%;
}

.article-content h6 {
  font-size: 1.3em;
  padding: 0px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.article-content blockquote {
  border-left: 0;
  padding: 20px;
}

.article-content blockquote p {
  font-family: var(--primer);
  font-size: var(--h2);
}

#article-related {
  padding: 3em 0;
  border-top: 1px solid var(--black);
}

#lesson-content {
  width: calc(100% * 10 / 12);
}

#magturo-content {
  display: flex;
  font-size: var(--h3);
  line-height: 1.7em;
}

.sidebar {
  width: 25%;
  padding: 2em;
	padding-top:3em;
  background-color: #E9FCFF;
}

.sidebar-content {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray);
}

.sidebar-content a, .sidebar-content a:active, .sidebar-content a:visited {
  color: var(--black);
}

.sidebar-content a:hover {
  color: var(--indigo);
}

.sidebar-content .english {
  font-weight: bold;
  margin-bottom: 5px;
}

.sidebar-content .filipino {
  font-style: italic;
}

.magturo-content {
  padding-left: 5%;
  flex: 1;
}

.magturo-content .header-image {
  max-height: 400px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.magturo-content .magturo-content-title {
  font-weight: bold;
}

.magturo-content .modality-container {
  display: none;
}

.magturo-content .modality-container.active {
  display: block;
  width: 100%;
}

.magturo-content .modality-container.active h3 {
  font-size: 20px;
  font-weight: bolder;
  color: #a8383b;
  margin: 10px;
}

.magturo-content h6 {
  padding: 20px 0 10px 0;
}

.magturo-content h5 {
  padding: 20px 0 10px 0;
}

.in-anchor-margin:before {
  display: block;
  content: " ";
  margin-top: -65px;
  height: 65px;
  visibility: hidden;
}

#module, #worksheet {
  margin: 0px 0px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 10px 20px;
  min-width: 80%;
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/

/*  Header
/*-----------------------------------------------------------------------------------*/


.navbar-brand {
  font-family: var(--dwpica);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--red);
  height: 100px;
  width: calc(100% * (3 / 12));
  min-width: 300px;
  display: flex;
  padding: 0;
}

.home-link {
  color: var(--white);
  font-size: var(--h2);
  line-height: 1.2em;
  flex: 1;
  align-self: center;
  margin-left: calc(100% * 2 / 12);
}

.home-link:hover, .home-link:focus, .home-link:hover:focus {
  opacity: 0.8;
  color: var(--white) !important;
}

#navbar a {
  padding: 18px 30px;
  font-weight: bold;
  font-size: var(--h3);
  text-transform: uppercase;
  font-family: var(--primersc);
  color: var(--black);
}

.nav-subtitle {
  font-family: var(--ibmplex);
  font-size: var(--h4);
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-menu {
  display: none;
}

#navbar li:hover .dropdown-menu {
  display: block;
}

.navbar-nav>li>.dropdown-menu {
  padding-top: 1px;
  left: 0;
  width: 200%;
  z-index: 1;
  box-shadow: none;
  border: none;
  padding-bottom: 0px;
}

#navbar .dropdown-menu li {
  background-color: var(--gray);
  margin: 0;
  border: none;
}

#navbar .dropdown-menu>li>a {
  color: #FFF;
  padding: 20px 30px;
  font-weight: initial;
  font-family: var(--ibmplex);
  text-transform: none;
  border-bottom: 1px solid #B3B3B3;
  font-size: var(--h4);
}

#navbar .dropdown-menu>li>a:hover {
  background-color: #5c5c5c;
  color: white;
}

/*-----------------------------------------------------------------------------------*/

/*  Home Slider
/*-----------------------------------------------------------------------------------*/

#main_section {
  padding: 0;  /*margin-top: 72px;*/
  height: 100vh;
  overflow: hidden;
}

#main_section > div {
  padding: 0;
  margin: 0;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  outline: none;
}

.slider-img {

  /*width: 100%;*/
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.b1-l1, .b1-l2 {
  padding-top: 5%;
}

.slider-img:first-child {
  position: relative;
}

/* Center Header */
#main_section span {
  position: absolute;  /*height: 100%;*/

  /*width: 100%;*/

  /*z-index: 99;*/
  font-size: 4vmax;
  color: white;  /*font-family: Santander;*/
  font-family: var(--ibmplex);
  font-weight: bold;
  vertical-align: bottom;
  line-height: 4vmax;
}

/* slick dots */
#main_section .slick-dots {

  /*background-color: #3498DB;*/
  z-index: 15;
  width: auto;
  height: auto;
  right: 0;
  bottom: 50%;
  transform: translate(0, 50%);
}

#main_section .slick-dots li {
  display: block;
  right: 0;
  margin: 30px 30px;
}

#main_section .slick-dots li button:before {
  font-size: 14px;
  color: white;
  opacity: .5;
}

#main_section .slick-dots li button:hover:before {
  opacity: 1;
  color: black;
}

#main_section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

#carouselNav {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  margin-top: -100px;
  z-index: 100;
  position: relative;
}

.carousel-nav-item {
  flex: 1;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--background-color);
  transition: box-shadow .2s ease-in-out;
  font-size: var(--h3);
  padding: 0 1em;
}

.carousel-nav-item p {
  margin: 0;
}

.carousel-nav-item.active {
  box-shadow: 0 -20px 0 var(--background-color);
}

.carousel-date {
  margin: 0;
  color: #000;
  opacity: 0.5;
}

.parallax-header-container {
  position: relative;
}

.parallax-header-container img.mobile {
  display: none;
}

.home-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: calc(100% * 5 / 12);
  min-width: 600px;
  z-index: 10;
  font-family: var(--ibmplex);
  font-size: var(--h4);
  padding: 30px calc(100% * 0.5 / 12) 8em;
  color: var(--white);
  transition-duration: 0.4s;
}

.home-header-title {
  font-size: var(--h1);
  margin-bottom: 0px;
  font-family: var(--primer);
}

.home-header-description {
  font-size: var(--h3);
  display: inline-block;
  vertical-align: middle;
  font-family: var(--ibmplex);
}

/*-----------------------------------------------------------------------------------*/

/*  Goal Section
/*-----------------------------------------------------------------------------------*/

#goal-section {
  background-color: #efefef;
}

#goal-section .container {
  width: calc(100% * 9/12);
}

#partners-section .container {
  width: calc(100% * 9/12);
  display: flex;
  flex-wrap: wrap;
}

#partners-section .container > div {
  width: 50%;
}

#partners-section img {
  max-height: 50px;
  margin: 0 0.8em 0.8em;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
}

#goal-section h2 {
  font-family: var(--primer);
  font-weight: bold;
  color: var(--black);
  line-height: 1.35em;
  padding: 3em 0;
  max-width: 80%;
}

/*-----------------------------------------------------------------------------------*/

/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer, #footer-menu {
  color: var(--white);
  background-color: var(--indigo);
}

#footer {
  border-bottom: 1px solid var(--white);
}

#footer .container, #footer-menu .container {
  padding: 3em 0;
}

#footer .container div, #footer-menu .container div {
  width: calc(100% * 5/12);
}

#footer h2 {
  margin: 40px 0 30px 0;
  font-family: var(--dwpica);
}

#footer-menu .container > div {
  display: flex;
}

#footer-menu .container > div > div {
  width: 50%;
}

#footer-menu a {
  color: var(--white);
  text-transform: uppercase;
}

#footer-menu a:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/

/*  Loading Screen
/*-----------------------------------------------------------------------------------*/

#loader {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background-color: black;
}

#loader .bg-image {
  height: 100vh;
  width: 50%;
  float: left;
}

#loader p {
  font-family: var(--ibmplex);
}

.loader-top {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%);
  color: #FFF;
  text-align: center;
  font-family: var(--ibmplex);
}

.loading-title {
  font-family: var(--dwpica);
}

.loader-left {
  background-position: right 65% !important;
}

.loader-right {
  background-position: left 65% !important;
}

.loader-subs {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.loader-subs span {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: white;
  text-align: center;
  background-color: black;
  padding: 6px 15px;
  font-family: var(--ibmplex);
  font-weight: bold;
}

.loadergif {
  height: 4vh;
  width: 100%;
  position: absolute;
  top: 69%;
  left: 48.7%;
  z-index: 20;
}

.loadergif img {
  height: 100%;
}

.intro button, .quiz button {
  background: var(--indigo);
  border: 0;
  padding: 5px 20px;
  font-size: var(--h3);
  cursor: pointer;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.intro button:hover, .quiz button:hover {
  background: var(--red);
}

.intro button {
  margin-top: 20px;
}

button:focus {
  outline: none;
}

.intro, .quiz, .end {
  width: 100%;
}

.end {
  display: none;
  margin-top: 30px;
}

.lies {
  padding: 1em 3em;
  background: #eae5e5;
  border-top: 12px solid var(--red);
}

.lie {
  border: 1px solid #eae5e5;
  padding: 1.5em 3em 1.5em 1.5em;
  display: flex;
  margin-bottom: 1em;
  align-items: flex-start;
}

.lie:hover {
  background: #eae5e5;
}

.lie img {
  width: 20%;
  margin-right: 1.5em;
}

.lie h2 {
  font-family: var(--ibmplex);
  border-bottom: 1px solid var(--red);
  width: 100%;
  padding-bottom: 0.5em;
}

.quiz-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 30px;
  display: none;
}

.quiz-item h2 {
  font-size: var(--h3);
  font-family: var(--ibmplex);
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 20px;
  background-color: var(--indigo);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.lies h2 {
  font-size: var(--h3);
  font-family: var(--ibmplex);
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 20px;
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.quiz-item h2 span {
  float: right;
}

.choices {
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding: 1em 1em 2em;
  background: #f7f7f7;
}

.choice {
  padding: 1em 1.5em;
  border: 2px solid #fff;
  margin: 0 0.5em;
  cursor: pointer;
  background: #fff;
  width: 33%;
}

.choice p {
  line-height: 1.5em;
}

.choice:hover {
  border: 2px solid var(--blue);
  background: #f8fcff;
}

.choice.-selected:hover {
  border: 2px solid var(--red);
}

.choice img {
  width: 100%;
}

img.wrong {
  display: none;
}

.choice.-selected {
  background: #9e0a23;
  color: white;
}

.-selected img {
  display: none;
}

.-selected img.wrong {
  display: block;
}

.explanation {
  display: none;
  padding: 1em 3em;
  background: #eae5e5;
  border-bottom: 5px solid var(--red);
  margin-bottom: 1em;
}

.explanation h3 {
  color: var(--red);
  font-size: var(--h2);
  font-weight: bold;
}

.next {
  align-self: flex-start;
  display: none;
}

.end h3 {
  font-size: var(--h3);
}

.end h1 {
  margin: 0.5em 0 0;
  color: var(--red);
  font-size: var(--h2);
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--ibmplex);
}

@media only screen and (max-width:1100px) {
  .choices {
    flex-direction: column;
  }

  .choice {
    width: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .choice img {
    width: 30%;
    margin-right: 15px;
  }

  .lie h2 {
    margin: 0;
  }

}

@media only screen and (max-width:500px) {
  .quiz-item h2 span {
    display: block;
    width: 100%;
  }

}

@media only screen and (max-width:675px) {
  .social-media {
    position: absolute;
    left: 0px;
    top: 65vh;
  }

  #fbShareBtn, #twitterShareBtn {
    width: 2em;
  }

}

@media only screen and (max-width:900px) {
  .navbar-brand {
    width: 100%;
    height: auto;
    padding: 1em 0;
  }

  .navbar-brand br {
    display: none;
  }

  .home-link {
    margin-left: calc(100% * 1 / 12);
  }

  .m-objectives {
    display: none;
  }

  .row-article .m-image {
    width: 50%;
  }

  .row-article > div {
    width: 45%;
  }

  #partners-section .container > div {
    width: 100%;
    margin-bottom: 2em;
  }

  .page-title-section .container div {
    width: 100%;
  }

  .article-content {
    width: 100%;
  }

  #why-teach-video {
    display: none;
  }

  .article-header-image {
    height: 200px;
  }

  #magturo-content {
    display: block;
  }

  .sidebar {
    width: 100%;
    border-right: 0px;
  }

  .magturo-content {
    padding-left: 0%;
  }

  .col-article, .row-article {
    margin-bottom: 2em;
  }

  #filter-articles form {
    margin-bottom: 1em;
  }

  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    font-family: var(--primer);
    font-size: var(--h1) !important;
    padding: 1em;
    line-height: 1.5em !important;
    height: auto;
    border-bottom: 1px solid var(--white);
  }

  #responsive-menu-container #responsive-menu li.responsive-menu-item a span {
    font-size: var(--h3);
    font-family: var(--ibmplex);
    display: block;
    line-height: 1.2em;
  }

}

@media only screen and (max-width:768px) {
  .parallax-header-container img:not(.mobile) {
    display: none;
  }

  .parallax-header-container img.mobile {
    display: block;
    width: auto;
    position: relative;
    height: 100%;
  }

  .parallax-header-container.scaled img:not(:first-child) {
    transform: scale(1);
    transform-origin: 0;
  }

  .home-header-content {
    display: none;
  }

  .carousel-nav-item {
    font-size: var(--h4);
  }

  .page-title-section .container {
    display: block;
  }

  .page-title-section {
    min-height: 250px;
    height: auto;
  }

  .row-article {
    display: block;
  }

  .row-article > div, #footer .container div, #footer-menu .container div {
    width: 100%;
  }

  #goal-section h2 {
    max-width: 100%;
  }

}