@charset "utf-8";
html {
	overflow-x: hidden;
}
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: 'Arial', sans-serif;
    color: #4E515A;
    line-height: 1.5em;
}
img {
	max-width: 100%;
	border-style: none;
	height: auto;
}
h1 {
    font-weight: normal;
    margin-top: 0px;
    line-height: 1em;
}

.Article-Excerpt {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

/* line 29, CSS-Main.scss */
.BackToTop {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    background-color: #FCF7F7;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: medium;
    height: 60px;
    line-height: 60px;
	box-shadow: 0px 0px 6px #000000;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
    display: inline-block;
    padding: 10px;
    background-color: #E0BD06;
    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;
}

.BackToTop a:hover {
    color: #ffffff;
    background-color: #FFD602;
}

.BackToTop #BackToTop {
  position: relative;
  float: right;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
}

.BackToTop #BackToTop i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.BackToTop .menu-backtotop-container {
	display: inline-block !important;
}

.BackToTop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.BackToTop ul li {
	display: inline-block;
}

.Box-Full {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow-y: hidden;
}


.Box-25 {
	width: 15%;
    margin-left: 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.Box-75 {
	width: 67%;
	max-width: 800px;
    margin-right: 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.Box-100 {
	width: 82%;
	max-width: 800px;
    margin-right: 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.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: #D4D5DB;
    font-size: x-small;
    text-decoration: none;
    margin-right: 26px;
}

.Button{
    margin: 10px;
}

.Button a {
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
    background-color: #8A0407;
    color: #FFFFFF;
    border-radius: 6px;
	float: right;
}
.Button a:hover {
    background-color: #BC0E11;
}
.Button-G a {
    display: inline-block;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    background-color: rgba(79,82,91,1.00);
    color: rgba(249,249,249,1.00);
    text-decoration: none;
    border-radius: 6px;
    float: right;
}
.Button-G a:hover {
    background-color: rgba(129,134,150,1.00);
}


.Footer {
    width: 100%;
    background-color: #A7A8AD;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Footer-Menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.Footer-Menu a:hover {
	color: #4F525B;
}

.Footer-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.Footer-Menu ul li {
	display: inline-block;
	margin-right: 12px;
}


.Header-Right {
    float: right;
    display: inline-block;
    color: #152CD0;
    font-size: 2em;
	line-height: normal;
    margin-top: 83px;
    max-width: 40%;
}
.Header-Right a {
    text-decoration: none;
    color: #152CD0;
    margin-top: 0px;
}
.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: #C7CBD9;
    color: #FFFFFF;
}




.Logo {
    display: inline-block;
    float: left;
}


.Container {
    width: 1500px;
    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: #4F525B;
}
#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 > div ul {
	display: block;
}


#Menu ul div ul {
	display: none;
}

#Menu ul div ul li {
	margin-left: -21px;
	padding-top: 5px;
}
.Nav {
    width: 100%;
    background-color: #4F525B;
    overflow-y: hidden;
}
.Nav a {
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-right: 1px solid #A3A5AC;
    display: inline-block;
}
.Nav a:hover {
    background-color: #92959E;
}

.Nav .Container {
    text-align: left;
    padding-left: 74px;
}

.Nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Nav ul li {
	display: inline-block;
}

.Pagination a {
	color: #4F525B;
	text-decoration: none;
}

.Pagination a:hover {
	color: #92959E;
}

.Photo1 {
    background-color: #FFFFFF;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    border-radius: 2px;
    border: 1px solid #B1B3B7;
}

.Post-Title-Header {
	background-color: #A7A8AD;
	color: #FFFFFF;
	padding-top: 28px;
	padding-bottom: 12px;
}

.Post-Title-Header .Container {
	text-align: center;
}

.Post-Title a {
	color: #4F525B;
	text-decoration: none;
}

.Post-Title a:hover {
	color: #A7A8AD;
}

.Row-Contact {
    background-color: #4F525B;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.Row-Contact .Container {
    text-align: left;
}

.Row-Contact a {
	color: #FFFFFF;
	text-decoration: none;
}

.Row-Contact a:hover {
	text-decoration: underline;
}

.Row-HIL {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(Images-Main/BG-Research.jpg);
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
    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;
}

.Share {
	clear: both;
}

.Share a {
	color: #4F525B;
	text-decoration: none;
}

.Share a:hover {
	color: #92959E;
}

.Share i {
	font-size: 2em;
	margin-right: 5px;
}

#Subscribe a {
	color: #4F525B;
	text-decoration: none;
}

#Subscribe a:hover {
	color: #92959E;
}

.Subscribe a {
	color: #4F525B;
	text-decoration: none;
}

.Subscribe a:hover {
	color: #92959E;
}

.T1 {
    font-size: 2em;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Thumbnail {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	width: 35%;
}

.Thumbnail img {
	box-shadow: 3px 3px 10px #4F525B;
}

.Very-Top {
	background-color: #4F525B;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 2px;
}

.Very-Top i {
	margin-right: 3px;
}

.Very-Top .MailChimp-Button {
	float: left;
}

.Very-Top .MailChimp-Button a {
	background-color: #A7A8AD;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}

.Very-Top .Social-Menu {
	float: right;
}

.Very-Top .Social-Menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.Very-Top .Social-Menu a:hover {
	color: #A7A8AD;
}

.Very-Top .Social-Menu i {
	font-size: 1.4em;
}

.Very-Top .Social-Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Very-Top .Social-Menu ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

@media (max-width:1000px){
.Logo {
    float: none;
    display: block;
}
.Box-Half {
    width: 90%;
}
	
	.Box-25 {
		width: 90%;
	}
	
	.Box-75 {
		width: 90%;
	}

.Header-Right {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 24px;
}

#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:625px) {
	.Article-Excerpt {
		display: block;
		width: 100%;
	}
	
	.Thumbnail {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

}

@media (max-width:400px){
.Box-Top {
    width: 70%;
}
	
}

/* WordPress CSS */

#search-3 #s {
	height: 1.9em;
	width: 70%;
}

#search-3 #searchsubmit {
	background-color: #4F525B;
	border: none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	padding: 5px;
}

.wp-block-latest-posts a {
	color: #4F525B;
	text-decoration: none;
}

.wp-block-latest-posts a:hover {
	color: #92959E;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table a {
	text-decoration: underline;
}

.wp-calendar-table a:hover {
	text-decoration: none;
}

@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;
  }
}

@media (max-width:750px){
.Row-Contact form div {
    width: 90%;
}

}

.yarpp a {
	color: #4F525B;
	text-decoration: none;
}

.yarpp a:hover {
	color: #92959E;
}