/*
*
|  Page Name       : security.css
|  Description     : css for security
|  Created by      : Kathlynn 
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
/******SECURITY******/
.-security-main{
  width: 100%;
  height:100%;
}
.-security-container{
  position: absolute;
  width: 100%;
  height: 900px;
  background: url(../images/gradient-2.png);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%;
  z-index: -1;
  top: 0;
}
.-security-dv{
  display: flex;
  flex-direction: row;
  padding-top: 7vh;
  padding-bottom: 100px;
  padding-top: 200px;
}
.-security-container .-security-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 6;
  padding-left: 35vh;
  padding-right: 50px;
  padding-top: 9vh;
}
.-security-content .-title{
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 23px;
  margin-bottom: 30px;
  color: #ffffff;
}
.-security-content .-content{
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}
.-vectors{
	width: 37%;
	padding-top: 7vh;
}
.-vectors .-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.-priority{
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30vh;
}
.-priority .-title{
  margin: 0px;
  width: 50%;
  padding-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  color: #707070;
  padding-bottom: 20px;
}
.-priority .-security-img{
  justify-content: center;
  text-align: center;
  height: 150px;
  align-items: center;
  padding: 25px;
}
.-priority .-content{
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60%;
  padding: 43px;
  line-height: 1.6;
  margin: 0px;
}
.-priority .-images{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.-images .-fig-img{
	padding: 50px;
  display: flex;
  justify-content: center;
}
.-security-icons{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin-bottom: 20vh;
  padding-left: 200px;
  padding-right: 200px;
}
.-security-icons .-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.-security-icons .-fig-img{
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.-security-icons .-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.-security-dv .-content-img {
  flex: 6;
  width: 250px;
  height: 475px;
  padding-right: 200px;
  padding-top: 10vh;
}

.-security-certificate{
	width: 540px;
	height: 382px;
}

.-security-logos{
	width: 540px;
	height: 540px;
}

/**************Media Query***************/
@media screen and (max-width: 769px){
  .-security-container {
    background-size: 100% 65% !important;
  }
  .-security-content .-title {
    font-size: 26px !important;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .-security-content .-content {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.6;
    padding: 0vh; 
    text-align: center;
    width: 100%;
    padding-top: 2vh;
  }
  .-vectors {
    width: 100%;
    padding: 5vh;
  }
  .-priority .-title {
    margin: 0px;
    width: 95%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #707070;
    padding: 0vh !important;
  }
  .-priority .-img{
    width: 100%;
    height:100%;
  }
  .-priority .-security-img {
    justify-content: center;
    text-align: center;
    width: 300px;
    height: auto;
    align-items: center;
    padding-top: 15px;
  }
  .-priority .-content {
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0vh 5vh;
    line-height: 1.6;
    margin: 0px;
  }
  .-priority .-images {
    width: 100% !important;
  }
  .-images .-fig-img {
    padding: 5vh;
    width: 100%;
    height: auto;
  }
  .-security-icons .-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .-security-container{
    padding-top: 100px !important;
  }
  .-security-container .-security-content {
    padding-top: 0px !important;
  }
  .-security-container .-security-content {
    padding-left: 5vh;
    padding-right: 5vh;
    padding-top: 0px !important;
  }
  .-security-dv {
    flex-direction: column;
    padding-bottom: 0px !important;
  }
  .-security-dv .-content-img {
    flex: 6;
    width: 100%;
    height: auto !important;
    padding: 5vh;
  }
  .-priority {
    padding-top: 0vh !important; 
  }
  .-security-container{
    position: absolute;
    width: 100%;
    height: 750px;
    background: url(../images/gradient-mobile-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;;
  }
  .-security-icons{
    padding-left: 3vh;
    padding-right: 3vh;
  }
  .-security-icons .-fig-img{
    margin-bottom: 10px;
    width: 59px;
    height: auto;
  }
  .-sec_content{
    font-size: 14px;
  }
  .-icons{
    padding: 0px;
    height: 200px;
  }
}
@media screen and (max-width: 1500px) {
	.-security-container{
		background-size: 100% 90%;
    padding-top: 200px;
	}
	.-security-content .-title{
    font-size: 36px;
	}
	.-security-content .-content{
		font-size: 20px;
	}
	.-priority .-images{
		width: 70%;
	}
  .-security-dv {
    padding-top: 0px !important;
  }
  .-priority{
     margin-top: 0vh;
     padding-top: 0vh;
 }
}