@charset "utf-8";
body {
    text-align: center;
    font-size: medium;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-family: 'Varela Round', sans-serif;
    color: #4E515A;
    line-height: 1.5em;
}
img {
	max-width: 100%;
	border-style: none;
}
h1 {
    font-weight: normal;
    margin-top: 0px;
    line-height: 1em;
}
a {
	color: #edb518;	
}
a:hover {
	color: #C08D00;	
}
.Back-To-Top a {
    color: #FFFFFF;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.Back-To-Top a:hover {
    background-color: #FFFFFF;
    color: #edb518;
}

.BackToTop {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    background-color: #FCF7F7;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    font-size: medium;
    height: 60px;
    line-height: 60px;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
    display: inline-block;
    padding: 10px;
    background-color: #7d031d;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 0.80em;
    transition: color 0.25s, background-color 0.25s;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}
/* line 52, CSS-Main.scss */
.BackToTop a:hover {
    color: #ffffff;
    background-color: #9a1230;
}
/* line 58, CSS-Main.scss */
.BackToTop #BackToTop {
  position: relative;
  float: right;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
}
/* line 66, CSS-Main.scss */
.BackToTop #BackToTop i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 73, CSS-Main.scss */
.BackToTop #CloseBTT {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Box-Full {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow-y: hidden;
}




.Box-Half {
    width: 35%;
    margin-left: 7%;
    margin-right: 7%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.Box-P {
    width: 40%;
    text-align: left;
    float: right;
    background-color: rgba(255,255,255,0.90);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid rgba(183,183,183,1.00);
    -webkit-box-shadow: 4px 4px 9px rgba(61,58,58,1.00);
    box-shadow: 4px 4px 9px rgba(61,58,58,1.00);
    overflow-y: hidden;
}
.Box-Third {
    width: 25%;
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.Box-Third h2 {
    text-align: center;
}


.Box-Top {
    width: 56%;
    text-align: center;
    display: inline-block;
    background-color: rgba(255,255,255,0.85);
    border: 2px solid #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.Box-Top h1 {
    margin-bottom: 5px;
    font-size: 3em;
    color: #4F525B;
}



.Bottom-Links {
    float: left;
    margin-top: 15px;
    display: block;
    width: 90%;
    text-align: left;
}
.Bottom-Links a {
    color: #FFE6A1;
    font-size: x-small;
    text-decoration: none;
    margin-right: 26px;
}

.Button{
    margin: 10px;
}

.Button a {
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    background-color: #7d031d;
    color: #FFFFFF;
    border-radius: 6px;
}
.Button a:hover {
    background-color: #9a1230;
}
.Button-G a {
    display: inline-block;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    background-color: #edb518;
    color: rgba(249,249,249,1.00);
    text-decoration: none;
    border-radius: 6px;
    float: right;
}
.Button-G a:hover {
    background-color: #fdd053;
}


.Footer {
    width: 100%;
    background-color: #edb518;
    padding-top: 15px;
    padding-bottom: 15px;
}




.Header-Right {
    float: right;
    display: inline-block;
    color: #edb518;
    font-size: 2em;
    margin-top: 83px;
    max-width: 40%;
	line-height: normal;
}
.Header-Right a {
    text-decoration: none;
    color: #edb518;
    margin-top: 0px;
}
.Header-Right a:hover {
    color: #D09900;
}
.List-Vt {
    border-bottom: 1px solid #6E7484;
    font-size: 1.15em;
}
.List-Vt i {
    margin-right: 13px;
}


.List-Vt a {
    color: #4E515A;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 1px;
    border-color: #6E7484;
    border-top-style: solid;
    text-indent: 5px;
}
.List-Vt a:hover {
    background-color: #edb518;
    color: #FFFFFF;
}




.Logo {
    display: inline-block;
    float: left;
    width: 360px;
	max-width: 90%;
}


.Container {
    width: 1024px;
    display: inline-block;
    max-width: 90%;
}
.custom-form input, textarea {
    margin-bottom: 13px;
}


#Menu {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    background-color: #7d031d;
}
#Menu a {
	text-decoration: none;
	color: #FFFFFF;
}
#Menu a:hover {
	text-shadow: 0px 0px 8px #F7F4CE;
}

#Menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;

}
#Menu ul li:hover > ul {
	display: block;
}


#Menu ul ul {
	display: none;
}

#Menu ul ul li {
	margin-left: -21px;
	padding-top: 5px;
}
.Nav {
    width: 100%;
    background-color: #7D031D;
    overflow-y: hidden;
}
.Nav a {
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-right: 1px solid #edb518;
    margin-right: 20px;
    display: inline-block;
}
.Nav a:hover {
    background-color: #9a1230;
}

.Nav .Container {
    text-align: left;
    padding-left: 74px;
}
.Photo1 {
    background-color: #FFFFFF;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    border-radius: 2px;
    border: 1px solid #B1B3B7;
}




.Row-Contact {
    background-color: #570012;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.Row-Contact .Container {
    text-align: left;
}
.Row-Contact input  , .Row-Contact textarea {
    border-radius: 5px;
    background-color: #EFEFF1;
    margin-bottom: 12px;
}
.Row-Contact form {
    font-size: small;
}
.Row-Contact form p {
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}
.Row-HIL {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(Images-Main/BG-Research.jpg);
    background-position: 10% top;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 40px;
    margin-bottom: 40px;
}
.Row-Services {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(Images-Main/BG-Services.jpg);
    background-position: left bottom;
    background-size: cover;
    background-attachment: scroll;
}
.Row-About {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(Images-Main/BG-About.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll;
}
.Row-ContactUs {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(Images-Main/BG-Contact.jpg);
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
}
.Row-ContactUs .Box-Top {
    background-color: rgba(255,252,252,0.95);
}

.Row-Library {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(Images-Main/BG-HIL.jpg);
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
}
.Row-Library .Box-Top {
    min-width: 248px;
}



.T1 {
    font-size: 2em;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width:1000px){
.Logo {
    float: none;
    display: inline-block;
	margin-top: 15px;
}
.Box-Half {
    width: 90%;
}

.Header-Right {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#Homepage-Photo.Box-Half{
    margin-left: 0px;
    margin-right: 0px;
}

#Homepage-Photo.Box-Half img{
    box-sizing: border-box;
}

.Nav {
    display: none;
}
#Menu {
    display: block;
}




}

@media (max-width:850px){
.Row-Contact .T1 {
    font-size: x-large;
}
.Row-Contact form p {
    display: block;
    width: 90%;
}
.Box-P {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.Box-Third {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
}

}

@media (max-width:400px){
.Box-Top {
    width: 70%;
}


}

@media (max-width:1067px){

	.Header-Right {
		margin-top: 58px;
	}

}

@media (max-width: 1000px) {
	.Header-Right {
		margin-top: 22px;
	}
}

@media screen and (max-width: 1100px) {
  /* line 279, CSS-Main.scss */
  .BackToTop {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: left;
  }
  /* line 285, CSS-Main.scss */
  .BackToTop a {
    text-align: center;
  }
  /* line 288, CSS-Main.scss */
  .BackToTop #BackToTop {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}


@media screen and (max-width: 375px) {
  /* line 303, CSS-Main.scss */
  .BackToTop a {
    font-size: 0.70em;
  }
}
