@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700|Montserrat:100,200,300,400,500,600,700|Asap:600');
/*Common  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
body .container {
  width: 1230px;
  max-width: 100%;
}
body p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 14px;
  margin: 0 0 20px;
}
body a {
 /* color: #000000;*/
  text-decoration: underline;
}
/*body a:hover {
  color: #b4a162;
}*/
body.blog a, body.archive a {
    text-decoration:none;
}
.belowD,
.mview,
.belowM {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 22px;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 300;
}
h1.title {
  font-size: 36px;
}
h2 {
  font-size: 20px;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
  margin-bottom: 5px;
}
h2.title {
  font-size: 42px;
  font-weight: 300;
}
h2 + p {
  margin-top: 15px;
}
h3 {
  font-size: 17px;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
  margin-top: 0;
}
h4 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h6 {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h3:empty, h1:empty, h2:empty, h4:empty, h5:empty
{
	display:none;
}
img {
  max-width: 100%;
  border: 0;
  outline: none;
}
ul {
  margin: 15px 0 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
   font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
	color:#000;
  position: relative;
}
.page_cont ul,
body .generic #main .content-column ul {
  margin: 15px 0;
}
.page_cont ul li,
body .generic #main .content-column ul li {
  padding: 0 0 0 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  list-style-position: outside;
}
.page_cont ul li:before,
body .generic #main .content-column ul li:before {
  width: 3px;
  height: 3px;
  background-color: #cd9e00;
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0px;
}
.page_cont ol,
body .generic #main .content-column ol {
  margin: 15px 0;
  padding: 0 0 0 14px;
}
.btn {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  border: solid 1px #ffffff;
  color: #000000;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  background-color: #ffffff;
  border: solid 1px #cd9e00;
}	
.btn.white {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  border: solid 1px #cd9e00;
  color: #000000;
  border-radius: 0;
  text-decoration: none;
}
.btn.white:hover {
  background-color: #cd9e00;
  border: solid 1px #cd9e00;	
}
.btn.yellow
{	
	 padding:0 20px;
}
.btn.yellow-btn {
  border: solid 1px #cd9e00;
  color: #000;
  background-color: #edecdc;
 
}
.btn.yellow-btn:hover 
{
  background-color: #ffffff;
  border: solid 1px #fff;
}
.yellow {
  color: #cd9e00;
}
.select-wrapper {
  min-width: 178px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.select-wrapper:after {
  background: url(../png/ico_down_arrow_dark.png) no-repeat 0 0;
  content: '';
  width: 23px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 40%;
}
.select-wrapper select {
  width: 100%;
  border: solid 0px #d6d6d6;
  border-radius: 0;
  max-width: 100%;
  padding: 0 48px 0 0 !important;
  line-height: 45px;
  height: 50px;
  background: transparent;
  outline: none !important;
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
  box-shadow: inset 0 0 0 ;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.select-wrapper.up:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.share_this_cont {
  padding: 20px 0;
  width: 100%;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  float: left;
  margin-bottom: 40px;
}
.whitebg {
  background-color: #fff;
  width: 100%;
  float: left;
}
body main a:not(.btn)
{
	color: #99791d;
}
body main a:not(.btn):hover
{
	color: #999;
}
/*Header  */
body {
  padding-top: 100px;
}
body .hme_logo {
  display: none;
}
body.home {
  padding-top: 0px;
}
body.home .t-head:before {
  position: absolute;
  left: 0;
  height: 132px;
  width: 100%;
  background: url('../png/home_hdr_bg.png') repeat-x 0 0;
  content: '';
  top: 0;
  z-index: 10;
}
body.home .t-head .inr_logo {
  display: none;
}
body.home .t-head .hme_logo {
  display: inline;
}
body .t-head {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: 0px;
  height: 132px;
}
body .t-head .co-name a {
  position: relative;
  z-index: 99;
}
body .t-head .container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body {
    padding-top: 75px;
  }
  body .t-head .standard-logo,
  body .t-head .standard-logo img {
    width: 135px;
  }
  body .t-head
  {
	  padding-top:13px;
  }

}
/*Footer  */
footer {
  background: #e4e1c9;
  padding: 30px 0;
  float: left;
  width: 100%;
}
footer .goc_details ul 
{
	
	display:inline-block;
}
footer .goc_details ul li {
  padding: 10px 19px 0;
  border-left: solid 1px #ffffff;
  float: left;
  height: 70px;
  text-align:center;
  width: 160px;
}
footer .goc_details ul li:first-child {
  width: 77px;
  border: 0;
  padding-top: 0;
  padding-left: 0;
}
footer .goc_details ul li:last-child {
	  padding: 10px 0px 0 19px;
		
	}
	footer .goc_details ul li > div
	{
		display:inline-block;
		margin:0 auto;
		text-align:left;
		width:auto;
	}
footer .goc_details ul li p {
  line-height: 120%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
footer .goc_details ul li p a {
  color: #000000;
  font-weight: 500;
  text-decoration:underline;
}
footer .goc_details ul li p a:hover {
  color: #000000;
  text-decoration:underline;
}
footer .subscribe {
  text-align: right;
}
footer .subscribe .form {
  max-width: 80%;
  float: right;
  width: 387px;
  max-width: 100%;
  text-align: right;
}
footer .subscribe .form .gform_wrapper {
  margin: 0;
}
footer .subscribe .form .gform_wrapper form {
  text-align: right;
}
footer .subscribe .form .gform_wrapper .gform_body {
  width: 78%;
  display: inline-block;
  margin-right: 1%;
}
footer .subscribe .form .gform_wrapper .gform_body ul li {
  margin: 0;
  padding: 0;
}
footer .subscribe .form .gform_wrapper .gform_body ul li .ginput_container {
  margin: 0;
}
footer .subscribe .form .gform_wrapper .gform_body ul li .gfield_label {
  display: none;
}
footer .subscribe .form .gform_wrapper .gform_body ul li input[type="text"] {
  height: 40px;
  position: relative;
  top: 1px;
  line-height: 38px;
  border: 0;
  margin: 0 5px 0 0;
  width: 100%;
}
footer .subscribe .form .gform_wrapper .gform_footer {
  width: 20%;
  display: inline-block;
  clear: none;
  padding: 0;
  margin: 0;
}
footer .subscribe .form .gform_wrapper .gform_footer .button {
  padding: 0 0;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #ffffff;
  color: #000000;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
footer .subscribe .form .gform_wrapper .gform_footer .button:hover {
  background-color: #ffffff;
  border: solid 1px #cd9e00;
}
footer .subscribe .site_det {
  max-width: 100%;
  float: right;
  width: 100%;
  clear: both;
}
footer .subscribe .site_det ul.logo_itm {
  float: left;
  width:85%;
}
footer .subscribe .site_det ul.logo_itm li {
  text-align: left;
  float: left;
  padding: 0 10px;
  width:25%;
	line-height:45px;
}
body.home footer .subscribe .site_det ul.logo_itm
{
	display:none;
}
footer .subscribe .site_det ul.social_itm {
  float: right;
  margin-right: 2px;
	width:14%;
}
footer .subscribe .site_det ul.social_itm li {
  width: 55px;
  text-align: center;
  float: left;
  padding:0 0 0 15px;
}
footer .subscribe .site_det ul.social_itm li.linkedin
{
	line-height:45px;
	border-left:solid 1px #b4b2a0;
}
footer .subscribe .site_det ul.social_itm li.linkedin a
{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	color:#cd9e00;
}
footer .subscribe .site_det ul.social_itm li a {
  color: #cd9e00;
  font-size: 20px;
  text-decoration: none;
}
body.home footer .subscribe .site_det ul.social_itm li.linkedin
{
	border:0;
}
footer .subscribe .site_det ul.social_itm li a:hover {
  color: #000000;
}
@media (max-width: 1200px) {
  footer .goc_details ul li {
    padding: 10px 0 0 10px;
    width: 150px;
  }
  footer .goc_details ul li:first-child {
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  footer .goc_details ul {
    margin: 0 ;
	width:100%;
	text-align:left;
  }
  footer .goc_details ul li p
  {
	  font-size:10px;
  }
  footer .goc_details ul li {
    padding: 10px 0px 0px 0px;
    width: 26%;
	float:none;
	display:inline-block;
	vertical-align:top;
  }
  footer .goc_details ul li p a:hover {
    color: #cd9e00;
    cursor: pointer;
  }
  footer .goc_details ul li:first-child {
    padding-right: 0px;
    width: 80px;
  }
  footer .goc_details ul li:last-child {
    padding-left: 10px;
    
  }
  footer .subscribe .form .gform_wrapper .gform_body {
    width: 76%;
  }
  footer .subscribe .site_det {
    max-width: 100%;
	width:100%;
  }
}
@media (max-width: 767px) {
	
  footer .subscribe .site_det {
    width: 100%;
  }
  footer .subscribe .form {
    width: 100%;
  }
  footer .subscribe .form .gform_wrapper form {
    text-align: left;
  }
  footer .goc_details ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  footer .goc_details ul li {
    width:26.8%;
	    padding: 10px 0px 20px 0px;
  }
  footer .goc_details ul li:last-child
  {
	  padding:10px 0 0 0px;
  }
  footer .goc_details ul li:first-child {
    width: 16%;
  }
  footer .subscribe .site_det ul.logo_itm
  {
	  width:85%;
  }
}
@media (max-width: 480px) {
  footer .goc_details ul {
    margin-bottom: 20px;
  }
  footer .goc_details ul li {
    padding-left: 10px;
	padding-right:0px;
	height:55px;
  }
  footer .goc_details ul li:last-child
  {
	  padding-left: 10px;
  }
   footer .goc_details ul li:first-child img
   {
		max-width:80%;   
   }
  footer .goc_details ul li p {
    font-size: 9px !important;
	line-height:150%;
	margin-bottom:0;
  }
  footer .goc_details ul li p:first-child {
    padding-right: 0px;
  }
}
/*Navigation  */
body.home.side-header #header-trigger span {
  color: #fff;
}
#nav-icon4.open
{
	position:fixed;
}
body.side-header .header-trigger {
  right: 0;
  top: 10px;
  width: 133px;
  height: 24px;
  line-height: 50px;
  border-radius: 0;
  text-align: center;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 11;
  font-size: 16px;
}
body.side-header .header-trigger span {
  color: #000;
  font-size: 13px;
  top: -14px;
  position: absolute;
  left: 28px;
}
body.side-header .header-trigger i {
  color: #cd9e00;
  font-size: 28px;
}
body.side-header .header-trigger i.icon-line-menu:before {
  content: '';
  background: url('../png/toggle_btn.png') no-repeat 0 0;
  width: 118px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
body.side-header .header-trigger i.icon-line-cross:before {
  font-size: 70px;
  content: "+";
  font-style: normal;
  font-weight: 300;
  float: right;
  top: -8px;
  position: absolute;
  right: 0px;
  height: 20px;
  transform: rotate(45deg);
}
body.side-header header {
  left: auto;
  right: -2000px;
  background-color: #e9e7d3;
  border-left: 0;
  border-bottom: 0px solid #000000;
  width: 50%;
  overflow: auto;
  display: table;
  position: fixed;
  top: 0;
  z-index: 10;
  height: calc(100vh);
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
}
body.side-header header #header-wrap {
  width: 100%;
  top: 90px;
  padding-left: 40px;
  padding-right: 0px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  vertical-align: middle;
  z-index: 199;
}
body.side-header header #header-wrap .container {
  width: 100% !important;
  padding: 0 0 0 30px!important;
  margin: 0!important;
  position: relative;
}
body.side-header header #header-wrap .container .header-trigger {
  top: -68px;
  right: 50px;
  width: 47px;
}
body.side-header header #header-wrap .container span.lines {
  background: url('../png/menu_lines.png') no-repeat center top;
  height: 30px;
  width: 265px;
  display: inline-block;
  position: absolute;
  left: 31px;
  bottom: -21px;
  padding-bottom: 80px;
}
body.side-header header #header-wrap .container span.lines:before {
  content: '';
  width: 106px;
  position: absolute;
  top: 7px;
  border-top: solid 1px #cd9e00;
}
body.side-header header #header-wrap .container span.lines:after {
  content: '';
  width: 400px;
  position: absolute;
  right: -292px;
  top: 7px;
  border-top: solid 1px #cd9e00;
}
body.side-header header #header-wrap #primary-menu {
  float: none;
  height: auto;
  margin-bottom: 40px !important;
}
body.side-header header #header-wrap #primary-menu #top-menu {
  float: none;
  height: auto;
  opacity: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width:580px;
}
body.side-header header #header-wrap #primary-menu #top-menu > li {
  padding: 0 ;
  margin-bottom:5px;
  display:inline-block;
  width:290px;
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-197
{
	order:1;	
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-2821
{
	order:2;	
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-2900
{
	order:3;	
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-280
{
	order:4;	
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-1688
{
	order:5;	
	display: table;
    /*height: 400px;*/
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-286
{
	order:6;	
}
body.side-header header #header-wrap #primary-menu #top-menu #menu-item-15
{
	order:7;	
}
body.side-header header #header-wrap #primary-menu #top-menu li a {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Frank Ruhl Libre', serif;
}
body.side-header header #header-wrap #primary-menu #top-menu li a:hover {
  color: #cd9e00;
}
body.side-header header #header-wrap #primary-menu #top-menu li ul {
  margin: 5px 0 15px 0;
}
body.side-header header #header-wrap #primary-menu #top-menu li ul li {
  position: relative;
  line-height: 1.1;
  margin: 0 0 10px;
  padding-left:0px;
}
body.side-header header #header-wrap #primary-menu #top-menu li ul li:before {
  content: '+';
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
    top: 0px;
	height:20px;
	line-height:15px;
	    left:-2px;
}
body.side-header header #header-wrap #primary-menu #top-menu li ul li a {
  font-size: 18px;
  padding-left: 20px;
  font-weight:300;
  display:inherit;
  text-decoration: none;
}
body.side-header header #header-wrap #primary-menu #top-menu li ul li a:hover {
  color: #cd9e00;
}
body.side-header.open-header #header-trigger i:nth-child(1) {
  display: block;
}
body.side-header.open-header #header-trigger i:nth-child(2) {
  display: none;
}
body.side-header.side-header-right.open-header.side-header-open #header {
  left: auto;
  right: 0;
}
body.side-header.side-header-right.open-header.side-header-open #header-trigger i:nth-child(1),
body.side-header.side-header-right.open-header.side-header-open #header-trigger span {
  display: none !important;
}
body.side-header.side-header-right.open-header.side-header-open #header-trigger i:nth-child(2) {
  display: block !important;
}

body.side-header-open .t-head.icon {
	position: fixed;
    z-index: 999;
	height: 55px;
}
body.home.side-header-open .t-head.icon:before {
	display:none;
}

@media (max-width: 1024px) {
  body.side-header #header-trigger {
    right: 15px;
    width: 50px;
    top: 5px;
	font-size: 14px;
  }
  body p { font-size: 13px; }
  ul li { font-size: 13px !important; }
  body.side-header #header-trigger i.icon-line-menu:before {
    width: 50px;
    background-position: right 0;
  }
  body.side-header #header-trigger span {
    display: none;
  }
  body.side-header.side-header-right.open-header.side-header-open #header {
    right: 0px;
  }
  body.side-header header #header-wrap #primary-menu #top-menu > li
  {
	  width:262px;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap {
    padding-left: 20px;
    top: 50px;
	padding-right:0;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap .container .header-trigger {
    position: fixed;
    right: 0;
    top: 15px;
  }
    body.side-header.side-header-right.open-header.side-header-open #header #header-wrap #primary-menu #top-menu
	{
		width:540px;
	}
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap #primary-menu #top-menu li a {
    font-size: 20px;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap #primary-menu #top-menu li ul li a {
    font-size: 16px;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap #primary-menu #top-menu li ul li:before {
    font-size: 22px;
	top:2px;
  }
  body.side-header header #header-wrap .container span.lines:after
  {
	  right: -245px;
	  width:350px;
  }
}
@media (max-width: 520px) {
  body.side-header.side-header-right.open-header.side-header-open #header {

    z-index: 99;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap {
    padding-left: 0px;
  }
  body.side-header header #header-wrap #primary-menu #top-menu,
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap #primary-menu #top-menu
  {
	  columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	width:auto;
	margin-right:20px;
  }
  body.side-header header #header-wrap #primary-menu #top-menu #menu-item-1688
  {
	  height:auto;
  }
  body.side-header header #header-wrap .container span.lines:after {
    right: 20px;
    width: 85px;
}
}
/*Common  */
section {
  float: left;
}
section.logo_group {
  background: #f0f0f0;
  padding: 40px 0;
  border-top:solid 1px #f9f9f9;
}
body.home section.logo_group
{
	 border-top:solid 0px #f9f9f9;
}
section.newsbadge + section.logo_group
{
	border:0;
}
section.logo_group ul {
  margin: 0;
  text-align:center;
}
section.logo_group ul li {
  display: inline-block;
  width: 19.7%;
  padding: 10px;
  text-align: center;
}
section.mWidth .container {
  width: 1660px;
}
section.msWidth .container {
  width: 1400px;
}
section.newsbadge {
  z-index: 2;
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 50%, #e6e6e6 50%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 50%, #e6e6e6 50%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 50%, #e6e6e6 50%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#e6e6e6', GradientType=1);
  /* IE6-9 */
}
body.home  section.newsbadge {
  z-index: 2;
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 50%, #fff 50%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 50%, #fff 50%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 50%, #fff 50%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#fff', GradientType=1);
  /* IE6-9 */
}
section.newsbadge .title p {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 16px;
  text-align: right;
  line-height:72px;
  font-weight:500;
  padding-right: 0px;
}
section.newsbadge .details {
  background: #e6e6e6 /*#e6e5e0*/;
  min-height: 72px;
}
body.home section.newsbadge .details {
  background: #fff /*#e6e5e0*/;
  min-height: 72px;
}
section.newsbadge .details p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height:72px;
  text-align: left;
  padding-left: 20px;
}
section.newsbadge .details p a {
 
  text-decoration: none;
  letter-spacing: .4px;
}
section.newsbadge .details p a:hover {
  text-decoration: underline;
 
}
.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.side-header-open .body-overlay {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}
@media (max-width: 767px) {
  section.logo_group {
    padding: 20px 0 0;
	
  }
  section.logo_group ul {
    text-align: center;
  }
  section.logo_group ul li {
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 0 15px 30px;
  }
  section.newsbadge .title p {
    padding-right: 0;
	font-size:13px;
  }
  section.newsbadge .details p
  {
	  font-size:12px;
  }
}
/*Home  */
body.home section {
  position: relative;
  width: 100%;
  float: left;
}
body.home section#mbanner {
  overflow: hidden;
}
body.home section#mbanner img {
  width: 100%;
  z-index: 1;
}
body.home section#mbanner .banner_content {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 41%;
  left: 0;
  text-align: center;
}
body.home section#mbanner .banner_content h3 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 200;
  margin: 0;
  padding: 30px 0 20px;
}
body.home section#mbanner .banner_content h2 {
  font-size: 21px;
  color: #cd9e00;
  font-family: 'Frank Ruhl Libre', serif;
  margin: 15px 0 60px;
  font-weight: 300;
}
body.home section#mbanner .banner_content span:first-child {
  background: url('../png/line3_hor.png') no-repeat center top;
  height: 30px;
  width: 100px;
  display: inline-block;
}
body.home section#mbanner .banner_content span:first-child:before {
  content: '';
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 7px;
  border-top: solid 1px #a6a6a6;
}
body.home section#mbanner .banner_content span:first-child:after {
  content: '';
  width: 100px;
  position: absolute;
  right: 50%;
  margin-right: -180px;
  top: 7px;
  border-top: solid 1px #a6a6a6;
}
body.home section#mbanner .banner_content span:last-child {
  background: url('../png/line3_hor.png') no-repeat center top;
  height: 24px;
  width: 100px;
  display: inline-block;
}
body.home section#mbanner .banner_content span:last-child:before {
  content: '';
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  bottom: 18px;
  border-top: solid 1px #a6a6a6;
}
body.home section#mbanner .banner_content span:last-child:after {
  content: '';
  width: 100px;
  position: absolute;
  right: 50%;
  margin-right: -180px;
  bottom: 18px;
  border-top: solid 1px #a6a6a6;
}
body.home section.video {
  padding: 60px 0 15px;
  /*min-height: 600px;*/
  z-index: 1;
  background: #b8d6d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-green', endColorstr='@bg-green-light', GradientType=1);
  /* IE6-9 */
}
body.home section.video .videoplay
{
	padding-left:0;
	position:relative;	
}
body.home section.video .videoplay a
{
	display:block;
	position:relative;
}
/*body.home section.video .videoplay a:before
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url('../images/layer.png') no-repeat left top;
	background-size: cover;
	content:'';
	z-index:2;
}
body.home section.video .videoplay a:after
{
	position:absolute;
	left:50%;
	top:50%;
	width:112px;
	height:64px;
	border:solid 3px #fff;
	margin-left:-56px;
	margin-top:-32px;
	background: url('../images/triangle.png') no-repeat center center;
	background-color:rgba(0,0,0,0.8);
	content:'';
	z-index:2;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.home section.video .videoplay a:hover:after
{
	background-color:rgba(0,0,0,1);
	border:solid 3px #cd9e00;
}*/
body.home #videoModal .modal-dialog
{
	background: transparent;
    box-shadow: 0 0 0;
    border: 0;
	height:calc(100% - 100px);
	width:70%;
	text-align:center;
}
body.home #videoModal .modal-content,
body.home #videoModal .modal-body
{
	background: transparent;
    box-shadow: 0 0 0;
    border: 0;
	height:auto;
	width:100%;
	text-align:center;
}
 #videoModal iframe {
  /*float: right;
   right: -200px;
  position: absolute;*/
  height: 700px;
  width: 100%; 
  max-width: 100%; 
  z-index: 1;
}

body.home section.video .content {
  position: relative;
  z-index: 2;
}
body.home section.video .btn
{
padding:0 60px 0 20px;	
margin-bottom:10px;
text-transform:none;
text-align:left;
position:relative;
}
body.home section.video .btn:after
{
	position:absolute;
	right:10px;
	top:2px;
	width:35px;
	height:35px;
	background-image:url(../png/d-arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
	opacity:1;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	display:block;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.home section.video .btn:hover:after
{
	opacity:1;
	right:5px;
}
body.home section.video .content .master_content {
  position: relative;
}
body.home section.video .content .master_content .h-anim
{
	bottom:7px;
}
body.home section.video .content .master_content h2 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 55px;
  padding-left: 25px;
  line-height: 120%;
  color:#000;
  width:100%;
}
body.home section.video .content  p
{
	width:100%;
}
body.home section.video .content .master_content span {
  background: url('../png/line3_vert.png') no-repeat center top;
  height: 33px;
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50px;
}
body.home section.video .content .master_content span:before {
  content: '';
  width: 6px;
  position: absolute;
  height: 35px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  bottom: -40px;
}
body.home section.video .content .master_content span:after {
  content: '';
  width: 6px;
  position: absolute;
  height: 140px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  bottom: 40px;
}

body.home section.video .content ul li {
  list-style: none;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 17px;
  text-decoration: underline;
  position: relative;
}
body.home section.video .content ul li a {
  color: #99791d;
}
body.home section.video .content ul li a:hover {
  color: #fff;
}

body.home section.video .content ul li:before {
  content: '+';
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0;
  color: #fff;
  height: 25px;
  line-height: 20px;
  text-decoration:none !important;
}
body.home section.logo_group {
  background: #b8d6d1;
}
body.home section.split_merge {
  padding: 60px 0;
  z-index: 2;
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 50%, #e6e5e0 50%, #e6e5e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 50%, #e6e5e0 50%, #e6e5e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 50%, #e6e5e0 50%, #e6e5e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@light-grey-bg', endColorstr='@light-grey-bg2', GradientType=1);
  /* IE6-9 */
}
body.home section.split_merge h2.title {
  text-align: center;
  padding: 0 25%;
  margin-top: 0;
}
body.home section.split_merge ul {
  margin: 30px 20% 0;
}
body.home section.split_merge ul li {
  padding: 0;
  width: 50%;
  float: left;
  padding: 0;
  margin: 0 0 0;
}
body.home section.split_merge ul li:nth-child(even) div {
  float: right;
}
body.home section.split_merge ul li div {
  width: 270px;
  padding-bottom: 0;

}
body.home section.split_merge ul li div p
{
	margin-bottom:0;	
}
body.home section.split_merge ul li:first-child div, body.home section.split_merge ul li:nth-child(2) div
{ 
	  border-bottom: solid 1px #ffffff;
	  padding-bottom: 0px;
}
body.home section.split_merge ul li:first-child div p , body.home section.split_merge ul li:nth-child(2) div p
{
	margin-bottom:20px;	
}

body.home section.split_merge ul li div h2 a {
  color: #000000;
  text-decoration: none;
}
body.home section.split_merge ul li div h2 a:hover {
  color: #cd9e00;
}

body.home section.split_merge .actions {
  text-align: center;
  margin-top: 40px;
}
body.home section.solution {
  padding: 50px 0 10px;
  background: #e4e1c9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-yellow', endColorstr='@menu-bg', GradientType=1);
  /* IE6-9 */
}
body.home section.solution .img_container {
  position: absolute;
  left: -140px;
}
body.home section.solution .img_container img {
  float: left;
  margin: 0 20px 0 0;
}
body.home section.solution .content {
  text-align: right;
}
body.home section.solution .content .master_content {
  position: relative;
}
body.home section.solution .content .master_content .h-anim
{
	bottom:-5px;
}
body.home section.solution .content .master_content h2 {
  margin-top: 45px;
  padding-right: 30px;
  margin-bottom:30px;
}
body.home section.solution .content .master_content span {
  background: url('../png/line3_vert.png') no-repeat center top;
  height: 33px;
  width: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 30px;
}
body.home section.solution .content .master_content span:before {
  content: '';
  width: 1px;
  position: absolute;
  height: 21px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  bottom: -28px;
  right: 6px;
}
body.home section.solution .content .master_content span:after {
  content: '';
  width: 1px;
  position: absolute;
  height: 140px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  bottom: 40px;
  right: 6px;
}
body.home section.solution .content p {
  text-align: right;
  margin-bottom: 25px;
}
body.home section.solution .content .logo_grp ul {
  width: 80%;
  float: right;
  margin-top:0;
}
body.home section.solution .content .logo_grp ul li {
  width: 50%;
  text-align: right;
  float: left;
  margin: 0 0 20px;
  display: inline-block;
  line-height: 66px;
}
.cat-subnav {
	display:inline-block;
	text-align: left;	
  vertical-align: middle;
	float: left;
    margin-top:23px;
	margin-left:0px;	

}
.cat-subnav.cols {	
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.cat-subnav li{
	margin:0 0 10px;
	padding-left:50px;
}
/*body.archive .page_head .cat-subnav { margin-top: 0px !important; }*/
.cat-subnav li a {
	    line-height: 20px;
    font-size: 16px;
    font-family: 'Frank Ruhl Libre', serif;
    color: #000000 !important;
    font-weight: 400;
}
.cat-subnav li a:hover,
.blog_itm h2.entry-title a:hover, .blog_itm h2 a:hover
{
color:#cd9e00 !important;	
}

@media (max-width: 1650px) {
  body.home section.video iframe {
    /*right: -50px;
    width: 750px;*/
  }
  body.home section.solution .img_container {
    left: -50px;
    display: flex;
  }
  body.home section.solution .img_container img
  {
    align-self: flex-start;
  }
}
@media (max-width: 1550px) {
  body.home section.video iframe {
    /*right: 0px;
    width: 650px;*/
	
  }
 
}
@media (max-width: 1400px) {
  body.home section.video iframe {
    /*right: 0px;
    width: 700px;*/
  }
  body.home section.solution .img_container {
    left: 0px;
  }
  body.home section.solution .img_container img {
    max-width: 60%;
  }
  body.home section.newsbadge .title p
  {
	  margin:0;	  
  }
  body.side-header header #header-wrap #primary-menu #top-menu #menu-item-1688
	{	
		height: auto;
	}
	body.side-header header
	{
		width:50%;
	}
}
@media (max-width: 1200px) {
	body.side-header header
	{
		width:60%;
	}
  body.home section.video iframe {
    right: 0px;
    width: 100%;
	max-width:100%;
  }
  body.home section.solution .img_container {
    left: 0px;
  }
  body.home section.solution .img_container img {
    max-width: 57%;
  }
	body.side-header header {
		width:600px;
	}
	body.side-header header #header-wrap .container
	{
		padding-lefT:0;
	}
	body.side-header header #header-wrap
	{
		padding-left:20px;
	}
}
@media (max-width: 1023px) {
 
  body.home section#mbanner .banner_content h3 {
    font-size: 36px;
    padding: 0;
  }
  body.home section#mbanner .banner_content h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.home section.video iframe {
    right: 0px;
    width: 100%;
    position: relative;
    height: 407px;
  }
  body.home section.solution .img_container {
    position: relative;
    float: left;
  }
  body.home section.solution .img_container img:first-child {
    max-width: 55%;
    margin-bottom: 30px;
    margin-right: 3%;
  }
  body.home section.solution .img_container img:last-child {
    max-width: 42%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body.home section.solution .content h2.title {
    font-size: 29px;
  }
  body.home section.solution .content .logo_grp ul {
    max-width: 100%;
	width:100%;
  }
  body.home section.solution .content .logo_grp ul li
  {
	  padding:0 0 0 20px;
  }
  body.home section.solution .content .btn.yellow-btn {
    padding: 0 15px;
  }
  body.home section.logo_group ul li {
    padding: 0 10px;
    width: 19.5%;
  }
  body.home section.split_merge h2.title {
    padding: 0 10%;
  }
  body.home section.split_merge ul {
    margin: 30px 5% 0;
  }
  body.home section.split_merge ul li div
  {
	  float:right;
	  margin-right:30px;
  }
  body.home section.split_merge ul li:nth-child(even) div
  {
	  float:left;
	  margin-right:0;
	  margin-left:30px;
  }
  body.home section.video .content .master_content h2
  {
	  margin-top:0;
  }
  body.home section.video
  {
	  overflow:hidden;
  }
  body.home section.video .content ul li
  {
	  line-height:100%;
	  margin-bottom:15px;
  }
  body.home section.video .content ul 
  {
	  margin-bottom:30px;
  }
  body.home section.video .content ul li:before
  {
	  line-height:12px;
  }
  body section.video .vid-row
  {
	  margin-right:-15px !important;
  }
}
@media (max-width: 767px) {
	body.side-header header {
		width:280px;
	}
  body.home section#mbanner {
    height: 483px;
    background-position: center top;
    background-size: cover;
    z-index: 2;
  }
   body.home section.split_merge ul li div
  {
	 
	  margin-right:10%;
  }
  body.home section.split_merge ul li:nth-child(even) div
  {
	  margin-left:10%;
  }
  body section.video .vid-row
  {
	margin-right: -15px !important;
    margin-left: -15px !important;
  }
  body.home section.split_merge h2.title
  {
	  padding:0;
	  margin:0;
  }
  body.home section#mbanner img {
    max-width: none;
    width: 100%;
    margin-left:0;
  }
  body.home section#mbanner .banner_content span:first-child:before {
    left: 60%;
    margin-left: -180px;
  }
  body.home section#mbanner .banner_content span:first-child:after {
    left: 62%;
    margin-right: -180px;
  }
  body.home section#mbanner .banner_content span:last-child:before {
    left: 60%;
    margin-left: -180px;
  }
  body.home section#mbanner .banner_content span:last-child:after {
    left: 62%;
    margin-right: -180px;
  }
  body.home section#mbanner .banner_content h3 {
    font-size: 35px;
    padding: 20px 0 5px;
  }
  body.home section#mbanner .liner
  {
	  width:240px;
  }
  body.home section#mbanner .banner_content h2 {
    font-size: 14px;
    margin-bottom:25px;
    padding: 0 20%;
  }
  body.home section.newsbadge .title p {
    padding-right: 0;
    font-size: 13px;
	margin:0;
	 line-height:60px;
  }
  body.home section.newsbadge .details p {
    padding-left: 0;
    font-size: 11px;
	line-height:20px;
	margin-top:20px;
  }
  body.home section.video {
    background: #b8d6d1 none !important;
    padding: 40px 0;
  }
  body.home section.video .content .master_content h2 {
    margin: 0;
  }
  body.home section.video iframe {
    right: 0px;
    width: 100%;
    position: relative;
    height: 395px;
  }
  body.home section.logo_group {
    display: none;
  }
  body.home section.solution {
    background: #e9e7d3 none !important;
	padding:35px 0 15px;
  }
  body.home section.solution .img_container {
    display: none;
  }
  body.home section.solution .content .master_content h2 {
    margin-top: 0;
    padding-left: 50%;
  }
  body.home section.solution .content .logo_grp ul {
    max-width: 90%;
    margin: 0;
  }
 
  body.home section.logo_group ul li {
    padding: 0 10px;
    width: 19.5%;
  }
  body.home section.split_merge {
    padding-bottom: 60px;
  }
  body.home section.split_merge ul {
    margin: 30px 5% 0;
    display: inline-block;
  }
  body.home section.split_merge ul li div {
    max-width: 90%;
  }
  body.home section.split_merge ul li h2 a {
    font-size: 17px;
  }
  body.home section.split_merge ul li p {
    font-size: 15px;
	min-height:100px;
  }
  body.home section.split_merge .actions
  {
	  margin-top:20px;
  }
}
@media (max-width: 560px) {
	footer
	{
		padding:25px 0;
	}
	body.home section.video .content ul
	{
		margin:10px 0 20px;
	}
  body.home main section.video {
    background: #b8d6d1 none !important;
    padding: 30px 0 20px;
  }
  body.home section.video .content .master_content h2 {
    margin: 0 0 20px;
    font-size: 30px;
  }
  body.home section.video iframe {
    right: 0px;
    width: 100%;
    position: relative;
    height: 230px;
  }
  body.home section.logo_group {
    display: none;
  }
  body.home section.solution .content .master_content h2 {
    margin-top: 0;
    padding-left: 10%;
    font-size: 32px;
	margin-bottom:25px;
  }
  body.home section.solution .content .logo_grp ul {
    max-width: 100%;
    margin: 0;
	width:100%;
  }
  body.home section.solution .content .logo_grp ul li {
    width: 50%;
	margin-bottom:0;
  }
  body.home section.split_merge {
    padding: 30px 0;
  }
  body.home section.split_merge h2.title {
    font-size: 26px;
  }
  body.home section.split_merge ul {
    margin: 0;
    display: inline-block;
  }
  body.home section.split_merge ul li div {
    margin-right: 20px;
   
	width:100%;
  }
  body.home section.split_merge ul li:nth-child(even) div {
    margin-left: 20px;
    margin-right: 0;
  }
  
  body.home section.split_merge ul li h2 a {
    color: #cd9e00;
    font-size: 15px;
  }
  body.home section.split_merge ul li p {
    font-size: 12px;
    line-height: 16px;
	padding:0;
	margin:5px 0;
	min-height:65px;
  }
  body.home section.newsbadge .title p
  {
	   line-height:60px;
  }
 body.home section.newsbadge .details p
 {
	 font-size:11px;
	 line-height:13px;
	 margin:16px 0;
	 
 }
 body.home section.video .content ul li:before
 {
	    font-size: 23px;
		top:1px;
 
 }
 footer .goc_details ul li p
 {
	 font-size:11px;
 }
 body footer .subscribe .site_det ul.logo_itm li
 {
	 padding-right:20px;
	 text-align:left;
 }
 section.newsbadge .title p, section.newsbadge .details p
 {
	 font-size:11px;	
	 padding:0;
 }
 body  section.newsbadge .details
   {
	   min-height:60px !important;
	   line-height:60px;
   }
  section.newsbadge .details p
  {
	  line-height:13px;
	  margin-top:20px;
  }
section.newsbadge .title p
 {
	 line-height:60px;
	 margin:0;
 }
}
@media (max-width: 400px) {
 body.home section.newsbadge .details p {
    font-size: 11px;
  }
  body.home section#mbanner .banner_content h3
  {
	  font-size:30px;
  }
  body.home section.newsbadge .title p
  {
	  font-size:13px;
  }
  body.home section.video .content .master_content h2
  {
	  font-size:25px;
  }
  
  body.home section#mbanner
  {
	  height:auto;
  }
}
@media (max-width: 370px) {
body.home section.newsbadge .title p {
    font-size: 11px;
  }
  body.home section.newsbadge .details p
  {
	  font-size:10px;
  }
  body.home section.newsbadge .title p
  {
	  font-size:12px;
  }
}
@media (max-width: 359px) {
  body.home section.split_merge ul li h2 a {
    font-size: 13px;
  }
}
/*Blog  */
body.blog .page_head.yellow_head .page_dd,
body.post-template-default .page_head.yellow_head .page_dd ,
body.archive .page_head.yellow_head .page_dd

{
  min-height: 128px;
  padding-top:0;
  padding-bottom:0;
}
body section {
  width: 100%;
}
body section.blog_detail {
  padding-top: 0 !important;
}
body section.blog_items .container .row {
  display: flex;
  flex-basis: 33%;
  flex-wrap: wrap;
  align-items: self-start;
}
body section.blog_items,
body section.blog_detail {
  background-color: #f0f0f0;
  padding-top: 60px;
  float: left;
}
body section.blog_items .blog_itm,
body section.blog_detail .blog_itm {
  min-height: 400px;
  width: 100%;
  float: left;
}
body section.blog_items .blog_itm img,
body section.blog_detail .blog_itm img {
/*  width: 100%; */
  height: auto;
}
body section.blog_items .blog_itm .content,
body section.blog_detail .blog_itm .content {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  padding-left: 38px;
  position: relative;
  padding-top: 25px;
}
body section.blog_items .blog_itm .content:before,
body section.blog_detail .blog_itm .content:before {
  background: url('../png/line3_vert_black.png') no-repeat center top;
  width: 12px;
  height: 97px;
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}
body section.blog_items .blog_itm .content h2,
body section.blog_detail .blog_itm .content h2,
body section.blog_detail .blog_itm .content h1 {
  margin: 0 0 5px;
  font-weight:400;
  font-size:22px;
}
body section.blog_detail .blog_itm .content h2 a
{
	text-decoration:none !important;
	font-weight:400 !important;
}
body section.blog_items .blog_itm .content h6,
body section.blog_detail .blog_itm .content h6 {
  font-weight: 500;
  margin: 0 0  15px;
  font-weight:400;
  color:#000;
}
body section.blog_items .blog_itm .content h6 a,
body section.blog_detail .blog_itm .content h6 a {
  color: #000000;
  text-decoration: underline;
  padding-right: 10px;
  display:inline-block;
  padding-bottom:5px;
}
body section.blog_items .pagination,
body section.blog_detail .pagination {
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  width: 100%;
  padding: 20px 0;
  margin: 0 0 40px;
  text-align: center;
}
body section.blog_items .pagination ul,
body section.blog_detail .pagination ul {
  text-align: center;
  margin: 0;
}
body section.blog_items .pagination ul li,
body section.blog_detail .pagination ul li {
  padding: 0;
  display: inline-block;
  color:#808080;
}
body section.blog_items .pagination ul li a,
body section.blog_detail .pagination ul li a {
  width: 25px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
}
body section.blog_items .pagination ul li a.current,
body section.blog_detail .pagination ul li a.current {
  text-decoration: none;
  font-weight: 300;
  color: #9e9e9e;
}
body section.blog_items .page_cont,
body section.blog_detail .page_cont {
  padding: 20px 0 30px;
}
body section.blog_detail .page_cont p img
{
	margin-top:15px;
}
body section.blog_items .page_cont ul,
body section.blog_detail .page_cont ul {
  max-width: 60%;
}
body section.blog_items .rel_article,
body section.blog_detail .rel_article {
  margin-bottom: 30px;
}
body section.blog_items .rel_article h2,
body section.blog_detail .rel_article h2 {
  margin: 0 0 30px;
  font-weight:400;
}
 body section.blog_detail .blog_itm h4
 {
	 margin-bottom:15px;
 }
 body.single-post section.blog_detail .blog_itm .content h6 a
 {
	 padding-left:10px;
	 padding-right:0;
 }
@media (max-width: 767px) {
  body.blog main .page_head.yellow_head,
  body.post-template-default main .page_head.yellow_head {
    background: #e4e1c9 none !important;
  }
  body.blog main .page_head.yellow_head .page_tle,
  body.post-template-default main .page_head.yellow_head .page_tle {
    width: 30% !important;
    float: left;
  }
  body.blog main .page_head.yellow_head .page_dd,
  body.post-template-default main .page_head.yellow_head .page_dd {
    width: 70% !important;
    background: transparent !important;
    min-height: 90px !important;
    float: right;
  }
  body.blog section.blog_items,
  body.post-template-default section.blog_items {
    padding-top: 20px ;
	 padding-bottom: 20px ;
  }
  body.blog section.blog_items .blog_itm,
  body.post-template-default section.blog_items .blog_itm {
    min-height: 0 !important;
  }
  body.blog section.blog_items .blog_itm h2,
  body.post-template-default section.blog_items .blog_itm h2 {
    font-size: 15px;
  }
  body.blog section.blog_items .blog_itm p,
  body.post-template-default section.blog_items .blog_itm p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
}
@media (max-width: 480px) {
	body .solutions .page_head .page_tle h2, body .solutions .page_head .page_tle h1,
	body.blog .page_head .page_tle h2, body.blog .page_head .page_tle h1,
body.archive .page_head .page_tle h2, body.archive .page_head .page_tle h1
{
	opacity:1!important;
}
	.cat-subnav
	{
		margin-top: 0;
		margin-left: 0px;
		width:100%;
	}
	.cat-subnav li
	{
		padding-left:0;
	}
  body.blog main .page_head.yellow_head,
  body.post-template-default main .page_head.yellow_head {
    background: #e4e1c9 none !important;
  }
  body.blog main .page_head.yellow_head .page_tle,
  body.post-template-default main .page_head.yellow_head .page_tle {
    width: 100% !important;
  }
  body.blog main .page_head.yellow_head .page_tle h2,
  body.post-template-default main .page_head.yellow_head .page_tle h2 {
    line-height: 50px;
  }
  body.blog main .page_head.yellow_head .page_dd,
  body.post-template-default main .page_head.yellow_head .page_dd {
    width: 100% !important;
    background: transparent !important;
    min-height: 90px !important;
  }
  body.post-template-default.single.single-post main .page_head.yellow_head .page_dd {
    display:none !important;
  }
  figure { width: auto !important; }
  body.blog section.blog_items,
  body.post-template-default section.blog_items {
    padding-top: 20px;
	 padding-bottom: 20px;
  }
  body.blog section.blog_items .blog_itm h2,
  body.post-template-default section.blog_items .blog_itm h2 {
    font-size: 15px;
  }
  body.blog section.blog_items .blog_itm p,
  body.post-template-default section.blog_items .blog_itm p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
  body.blog section.blog_items .col-xs-6,
  body.post-template-default section.blog_items .col-xs-6 {
   width: 49.8% !important;
    min-height: 0;
    margin-bottom: 20px;
  }
  body.blog section.blog_items .col-sm-12,
  body.post-template-default section.blog_items .col-sm-12 {
    display: inline-block;
    width: 100%;
  }
}
/*SubHeader  */
body .page_head {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
body .page_head .page_tle {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  width: 29%;
  display:table;
}
body .page_head .page_tle h2, body .page_head .page_tle h1 {
  font-size: 36px;
  font-family: 'Frank Ruhl Libre', serif;
  margin: 0;
  padding:0;
  font-weight: 400;
  display:table-cell;
  vertical-align:middle;
 
}
body .solutions .page_head .page_tle h2, body .solutions .page_head .page_tle h1,
body.blog .page_head .page_tle h2, body.blog .page_head .page_tle h1,
body.archive .page_head .page_tle h2, body.archive .page_head .page_tle h1
{
	opacity:0; 
}
body .page_head .page_dd {
  min-height: 129px;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 71% ;
  position: relative;
}
body .page_head .page_dd:after {
  content: '';
  border-right: solid 1px #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
}
body .page_head .page_dd .select-wrapper {
  float: right;
  width: 178px;
}
body.blog .page_head .page_dd .select-wrapper {
	margin-top:40px;
}
body .page_head .page_dd .select-wrapper select {
  font-size: 14px;
  margin: 0;
  z-index: 9999;
  position: relative;
}
body .page_head .page_dd p {
  max-width: 80%;
  padding-left: 25px;
  margin: 0;
}
body .page_head.yellow_head {
  background: #e4e1c9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e4e1c9 0%, #e4e1c9 50%, #e9e7d3 50%, #e9e7d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-yellow', endColorstr='@menu-bg', GradientType=1);
  /* IE6-9 */
}
body .page_head.yellow_head .page_dd {
  background-color: #e9e7d3;
  min-height: 200px;
}
body .page_head.green_head {
  background: #b8d6d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b8d6d1 0%, #b8d6d1 50%, #c6deda 50%, #c6deda 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-green', endColorstr='@bg-green-light', GradientType=1);
  /* IE6-9 */
}
body .page_head.green_head .page_dd {
  background-color: #c6deda;
}
@media (min-width: 1101px) {
  body:not(.page-template-solutions-page) .page_head .page_tle {
    width: 29% !important;
  }
  body:not(.page-template-solutions-page) .page_head .page_dd {
    width: 71% !important;
  }
}
@media (max-width: 1100px) {
  body .page_head .page_tle h2 {
    font-size: 30px;
  }
  body .page_head .page_tle {
    /*width: 38% !important;*/
  }
  body .page_head .page_dd {
    /*width:62% !important;*/
  }
  body .page_head .page_dd p {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  body:not(.page-template-solutions-page) .page_head .page_tle {
    width: 38% !important;
  }
  body:not(.page-template-solutions-page) .page_head .page_dd {
    width: 62% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .page_head .page_tle h2 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
	body .page_head .page_dd .select-wrapper 
		{
			margin-top:0;
		}
  body main .page_head .page_tle {
    width: 100% !important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }
  
  body main .page_head .page_dd {
    width: 100% !important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
	border-top:solid 1px #f0f0f0;
  }
  body main .page_head .page_tle p,
  body main .page_head .page_dd p {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
	min-height:0 !important;
  }
  body main .page_head .page_tle:after,
  body main .page_head .page_dd:after {
    display: none;
  }
  body main .page_head .page_tle,
  body main .page_head .page_dd {
    width: 100% !important;
	min-height:0;
  }
  
  body main .page_head.yellow_head .page_tle {
    background: #e4e1c9;
  }
  body main .page_head.green_head .page_tle {
    background: #b8d6d1;
  }
  body .page_head.yellow_head .page_dd
  {
	  min-height:0;
	  float:left;
  }
  .team section.team_members .team_single p
  {
	  font-size:12px;
	  line-height:17px;
  }
  body .page_head .page_dd:empty 
  {
	  display:none !important;
	  margin:0;
    padding:0;
    border:0;
  }
}
@media (max-width: 480px) {
  body main .page_head .page_tle h2 {
    font-size:30px;
	line-height:39px;
  }
  body.home section.video .content p
  {
	  font-size:12px;
	  line-height:17px;
	   font-weight:400;
	   margin:20px 0 10px;
  }
   body.home section.video .content ul li
   {
	   padding-left:18px;
   }
   body.home section.video .content ul li a
  {
	  font-size:14px;
	  line-height:18px;
	  font-weight:400;
  }
  body main .page_head .page_tle p, body main .page_head .page_dd p
  {
	  font-size:12px;
	  line-height:18px;
	  font-weight:400;
  }
  .solutions section.splitSec .sol_single .dataCont h2 + p
  {
	  font-size:12px;
	  line-height:17px;
	  font-weight:400;
  }
}
/*solutions Page  */
.solutions section.page_head .page_dd p {
  max-width: 65%;
}
.solutions section.page_head .page_dd p a:hover
{
	color:#fff !important;
}
.solutions section.splitSec .sol_single {
  position: relative;
}
.solutions section.splitSec .sol_single .imgContainer {
  padding-right: 0px;
}
.solutions section.splitSec .sol_single .dataCont {
  padding: 55px 40px 45px;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 63.5%;
  width: 100%;
}
.solutions section.splitSec .sol_single .dataCont p {
  margin: 0;
  max-width: 82%;
}
.solutions section.splitSec .sol_single .dataCont .btn.yellow
{
	 margin-bottom:15px;
}
.solutions section.splitSec .sol_single .dataCont h2 {
  margin: 0 0 15px;
  font-size: 32px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.solutions section.splitSec .sol_single .dataCont h2 a
{
	text-decoration:none;
	color:inherit;
}
.solutions section.splitSec .sol_single .dataCont h2 a:hover
{
	color:#cd9e00;
}
.solutions section.splitSec .sol_single .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: -5px;
  top: -110px;
}
.solutions section.splitSec .sol_single .dataCont h2 + p {
  margin-bottom: 15px;
}
.solutions section.splitSec .sol_single:nth-child(2) {
  margin-top: 300px;
}
.solutions section.splitSec .sol_single:nth-child(2) .imgContainer {
  margin-left: 35px;
}
.solutions section.splitSec .sol_single:nth-child(2) .dataCont {
  left: 25px;
  padding-left: 0;
  width: 60%;
  text-align: right;
}
.solutions section.splitSec .sol_single:nth-child(2) .dataCont p {
  max-width: 100%;
}
.solutions section.splitSec .sol_single:nth-child(2) .dataCont h2 {
  padding-right: 30px;
}
.solutions section.splitSec .sol_single:nth-child(2) .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: auto;
  right: -5px;
  top: -110px;
}
.solutions section.splitSec .sol_single:nth-child(2) .dataCont h2 + p {
  margin-bottom: 15px;
}
.solutions section.splitSec .sol_single:nth-child(3) {
  margin-top: -297px;
  float: left;
}
.solutions section.splitSec .sol_single:nth-child(3) .imgContainer {
  text-align: right;
}
.solutions section.splitSec .sol_single:nth-child(3) .dataCont {
  right: 0;
  left: auto;
  padding-left: 40px;
  width: 60%;
  text-align: left;
}
.solutions section.splitSec .sol_single:nth-child(3) .dataCont p {
  max-width: 100%;
}
.solutions section.splitSec .sol_single:nth-child(3) .dataCont h2 {
  padding-right: 25px;
  padding-left:25px;
}
.solutions section.splitSec .sol_single:nth-child(3) .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: -6px;
  right: auto;
  top: -110px;
}
.solutions section.splitSec .sol_single:nth-child(3) .dataCont h2 + p {
  margin-bottom: 15px;
}
.solutions section.splitSec .sol_single:nth-child(4) {
  margin-top: 65px;
  float: right;
}
.solutions section.splitSec .sol_single:nth-child(4) .imgContainer {
  margin-left: 35px;
}
.solutions section.splitSec .sol_single:nth-child(4) .dataCont {
  left: 0%;
  padding-left: 0;
  width: 60%;
  text-align: right;
}
.solutions section.splitSec .sol_single:nth-child(4) .dataCont p {
  max-width: 73%;
  float:right;
  clear:both;
}
.solutions section.splitSec .sol_single:nth-child(4) .dataCont h2 {
  padding-right: 30px;
}
.solutions section.splitSec .sol_single:nth-child(4) .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: auto;
  right: -5px;
  top: -110px;
}
.solutions section.splitSec .sol_single:nth-child(4) .dataCont h2 + p {
  margin-bottom: 15px;
}

.solutions section.splitSec .sol_single:nth-child(5) {
  margin-top: 65px;
  float: left;
}
.solutions section.splitSec .sol_single:nth-child(5) .imgContainer {
  text-align: right;
}
.solutions section.splitSec .sol_single:nth-child(5) .dataCont {
  right: 0;
  left: auto;
  padding-left: 40px;
  width: 60%;
  text-align: left;
}
.solutions section.splitSec .sol_single:nth-child(5) .dataCont p {
  max-width: 100%;
}
.solutions section.splitSec .sol_single:nth-child(5) .dataCont h2 {
  padding-right: 25px;
  padding-left:25px;
}
.solutions section.splitSec .sol_single:nth-child(5) .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: -6px;
  right: auto;
  top: -110px;
}
.solutions section.splitSec .sol_single:nth-child(5) .dataCont h2 + p {
  margin-bottom: 15px;
}
.solutions section.splitSec .sol_single:nth-child(6) {
  margin-top: 65px;
  float: right;
}
.solutions section.splitSec .sol_single:nth-child(6) .imgContainer {
  margin-left: 35px;
}
.solutions section.splitSec .sol_single:nth-child(6) .dataCont {
  left: 0%;
  padding-left: 0;
  width: 60%;
  text-align: right;
}
.solutions section.splitSec .sol_single:nth-child(6) .dataCont p {
  max-width: 73%;
  float:right;
  clear:both;
}
.solutions section.splitSec .sol_single:nth-child(6) .dataCont h2 {
  padding-right: 30px;
}
.solutions section.splitSec .sol_single:nth-child(6) .dataCont h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/h1_line.png) no-repeat 0 -100px;
  content: '';
  left: auto;
  right: -5px;
  top: -110px;
}
.solutions section.splitSec .sol_single:nth-child(6) .dataCont h2 + p {
  margin-bottom: 15px;
}


.solutions section.sol_video {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.solutions section.sol_video iframe {
  width: 100%;
  height: 443px;
}
.solutions section.sol_video h2 {
  font-size: 26px;
  font-weight: 400;
}
.solutions section.sol_video .dataCont {
  padding-right: 9%;
}
.solutions section.content_det {
  background: #f0f0f0;
  padding: 20px 0;
}
.solutions section.two-col-rpt
{
	padding:10px 0  ;	
}
.solutions section.content_det .content-column img {
  height: auto !important;
  position:relative;
  z-index:2;
}
.solutions section.sol_video + .two-col-rpt
{
	padding: 30px 0;	
}
.solutions section.content_det h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  z-index:1;
}
.solutions section.content_det h2:empty
{
	display:none;
}
.solutions section.content_det h2:empty + h3
{
	margin-top:0;	
}
.solutions section.content_det h2:before {
  position: absolute;
  width: 27px;
  height: 142px;
  background: url(../png/line_six.png) no-repeat 0 bottom;
  content: '';
  left: 0;
  top: -90px;
}
body.page-template-solutions-details-page .solutions section.content_det h2:before {
	top: -105px;
}
.solutions section.content_det h3
{
	font-size:20px;	
	font-family: 'Frank Ruhl Libre', serif;
  font-weight: 400;
  margin-top:30px;
}
.solutions section.content_det.two-col-rpt h3, .solutions section.content_det h3:first-child
{
	margin-top:0;	
}
.solutions section.content_det ul {
  margin: 0  0 20px;
  padding: 0;
  margin-left: 18px;

}
.solutions section.content_det ul li {
  margin: 0 ;
  padding: 0;
  padding-right: 5%;
  list-style:outside disc;
}
.solutions section.content_det ul li h3 {
  margin: 10px 0 20px;
}
.solutions section.content_det ul li ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.solutions section.content_det ul li ul li {
  margin: 0 ;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  padding-left: 10px;
}
.solutions section.content_det ul li ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #b8d6d1;
  position: absolute;
  top: 7px;
  left: 0;
}
.solutions section.splitSec {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}
.solutions section.splitSec .sol_single .dataCont {
  background-color: #f0f0f0;
}
/* HR dark */
hr.dark {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000000;
}
@media (max-width: 1400px) {
	
	#videoModal iframe
	{
		height: 500px;
	}
}
@media (max-width: 1300px) {
	body section.blog_items,body section.blog_items .post-itms
	{
		padding-left:7.5px;
		padding-right:7.5px;
	}
	
}
@media (max-width: 1200px) {
  .solutions section.sol_video iframe {
    height: 316px;
  }
  .solutions section.splitSec .sol_single .dataCont {
    padding: 25px !important;
  }
  .solutions section.splitSec .sol_single .dataCont h2:before {
    top: -80px !important;
    background-position: 0 -130px !important;
    height: 112px!important;
  }
  .solutions section.splitSec .sol_single:nth-child(3) .dataCont {
    width: 85%;
  }
  .solutions section.splitSec .sol_single:nth-child(2) .dataCont {
    width: 77%;
  }
	body.home #videoModal .modal-dialog
	{
		top:100px;
	}
}
@media (max-width: 1023px) {
  .solutions section.sol_video iframe {
    height: 235px;
  }
  .solutions section.detPage .imgContainer img {
    width: 100% !important;
  }
  .solutions section.detPage .dataCont {
    width: 75%!important;
  }
  .solutions section.splitSec .sol_single {
    margin: 0 0 40px!important;
  }
  .solutions section.splitSec .sol_single .imgContainer {
    margin: 0!important;
    padding: 0!important;
  }
  .solutions section.splitSec .sol_single .imgContainer img {
    width: 85%;
  }
  .solutions section.splitSec .sol_single:first-child .dataCont {
    left: auto;
    right: 0;
    width: 60%;
  }
  .solutions section.splitSec .sol_single:nth-child(2) .imgContainer {
    text-align: right;
  }
  .solutions section.splitSec .sol_single:nth-child(2) .dataCont {
    width: 60%;
    left: 0;
  }
  .solutions section.splitSec .sol_single:nth-child(3) .dataCont {
    width: 60%;
  }
  .solutions section.splitSec .sol_single:nth-child(3) .imgContainer {
    text-align: left;
  }
  .solutions section.splitSec .sol_single:nth-child(4) .dataCont {
    width: 60%;
    left: 0;
  }
  .solutions section.splitSec .sol_single:nth-child(4) .imgContainer {
    text-align: right;
  }
}
@media (min-width: 1200px) {
	body.home section.video .content
	{
		 width: 28.3%;
	}
	body.home section.video .videoplay
	{
		 width: 63.3%;
	}
	body.home section.video .btn
	{
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	body.home section.video .content
	{
		 width: 40.3%;
	}
	body.home section.video .videoplay
	{
		 width: 51.3%;
	}
	body.home section.video .btn
	{
		width: 100%;
	}
}
@media (max-width: 991px) {
	
	footer .subscribe .site_det ul.logo_itm li
	{
		padding:0 15px 0 ;
	}
	.solutions section.content_det
	{
		padding:40px;
	}
	.solutions section.content_det h2
	{
		margin-top:0;
	}
	body.home section.video .btn
	{
		width: 325px;
	}
}
@media (min-width: 601px) {
  .solutions section.splitSec .sol_single {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .solutions section.sol_video {
    padding: 20px 0 !important;
  }
  .solutions section.sol_video iframe {
    height: 350px;
  }
  .solutions section.content_det {
    padding: 20px 0;
  }
  .solutions section.content_det h2:before {
    top: -71px;
  }
  .solutions section.content_det ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .solutions section.content_det ul li {
    padding: 0;
  }
  .solutions section.splitSec .sol_single .dataCont p a
  {
	  font-size:13px;
  }
  .solutions section.content_det h2:before
  {
		background-size: contain;
		    width: 20px;  
  }
}
@media (max-width: 600px) {
  .solutions section.sol_video iframe {
    height: 209px;
  }
  .solutions section.splitSec {
    padding-bottom: 0;
  }
  .solutions section.splitSec .sol_single {
    margin: 0!important;
    position: relative;
    padding: 0;
    background-position: center 0;
    background-size: 100% 300px;
    background-repeat: no-repeat;
    float: left;
  }
  .solutions section.splitSec .sol_single .dataCont {
    position: relative;
    width: 90%!important;
    margin: 200px 5% 20px!important;
    padding: 30px 20px 20px !important;
    top: 0 !important;
    overflow: hidden;
    left: auto !important;
    right: auto !important;
  }
  .solutions section.splitSec .sol_single .dataCont h2 {
    font-size: 24px;
  }
  .solutions section.splitSec .sol_single .dataCont P {
    max-width: 100% !important;
  }
  .solutions section.splitSec .sol_single .imgContainer {
    margin: 0!important;
    padding: 0!important;
  }
  .solutions section.splitSec .sol_single .imgContainer img {
    display: none;
  }
  .solutions section.detPage .sol_single .imgContainer img {
    display: block !important;
  }
  .solutions section.content_det h2 {
    font-size: 18px;
	margin-top:10px;
	padding-left:20px;
	min-height:30px;
  }
  .solutions section.content_det h2:before {
    top: -70px !important;
    height: 104px;
  }
  .solutions section.content_det ul li {
    margin-bottom: 10px;
  }
  .solutions section.content_det ul li h3 {
    margin: 0 0 10px;
  }
  .solutions.whitebg section.detPage .dataCont {
    margin-top: -75px !important;
  }
  .solutions section.splitSec .sol_single .dataCont h2:before
  {
	  top: -91px !important;
  }
  .solutions section.content_det p
  {
	  font-size:12px;
	  font-weight:400;
	  line-height:17px;
  }
}
/*Team Page  */
.team section.team_members {
  padding: 60px 0 0;
  background-color: #f0f0f0;
}
.team section.team_members.middlelevel {
  padding-top: 0px;
}
.team section.team_members .team_single {
  text-align: left;
  margin-bottom: 30px;
}
.team section.team_members .team_single .imgContainer img
{
  width: 100%;
}
.team section.team_members .team_single:nth-child(4n+1) {
  clear: left;
}
.team section.team_members .team_single .dataCont {
  padding-right: 30px;
}
.team section.team_members .team_single h2 {
  font-size: 22px;
  font-weight: 500;
}
.team section.team_members .team_single h3 {
  font-size: 18px;
  font-weight: 500;
  color: #b4a162;
  font-family: 'Montserrat', sans-serif;
}
.team section.team_members .team_single p a
{
	text-decoration:none;
}
/*.team section.team_members .team_single a {
  color: #000;
  text-decoration: underline;
}*/
/*Form  */
.gform_wrapper {
  margin: 0!important;
}
/*.gform_wrapper form .validation_error,
.gform_wrapper form .validation_message {
  display: none !important;
}*/
.gform_wrapper form .gform_heading h3 {
  font-size: 26px;
  margin: 0 0 40px;
  font-weight: 500;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield .gfield_label,
.gform_wrapper ul.gform_fields li.gfield .ginput_container span label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
}
.gform_wrapper ul.gform_fields li.gfield .gfield_label .gfield_required,
/*.gform_wrapper ul.gform_fields li.gfield .ginput_container span label .gfield_required {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container input {
  border: solid 1px #d9d9d9;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}*/
.gform_wrapper ul.gform_fields li.gfield .ginput_container input:focus {
  border: solid 1px #f0f0f0;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select-wrapper {
  width: 49.5%;
  background-color: #fff;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select-wrapper select {
  width: 99.8% !important;
  background: none !important;
  border: solid 1px #d9d9d9;
  padding: 5px 4px !important;
  outline: none;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select-wrapper select:focus {
  border: solid 1px #cd9e00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
    border: solid 1px #f0f0f0;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select-wrapper:after {
  right: 30px;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  border: 0;
  background: transparent;
  margin: 0 0 14px !important;
  max-width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px!important;
  color: #790000;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .ginput_container {
  margin-top: 16px!important;
  margin-bottom: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error .ginput_container input {
  margin: 0 0 0 5px;
}
.gform_wrapper .gform_footer .button {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #ebeae0;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  text-decoration: none;
  color: #000000;
  border-radius: 0;
  border: solid 1px #ffffff;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #cd9e00;
  border: solid 1px #ffffff;
  color: #fff;
}
@media (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select-wrapper {
    width: 100%;
  }
  body p
	{
		font-size:12px;
	}
	body .solutions .page_head .page_tle h2
	{
		opacity:1;
	}
	.dview
	{
		display:none;
	}
	.mview
	{
		display:inline-block;
	}
}
/*Generic Content Page  */
body {
  background-color: #f0f0f0;
}
body .generic .page_head {
  margin-bottom: 40px;
  z-index: 9;
  position: relative;
}
body .generic .page_head .page_tle {
 /* padding-top: 80px;
  padding-bottom: 80px;*/
}
body .generic .page_head .page_tle p {
  font-size: 16px;
  margin: 0;
}
body .generic .page_head .page_tle h2 {
  font-weight: 400;
}
body .generic .page_head .page_dd {
  padding-top: 60px;
  padding-bottom: 80px;
}

body .generic .page_head .page_dd p {
  font-size: 16px;
  margin: 0;
}
body .generic .page_head .page_dd h2 {
  font-weight: 400;
}
body .generic #main {
  padding-bottom: 40px;
}
body .generic #main .content-column {
  padding-right: 30px;
}
body .generic #main .content-column img {
  width: 100%;
  height: auto;
}
body .generic #main .content-column h1 {
  padding-left: 30px;
  position: relative;
}
body .generic #main .content-column h2
{
	margin-bottom:25px;	
}
body .generic #main .content-column h1:before {
  position: absolute;
  width: 27px;
  height: 141px;
  background: url(../png/h1_line.png) no-repeat 0 bottom;
  content: '';
  left: 0;
  top: -73px;
}
body .generic #main .content-column.last_column {
  padding-right: 0;
}
body .generic #main .content-column p a {
  color: #cd9e00;
  text-decoration: underline;
}
body .generic #main .content-column p a:hover {
  color: #000;
}
body .generic #main .content-column h4 a {
  color: #000;
  text-decoration: underline;
}
body .generic #main .content-column h4 a:hover {
  color: #cd9e00;
}
body .generic #main .content-column hr {
  border-top: 1px solid #c0c0c0;
  margin: 40px 0;
}
.one_half,
.one_third,
.two_third {
  padding-right: 3%;
}
.content-column.last_column
{
	padding-right:0 !important;
}
.fullwidthimg img
{
	width:100%;
}
.nolineanim:before
{
	display:none;
}
.nolineanim
{
	padding-left:0 !important;
}
body.error404 section.logo_group
{
	visibility:hidden;	
	opacity:0;
}
.addtoany_list a, .widget .addtoany_list a
{
	padding-left:0 !important;
}
.addtoany_header
{
	font-size:13px;
	font-weight:500;
}
div.solutions .sol_video ul li
{
	padding: 0;
    margin-left: 18px;
    line-height: 24px;
    list-style-type: disc;
    list-style-position: outside;
	font-size:14px;
}
@media (max-width: 600px) {
  body .generic #main {
    padding-bottom: 20px;
  }
  body .generic #main .content-column {
    padding-right: 0 !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  body .generic #main .content-column hr {
    margin: 20px 0;
  }
	footer .subscribe .site_det ul.logo_itm
	{
		width:100%
	}
	footer .subscribe .site_det ul.logo_itm li
	{
		width:50%;
		text-align:center!important;
		margin:0 0 25px;
	}
	footer .subscribe .site_det ul.social_itm
	{
		width:100%;
		margin:0;
	}
	footer .subscribe .site_det ul.social_itm li
	{
		text-align:center !important;
		border:0!important;
		width:100%;
	}
}
@media (max-width: 359px) {
	body.home section.newsbadge .title p {

    line-height: 16px;
    margin-top: 20px;
}
}
/*  Post Author */
.post-author-block.wp-block-media-text {
	margin-top: 40px;
    margin-bottom: 20px;
}
.wp-block-media-text.wp-block-media-text .wp-block-media-text__media {}
.post-author-block.wp-block-media-text .wp-block-media-text__content {
	padding: 0 4% !important;
} 
.post-author-block.wp-block-media-text .wp-block-media-text__content h2 {
	font-size: 22px;
    font-weight: 500;
	font-family: 'Frank Ruhl Libre', serif;
}
.post-author-block.wp-block-media-text .wp-block-media-text__content h4 {
	font-size: 18px;
    font-weight: 500;
    color: #b4a162;
    font-family: 'Montserrat', sans-serif;
}
/* HR line */
.hr-line svg { width: 100% !important; }
	.hr-line svg path { fill: #c1c1c1 !important; }
	.hr-line:before {
		content: '';
		width: 45%;
		position: absolute;
		top: 7px;
		left:0;
		border-top: solid 1px #c1c1c1;
	}
	.hr-line::after {
		content: '';
		width: 45%;
		position: absolute;
		right: 0px;
		top: 7px;
		border-top: solid 1px #c1c1c1;
	}

/* home page new sections*/ 
.master
{
	padding:80px 0;	
	background:#eeede6;
}
.master h1.title
{
	margin-bottom:30px;
	margin-top:0;
	font-size: 42px;
    font-weight: 300;
}

.master h1.title + p
{
	margin-bottom:50px;
}

.master h1, .master p
{
	color:#000;
}
.master .master-list
{
	display:flex;
	margin:0;
	padding:0 0 0 80px;
	list-style:none;
	flex-wrap:wrap;
	justify-content:space-between;
}
.master .master-list li
{
	margin:0 ;
	padding:5px 0 25px;
	width:50%;
	position:relative;
	max-width:275px;
	border-top:solid 1px #fff;
}
.master .master-list li:first-child,.master .master-list li:nth-child(2)
{
	border:0;
}
.master .master-list li p
{
	margin-bottom:0;
}
.master .master-list li a
{
	color:#000;
	text-decoration:none;
}
.master .master-list li a:hover
{
	color:#cd9e00;
}
.master .master-list li:before
{
	content:'+';
	font-size:42px;
	font-weight:normal;
	color:#a7a7a7;
	position:absolute;
	left:-30px;
}
.retail
{
	padding:70px 0 40px;
	background:#fff;
}
.retail .container
{
	width:1480px;	
}
.retail h2.title
{
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}
.retail h2.title + p
{
	margin: 0 10% 40px;
	max-width: 80%;
	text-align: center;
	
}
.retail  .retail-list
{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	justify-content:space-between;
	padding:0;
	margin:0;
}
.retail  .retail-list li
{
	width:calc(25% - 10px);
	height:auto;
	padding:0;
	margin:0 0 15px;
	position:relative;
	display:flex;
	flex-wrap:wrap;	
	align-content:center;
	/*background:#000*/
	justify-content:center;
}
.retail  .retail-list li img
{
	width:100%;
	align-self: flex-start;
	 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.retail .retail-list li::before
  {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    content: '';
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .retail .retail-list li img
  {
    position: relative;
    z-index: 1;
  }
  .retail .retail-list li:hover::before
  {
    opacity: .3;
  }
/*.retail  .retail-list li:hover img
{
	opacity:0.6;	
}*/
.retail  .retail-list li .btn
{
	position:absolute;
	width:80%;
	align-self:center;
  z-index: 4;
	background-color: rgba(255, 255, 255, 0.88);
	 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
      white-space: pre-wrap;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0 40px;
	
}
.retail  .retail-list li .btn:after
{
	position:absolute;
	right:15px;
	top:2px;
	width:35px;
	height:35px;
	background-image:url(../png/d-arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
	opacity:0;
	display:block;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.retail  .retail-list li .btn:hover
{
	background-color: rgba(255, 255, 255, 1);
	color: #cd9e00;
	
}
.retail  .retail-list li .btn:hover:after
{
	opacity:1;
	right:5px;
}
.retail .retail-list li .btn h3
{
font-size:15px;
margin:0;
}
.subfooter
{
	width:100%;
	float:left;
	margin:0;
	padding-bottom:20px;
	background:#e9e7d3;
}
.s-footer
{
	display:flex;
	flex-wrap:wrap;
}
.copy
{
	font-size:12px;
	margin-top:20px;
	color:#000;
}
.ft-nav 
{
	text-align:right;
}
.ft-nav ul
{
	display:flex;
	margin:0;
	padding:0;
	justify-content: flex-start;
	margin-top:18px;
	margin-bottom:0px;
}
.ft-nav ul a
{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
.ft-nav ul a:hover
{
	color: #cd9e00;
}
section.team_members h2.grp-title
{
	font-size:28px;
}
@media (max-width: 1350px) 
{
	.retail  .retail-list li .btn
	{
		padding:0 20px;
	}
}
@media (max-width: 992px) 
{
	.retail .retail-list li
	{
		    width: calc(50% - 15px);
			margin: 0 5px 15px;
	}
	body.home section.video .content .master_content h2,
	body.home section.video .content p
	{
		width:100%;
		max-width:100%;
	}
	body.home section.video .content
	{
		margin-bottom:30px;
	}
	body.home section.video .videoplay
	{
		padding-left:15px;
	}
	body.home section.video .btn
	{
		margin-top:15px;
		margin-bottom:0;
		margin-right: 15px;
		
	}
}

@media (max-width: 640px) 
{
	.retail,.master
	{
		padding:30px 0;
	}
	.retail h2.title,.master h1.title
	{
		margin-bottom:30px;
		font-size:32px;
	}
	.retail .retail-list li .btn
	{
    	padding: 0;
    font-size: 14px;
    line-height: 14px;
    height: 34px;
	width:190px;
	max-width:100%;
	}
.retail .retail-list li .btn h3
{
font-size:14px;

}
	.retail .retail-list li 
	{
    	width: calc(50% - 7px);
		margin: 0 0 15px;
	}
  
	.retail .retail-list li .btn:after 
	{
		display:none;
	}
	.master h1.title + p 
	{
    	margin-bottom: 20px;
	}
	.master .master-list
	{
		padding-left:32px;
		margin-top:20px;
	}
	.master .master-list li
	{
		width:100%;
		max-width:100%;
		padding-bottom:10px;
	}
	.master .master-list li h2
	{
		margin-top:8px;
	}
	 .master .master-list li:nth-child(2) 
	 {
    border-top: solid 1px #fff;
	}
	.master .master-list li:before
	{
		top:-8px;
	}
	body.home section.video .btn
	{
		width:100%;		
		margin-right: 0 !important;
	}
	#videoModal iframe
	{
		height: 250px;
	}
	body.home section.video .videoplay a:after
	{
		
		width:80px;
		height:44px;
		margin-left:-40px;
		margin-top:-22px;
		background-size:10px;
	}
	.retail h2.title + p
	{
		margin: 0 0 25px;
		max-width: 100%;

	}
	.ft-nav ul
	{
		justify-content:center;
		margin:15px 0 0;		
	}
	.ft-nav ul li
	{
		padding:0 10px;
	}
	.ft-nav
	{
		order:1;
		width:100%;
	}
	.copy
	{
		text-align:center;
		order:2;
		margin-bottom:20px;
		width:100%;
	}
}
@media (max-width: 410px) 
{
	.retail .retail-list li .btn
	{
		font-size:13px;
	}
{

