body.full {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #193051;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#main-resource {
  display: none;
  background-color: #193051;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.main-resource-micro {
  display: flex !important;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.carousel-wrapper {
  width: 800px;
  height: 459px;
}


.padding-top-20 {
  padding-top: 20px;
}


.center {
  text-align: center;
}

.custom-link a {
  font-weight: 700;
}

.template-header {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 0;
} 

.template-medal img {
  max-width: 150px;
  margin-top: 20px;
  margin-left: 40px;
}

.template-medal{
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}

.template-content {
  text-align: center;
}

.preview-heading-text {
  font-size: 40px;
  font-weight: 600;
  color: #BDE541;
  padding: 20px 0 30px 0;
  line-height: 48px;
}

.preview-body-text p{
  padding-bottom: 20px;
}

.preview-body-text p{
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 21.94px;
}

.preview-bg-color{
  background-color: #193051;
}

.template-content {
  max-width: calc(100% - 400px);
}

.template-footer {
  text-align: center;
  position: relative;
  z-index: 0;
  flex: 1;
}

.body-content{
  padding: 30px 0;
  background: #F2F3F3;
}

.content-container{
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.template-footer .img-or {
  position: absolute;
  width: 43px;
  height: 43px;
}

.template-footer .title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.template-footer .footer-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 20px 0px 20px;
}

.template-footer .footer-content .more-infos {
  text-align: center;
}

.template-footer .footer-content .content-body {
  text-align: left;
  margin-bottom: 20px;

}


.template-footer .footer-content .content-item {
  padding: 7.5px 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: "Montserrat";
  width: 270px;
  min-width: 270px;
  min-height: 192px;
  color: #345C8B;
  line-height: normal;
  font-weight: 500;
}

.template-footer .footer-content .content-item .content-title {
  font-family: "Righteous Regular";
  font-size: 16px;
  padding: 5px 0px;
  margin-bottom: 15px;
  color: #FFFFFF;
  background: #345C8B;
  line-height: normal;
  font-weight: 400;
}

.phish-reporter-gmail .phish-icon{
  max-width: 160px;
}

.dot-icon{
  max-width: 24px;
  position: relative;
  top: 5px;
}

.contact-service-desk, .more-infos{
  word-break: break-word;
}

.template-footer .footer-content .content-item .content-body .row div:first-child {
  font-weight: 700;
}

.display-link {
  color: #467599;
  text-decoration: none;
  font-weight: 700;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.margin-top-10 {
  margin-top: 10px;
}

.margin-0{
  margin: 0px;
}

.justify-content-center{
  display: flex;
  justify-content: center;
}

.col-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-7 {
  flex: 0 0 auto;
  width: 60%;
}

div[class*="html5gallery-fullscreen-title"] {
  display: none !important;
}

.text-footer{
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: center;
  color: #FFFFFF;
  background: #011111;
  padding: 10px 40px;
}

.text-footer .text-highlight{
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: center;
  color: #9FD8DB;
}

@media only screen and (max-width: 820px) {
  .carousel-wrapper {
    width: 640px;
    height: 383px;
  }
}


@media only screen and (min-width: 760px) {

  .template-footer .img-or {
    top: calc(50% - 33px);
  }
}

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

  .template-footer .img-or {
    bottom: 260px;
  }
}

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

  .template-medal{
    position: relative;
    left: 0%;
  }
  .template-content {
    max-width: calc(100% - 80px);
  }

  .template-medal img {
    margin-left: 0px;
  }
  
  .carousel-wrapper {
    width: 390px;
    height: 253px;
  }
  .template-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  } 
  .service-desk {
    display: unset;
  }

  .item {
    margin-top: 15px;
  }
  .template-footer .img-or {
    bottom: 260px;
  }
}


@media only screen and (max-width: 390px) {
  .carousel-wrapper {
    width: 100%;
    height: 192px;
  }
  .template-footer .img-or {
    bottom: 260px;
  }
}

