#astme #maincontent {
  padding: 0 0 40px 0;
  margin: 0;
  -webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 9px -7px rgba(0,0,0,0.4);
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background: #fff;
  width: 100%;
  z-index: 0;
}

/*Banner section*/

#astme #maincontent #banner-txt {
  padding: 0px;
}

#astme #maincontent #banner-txt .banner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  background: none !important;
  background-color: #ffffff !important;
}

#astme #maincontent #banner-txt .banner #parent > div.image.imgposleft > img {
  -webkit-animation: banner-fade-in 4s ease-out both;
  -moz-animation: banner-fade-in 4s ease-out both;
  -o-animation: banner-fade-in 4s ease-out both;
  animation: banner-fade-in 4s ease-out both;
}

#astme #maincontent #banner-txt .banner.sub div.image.imgposleft > img {
  margin-left: 0px;
}

#astme #maincontent #banner-txt .banner img {
  max-width: none;
}

@keyframes banner-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#astme #maincontent #banner-txt .banner h2 {
  font-weight: 400;
  color: #d1b400;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

/*Breadcrumb*/

#astme #breadcrumb {
  display: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 4px;
}

#astme #breadcrumb #breadcrumb-txt {
  padding: 0px;
}

#astme #breadcrumb #breadcrumb-txt .breadcrumb  ol.list-inline {
  margin-top: 0px;
  margin-bottom: 0px;
}

#astme #breadcrumb #breadcrumb-txt .breadcrumb {
  margin-left: 28px;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
}

#astme #breadcrumb .list-inline > li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  color: #666;
  font-size: 11.9px;
  line-height: 16.66px;
  font-family: Verdana, Geneva;
  font-weight: 400;
  -webkit-text-stroke: 0.25px;
}

#astme #breadcrumb .list-inline > li a {
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid transparent;
}

#astme #breadcrumb .breadcrumb li a:hover {
  border-bottom: 1px solid #666;
}

#astme #breadcrumb-txt .breadcrumb li + li::before {
  padding: 0;
  color: #ccc;
  content: "/\00a0";
}

/*second section*/

#astme #second-section #second-section-txt {
  padding: 0px;
}

#astme #second-section #second-section-txt .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  padding: 15px 15px 0;
  padding-left: 0px !important;
}

#astme #second-section #second-section-txt .inner-content h1 {
  margin: 20px 0 10px 0;
  text-align: left;
  font-family: 'Proxima-Nova-Cond-Light';
  color: #d1b400;
  font-size: 42px;
  line-height: 46.2px;
  font-weight: 400;
  -webkit-text-stroke: 0 !important;
}

#astme #second-section #para-txt {
  padding: 0px;
}

#astme #second-section #para-txt .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#astme #second-section #para-txt .inner-content p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  font-size: 14px;
  line-height: 25.2px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
}

/*Third section*/

#astme #grid-section-txt {
  padding: 0px;
}

#astme #grid-section-txt .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  display: inline-block;
  margin: 20px auto 0;
  padding-bottom: 20px;
  width: 100%;
}

#astme #grid-section-txt .inner-content .first-side {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#astme #grid-section-txt .inner-content .interactive-button {
  font-family: 'Proxima-Nova-Cond-Light';
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 1em 0;
  text-align: center;
}

#astme #grid-section-txt .inner-content .interactive-button.visible-xs {
  display: none;
}

#astme #grid-section-txt .inner-content .interactive-button p a {
  display: block;
  font-family: 'Proxima-Nova-Cond-Light';
  width: 100%;
  color: #d1b400;
  font-weight: 700;
  overflow: hidden;
  outline: medium none;
  position: relative;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 19.6px;
  line-height: 35.28px;
  text-decoration: none;
  -webkit-text-stroke: 0.25px;
}

#astme #grid-section-txt .inner-content .interactive-button p a:before {
  background: none repeat scroll 0 0 #666;
  color: #dde0e0;
  content: attr(data-hover);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0s;
  -ms-transition: -mz-transform 0.3s ease-in-out 0s;
  -o-transition: -o-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  width: 100%;
  z-index: -1;
}

#astme #grid-section-txt .inner-content .interactive-button p a:hover {
  text-decoration: none;
}

#astme #grid-section-txt .inner-content .interactive-button a:hover:before, 
#astme #grid-section-txt .inner-content .first-side .interactive-button a:focus:before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

#astme #grid-section-txt .inner-content .interactive-button a span {
  background: none repeat scroll 0 0 rgb(209, 180, 0);
  color: #ffffff;
  display: block;
  padding: 0.1em 1em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0s;
  -ms-transition: -mz-transform 0.3s ease-in-out 0s;
  -o-transition: -o-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  -webkit-text-stroke: 0.25px;
}

#astme #grid-section-txt .inner-content .interactive-button a:hover span, 
#astme #grid-section-txt .inner-content .interactive-button a:focus span {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

#astme #grid-section-txt .inner-content .second-side {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

#astme #grid-section-txt .inner-content .second-side .text h2 {
  font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
  text-align: left;
  margin: 1em 0 0.5em;
  color: #d1b400;
  -webkit-text-stroke: 0 !important;
  font-size: 30px;
  line-height: 28.5px;
}

#astme #grid-section-txt .inner-content .second-side .text p {
  margin: 0;
  -webkit-text-stroke: 0.25px;
  font-size: 14px;
  line-height: 25.2px;
  color: #666;
  font-weight: 400;
  font-family: Verdana, Geneva;
}

#astme #grid-section-txt .inner-content .third-side {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*==============Responsive design===========*/

@media (min-width: 768px) {
    
  #astme #maincontent {
    padding: 0 0 40px 0;
    margin: 0;
    height: auto;
    position: relative;
  }
  
  /*Banner section*/
  
  #astme #maincontent #banner-txt .banner {
    margin: 0 0 12px;
  }

  #astme #maincontent #banner-txt .banner.sub > #parent {
    position: relative;
  }

  #astme #maincontent #banner-txt .banner.sub .image.imgposleft {
    height: 250px;
    overflow: hidden;
  }

  #astme #maincontent #banner-txt .banner #parent > div.image.imgposleft > img {
    min-height: 100%;
    height: 100%;
  }

  #astme #maincontent #banner-txt .banner.sub .text.align_image_text {
    width: 50%;
  }

  #astme #maincontent #banner-txt .banner.sub .text.align_image_text {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  #astme #maincontent #banner-txt .banner h2 {
    animation: 2s linear .5s normal both 1 running fadeIn;
    position: static;
    text-align: right;
    vertical-align: middle;
    display: block;
    color: #d1b400;
    font-size: 56px;
    line-height: 53.2px;
    padding: 40px 12vw 0px 0px;
    margin: 0;
    font-family: 'Amatic-Bold';
    -webkit-text-stroke: 0 !important;
  }
  
  /*Breadcrumb*/

  #astme #breadcrumb {
    position: relative;
    z-index: 1001;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    display: block;
  }

  #astme #breadcrumb #breadcrumb-txt .breadcrumb {
    display: block;
  }

  #astme #breadcrumb-txt .breadcrumb li + li::before {
    padding: 0;
  }
  
  /*second section*/
  
  #astme #second-section #second-section-txt .inner-content {
    padding: 15px 0px 0;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }

  #astme #second-section #para-txt .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }
  
  /*Third section*/
  
  #astme #grid-section-txt .inner-content {
    display: table;
    width: 1170px;
    float: none;
  }

  #astme #grid-section-txt .inner-content .first-side {
    padding-left: 0;
    width: 25%;
    float: left;
  }

  #astme #grid-section-txt .inner-content .second-side {
    width: 50%;
    float: left;
  }

  #astme #grid-section-txt .inner-content .third-side {
    float: left;
    width: 25%;
    padding-right: 0;
    padding-left: 0;
  }

  #astme #grid-section-txt .inner-content .interactive-button.hidden-xs {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
    
    /*Banner section*/
    
  #astme #maincontent #banner-txt .banner.sub .image.imgposleft {
    margin: auto;
    height: 270px;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  #astme #maincontent #banner-txt .banner.sub img {
    max-height: none;
  }
}

@media only screen and (min-width: 1200px) {
    
     /*Banner section*/
     
  #astme #maincontent #banner-txt .banner.sub .image.imgposleft {
    max-height: 280px;
  }

  #astme #maincontent #banner-txt .banner.sub img {
    max-height: none;
  }

  #astme #maincontent #banner-txt .banner.sub .text.align_image_text {
    top: 8px;
  }
  
  /*Third section*/
  
  #astme #grid-section-txt .inner-content {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
   /*Banner section*/
   
  #astme #maincontent #banner-txt .banner h2 {
    font-size: 56px;
    line-height: 53.2px;
    letter-spacing: -1.3px;
  }
  
  /*Breadcrumb*/
  
  #astme #breadcrumb .list-inline > li {
    line-height: 21.42px;
  }
}

@media only screen and (min-width: 1801px) {
    
  #astme #second-section #second-section-txt .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }

  #astme #second-section #para-txt .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }

  #astme #grid-section-txt .inner-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
    max-width: 80% !important;
    word-break: break-word;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
    
     /*Banner section*/
   
  #astme #maincontent #banner-txt .banner h2 {
    letter-spacing: -1.2px;
  }
  
   /*Breadcrumb*/
  
  #astme #breadcrumb .list-inline > li {
    font-size: 11.05px;
    line-height: 17.68px;
  }
  
  /*second section*/
  
  #astme #second-section #second-section-txt .inner-content h1 {
    font-size: 39px;
    line-height: 42.9px;
  }

  #astme #second-section #para-txt .inner-content p {
    font-size: 13px;
    line-height: 20.8px;
  }
  
  /*Third section*/
  
  #astme #grid-section-txt .inner-content .second-side .text p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #astme #grid-section-txt .inner-content .interactive-button p a {
    font-size: 18.2px;
    line-height: 29.12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
    
    /*Banner section*/
    
  #astme #maincontent #banner-txt .banner h2 {
    letter-spacing: -1.2px;
  }
  
  /*Breadcrumb*/
  
  #astme #breadcrumb .list-inline > li {
    font-size: 11.05px;
    line-height: 17.68px;
  }

  #astme #maincontent #banner-txt .banner {
    margin: 0 0 5px;
  }
  
  /*second section*/
  
  #astme #second-section #second-section-txt .inner-content h1 {
    font-size: 39px;
    line-height: 42.9px;
    margin-top: 30px;
  }

  #astme #second-section #para-txt .inner-content p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #astme #grid-section-txt .inner-content .second-side .text p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #astme #grid-section-txt .inner-content .interactive-button p a {
    font-size: 18.2px;
    line-height: 29.12px;
  }
}

@media (max-width: 767px) {
    
     /*Banner section*/
     
  #astme #maincontent #banner-txt .banner #parent > div.image.imgposleft > img {
    max-height: 30vh;
  }

  #astme #maincontent #banner-txt .banner h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    margin: 0;
    text-align: center !important;
    font-size: 30px;
    line-height: 39px;
    padding-right: 2px !important;
    padding-left: 2px !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    font-family: 'Amatic-Bold';
    -webkit-text-stroke: 0 !important;
  }
  
  /*second section*/
  
  #astme #second-section #second-section-txt .inner-content h1 {
    font-size: 39px;
    line-height: 42.9px;
     -webkit-text-size-adjust: 100%;
  }

  #astme #second-section #para-txt .inner-content p {
    font-size: 13px;
    line-height: 18.2px;
     -webkit-text-size-adjust: 100%;
  }
  
  /*Third section*/
  
  #astme #grid-section-txt .inner-content .first-side {
    width: 42%;
  }

  #astme #grid-section-txt .inner-content .interactive-button p a {
    font-size: 18.2px;
    line-height: 25.48px;
     -webkit-text-size-adjust: 100%;
  }

  #astme #grid-section-txt .inner-content .second-side .text p {
    font-size: 13px;
    line-height: 18.2px;
     -webkit-text-size-adjust: 100%;
  }

  #astme #grid-section-txt .inner-content .interactive-button.visible-xs {
    display: block;
  }

  #astme #grid-section-txt .inner-content .interactive-button.hidden-xs {
    display: none !important;
  }

  #astme #grid-section-txt .inner-content .second-side {
    width: 55%;
  }

  #astme #grid-section-txt .inner-content .third-side {
    display: none;
  }

  #astme #grid-section-txt .inner-content .third-side {
    width: 42%;
  }
}

@media (max-width: 480px) {
    
  #astme #grid-section-txt .inner-content .second-side .text h2 {
    margin-top: 0;
  }

  #astme #grid-section-txt .inner-content .second-side {
    padding: 0px;
    margin: 0 0 20px 0;
  }
}

