﻿/***** Global Controls GREENER *****/
/*--------------------------------------------------------------------------------------------------*/
*,
body,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,
html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
}
a {
	text-decoration: none;
}
.img-responsive {
	display: block;
	width: 100%;
}
.pt-0 {
	padding-top: 0 !important;
}
h2.with-bottom-line {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(52, 52, 52, 0.35);
}

/***** Text Control *****/
/*--------------------------------------------------------------------------------------------------*/
.text-align-center {
	text-align: center !important;
}
h1 {
	display: none;
}

/***** Position Control *****/
/*--------------------------------------------------------------------------------------------------*/
.topic {
	padding: 0 15px;
	font-weight: 300;
}
.position-control {
	margin: 0 auto;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pt-97 {
	padding-top: 97px !important;
}

/***** Flex Control *****/
/*--------------------------------------------------------------------------------------------------*/
.d-flex {
	display: flex;
}
.flex-direction-column {
	flex-direction: column;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: flex-end;
}
.align-items-center {
	align-items: center;
}
.align-items-flex-end {
	align-items: flex-end;
}
.align-items-flex-start {
	align-items: flex-start;
}
.flex-flow-row-wrap {
	flex-flow: row wrap;
}
.flex-basis-65 {
	flex-basis: 65%;
}
.flex-basis-35 {
	flex-basis: 35%;
}
.flex-basis-100 {
	flex-basis: 100%;
}

.frame {
	position: relative;
	padding-top: 524px;
}

.frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 960px) {
	.frame {
		padding-top: 55%;
	}
}

/***** Project Controls GREENER *****/
/*--------------------------------------------------------------------------------------------------*/
*,
body,
html {
	color: #4d4d4d;
	font-family: "Comfortaa", cursive;
}
.gritter-item-wrapper.gritter-info {
	background: rgba(48, 157, 216, 0.92);
}
.gritter-item p {
	color: #fff;
}

/***** Scroll to Top *****/
/*--------------------------------------------------------------------------------------------------*/
.scroll-to-top {
	bottom: -100px;
	transition: bottom 300ms ease-in;
	position: fixed;
	right: 30px;
	width: 40px;
	height: 40px;
	background-color: #66a149;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
	z-index: 99;
}
.scroll-to-top.show {
	bottom: 30px;
	transition: bottom 300ms ease-in;
}
.scroll-to-top a {
	display: block;
	width: 100%;
	height: 100%;
}
.scroll-arrow {
	-webkit-clip-path: polygon(0 100%, 30% 100%, 50% 60%, 70% 100%, 100% 100%, 50% 0);
	clip-path: polygon(0 100%, 30% 100%, 50% 60%, 70% 100%, 100% 100%, 50% 0);
	background-color: #fff;
	width: 45%;
	height: 40%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/***** Text Control *****/
/*--------------------------------------------------------------------------------------------------*/
h1,
h2 {
	margin: 0;
	padding-top: 97px;
	padding-bottom: 65px;
	font-size: 26px;
	font-weight: 800;
	color: #66a149;
	text-align: center;
	position: relative;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 20px;
	list-style: none;
}
li {
	font-size: 16px;
	line-height: 25px;
	color: #4d4d4d;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #66a149;
	border-radius: 50%;
	left: -20px;
	top: 12px;
}
p {
	font-size: 16px;
	font-weight: 700;
}
.font-family-roboto {
	font-family: "Roboto", sans-serif !important;
}
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-700 {
	font-weight: 700 !important;
}

/***** Position Control *****/
/*--------------------------------------------------------------------------------------------------*/
.width-920 {
	max-width: 920px;
}
.width-1035 {
	max-width: 1035px;
}
.width-1060 {
	max-width: 1060px;
}
.width-1175 {
	max-width: 1175px;
}
.width-1210 {
	max-width: 1210px;
}
.width-1590 {
	max-width: 1590px;
}
.background-color-gray {
	background-color: #f6f6f6;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-95 {
	margin-bottom: 95px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}

/***** Buttons Control *****/
/*--------------------------------------------------------------------------------------------------*/
a {
	color: #66a149;
}
a:hover {
	text-decoration: none;
	color: #66a149;
}
a:focus {
	outline: unset;
	outline-offset: unset;
	color: #66a149;
	text-decoration: none;
}
.btn-info,
.btn-info:active,
.btn-info:active:focus,
.btn-info:focus {
	color: #fff;
	background-color: #66a149;
	border-color: #66a149;
}
.btn-info:hover {
	color: #66a149;
	background-color: transparent;
	border-color: #66a149;
}
.btn:active:focus,
.btn:focus {
	outline: unset;
}
.btn:active {
	box-shadow: unset;
}
.btn {
	display: inline-block;
	padding: 4px 13px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #66a149;
	background-color: #66a149;
	border-radius: 0;
	color: #fff;
}
.btn:hover {
	color: #66a149;
	background-color: transparent;
	border-color: #66a149;
}

/***** Login Area *****/
/*--------------------------------------------------------------------------------------------------*/
.login-position-control {
	position: absolute;
	bottom: 0;
	width: 66%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.LoginBox {
	background-color: transparent;
}
#ctl00_DivUserNotLoggedIn {
	box-shadow: unset;
}
.LoginArea {
	right: 0;
	width: 320px;
	position: absolute;
	top: 80px;
}
.login_log {
	font-size: 23px;
	font-weight: 300;
	color: #66a149;
}
.login-layout .widget-box .widget-main {
	padding: 15px;
	background: #fff;
}
.user-login {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.widget-main input {
	width: 100%;
	margin: 0;
	padding: 10px 5px;
	width: 100%;
	margin: 0;
	padding: 10px 5px;
	border: unset;
	border-bottom: 1px solid #66a149;
	font-size: 14px;
	text-align: center;
}
.widget-main input:focus {
	outline: unset;
}
.widget-main button {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	border: 1px solid #66a149;
	font-size: 16px;
	background-color: #66a149;
}
.widget-main button:hover {
	background-color: transparent;
}
.widget-main button:hover span {
	color: #66a149;
}
.widget-main button:focus {
	outline: unset;
}
.widget-main button span {
	color: #fff;
	font-weight: 300;
}
.toolbar {
	margin-top: 20px;
}
.LogedinBtn a {
	color: #333;
}
.LogedinBtn .fa-power-off:before {
	background-color: transparent;
	content: url(/CMS/site/images/power-off-icon.svg);
	width: 93px;
	height: 57px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
i.fa.fa-power-off {
	margin-bottom: 0;
}

/***** Banner Control *****/
/*--------------------------------------------------------------------------------------------------*/
.banner {
	position: relative;
}
.banner img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 411px;
	width: 100%;
}
.banner-page {
	padding: 50px 15px;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(107, 162, 76, 0.8);
	width: 100%;
}

/***** Social *****/
/*--------------------------------------------------------------------------------------------------*/
.social_media {
	width: 195px;
}
.social_media ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.social_media ul li::before {
	display: none;
}
.social_media ul li a:not(:last-child) {
	margin-right: 17px;
}

/***** Accordion Control *******/
/*--------------------------------------------------------------------------------------------------*/
.accordion-section-content {
	display: none;
}
.accordion-section a {
	font-size: 18px;
	color: #515151;
	font-weight: 600;
}
.accordion-section {
	margin-bottom: 15px;
	background-color: #f4f4f4;
	padding: 0;
}
.accordion-section:last-child {
	margin-bottom: 0;
}
.accordion-title {
	position: relative;
}
.accordion-section a.accordion-section-title {
	display: block;
	text-decoration: none;
	padding: 10px 50px 10px 10px;
	background-color: #fff;
	border: 1px solid #66a149;
	font-size: 18px;
	color: #66a149;
	font-weight: 800;
}
span.arrows {
	display: block;
	position: absolute;
	right: 20px;
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	height: 20px;
}
.arrow-props {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 0;
	border-right: 2px solid;
	border-left: 0;
	border-bottom: 2px solid;
}
span.arrow-down {
	transform: rotate(45deg);
	top: -5px;
}
span.arrow-up {
	transform: rotate(-135deg);
	top: 5px;
}
.accordion-section-title .arrow-up {
	display: none;
}
.accordion-section-title.active .arrow-up {
	display: inline-block;
}
.accordion-section-title.active .arrow-down {
	display: none;
}
.accordion-section a.accordion-section-title:hover {
	background-color: #66a149;
	color: #fff;
}
.accordion-section-content {
	padding: 20px 15px;
	background-color: #fff;
}

/***** Newsletter *******/
/*--------------------------------------------------------------------------------------------------*/
.newsletter {
	background-image: url(/CMS/site/images/newsletter-bg.png);
	padding: 90px 15px;
	text-align: center;
}
.sign-up {
	font-size: 21px;
	font-weight: 700;
	color: #66a149;
	margin-bottom: 40px;
}
.newsletter-buttons {
	max-width: 700px;
	margin: 0 auto;
}
.newsletter-buttons .newsltr-input input {
	text-align: center;
	background-color: #fff;
	border: 2px solid #dcdcdc;
	width: 100%;
	font-size: 16px;
	color: #cecece;
	font-weight: 300;
	padding: 5px;
	height: 56px;
}
.newsletter-buttons .newsltr-input input::-webkit-input-placeholder {
	color: #cecece;
	font-weight: 400;
}
.newsletter-buttons .newsltr-input input:-ms-input-placeholder {
	color: #cecece;
	font-weight: 400;
}
.newsletter-buttons .newsltr-input input::-ms-input-placeholder {
	color: #cecece;
	font-weight: 400;
}
.newsletter-buttons .newsltr-input input::-moz-placeholder {
	color: #cecece;
	font-weight: 400;
}
.newsletter-buttons .newsltr-input input::placeholder {
	color: #cecece;
	font-weight: 400;
}
.newsletter-buttons .newsltr-input input:focus {
	outline: unset;
}
.newsltr-button a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	border: 1px solid #66a149;
	width: 175px;
	margin: 25px auto 10px;
	padding: 8px 0;
	background-color: #66a149;
}
.newsltr-button a:hover {
	background-color: transparent;
	color: #66a149;
}
.options label {
	font-size: 14px;
	color: #66a149;
	margin-right: 5px;
	margin-bottom: 0;
}
.options fieldset table {
	display: flex;
	justify-content: center;
	align-items: center;
}
#ctl00_newsletter input[type="radio"] {
	margin: 0 0 0 4px;
	line-height: normal;
	vertical-align: middle;
}
.options {
	margin-top: 15px;
}
#ltrRegister {
	margin-right: 15px;
}

#mc_embed_signup {
	text-align: center;
	padding: 80px 20px;
	background-color: #f8f8f8 !important;
	margin-bottom: 80px;
}

#mc_embed_signup label {
	margin: 0;
	padding-bottom: 30px !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #66a149;
	text-align: center;
	position: relative;
}

#mc_embed_signup input.email {
	font-family: "Comfortaa", cursive !important;
	height: 48px !important;
	padding: 0 10px !important;
}

#mc_embed_signup .button {
	height: 48px !important;
	display: inline-block !important;
	font-weight: 300;
	background-color: #66a149 !important;
	border: 1px solid #66a149 !important;
}

#mc_embed_signup .button:hover {
	background-color: transparent !important;
	color: #66a149;
}

/***** Header *****/
/*--------------------------------------------------------------------------------------------------*/
header {
	padding: 0;
	background-color: #f5f5f5;
}
.header-wrapper {
	max-width: 1606px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.header_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.header-right-top {
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}

/***** Header Logo *****/
.logo.header {
	max-width: 285px;
	position: relative;
	z-index: 11;
	margin-bottom: 10px;
}
.logo.header img {
	width: 100%;
}

/***** Header Login *****/
.header-link {
	background-color: #66a149;
	padding: 10px 12px;
	display: flex;
	cursor: pointer;
}
.header-link-style {
	font-size: 17px;
	color: #fff;
	margin-left: 10px;
}

/***** Header Menu *****/
/*--------------------------------------------------------------------------------------------------*/
#ctl00_pnlMenu .main-menu ul {
	max-width: 100%;
	margin: 0;
}
#ctl00_pnlMenu .main-menu > ul > li {
	padding: 0 20px;
}
#ctl00_pnlMenu .main-menu ul li::before {
	display: none;
}
#ctl00_pnlMenu .main-menu > ul > li:last-child {
	padding-right: 0;
}
#ctl00_pnlMenu .main-menu > ul > li > a {
	padding-bottom: 20px;
	margin: 0;
}
#ctl00_pnlMenu .main-menu > ul > li:hover > a,
#ctl00_pnlMenu .main-menu > ul > li.active > a {
	color: #343434 !important;
}
#ctl00_pnlMenu .main-menu ul li a {
	font-size: 17px;
	font-weight: 300;
	color: #343434 !important;
	transition: font-size 200ms ease-in;
}

/***** Header Menu - Sub Menu *****/
#ctl00_pnlMenu .main-menu ul li ul {
	background-color: #f5f5f5;
	padding-top: 15px;
}
#ctl00_pnlMenu .main-menu > ul > li:hover > ul {
	min-width: 177px;
	left: 18px;
	top: 40px;
}
#ctl00_pnlMenu .main-menu ul li.hasChildren ul li a {
	font-size: 18px;
	line-height: 18px;
	width: 100%;
}
#ctl00_pnlMenu .main-menu ul li.hasChildren ul li.active a,
#ctl00_pnlMenu .main-menu ul li.hasChildren ul li:hover a {
	color: #66a149 !important;
}

/***** Slider *****/
/*--------------------------------------------------------------------------------------------------*/
.slider-main-container {
	position: relative;
}
.slider-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.slider-content {
	width: 100%;
	height: 100%;
}
.slider-text {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	padding: 0 15px;
	max-width: 755px;
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	line-height: 50px;
}
.slider-content-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.slider-text-bottom {
	max-width: 785px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

/***** Home Page *****/
/*--------------------------------------------------------------------------------------------------*/
.topic-1 {
	padding: 90px 0;
}

.topic-2 {
	padding: 55px 0 70px;
}

.green-text {
	font-size: 24px;
	font-weight: 700;
	color: #66a149;
}
.parallax-container {
	padding: 168px 0;
	position: relative;
	overflow: hidden;
	background-image: url(/CMS/site/images/parallax-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/* .parallax-container-bg {
    background-image: url(/CMS/site/images/parallax-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
} */
.core-values {
	background-color: rgba(127, 182, 65, 0.8);
	padding: 20px 0;
}
.core-values-grid {
	margin-left: -62px;
	margin-right: -62px;
	display: flex;
	justify-content: center;
	padding: 0 15px;
}
.core-value-thumb {
	height: 60px;
}
.core-value-name {
	margin-top: 45px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.core-value-desc {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.core-valuebutton a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fff;
	padding: 5px 21px;
}
.core-valuebutton a:hover {
	background-color: #fff;
	color: #7fb641;
}
.core-value-block {
	width: 292px;
	text-align: center;
	margin: 62px;
}

.greener-tech-container {
	border: 5px solid #e6e6e6;
	padding: 65px;
	position: relative;
	margin-top: 90px;
}
.greener-tech-grid {
	display: flex;
	margin-left: -14px;
	margin-right: -14px;
}
.greener-tech-block {
	text-align: center;
	margin: 14px;
	width: 31.26%;
	position: relative;
}
.greener-tech-block a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.greener-tech-title {
	font-size: 21px;
	font-weight: 700;
	color: #66a149;
	max-width: 350px;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: -55px;
	transform: translateX(-50%);
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.greener-tech-block-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 31px;
}
.greener-tech-block-img {
	position: relative;
	width: 100%;
	padding-bottom: 67%;
}
.greener-tech-block-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.greener-tech-bottom {
	margin-top: 10px;
}
.skewed-row {
	display: flex;
}
.skewed-block {
	position: relative;
	margin-bottom: 20px;
}
.greener-tech-bottom-text {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	max-width: 605px;
}
.skewed-block a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***** Footer *****/
/*--------------------------------------------------------------------------------------------------*/
.footer-wrapper {
	max-width: 1606px;
	margin: 0 auto;
	padding: 35px 15px;
	position: relative;
}
.footer-col-heading {
	color: #66a149;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}
.footer-col:not(:last-child) {
	margin-right: 20px;
}
.footer-col {
	font-family: "Roboto", sans-serif;
	max-width: 344px;
}
.footer-col span {
	color: #4f4f4f;
	font-weight: 700 !important;
	font-family: "Roboto", sans-serif;
}
.footer-col a {
	color: #4d4d4d;
}
.logo-1 {
	margin-top: 10px;
}
.footer.social .fa-linkedin:before {
	content: url(/CMS/site/images/linkedin-footer.svg);
}
.footer.social .fa-facebook:before {
	content: url(/CMS/site/images/facebook-footer.svg);
}
.footer.social .fa-twitter:before {
	content: url(/CMS/site/images/twitter-footer.svg);
}

/***** Footer Down *****/
.footer_down {
	background-color: #eaeaea;
	padding: 5px 0;
}
.footerleft {
	text-align: center;
}
.footer_down .row {
	display: flex;
	justify-content: center;
	padding: 0 15px;
}

/***** Objectives Page *****/
/*--------------------------------------------------------------------------------------------------*/
.objective-row {
	margin-bottom: 120px;
}
.objective-heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 13px;
	max-width: 650px;
	padding: 0 20px;
	line-height: 23px;
}
.objective-line {
	height: 3px;
	width: 100%;
	background-color: #077d47;
	position: relative;
}
.objective-bubble {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.objective-bubble.left {
	left: -120px;
}
.objective-bubble.right {
	right: -120px;
}
.objective-desc {
	font-family: "Roboto", sans-serif;
	margin-top: 30px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 700;
}

/***** Workplan Page *****/
/*--------------------------------------------------------------------------------------------------*/
.s-extra {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	color: #b5b5b5;
}
.sep-line {
	width: 100%;
	height: 2px;
	background: #d8d8d8;
	margin-top: 10px;
	margin-bottom: 15px;
}
.deliverable {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.accordion-section-content p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}

/***** Download Center Page *****/
/*--------------------------------------------------------------------------------------------------*/
.grid.sm2 {
	margin: 0 auto;
	max-width: 900px;
}
.grid.md {
	margin: 0 auto;
	max-width: 1205px;
}
.grid-inner {
	margin: 0 auto;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.grid-block {
	background-color: #fff;
	padding: 15px;
	max-width: 260px;
	width: 100%;
	margin: 15px;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.grid-block-title {
	color: #66a149;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.grid-block:hover {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.grid-icon {
	width: 100%;
	height: 246px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-icon a {
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.grid-icon img {
	width: 100%;
}
.grid-tag a {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.topic.sm2 {
	max-width: 900px;
}
.topic.md {
	max-width: 1205px;
}
.topic.img-resp img {
	width: 100%;
}
.grid.sm3 {
	margin: 0 auto;
	max-width: 1200px;
}
.grid-layout {
	display: grid;
	grid-gap: 20px;
}
.grid2 {
	grid-template-columns: 1fr 1fr;
}
.grid3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-layout-block {
	height: 326px;
}
.grid-layout-block iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 860px) {
	.grid2 {
		grid-template-columns: 1fr;
	}
	.grid3 {
		grid-template-columns: 1fr;
	}
	.grid-layout-block {
		height: 470px;
	}
}

/***** Photo Gallery Page *****/
/*--------------------------------------------------------------------------------------------------*/
.photo-gallery-grid {
	flex-flow: row wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.photo-gallery-block {
	background-color: #fff;
	padding: 10px;
	margin: 1.4992%;
	width: 30.3%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.photo-gallery-block a {
	display: block;
	width: 100%;
	height: 100%;
}
.photo-gallery-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.photo-gallery-block img {
	width: 100%;
}
.photo-gallery-block:hover {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.photo-gallery-block-details img {
	display: block;
	margin: 0 auto;
}

/***** Colorbox *****/
/*--------------------------------------------------------------------------------------------------*/
.displayBlock {
	display: none;
}
#cboxLoadedContent .displayBlock {
	display: block;
}
#cboxOverlay {
	background: 0 0 !important;
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
	height: 0 !important;
	width: 0 !important;
	background: 0 0 !important;
}
#cboxLoadedContent {
	margin-bottom: 0 !important;
}
#cboxContent {
	background: #fff !important;
	padding: 15px;
}
#cboxClose {
	top: 15px !important;
	right: 15px !important;
	background: unset !important;
	width: 25px !important;
	height: 25px !important;
}
#colorbox {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}

/***** Contact Page *****/
/*--------------------------------------------------------------------------------------------------*/
#contact-page {
	background-color: #fff;
}
.map {
	position: relative;
	padding-top: 31%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-container {
	max-width: 845px;
	margin: 60px auto 0;
	padding: 0 15px 115px;
}
.contact-left {
	margin-right: 129px;
	min-width: 290px;
}
.contact-left .footer-col-subheading {
	font-size: 16px;
}
.contact-info-heading {
	font-size: 18px;
	color: #66a149;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin-bottom: 13px;
}
.contact-right {
	width: 100%;
}
.contact-right .input-group {
	flex-direction: column;
}
.contact-right .input-group > .form-control {
	width: 100%;
	padding: 9px;
	font-size: 16px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 4px;
	font-family: "Roboto", sans-serif;
}
.contact-right .input-group > .form-control:focus {
	box-shadow: 0 0 2px 0 #66a149;
}
.contact-right label {
	font-size: 16px;
	color: #66a149;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.contact-message button {
	padding: 8px 32px;
	text-transform: uppercase;
	margin-top: 15px;
}
.contact-message .btn-info:not(:disabled):not(.disabled):active {
	background-color: #66a149;
	border-color: #66a149;
}
.contact-left p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

/***** Partners Page *****/
/*--------------------------------------------------------------------------------------------------*/
.partners-grid {
	flex-flow: row wrap;
	justify-content: center;
}
.partner-block {
	padding: 15px;
	max-width: 230px;
	margin: 21px;
	position: relative;
	height: 325px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.partner-block:hover {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.partner-img {
	height: 140px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.partner-img img {
	width: 100%;
}
.height-100 img {
	height: 100% !important;
}
.width-initial img {
	width: initial !important;
}
.partner-info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 20px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.partner-link {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	left: 0;
}
.partner-block-details {
	padding: 20px;
}
.partner-block-details p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.partner-link a {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

/***** Technologies Page *****/
/*--------------------------------------------------------------------------------------------------*/
.technology-subheading {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 30px;
	color: #66a149;
	font-family: "Roboto", sans-serif;
}
.technology-row-main:not(:last-child) {
	margin-bottom: 80px;
}
.technology-row {
	display: flex;
	margin: -20px;
}
.technology-block-heading {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}
.technology-block {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: "Roboto", sans-serif;
	border: 20px solid #fff;
}
.technology-block-img img {
	width: 100%;
}
.technology-block-img {
	border: 5px solid #fff;
}

/***** News *****/
/*--------------------------------------------------------------------------------------------------*/
.news {
	max-width: 1194px;
	margin: 0 auto;
	padding: 0 15px 100px;
}
.news-container {
	margin-left: -6px;
	margin-right: -6px;
	display: flex;
}
.news-col.col-two {
	display: flex;
}
.news-item-sm {
	position: relative;
	max-width: 380px;
	overflow: hidden;
	margin: 6px;
	background-color: #f8f8f8;
	padding: 10px;
}
.news-item-sm:hover {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.news-img-sm {
	min-height: 270px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-img-sm {
	min-height: 270px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 5px;
}
.news-date-sm {
	font-size: 12px;
	font-weight: 300;
	color: #66a149;
	margin-bottom: 10px;
}
.news-content-sm-title {
	color: #66a149;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0.5rem;
	min-height: 40px;
}
.BlogDescHome {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	min-height: 135px;
	margin-top: 20px;
}
.news-btn {
	text-align: center;
}
.news-btn a {
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #66a149;
	padding: 10px 49px;
}
.news-btn a:hover {
	background-color: #66a149;
	color: #fff;
}

/***** News Page *****/
.news__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 95px 15px;
}

/***** News Page - Top Row *****/
.news_inside,
.news_main {
	width: 100%;
}
.news_inside .BlogItem {
	min-height: 208px;
	max-height: 208px;
}
.news_main.left {
	padding-right: 7.5px;
}
.BlogItem {
	position: relative;
	height: 100%;
	background-color: #f8f8f8;
	border-radius: 8px;
	overflow: hidden;
}
.news_main.left .BlogItem {
	max-height: 431px;
}
.BlogItem > img {
	width: 100%;
}
.BlogCategory {
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #66a149;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: 300;
	z-index: 2;
	max-width: 217px;
	overflow: hidden;
}
.BlogFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 15px 25px;
	background-color: #66a149;
	font-size: 13px;
	opacity: 0.9;
}
.BlogDate {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5px;
	font-family: "Roboto", sans-serif;
}
.BlogTitle {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}
.news_main.right {
	padding-left: 7.5px;
}
.news_inside.topleft {
	padding-right: 7.5px;
	padding-bottom: 7.5px;
}
.news_inside.topright {
	padding-bottom: 7.5px;
	padding-left: 7.5px;
}
.news_inside.bottomleft {
	padding-right: 7.5px;
	padding-top: 7.5px;
}
.news_inside.bottomright {
	padding-top: 7.5px;
	padding-left: 7.5px;
}
.news__date {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

/***** News Page - Bottom Row *****/
.bottom_articles {
	margin-top: 30px;
}
.bottom_articles-left {
	width: 30%;
	padding-right: 7.5px;
}
.BlogCategoriesUL {
	border-top: solid 1px #ccc;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 15px;
}
.BlogCategoriesUL li {
	background-color: #66a149;
	border: 1px solid #66a149;
	text-align: center;
	margin: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	color: #fff;
}
.BlogCategoriesUL li.active,
.BlogCategoriesUL li:hover {
	background-color: transparent;
}
.BlogCategoriesUL li:hover a,
.BlogCategoriesUL li.active a {
	color: #66a149;
}
.BlogCategoriesUL .BlogCategoriesHeader {
	background-color: #416630;
}
.BlogCategoriesUL .BlogCategoriesHeader:hover {
	background-color: #66a149;
}
.BlogCategoriesUL li::before {
	display: none;
}
.BlogCategoriesUL li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
}
.bottom_articles-right {
	padding-left: 7.5px;
	padding-top: 18px;
	width: 100%;
}
.BlogArticleItem {
	background-color: #f8f8f8;
	border-radius: 8px;
	overflow: hidden;
	min-height: 140px;
	max-height: 200px;
}
.BlogArticleItem:hover {
	background-color: #e0e0e0;
}
.BlogArticleItem:not(:last-child) {
	margin-bottom: 45px;
}
.blog_item_img {
	max-width: 241px;
	width: 100%;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.blog_item_img img {
	width: 100%;
}
.blog_item_content .BlogTitle {
	color: #66a149;
}
.blog_item_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 10px;
	width: 100%;
}
.BlogArticleItem .BlogDate {
	font-size: 12px;
	font-weight: 300;
	color: #66a149;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}
.BlogDesc {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

/***** News Page - Details *****/
#news {
	background-color: #fff;
}
.news_title {
	font-size: 36px;
	font-weight: 400;
	color: #66a149;
	margin-bottom: 40px;
	padding-bottom: 25px;
	display: block;
	border-bottom: 2px solid #e6e6e6;
	line-height: 32px;
	font-family: "Roboto", sans-serif;
}
.news__date {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 10px;
}
.news__analytical_right {
	max-width: 390px;
	width: 100%;
	float: right;
	shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 0);
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}
.news__analytical_right img {
	width: 100%;
	border-radius: 8px;
}
.news__text {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	font-family: "Roboto", sans-serif;
}
.news__text > * {
	font-family: "Roboto", sans-serif;
}

/***** Media Queries *******/
/*--------------------------------------------------------------------------------------------------*/
@media (max-width: 1620px) {
	/***** Greener Technologies *****/
	.greener-tech-block-title {
		min-height: 55px;
	}
	.skewed-row {
		justify-content: space-between;
	}
	.skewed-block {
		flex-basis: 49%;
		min-height: 60px;
	}
	.skewed-block img {
		display: none;
	}
	.skewed-block.deep-green {
		background-color: #1d762b;
	}
	.skewed-block.light-green {
		background-color: #88bc46;
	}
	.greener-tech-bottom-text {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		max-width: 100%;
		text-align: center;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 1500px) {
	/***** Header Menu *****/
	#ctl00_pnlMenu .main-menu > ul > li {
		padding: 0 15px;
	}
}
@media (max-width: 1300px) {
	/***** Header *****/
	.header-right-top {
		margin-bottom: 15px;
	}

	/***** Header Login *****/
	.header-link-style {
		font-size: 14px;
	}

	/***** Header Logo *****/
	.logo.header {
		max-width: 200px;
		align-self: center;
		margin-bottom: 0;
	}

	/***** Objectives Page *****/
	.objective-bubble {
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1499px) {
	/***** Header Menu *****/
	#ctl00_pnlMenu .main-menu ul li a,
	#ctl00_pnlMenu .main-menu ul li.hasChildren ul li a {
		font-size: 14px;
	}

	/***** Header Menu - Sub Menu *****/
	#ctl00_pnlMenu .main-menu > ul > li:hover > ul {
		min-width: 150px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 1024px) {
	/***** Header Menu *****/
	#ctl00_pnlMenu .main-menu > ul > li.active > a::after,
	#ctl00_pnlMenu .main-menu > ul > li:hover > a::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background-color: #66a149;
		bottom: 10px;
		left: 0;
	}
	#ctl00_pnlMenu .main-menu > ul > li.hasChildren i {
		display: none;
	}

	/***** Header Mobile - Close Button *****/
	.menu-close-icon,
	.submenu-menu-close-icon {
		display: none;
	}
}
@media (max-width: 1023px) {
	/***** Header *****/
	.header_right {
		flex-direction: row;
		align-items: center;
	}
	.header-right-top {
		margin-bottom: 0;
		margin-right: 30px;
	}
	.header_top {
		padding: 10px 0;
		align-items: center;
	}

	/***** Header Menu *****/
	#ctl00_pnlMenu .main-menu > ul > li {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
	}
	#ctl00_pnlMenu .main-menu > ul > li:last-child {
		padding-right: 15px;
	}
	#ctl00_pnlMenu .main-menu > ul > li > a {
		padding: 15px;
		background-color: #fff;
		border-bottom: 1px solid #343434;
	}
	#ctl00_pnlMenu .main-menu > ul > li.active > a {
		border-bottom: 2px solid #6ba14c;
	}

	/***** Header Menu - Sub Menu *****/
	#ctl00_pnlMenu .main-menu ul li ul {
		display: none;
	}
	#ctl00_pnlMenu .main-menu > ul > li.hasChildren > i {
		position: absolute;
		right: 0;
		top: 4px;
		height: 45px;
		width: 50px;
		z-index: 999;
		border-left: 1px solid #ccc;
	}
	#ctl00_pnlMenu .main-menu > ul > li.hasChildren > i::before {
		display: none;
	}
	#ctl00_pnlMenu .main-menu > ul > li:hover > ul {
		position: relative;
		top: unset;
		left: unset;
	}

	/***** Mobile *****/

	/***** Mobile - Close Button *****/
	.menu-close-icon {
		position: absolute;
		right: 18px;
		top: 35px;
		width: 30px;
	}
	.menu-close-icon::before {
		transform: rotate(-45deg);
	}
	.menu-close-icon::after {
		transform: rotate(45deg);
	}
	.menu-close-icon::after,
	.menu-close-icon::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 3px;
		background-color: #6ba14c;
	}

	/***** Mobile Menu Button *****/
	#ctl00_pnlMenu .main-menu .menu-button {
		display: block;
		font-size: 0;
		height: 4px;
		background-color: #6ba14c;
		width: 35px;
		margin-left: auto;
		position: relative;
	}
	#ctl00_pnlMenu .main-menu .menu-button::before,
	#ctl00_pnlMenu .main-menu .menu-button::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		background-color: inherit;
		display: block !important;
	}
	#ctl00_pnlMenu .main-menu .menu-button::before {
		top: -10px;
	}
	#ctl00_pnlMenu .main-menu .menu-button::after {
		top: 10px;
	}

	/***** Mobile - Sub Menu Close Button *****/
	.submenu-menu-close-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		transition: all 200ms ease-in;
	}
	.submenu-menu-close-icon.active {
		transform: translate(-50%, -50%) rotate(180deg);
	}
	.submenu-close {
		position: absolute;
		width: 20px;
		height: 10px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.submenu-close.s-icon-1 {
		-webkit-clip-path: polygon(10% 0, 0 0, 50% 100%, 100% 0, 90% 0, 50% 80%);
		clip-path: polygon(10% 0, 0 0, 50% 100%, 100% 0, 90% 0, 50% 80%);
		background-color: #6ba14c;
	}

	/***** Mobile Menu *****/
	#ctl00_pnlMenu .main-menu > ul {
		position: fixed;
		top: 0;
		background-color: #f5f5f5;
		padding: 75px 15px;
		height: 100vh;
		overflow: auto;
		width: 330px;
		right: -345px;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: -4px 0 10px -2px rgba(0, 0, 0, 0.2);
		transition: all 200ms ease-in;
	}
	#ctl00_pnlMenu .main-menu > ul.open {
		right: 0;
	}

	/***** Login Area *****/
	.LoginArea {
		right: 50%;
		transform: translateX(50%);
	}

	/***** Slider *****/
	.slider-container,
	.slider-content-bottom {
		position: relative;
	}
	.slider-text {
		position: relative;
		top: unset;
		left: unset;
		transform: unset !important;
		max-width: 100%;
		padding: 50px 15px;
		background: -webkit-linear-gradient(rgba(36, 137, 73, 1), rgba(109, 164, 78, 1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: unset;
	}

	/***** Home Page *****/
	.parallax-container {
		padding: 0;
		background-image: unset;
		background-color: rgba(127, 182, 65, 1);
	}
	.core-values-grid {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
		padding: 0;
	}
	.core-value-block {
		margin: 20px;
		width: unset;
		max-width: 100%;
		border: 1px solid #fff;
		padding: 20px;
	}

	/***** Greener Technologies *****/
	.greener-tech-container {
		padding: 40px 15px 15px;
	}
	.skewed-row {
		flex-direction: column;
	}

	/***** Banner *****/
	.banner img {
		height: 280px;
	}
}
@media (max-width: 991px) {
	/***** Footer *****/
	.footer-cols {
		flex-flow: row wrap;
		max-width: 775px;
		margin: 0 auto;
		justify-content: space-around;
	}
	.footer-col.col--1,
	.footer-col.col--2 {
		display: none;
	}
	.footer-col {
		min-width: unset;
		margin-bottom: 20px;
	}

	/***** New Home *****/
	.news-container {
		flex-direction: column;
	}
	.news-item-sm {
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
	}
	.col-one .news-item-sm,
	.col-two .news-item-sm {
		max-width: 100%;
	}
	.news-img-sm {
		min-height: 305px;
	}

	/***** News Page - Top Row *****/
	.news_row {
		flex-direction: column;
	}
	.news_main.left {
		padding-right: 0;
		padding-bottom: 7.5px;
	}
	.news_main.left .BlogItem {
		min-height: 360px;
	}
	.news_inside {
		max-height: 360px;
	}

	/***** News Page - Bottom Grid *****/
	.bottom_articles {
		flex-direction: column;
	}
	.bottom_articles-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 7.5px;
	}
	.news_main.right {
		padding-left: 0;
		padding-top: 7.5px;
	}

	/***** Contact *****/
	.map {
		padding-top: 307px;
	}
	.contact-container {
		flex-direction: column;
	}
	.contact-left {
		margin-right: 0;
		min-width: 100%;
		margin-bottom: 100px;
		text-align: center;
	}
	.contact-right label {
		text-align: center;
	}
	.contact-message {
		text-align: center;
	}

	/***** Download Center *****/
	.grid-block {
		flex: auto;
		max-width: unset;
		width: 260px;
	}
}
@media (max-width: 905px) {
	/***** Partners Page *****/
	.partner-block {
		max-width: initial;
		width: 250px;
		flex: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 325px;
		height: 100%;
	}
	.partner-img {
		height: 235px;
	}
	.partner-info {
		text-align: center;
	}
	.partner-link {
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
}
@media (max-width: 869px) {
	/***** News Details Page *****/
	.news__analytical_right {
		float: unset;
		margin: 20px auto 20px;
	}
}
@media (max-width: 768px) {
	/***** Greener Technologies *****/
	.greener-tech-container:first-child {
		margin-top: 10px;
	}
	.greener-tech-grid {
		flex-direction: column;
	}
	.greener-tech-block-title {
		min-height: unset;
	}
	.greener-tech-block {
		width: unset;
		max-width: 100%;
	}
	.greener-tech-block:not(:last-child) {
		margin-bottom: 50px;
	}
	.greener-tech-title {
		max-width: 95%;
		width: 100%;
		font-size: 18px;
	}

	/***** Footer *****/
	.footer-cols {
		flex-direction: column;
		align-items: center;
	}
	.footer-col:not(:last-child) {
		margin-right: 0;
	}
	.footer-col {
		text-align: center;
	}

	/***** Technologies Page *****/
	.technology-row {
		flex-direction: column;
	}

	/***** News Details Page *****/
	.main-menu .menu-button:before,
	.main-menu .menu-button:after {
		display: none;
	}

	/***** Photo Gallery *****/
	.photo-gallery-block {
		flex: auto;
	}
	.photo-gallery-block {
		width: 228.36px;
	}
}
@media (max-width: 680px) {
	/***** News Home *****/
	.news-col.col-two {
		flex-direction: column;
	}

	/***** Header Logo *****/
	.logo.header {
		max-width: 170px;
		margin-bottom: -3px;
	}

	/***** Header Login *****/
	.header-link {
		padding: 5px 12px;
		height: 24px;
	}
	.header-link img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.header-link-style {
		display: none;
	}

	/***** Slider *****/
	.slider-text {
		font-size: 35px;
		line-height: 35px;
	}
}
@media (max-width: 639px) {
	/***** News Page - Top Row *****/
	.news_main.right {
		padding-left: 0;
	}
	.inside_flex_row {
		flex-direction: column;
	}
	.news_inside.topleft {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 7.5px;
	}
	.news_inside.topright {
		padding-left: 0;
	}
	.news_inside.bottomleft {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 7.5px;
	}
	.news_inside.bottomright {
		padding-left: 0;
	}
	.news_main.left {
		padding-bottom: 0;
	}

	/***** News Page - Bottom Grid *****/
	.bottom_articles-right {
		padding-left: 0;
	}
	.news_inside .BlogItem {
		max-height: 360px;
		min-height: 360px;
	}
	.BlogArticleItem {
		flex-direction: column;
		max-height: unset;
	}
	.blog_item_img {
		max-width: 100%;
		margin-right: 0;
		max-height: 290px;
		overflow: hidden;
	}
	.blog_item_content {
		padding: 20px;
	}
}
