/* ========================================================
                      UNIVERSAL
========================================================*/
*{
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
a{
  text-decoration: none;
}
.clear:before,
.clear:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear:after {
    clear: both;
}

.underline-link{
  color: #0000EE;
}
.underline-link a{
  color: #0000EE;
}
.underline-link:visited {
    color: #0000EE;
}

.morecontent span {
    display: none;

}
.morelink {
    display: block;
    color: #0000EE;
}

/* ========================================================
                      NAVIGATION SECTION
========================================================*/

.navigation-menu {
  position: fixed;
  width: 80%;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(132,17,0,1) 0%, rgba(132,17,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(132,17,0,1) 0%,rgba(132,17,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(132,17,0,1) 0%,rgba(132,17,0,0.8) 100%),
  url("../Assets/apropos_cover_buildings.jpg"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841100', endColorstr='#cc841100',GradientType=1 ); /* IE6-9 */
  color: white;
  z-index: 1000;
  transform: translate3d(0,0,0);
  transition: transform 1.5s ease-in-out;
}
.active-nav .navigation-menu{
  transform: translate3d(-100%,0,0);
}


.wrapper-menu{
  padding:40px;
  margin: 0 auto;
}

.nav-box{
  float:left;
}

.middle{
  width: 100%;
  height: 307px;
}

/* ========================================================
                      LEFT SECTION
========================================================*/
.left-section{
  width:10%;
}
.left-section .menu-logo{
  color: white;
  font-size: 20px;
  display:block;
  padding-top: 60px;
}
.left-section p{
  -ms-transform: rotate(-90deg); /* IE 9 */
  -ms-transform-origin: 0% 0% 0; /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 0% 0% 0; /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: 0% 0% 0;
  margin-top: 4em;
  text-transform: uppercase;
  font-size: 10px;
}

/* ========================================================
                      MIDDLE SECTION
========================================================*/
.middle-section{
  width:45%;
}

.middle-section img{
  width: 130px;
}
.main-title{
  width: 150px;
}

.main-links{
  padding-left: 0px;
}

.term_links>a{
  color: white;
  text-decoration: none;
}

.bold{
  font-weight: 500!important;
}

.main-links li a{
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
  text-decoration: none;
  color: white;
  list-style: none;
  font-size: 22px;
}

.main-links ul{
  padding-left: 0px !important;
  text-align: left;
}

.main-links li{
  padding-left: 0px !important;
  list-style: none;
  line-height: 1.8;
  width: 40%;
}

.logo-box li{
  list-style: none;
  float: left;
}

.social-icons ul{
  margin-top: 6em;
  padding: 0;
}
.sm-logo img{
  width: 45px;
  margin-right: 30px;
}
/* ========================================================
                      RIGHT SECTION
========================================================*/
.right-section{
  width:45%;
  padding-top: 60px;
  font-weight: 200;
}
.section-title{
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 31px;
}
.section-description{
  font-weight: 200;
}
.right-section .section-description{
  line-height: 1.9;
}
.newsletter-input{
  font-weight: 200;
  font-size: 14px;
  margin-top: 7em;
}

.newsletter-input p{
  margin-bottom: 15px;
  font-weight: 200;
}
.newsletter-input input{
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  color:white;
  width: 50%;
}
.newsletter-button{
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  color:white;
  width: 30%;
}

.middle-section>.newsletter-input{
  display: none;
}

.newsletter-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.newsletter-input input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.newsletter-input input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.newsletter-input input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
/* ========================================================
                      HEADER SECTION
========================================================*/
.header{
  position: fixed;
  top:0;
  width: 100%;
  padding: 20px 100px;
  background: white;
  z-index: 4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header ul {
  float: left;
  width: 100%;
  padding-left: 0;
}
.header li{
  list-style: none;
  display: block;
}

.header img{
  float: right;
  width: 130px;
  margin-right: 5px;
  padding-top: 0;
}

.menu-undeline{
  display:inline-block;
  border-bottom: 3px solid #841100;
  padding-bottom:10px;
  color: black;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ========================================================
                      VISION SECTION
========================================================*/

.vision-section{
  max-width: 1220px;
  margin: 0 auto;
  padding: 2em;
  position: relative;
}

.block-section{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.vision-section-text{
  top: 4em;
  position: relative;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.vision-section-text p{
  padding-bottom: 0;
  font-weight: 200;
  font-size: 1.1em;
  line-height: 1.9;
}

.vision-section-text p:last-child {
  padding-bottom: 60px;
}

.vision-section-final-image{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Final-vision-image.png") 100% center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-size: 100%;
  z-index: 0;
  margin: 20px auto;
  width: 93%;
  height: 350px;
  position: relative;
  top: -2em;
}

/* ========================================================
                      MAIN SECTION IMAGES
========================================================*/
.about-section-image{
  width: 300px;
  margin: 1em 13em;
  position: relative;
  z-index: 1;
  padding: 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.4) 12.02%,rgba(0, 0, 0, 0.8) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.1202,rgba(0, 0, 0, 0.4) ),color-stop(1,rgba(0, 0, 0, 0.8) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%),
  url("../Assets/Main-Background-Image.png");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 415px;
  z-index: 1;
}
.about-section-image-mobile{
  display: none;
}
.about-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/about-background.jpg") no-repeat center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

/*.about-block-bottom{
  width: 300px;
  display: flex;
  justify-content: center;
  position: relative;
  top: -7em;
  margin: 1em auto;
  position: relative;
  z-index: 1;
  padding: 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.4) 12.02%,rgba(0, 0, 0, 0.8) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.1202,rgba(0, 0, 0, 0.4) ),color-stop(1,rgba(0, 0, 0, 0.8) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.4) 12.02%, rgba(0, 0, 0, 0.8) 100%),
  url("../Assets/about-bottom-image.png");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  height: 415px;
  z-index: 1;
}*/

.vision-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Vision-Background-Image2.png") no-repeat center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.history-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/History-Background-Image-1.png")no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.team-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Team-Background-Image-1.png")no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.gallery-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Gallery-Background-Image.jpg")center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.blog-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Blog-Background-Image.png")center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}
.jobs-background{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/Jobs-Page-Image.png")center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.main-section-image{
  width: 66%;
  height: 445px;
  background-color: rgba(0,0,0, .5);
  margin-top: 1em;
  position: relative;
  left: 30%;
  z-index: 1;
  padding: 20px;
}
/*  First Page, first section image */
.about-block{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 7em;
  height: 600px;
}

.top-block{
  max-width: 1220px;
  margin: 7em auto 0 auto;
}

.about-text-wrapper{
  width: 50%;
  padding: 3em;
  position: relative;
  top: 20%;
  float: left;
  left: -37px;
  margin-top: 50px;
  font-weight: 200;
}
.about-text-wrapper2{
  width: 50%;
  padding: 3em;
  position: relative;
  top: 20%;
  float: right;
  margin-top: 50px;
  font-weight: 200;
}
.about-wrapper, .about-wrapper2{
  float:right;
  width: 45%;
}

.about-section-image2{
  float: right;
}

.containing-text p{
    width: 100%;
    padding-bottom: 30px;
  font-weight: 300;
  line-height: 2.5em;
  font-weight: 200;
}

.section-image-text {
  position: absolute;
  left: 100px;
  bottom: 0;
  font-size: 48pt;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 6.2pt;
}
.section-image-text-small{
  font-size: 48pt;
}

.section-image-text::after{
  width: 60px;
  height: 4px;
  display: block;
  top: 33px;
  position: absolute;
  left: -133px;
  content: '';
  background-color: white;
}

.floating-section-text {
  position: absolute;
  left: 49px;
  bottom: 34px;
  font-size: 7pt;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.floating-section-box i{
  position: absolute;
  left: 60px;
  bottom: 20px;
  font-size: 14pt;
  color: white;
}



.department-title {
  text-transform: uppercase;
  text-decoration: none;
  color:black;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.department-title:hover{
  color: #841100;
  cursor:pointer;
}

.department-title a{
  text-transform: uppercase;
  text-decoration: none;
  color:black;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}


.department-title a:hover{
  color: #841100;
  cursor:pointer;
}
.underline-title{
  color: #841100;
  font-size: 15pt;
  margin-top: 0px;
  font-weight: 600;

}

/* ========================================================
                      FLOATING BOX ANIMATION
========================================================*/
.floating-section-box {
  width: 31%;
  height: 440px;
  background-color: #841100;
  position: absolute;
  top: 200px;
  left: 70px;
  float: left;
  z-index: -0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 2.0s ease-out;
  -ms-transition: all 2.0s ease-out;
  transition: all 2.0s ease-out;
}
/*.main-floating-section-box.fade-in{
  opacity:1;
  margin: 1em auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}*/

.about-floating-section-box{
  width: 300px;
  height: 350px;
  background-color: #841100;
  position: relative;
  top: -300px;
  float: left;
  z-index:-0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 2.0s ease-out;
  -ms-transition: all 2.0s ease-out;
  transition: all 2.0s ease-out;
}

.floating-section-box.fade-in{
  opacity:1;
  margin: 1em auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-floating-section-box.fade-in{
  opacity:1;
  margin: 1em auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ========================================================
                      FOOTER SECTION
========================================================*/
.footer-vision{
  background: -moz-linear-gradient(left, rgba(132,17,0,1) 0%, rgba(132,17,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(132,17,0,1) 0%,rgba(132,17,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(132,17,0,1) 0%,rgba(132,17,0,0.8) 100%),
  url("../Assets/footer-background2.png")center ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841100', endColorstr='#cc841100',GradientType=1 ); /* IE6-9 */
  background-repeat: no-repeat;
  height: 150px;
  padding: 3em;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  flex-direction: row;

}

.footer-next{
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  float:left;
  display: inline-block;
  margin: 18px 60px;
}

.footer-next-underline{
  border-bottom: 2px solid white;
  padding-bottom:10px;
  font-size: 12pt;
}

.footer-button{
  width: 150px;
  border: 1px solid white;
  float: left;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
  position: relative;
  top: -10px;
}
.footer-vision h4{
  font-size: 14pt;

}

/* ========================================================
                      PHOTO GALLERY
========================================================*/
.photo-wrapper-parent{
  width: 100%;
  /*display: inline-block;*/
  max-width: 1280px;
  margin: 0 auto;
}

.photo-wrapper{
  width: 100%;
  padding: 0 60px;
  margin: 10px auto 50px;
  /*position: relative;
  top: 50px;*/
  display:-webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  margin: 20px auto 110px;
  margin-top: 20px;
}
.photo-wrapper>div:first-child{
  width: 34%;
}
.photo-wrapper>div:nth-child(2){
  width: 34%;
}

.photo-block{
  margin: 50px 45px;
  width: 200px;
  height: 337px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

.photo-pic{
  width: 203px;
  background-color: black;
  height: 300px;
  margin-bottom: 20px;
}

.photo-block h2{
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 17px;
}

.photo-block h4{
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 200;
  margin-top: 0px;
  font-size: 14px;
}


/* ================================================
                    TIME LINE
===================================================*/
.history-block{
  margin-top: 3em;
}

.history-block-mobile .container{
  padding: 50px 60px;
}

.timeline-picture{
  width: 80%;
  height: 40%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 70px auto;
  max-height: 600px;
}
.timeline-picture > img{
  width: 100%;
  height: auto;
}

.header2 {
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.history-block-mobile{
  max-width: 1220px;
  margin: 0 auto;
  padding: 1em;
  position: relative;
  padding-top: 100px;
}

.timeline-item-vertical {
  padding: 3em 2em 2em;
  position: relative;
  color: black;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.timeline-item-vertical p {
  font-size: 1rem;
  color: #585858;
  font-weight: 300;
}

.timeline-item-vertical h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6em;
}

.timeline-item-vertical::before {
  content: attr(data-is);
  position: absolute;
  left: 2em;
  top: 0;
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  color: #8c8c8c;
}

.timeline-item-vertical::after {
  width: 5px;
  height: 5px;
  display: block;
  top: 0;
  position: absolute;
  left: -4px;
  border-radius: 10px;
  content: '';
  border: 1px solid #6E6E6E;
  background: #6E6E6E;
}

.timeline-item-vertical:last-child {
  border-left: none;
  margin-left: 1px;
}

/* ================================================
                    GALLERY LINE
===================================================*/
.gallery-wrapper{
  top: 4em;
  position: relative;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.gallery-section{
padding: 10px 60px 150px 60px;
}
.gallery-section-image{
  box-shadow: 7px -7px #841100;
}
.live-events-gallery{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/live-events-bg.jpg") 100% center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-size: 100%;
  z-index: 1;
  background-position: 40% 50%;
  margin: 20px auto;
  width: 100%;
  height: 350px;
  /*position: relative;
  top: -2em;*/
  text-align: center;
}
.life-events-gallery::before {
  display: block;
  height: 350px;
  width: 100%;
  background-color: #841100;
  position: absolute;
  top:2em;
  content: '';
  z-index: 0;
}

.behind-the-scenes-gallery{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/behind-the-scenes-bg.jpg") 100% center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-size: 100%;
  z-index: 0;
  background-position: 40% 50%;
  margin: 20px auto;
  width: 100%;
  height: 350px;
  /*position: relative;
  top: -2em;*/
}
.student-life-gallery{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 0.8) 0%,rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 0, 0, 0.8) ),color-stop(1,rgba(0, 0, 0, 0.2) ));
  background : -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%),
  url("../Assets/student-life-bg.jpg") 100% center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000' , GradientType=1);
  background-size: 100%;
  z-index: 0;
  background-position: 40% 50%;
  margin: 20px auto;
  width: 100%;
  height: 350px;
  /*position: relative;
  top: -2em;*/
}
.cross {
  display: none;
}
.term_links{
  font-weight: 200;
  text-transform: uppercase;
  font-size: 10pt;
}

.sm-logo:last-child>a>img{
  margin-right: 0;
}


/* ================================================
                    BLOG LINE
===================================================*/
.blog-wrapper{
  top: 3em;
  position: relative;
  padding: 70px 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.blog-article{
  width: 50%;
  height: 313px;
  padding: 20px;
  margin: 0 auto 50px;

}

.blog-article-background{
  width: 445px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;

}
.blog-card{
  width: 400px;
  height: 161px;
  background-color: white;
  padding: 15px;
}

.blog-article a{
  color: #000;
  text-decoration: none;
}

.blog-card h2{
  font-weight: 700;
}

.blog-card p{
  font-weight: 200;
}

/*.blog-card:hover{
  transform: translate(1px, 1px)
             scale(1.01);
}*/

.border-wrapper{
  overflow: hidden;
  height: 20px;
  width:100%;
}
.career_div{
  padding-bottom: 50px;
  width: 100%;
  font-weight: 300;
}
.career_div>h1{
  text-align: center;
  font-weight:600;
  padding-bottom:20px;
}
.career_jd{
  color: #8F8F8F;

}
.career_jd>h1{
  font-size: 0.9em;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;

}
.career_jd>p{
  padding-bottom: 10px;
  letter-spacing: 1px;
  margin-top:0;
  line-height: 28px;
  font-weight:300;
}

.blog-border{
  background-color: #841100;
  height: 10px;
  width: 100%;
  position: relative;
  left: -100%;
  overflow: hidden;
  transition: left .5s ease;
  content: "";
}

.article-one .blog-article-background{
  background-image:url("../Assets/A1%20thumbnail.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}

.article-two .blog-article-background{
  background-image:url("../Assets/A2%20thumbnail.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.article-three .blog-article-background{
  background-image:url("../Assets/A3%20thumbnail.jpg");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.article-four .blog-article-background{
  background-image:url("../Assets/A4%20thumbnail.jpg");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* ================================================
                    BLOG - Articles
===================================================*/

.a1-hero-background {
  width: 100%;
  margin:0 auto;
  /*max-width: 1280px;*/
  height: 699px;
  background-image: url("../Assets/article-one-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.a2-hero-background{
  width: 100%;
  /*max-width: 1280px;*/
  height: 699px;
  background-image: url("../Assets/article-two-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.a3-hero-background{
  width: 100%;
  /*max-width: 1280px;*/
  height: 699px;
  background-image: url("../Assets/article-three-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.a4-hero-background{
  width: 100%;
  /*max-width: 1280px;*/
  height: 699px;
  background-image: url("../Assets/article-four-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.blog-title-holder .social-icons{
  padding: 20px 80px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.blog-title-holder .social-icons ul{
  margin-top: 2em;
}


.blog-top-half{
  width: 100%;
  border-bottom: 7px solid #841100;
  margin-bottom: 40px;
}

.blog-body-wrapper{
  padding: 10px 80px;
  max-width: 1280px;
  margin: 0 auto;
}

.blog-main-body p{
  font-size: 20px;
  font-weight: 200;
}

.blog-top-half h2{
  font-size: 30px;
}

.video-wrapper{
  width: 960px;
  margin: 40px auto;
}

.youtube-icon-title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.youtube-icon-title img{
    width: 54px;
    margin-right: 20px;
}

.youtube-icon-title h3{
    color: #8e8e8e;
    text-transform: uppercase;
    display: inline-block;
}

.hidden{
  display: none;
}

.smaller{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.smaller>.header{
  padding: 0 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.smaller>.header>ul>li>.section-title{
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.smaller>.header img {
  width:70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.padding-left-17{
  padding-left: 17px;
}
/* ==============================================
                 MEDIA QUERIES
================================================*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
  .newsletter-input-tab{
    display: none;
  }
  .newsletter-input{
    display: block;
  }

  .section-image-text {
    /*font-size: 20pt;*/
  }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* ========================================
  BLOGS
  ==================================*/
  .a1-hero-background {
    width: 100%;
    /*max-width: 1280px;*/
    height: 360px;
    max-height: 700px;
  }
  .a2-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 360px;
    max-height: 700px;
  }
  .a3-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 360px;
    max-height: 700px;
  }
  .a4-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 360px;
    max-height: 700px;
  }
  .photo-wrapper{
    padding: 0 20px;
  }
  .newsletter-input-tab{
    display: none;
  }

  .header2 > .header_logo_class {
    margin-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .cross {
    display: block;
  }
  .footer-button {
    width: 174px;
    text-transform: capitalize;
    top: 0;
    letter-spacing: 4px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -7%;
    vertical-align: bottom;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

  /* ==============================
  GALLERY
  ====================================
  */
  .gallery-wrapper{
    padding: 0 15px 00px 15px;
    top: 0;
  }
  .gallery-section {
    padding: 50px 10px 0 10px;
  }
  /* ========================================
  BLOGS
  ==================================*/
  .a1-hero-background {
    width: 100%;
    /*max-width: 1280px;*/
    height: 500px;
    max-height: 700px;
  }
  .a2-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 500px;
    max-height: 700px;
  }
  .a3-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 500px;
    max-height: 700px;
  }
  .a4-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 500px;
    max-height: 700px;
  }
  .blog-card {
    width: 90%;
  }
  .blog-article {
    width: 50%;
  }
  .blog-wrapper {
    padding: inherit;
  }
  .blog-article-background {
    width: 100%;
  }
  .blog-card h2 {
    font-size: 14pt;
    font-weight: 700;
  }
  .blog-body-wrapper {
    padding: 10px 30px;
  }
  iframe{
    height: 500px;
  }
  .blog-top-half h2 {
    font-size: 28px;
  }
  /*=================*/
  .photo-wrapper{
    padding: 0 20px;
  }

  .newsletter-input{
    display: none;
  }
  .newsletter-input-tab{
    display: block;
    font-weight: 200;
    font-size: 19px;
    margin-top: 7em;
  }

  .newsletter-input-tab p{
    margin-bottom: 15px;
  }
  .newsletter-input-tab input{
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    color:white;
    width: 50%;
  }

  .navigation-menu {
    width: 100%;
  }

  .section-image-text {
    font-size: 20pt;
    bottom: 0;
  }

  .main-section-image {
    margin-top: -10px;
    height: 350px;
  }

  .floating-section-box {
    height: 256px;
    top: 276px;
  }

  /*MENU SECTION*/
  .underline {
    display: none;
  }
  a.menu-logo>.fa-close{
    display: none;
  }
  .cross{
    font-weight: 200;
    /*font-family: unset;*/
    display: block;
  }
  .main-links {
    width: 10%;
    padding: 0;
  }

  .middle-section {
    text-align: center;
    width: 90%;
  }

  .left-section .menu-logo, .left-section {
    color: rgba(255,255,255,0.6)
  }


  .right-section {
    display: none;
  }

  .middle-section > img {
    width: 120px;
  }

  .social-icons ul {
    /*padding: 0 0 0 20%;*/
    margin-top: 1em;
  }

  /*.middle{
    height: 226px;
  }*/
  .logo-box li {
    list-style: none;
    float: none;
    display: inline-block;
  }

  .section-title {
    display: none;
  }

  .middle-section > .newsletter-input-tab {
    display: block;
    margin-top: 2em;
  }
  .sm-logo img {
    width: 50px;
    margin-right: 20px;
  }
  /*=======================
   HEADER SECTION
   =======================*/
  .header {
    display: none;
    padding: 0;
  }

  .header li {
    padding: 0;
    display: inline-block;
  }

  .header li:first-child {
    float: left;
  }

  .header ul {
    text-align: center;
    width: 100%;
  }

  .header2 {
    display: block;
    padding-top: 15px;
    position: relative;
    z-index: 2;
    height: 130px;
    background-color: white;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header2 > .menu_class {
    display: inline-block;
    padding: 32px 0 0 34px;
    font-size: 9pt;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  a.white {
    color: #000 !important;
  }

  .header2 > .menu_class > a {
    border-bottom: 3px solid #841100;
    padding-bottom: 5px;
    text-decoration: none;
    color: #000;
  }

  .header2 > .header_logo_class {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: calc(45% - 20px);
    vertical-align: bottom;
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header2 > .header_logo_class > a > img {
    width: 140px;
  }

  .smaller>.header2{
    height: 64px;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .smaller>.header2 > .menu_class {
    display: inline-block;
    padding: 26px 30px 0 30px;
    font-size: 9pt;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .smaller>.header2 > .header_logo_class {
    top: 12px;
    left: calc(50% - 25px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .smaller>.header2>.header_logo_class > a > img {
    padding-top: 0;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }

  .fa-close-button {
    display: none;
  }


  /*=============================================
                      HISTORY
  =============================================*/
  .timeline-item-vertical h1 {
    font-weight: 600;
  }
  .history-block-mobile{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .history-block-mobile .container{
    padding: 30px 10px;
  }

  /*=============================================
                      TEAM
  =============================================*/

  .photo-wrapper {
    top: 20px;
    padding: 0;
  }
  .photo-block{
    margin: 10px 20px;
    float: left;
    text-align: center;
    flex: 1 1 auto;
    height: auto;
  }
  .photo-pic{
    height: 180px;
    width: 120px;
  }
  .photo-pic > img{
    height: 180px;
    width: 120px;
  }
  .photo-title{
    width: 120px;
  }
  .photo-title> h2{
    font-size: 9pt;
  }
  .photo-title> h4{
    font-size: 9pt;
  }

  /* ========================================================
                        VISION SECTION
  ========================================================*/
  .vision-section {
    padding: 0;
  }

  .about-block {
    width: 100%;
    display: flex;
    justify-content: center;
    position: initial;
    /* top: 7em; */
  }

  .about-section-image-mobile {
    display: block;
    width: 100%;
    height: 250px;
    margin: 50px 0 0 0;
  }

  .about-wrapper {
    display: none;
  }

  .about-text-wrapper {
    width: 100%;
    padding: 2em;
    position: relative;
    top: 0;
    float: none;
    margin-top: 0;
    font-weight: 300;
    text-align: justify;
    left: auto;
  }

  .main-section-image {
    width: 100%;
    left: initial;
    margin-top: -20px;
    z-index: 1;
  }

  .top-block {
    margin: 0;
  }

  .section-image-text {
    width: 100%;
    text-align: center;
    left: inherit;
  }

  .vision-section-text {
    top: 0;
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: justify;
    font-size: 10pt;
  }

  .floating-section-box {
    display: none;
  }

  .container {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
  }


  /*===========================
  FOOTERS
  ============================*/
  .footer-vision {
    padding: 3em 0;
  }

  .footer-next-underline {
    border-bottom: 5px solid white;
    padding-bottom: 12px;
    font-size: 9pt;
    letter-spacing: 4px;
    font-weight: 500;
  }
  .footer-button {
    width: 174px;
    text-transform: capitalize;
    top: 0;
    letter-spacing: 4px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -6%;
    vertical-align: bottom;
  }
  .footer-vision h4 {
    font-size: 19pt;
    line-height: 4px;
  }

  .header2 > .header_logo_class {
    /*margin-left: 30px;*/
  }
  .about-block{
    height: auto;
  }
}
/* BLOG */
.video-wrapper{
  width: 100%;
  height: auto;
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  /* ==============================
 GALLERY
 ====================================
 */
  .gallery-wrapper{
    padding: 0 15px 0px 15px;
    top: 0;
  }
  .gallery-section {
    padding: 0 10px 0 10px;
  }
  .live-events-gallery, .behind-the-scenes-gallery, .student-life-gallery{
    height: 180px;
  }
  .gallery-section-image {
    box-shadow: 4px -4px #841100;
  }
  /*==============================
  BLOG
  ===============================*/
  .blog-card {
    width: 90%;
  }
  .blog-article {
    width: 100%;
  }
  .blog-wrapper {
    padding: inherit;
  }
  .blog-article-background {
    width: 100%;
  }
  .blog-card h2 {
    font-size: 14pt;
    font-weight: 700;
  }
  .a1-hero-background {
    width: 100%;
    /*max-width: 1280px;*/
    height: 230px;
    max-height: 700px;
  }
  .a2-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 230px;
    max-height: 700px;
  }
  .a3-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 230px;
    max-height: 700px;
  }
  .a4-hero-background {
    width: 100%;
    max-width: 1280px;
    height: 230px;
    max-height: 700px;
  }
  .blog-body-wrapper {
    padding: 10px 20px;
  }
  .blog-title-holder .social-icons {
    padding: 0 50px;
    width: 100%;
  }
  .blog-top-half h2 {
    font-size: 19px;
  }
  iframe{
    height: 260px;
  }
  /*=============================*/
  .photo-wrapper{
    padding: 0;

  }

  .about-block{
    height: auto;
  }
  .left-section .menu-logo, .left-section {
    color: rgba(255,255,255,0.6)
  }

  a.menu-logo>.fa-close{
    display: none;
  }

  .cross {
    display: block;
  }

  .newsletter-input-tab{
    display: none;
  }
  .newsletter-input input{
    width: 50%;
  }
  .newsletter-button{
    width: 50%;
  }

  .navigation-menu {
    width: 100%;
  }

  .section-image-text {
    font-size: 20pt;
    bottom: 0;
  }

  .main-section-image {
    height: 450px;
  }

  .floating-section-box {
    height: 256px;
    top: 276px;
  }

  /*MENU SECTION*/
  .underline {
    text-align: left;
    padding: 0;
    margin: -42px 0 0 0;
    display: none;
  }

  .main-links {
    width: 10%;
    padding: 0;
  }

  .middle-section {
    text-align: center;
    width: 90%;
  }
  .middle-section > img {
    width: 80px;
  }

  .left-section {
    width: 10%;
    /*display: none;*/
  }

  .right-section {
    display: none;
  }


  .social-icons ul {
    /*padding: 0 0 0 20%;*/
    margin-top: 1em;
  }

  /*.middle{
    height: 226px;
  }*/
  .logo-box li {
    list-style: none;
    float: none;
    display: inline-block;
  }

  .section-title {
    display: none;
  }

  .middle-section > .newsletter-input {
    display: inline-block;
    margin-top: 2em;
  }
  .newsletter-input input{
    width: 100%;
  }
  .newsletter-button{
    margin-top: 10px;
    width: 100%;
  }
  .sm-logo img {
    margin-right: 20px;
  }
  /*=======================
   HEADER SECTION
   =======================*/
  .header {
    display: none;
    padding: 0;
  }

  .header li {
    padding: 0;
    display: inline-block;
  }

  .header li:first-child {
    float: left;
  }

  .header ul {
    text-align: center;
    width: 100%;
  }

  .header2 {
    display: block;
    padding-top: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }

  .header2 > .menu_class {
    display: inline-block;
    padding: 30px;
    font-size: 9pt;
    font-weight: 500;
    /*position: fixed;*/
    /*background: rgba(0,0,0,0.6);*/
    top: 20px;
    left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


  }

  a.white {
    color: #000 !important;
  }

  .header2 {
    display: block;
    padding-top: 25px;
    position: relative;
    z-index: 2;
    height: 130px;
    background-color: white;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }

  .header2 > .menu_class > a {
    border-bottom: 3px solid #841100;
    padding-bottom: 5px;
    text-decoration: none;
    color: #000;
  }

  .header2 > .header_logo_class {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: calc(45% - 20px);
    vertical-align: bottom;
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .smaller>.header2{
    height: 64px;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .smaller>.header2 > .menu_class {
    display: inline-block;
    padding: 26px 30px 0 30px;
    font-size: 9pt;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .smaller>.header2 > .header_logo_class {
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .smaller>.header2>.header_logo_class > a > img {
    padding-top: 0;
    width: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

  }
  .header_logo_class > a > img {
    padding-top: 15px;
    width: 100px;
  }

  .fa-close-button {
    display: none;
  }


  /*=============================================
                      HISTORY
  =============================================*/
  .timeline-item-vertical h1 {
    font-weight: 600;
  }
  .history-block-mobile{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .history-block-mobile .container{
    padding: 30px 10px;
  }


  /*=============================================
                      TEAM
  =============================================*/

  .photo-wrapper {
    /*top: 20px;*/
    /*width: 44vh;*/
  }
  .photo-block{
    margin: 10px 20px;
    float: left;
    text-align: center;
    flex: 1 1 auto;
    height:auto;
  }
  .photo-pic{
    height: 180px;
    width: 120px;
    margin: 0 auto;
  }
  .photo-pic > img{
    height: 180px;
    width: 120px;
  }
  .photo-title{
    width: 120px;
    margin: 0 auto;

  }
  .photo-title> h2{
    font-size: 9pt;
  }
  .photo-title> h4{
    font-size: 9pt;
  }

  /* ========================================================
                        VISION SECTION
  ========================================================*/
  .vision-section {
    padding: 0;
  }

  .about-block {
    width: 100%;
    display: flex;
    justify-content: center;
    position: initial;
    /* top: 7em; */
  }

  .about-section-image-mobile {
    display: block;
    width: 100%;
    height: 250px;
    margin: 50px 0 0 0;
  }

  .about-wrapper {
    display: none;
  }

  .about-text-wrapper {
    width: 100%;
    padding: 2em;
    position: relative;
    top: 0;
    float: none;
    margin-top: 0;
    font-weight: 300;
    text-align: justify;
    left: auto;
  }

  .main-section-image {
    width: 100%;
    left: initial;
    margin-top: -80px;
    z-index: 1;
  }

  .top-block {
    margin: 0;
  }

  .section-image-text {
    width: 100%;
    text-align: center;
    left: inherit;
  }

  .vision-section-text {
    top: 0;
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: justify;
    font-size: 10pt;
  }

  .floating-section-box {
    display: none;
  }

  .container {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
  }


  /*===========================
  FOOTERS
  ============================*/
  .footer-vision {
    padding: 3em 0;
  }

  .footer-next-underline {
    border-bottom: 5px solid white;
    padding-bottom: 12px;
    font-size: 9pt;
    letter-spacing: 4px;
    font-weight: 500;
  }
  .footer-button {
    width: 174px;
    text-transform: capitalize;
    top: 0;
    letter-spacing: 4px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -7%;
    vertical-align: bottom;
  }
  .footer-vision h4 {
     font-size: 19pt;
     line-height: 4px;
   }
}


@media (min-width: 360px) and (max-width: 766px) {
.photo-block{
  width: 38%;
  }
.photo-block{
  display: block;
  }

}
