body {
	margin: 0; 
	padding: 0; 
	height: auto;
	font-family: Open Sans;
	font-size: 12px;
	line-height: 20px;
	color: #656565; 
	background: #fff;
	font-size-adjust:none;
  position: relative;
  overflow-x: hidden!important; 
}
* {
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

a:active,
a:hover,
a:focus {
  outline: 0;

}
.clr{
  clear: both;

}
h1 {  
	font-size: 34px;
	/*font-size: 38px; original */
	color: #92298e;	
	
	/*color: #3cb54a;	 green */
  	/*color: #fff;*/
	line-height: 40px;
	margin: 0px;
  font-weight: bold;
  font-family: Open Sans; 	
}
h2 {
	font-size: 28px;
	/*font-size: 30px; original */
	color: #fff;
	line-height: 35px;
  margin: 0px;
  font-family: Open Sans;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  /*font-size: 28px; original */
  color: #ffffff;
  line-height: 28px;
  margin: 0px;
  font-family: Open Sans;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  /*font-size: 18px; original */
  line-height: 20px;
  color: #A04696;
  /*color: #0f0f0f;*/
  margin: 0px 0 20px 0;
  font-weight: 500;
}
p { 
	font-size: 14px; 
	color: #656565;
	line-height: 20px;	
	margin: 0px 0 20px 0; 
  font-family: Open Sans;  
}
span {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;

}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
a {
   transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
input {
  line-height: normal;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:hover,
input:focus,
textarea:hover, 
input[type=text]:hover, 
textarea:active, 
input[type=text]:active, 
textarea:focus, 
input[type=text]:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none!important;
}

/*input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  appearrance:box-sizing;
}*/
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea
{
    -webkit-appearance: none !important;
    box-shadow: none;
    border-radius: 0px;
}
select {
    box-shadow: none;
    border-radius: 0px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
          box-shadow: none;
}
input[type="text"]::-moz-placeholder {
	opacity: 1;
  color: #ffffff;
}
input[type="text"]::-webkit-placeholder {
	opacity: 1;
  color: #ffffff;
}
input::-moz-placeholder {
	opacity: 1;
  color: #ffffff;
}
input::-webkit-placeholder {
	opacity: 1;
  color: #ffffff;
}
textarea::-moz-placeholder {
	opacity: 1;
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
  color: #ffffff;
}
input:-ms-input-placeholder {	
	opacity: 1;
  color: #ffffff;
}
::-webkit-input-placeholder {
   opacity: 1;
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
   color: #ffffff;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 ; 
   color: #ffffff;
}

:-ms-input-placeholder { 
   opacity: 1; 
   color: #ffffff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 0;
}

input {
    -webkit-border-radius:0; 
    border-radius:0;
    box-shadow: none;
}
/*input, textarea, select {
   -webkit-appearance: none;
   border-radius: 0px;
}*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}
input[type=text]:focus, textarea:focus {
	outline: 0px;
	
}
input[type=text]:hover, textarea:hover {
	outline: 0px;
}
input[type=checkbox]
{
  -webkit-appearance:checkbox;
  border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 0;
}textarea {
  text-indent:-3px;
}
/* Mozilla based browsers */
/*::-moz-selection {
       background-color: #FF8900;
       color: #fff;
}*/

/* Works in Safari *//*
::selection {
       background-color: #FF8900;
       color: #fff;
}*/
.wrapper { 
	width: 100%; 
	height: auto;
}
.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto; 
  padding: 0px; 
}
li {
	list-style: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
ul {
  padding: 0px;
  margin: 0px;
}
a {
  display: block;
  text-decoration: none;
}

/*Header part css*/

.header-top {
  background: #1a728b;
  min-height: 34px;
}
.social-part {
  float: right;  
}
.social-icon {
  float: left;
}
.social-icon ul li {
  float: left;
}
.social-icon ul {
  margin-right: 6px;
  margin-bottom: 0px;
}
.social-icon ul li a {
  margin-top: 5px;
  margin-right: 6px;
}
.social-icon ul li a:hover {
  opacity: 0.8;
}
.social-icon ul li a.fb {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/facebook-img.png") no-repeat center center;
  width: 24px;
  height: 24px;
}
.social-icon ul li a.tw {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/twitter-img.png") no-repeat center center;
  width: 24px;
  height: 24px;
}
.social-icon ul li a.you {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/you-tube-img.png") no-repeat center center;
  width: 24px;
  height: 24px;
}
.search-part {
  border-left: solid 1px #10a1d5;
  float: left;
  width: 230px;
  position: relative;
  padding: 0 20px 0 12px;
}
.search-part input[type="text"] {
  float: left;
  font-family: Open Sans;
  font-size: 13px;
  color: #fff;
  width: 100%;
  height: 34px;
  padding: 0 ;
  border: none;
  background: transparent;
  letter-spacing: 0.2px;
  line-height: 33px;
  max-width: 100%;
}
.search-part button {
  background: url("../images/search-icon.png") no-repeat center right;
  border: none;
  width: 13px;
  height: 13px;
  float: left;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 12px;
}
.social-icon .widget {
  margin-bottom: 0px;
}
.social-icon .socialmedia-buttons.smw_left a {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.social-icon .socialmedia-buttons.smw_left a img {
  margin-right: 0px!important;
  width: 24px;
  height: 24px;  
}
.logo {
  float: left;
}
.logo a {
  padding-top: 12px;
  padding-bottom: 10px;
}
.navigation .menu-primary-menu-container {
  float: left;
}
.navigation {
  float: right;
}
.navigation .menu-primary-menu-container > ul  {
  /*float: left;*/
  margin-bottom: 0px;
}
.navigation .menu-primary-menu-container > ul > li {
  float: left;
  padding: 55px 13px 55px 13px;
  background: none;
  position: relative;
}
.navigation .menu-primary-menu-container > ul > li > a {
  font-size: 14px;
  color: #373737;  
  font-weight: 600;
  letter-spacing: -0.1px;
}
.navigation .menu-primary-menu-container > ul > li > a:hover,
.navigation .menu-primary-menu-container > ul > li.current-menu-item > a,
.navigation .menu-primary-menu-container > ul > li.current-menu-ancestor > a {
  color: #92298e;
}
.navigation a.donate {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  width: 121px;
  /*height: 38px;*/
  height: 45px;
  line-height: 22px;
 /* line-height: 37px;*/
  background: #92298e;
  border-radius: 5px;
  margin-top: 46px;
  margin-left: 15px;
  padding: 0px;
  float: left;
}
.navigation a.donate:hover {
  background: #3cb54a;
}
.resmenu {
  display: none;
}
.navigation .menu-primary-menu-container > ul > li > ul.sub-menu {
  position: absolute;
  margin-left: 0px;
  background-color: #1a728b;
  width: 280px;
  left: 13px;
  top: 100%;
  z-index: 99999;
  display: none;
}
.navigation .menu-primary-menu-container > ul > li:hover ul.sub-menu {
  display: block;
}
.navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li {
  list-style: none;
  background: none;
  padding: 8px 15px;
}
.navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > a {
  font-size: 13px;
  color: #fff;  
  font-weight: 600;
  letter-spacing: -0.1px;
  list-style: 15px;
  line-height: 17px;
}
.navigation .menu-primary-menu-container > ul > li > ul.sub-menu > li > a:hover {
  color: #3cb54a;
}

/*Banner part css*/

.banner {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/banner-img.jpg") no-repeat center center;*/
  background-size: contain; /* was cover to make it look like a banner. Cecilia requested this change */
  min-height: 700px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-inner { 
  width: 75%; /* was 62.8%;*/
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
  /*background-color: #1a728b;*/
   background-color: rgba(245, 246, 247, 0.7);
  /*background-color: rgba(0, 117, 159, 0.7);*/
  display: inline-block;
  position: relative;
  margin-top: 520px; /* put back to 520px; after Barn Blast was 105px then 370px*/
}
.banner-box:after {
  /*position: absolute;
  content: "";
  opacity: 0.76;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1a728b;*/
}
.banner-box {
  
}
.banner-box span {
  font-size: 22px;
  color: #fff;
}
.banner-box h1 {
  margin-top: 6px;
  margin-bottom: 11px;
}
.banner-box p {
  font-size: 15px;
  /*font-size: 16px;*/
  color: #1a728b;
   font-weight: bold;
  /*color: #fff;*/
  line-height: 26px;
}
.banner-box a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 126px;
  height: 41px;
  line-height: 40px;
  background-color: #3cb54a;
  border-radius: 5px;
  display: inline-block;
  margin-top: 22px;
}
.banner-box a:hover {
  background-color: #587410;
}

/*subscribe part css*/

.subscribe {
  background-color: #3cb54a;
  padding: 38px 0 33px 0;
  text-align: center;
}
.subscribe-inner {
  display: inline-block;
}
.subscribe-inner h2 {
  float: left;
  line-height: 47px;
  margin-right: 65px;
  text-transform: uppercase;
}
.subscribe-inner h2 span {
  font-weight: 300;
  display: inline-block;
}
.subscribe-inner a {
  float: left;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  width: 167px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #1a728b;
  border-radius: 5px;
  margin-top: 1px;
  margin-left: -4px;
}
.subscribe-inner a:hover {
  background-color: #08445a;
}

/*portfolio part css*/

.portfolio {
  padding: 50px 0 49px 0;
}
.portfolio-inner, .port-top, .port-bottom {
  margin: 0 -7px;
  overflow: hidden;
}
.port-top {
  margin-bottom: 15px;
}
.port-left a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-1.png") no-repeat center center;*/
  height: 327px;
  background-size: cover;
  border-radius: 5px;
}
.port-right a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-2.png") no-repeat center center;*/
  height: 327px;
  background-size: cover;
  border-radius: 5px;
}
.p-top-left a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-3.png") no-repeat center center;*/
  height: 156px;
  background-size: cover;
  border-radius: 5px;
}
.p-top-right a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-4.png") no-repeat center center;*/
  height: 156px;
  background-size: cover; 
  border-radius: 5px;
}
.p-bottom-left a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-5.png") no-repeat center center;*/
  height: 156px; 
  background-size: cover;
  border-radius: 5px;
}
.p-bottom-right a {
  /*background: url("https://inmedusa.org/wp-content/themes/inmed/images/p-img-6.png") no-repeat center center;*/
  height: 156px; 
  background-size: cover;
  border-radius: 5px;
}
.port-left {
  width: 22.8%;
  float: left;
  padding: 0 7px;
}
.port-right {
    float: right;
    padding: 0 7px;
    width: 22.8%;
}
.port-mid {
  width: 54.4%;
  float: left;
  padding: 0 7px;
}
.port-left a, .port-right a, .p-top-left a, .p-top-right a, .p-bottom-left a, .p-bottom-right a {
  position: relative;
}
.port-left a:hover, .port-right a:hover, .p-top-left a:hover, .p-top-right a:hover, .p-bottom-left a:hover, .p-bottom-right a:hover {
  opacity: 0.8;
}
.port-left h2, .port-right h2, .p-top-left h2, .p-top-right h2, .p-bottom-left h2, .p-bottom-right h2 {
  font-size: 14px;
  color: #fff;
  padding: 4px 26px 3px 10px;
  background-color: #3cb54a;
  background-color: rgba(130, 168, 31, 0.8);
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 22px;
}
.port-left h2 span, .port-right h2 span, .p-top-left h2 span, .p-top-right h2 span, .p-bottom-left h2 span, .p-bottom-right h2 span {
  font-weight: 500;
  display: inline-block;
}
.p-top-left {
  width: 68.5%;
  float: left;
  padding: 0 7px;
}
.p-top-right {
  width: 31.5%;
  float: left;
  padding: 0 7px;
}
.p-bottom-left, .p-bottom-right {
  width: 50%;
  float: left;
  padding: 0 7px;
}

/*video part css*/

.video {
  background-color: #3cb54a;
  padding: 50px 0;
}
.video-img {
  width: 35%;
  float: left;
}
.video-img video {
  display: block;
  width: 100%;
}

.video-text {
  width: 40%;
  float: left;
  text-align: center;
  padding: 0 0 0 60px;
}

.video-text h3 {
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: -6px;
}
.video-text h3 span {
  display: inline-block;
  font-weight: 300;
}
.video-text p {
  color: #ffffff;
  text-align: left;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 300;
}
.video-text a {
  font-size: 14px;
  color: #ffffff;
  width: 121px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background-color: #1a728b;
  margin-top: 24px;
}
.video-text a:hover {
  background-color: #06475e;
}

.video-text-slideshow {
  width: 21%;
  float: right;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.video-text-slideshow h3 {
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: -6px;
}
.video-text-slideshow h3 span {
  display: inline-block;
  font-weight: 300;
}
.video-text-slideshow p {
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 300;
}
.video-text-slideshow a {
  font-size: 14px;
  color: #ffffff;
  width: 121px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  background-color: #1a728b;
  margin-top: 24px;
}
.video-text-slideshow a:hover {
  background-color: #06475e;
}
/*news part css*/

.news {
  padding: 45px 0 50px 0; 
}
.news h3 {
  color: #0f0f0f;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 22px;
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/blue-line.jpg") no-repeat bottom left;
}
.news h3 span {
  font-weight: 300;
  display: inline-block;
}
.news-inner {
  margin: 0 -15px;
  overflow: hidden;
}
.news-box {
  width: 33.3%;
  float: left;
  padding: 0 15px;
}
.new-box-images {
  height: 164px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.news-box img {
  width: auto;
  min-height: 100%;
  max-width: none;
} 
.news-bottom {
  background-color: #f2f2f2;
  padding: 21px 27px 24px 22px;
  border-radius: 0px 0px 5px 5px;
}
.news-bottom h4 {
  margin-bottom: 9px;
}
.news-bottom p {
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 300;
}
.news-bottom a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 117px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 5px;
  background-color: #92298e;
  float: right;
}
.news-bottom a:hover {
  background-color: #912474;
}

/*slider-part css*/

.slider-part {
  padding: 38px 0 37px 0;
  background: #1a728b;
}
.slide-item {
  padding: 0 23px;
}
.slide-left {
  width: 20%;
  float: left;
}
.slide-right {
  width: 80%;
  float: left;
  padding-left: 27px;
}
.slide-right h4 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 23px;
  font-weight: 700;
  margin-top: 33px;
}
.slide-right p {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 24px;
}
.slide-right span {
  font-family: Open Sans;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.5px;
}
.slider-part .owl-controls .owl-pagination {
  text-align: center;
  /*margin-top: -24px;*/
  margin-left: 7px;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}
.slider-part .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.slider-part .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: inline-block;
  margin-right: 8px;
}
.slider-part .owl-controls .owl-pagination .owl-page.active span {
  background: #3cb54a;
}
.slider-part .owl-controls .owl-buttons {
  display: none;
}

/*vision part css*/

.vision {
  background: #f2f2f2;
  padding: 60px 0 70px 0;
  text-align: center;
}
.vision a {
  margin-bottom: 23px;
  margin-left: 2px;
  letter-spacing: -0.1px;
}
.vision a img {
  display: inline-block;
}
.vision p {
  line-height: 26px;
  max-width: 844px;
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 300;
}
.read-bt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 402px;
  height: 38px;
  padding: 8px 0;
  line-height: 20px;
  background: #1a728b;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0px!important;
}
.read-bt:hover {
background: #0f5f7b;
color: #fff;
}

/*footer part css*/

.footer-top {
  padding: 46px 0 50px 0;
  background: #1a728b;
}
.f-block-1 {
  width: 33.3%;
  float: left;
}
.f-block-2 {
  width: 33.3%;
  float: left;
  padding-left: 45px;
}
.f-block-2 .Social_Widget {
  margin-bottom: 0px;
}
.f-block-2 .Social_Widget .socialmedia-buttons a {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.f-block-2 .Social_Widget .socialmedia-buttons a img {
  opacity: 1!important; 
  margin-right: 0px!important;
}
.f-block-2 .Social_Widget .socialmedia-buttons a:hover {
  opacity: 0.8;
}
.f-block-3 {
  width: 33.3%;
  float: left;
  padding-left: 48px;
}
.f-social-icon {
  margin-top: 26px;
}
.f-block-1 h4, .f-block-2 h4, .f-block-3 h4, .f-block-2 .widget .widget-title {
  text-transform: uppercase!important;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: dashed 1px #fff;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.f-block-1 h4 span, .f-block-2 h4 span, .f-block-3 h4 span {
  font-weight: 300;
  display: inline-block;
}
.f-block-1 p, .f-block-2 p, .f-block-2 .widget .textwidget {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 19px;
}
.f-block-2 .widget .cnss-social-icon {
  text-align: left!important;
}
.footer-top .widget.widget_text, .footer-top .widget.widget_cnss_widget {
  margin-bottom: 0px;
}
.f-block-1 > span {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 6px;
}
.Montego {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin-bottom: 31px;
}
.f-block-1 a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 141px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #3cb54a;
  border-radius: 5px;
}
.f-block-1 a:hover {
  background: #607b19;
}
.f-social-icon a {
  float: left;
  margin-right: 6px;
}
.f-social-icon a.fb {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-facebook-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
}
.f-social-icon a.fb:hover {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-facebook-icon-hover.png") no-repeat center center;
}
.f-social-icon a.tw {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-twitter-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
}
.f-social-icon a.tw:hover {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-twitter-icon-hover.png") no-repeat center center;
}
.f-social-icon a.you {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-you-tube-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
}
.f-social-icon a.you:hover {
  background: url("https://inmedusa.org/wp-content/themes/inmed/images/f-you-tube-icon-hover.png") no-repeat center center;
}
.f-block-3 ul {
  padding-top: 3px;
  margin-bottom: 0px;
}
.f-block-3 ul li {
  background: none;
}
.f-block-3 ul li a {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 6px;
}
.f-block-3 ul li a:hover,
.f-block-3 ul li.current-menu-item a {
  text-decoration: underline;
}
.footer-bottom {
  background: #005877;
  padding: 36px 0;
}
.footer-bottom p {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}
.footer-bottom p span {
  color: #3cb54a;
  display: inline-block;
}

/*light-box css*/

#fancybox-content .popuptitle {
  color: #0f0f0f;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
.newsletter-widget p .newsletter-email {
  width: 100%;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.newsletter-widget p .newsletter-submit {
  background-color: #1a728b;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    height: 38px; 
    text-align: center;
    text-transform: uppercase;
    width: 121px;
}
#fancybox-content .widget.widget_newsletterwidget {
  margin-bottom: 0px;
}
#fancybox-content .widget.widget_newsletterwidget h1 {
  display: none;
}
.newsletter-widget p .newsletter-submit:hover {
  background: #06475e;
}

/*===================================contact page css=========================*/
body .google-map {
  line-height: 8px;
}
body .google-map iframe {
  margin-bottom: 0px;
}
.contact-content {
  background: #fbfbfb;
  padding: 30px 0;
}
.contact-address {
  width: 30%;
  float: right;
  padding-left: 40px;
  font-size: 14px;
  color: #656565;
}
.contact-address h1 {
  font-size: 28px;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-form {
  width: 70%;
  float: left;
}
.contact-form .wpcf7-form p {
  margin-bottom: 10px;
}
.contact-form .wpcf7-form p .wpcf7-text, 
.contact-form .wpcf7-form p .wpcf7-textarea {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #656565; 
}
.contact-form .wpcf7-form div.wpcf7-mail-sent-ok {
  margin: 10px 0 0 0;
  padding: 0px;
  border: none;
  color: #398f14;
}
.contact-form input:focus, 
.contact-form textarea:focus {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.contact-form .wpcf7-form p .wpcf7-submit {
  font-size: 14px;
  background: #1a728b;
  border-radius: 5px;
}
.contact-form .wpcf7-form p .wpcf7-submit:hover{
  background: #0f5f7b;
}
.contact-form .wpcf7-form div.wpcf7-validation-errors {
  margin: 15px 0 0 0;
  padding: 0px;
  color: #ff0000;
  border: none;
  font-size: 14px;
}
.contact-address p a {
  color: #656565;
  font-family: Open Sans;
  font-size: 14px;
  display: inline-block;
}
.contact-address p {
  display: inline-block;
}

/*====================about us page css============================*/
body.full-width .main-content {
  float: none;
}
body.full-width .content-area {
  float: none;
  padding: 40px 0;
  background: #fbfbfb;
}
body.full-width .site-content {
  margin-left: 0px;
}
body.full-width .site-content  article .post-thumbnail {
  background: none;
  float: left;
  width: 360px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
body.search.full-width .site-content .status-publish .entry-header  {
  max-width: 474px;
}
body.search.full-width .site-content .status-publish .entry-header  h1 a:hover {
  color: #1a728b;
}
body.full-width .site-content .status-publish .entry-header, 
body.full-width .site-content .hentry.status-publish:first-child,
.site-content .status-publish .entry-header {
  margin-top: 0px;
  margin-bottom: 0px;
  /*display: inline-block;*/
  max-width: 100%;
}
.entry-content h4 {
  margin-bottom: 10px;
}
.site-content .status-publish .entry-header {
  background: transparent;
  padding: 0px;
}

/*.main {
  padding-right: 30px;
}*/
.site-content .status-publish .entry-header .entry-title {
  color: #92298e;
  /*color: #0f0f0f;*/
  font-weight: 700;
  margin: 0 0 15px 0;
  font-size: 34px;
  /*font-size: 38px; original*/
  /*font-size: 25px;*/
}
.site-content .status-publish .entry-content {
  background: transparent;
  padding: 0px;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  clear: none;
}
/*==========================post page css=================================*/
.post-wrapper {
  padding: 40px 0;
  background: #fbfbfb; 

}
.p-wrapper {  
  background: #e4e4e4;
  margin-bottom: 30px;
  border-radius: 5px;
}
.post-img {
  float: left;
  margin-right: 20px;
  display: inline-block;
  width: 350px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.post-img img {
  min-height: 100%;
  /*max-width: none;*/
}
.p-right {  
  padding-right: 30px;
}
.p-right .post-content p {
  margin-top: 20px;
  padding-left: 20px;
}
.p-right .post-content p:last-child {
  margin-bottom: 20px;
}
body.single .byline, .group-blog .byline {
  display: block;
}
.entry-meta > span {
  margin-bottom: 8px;
  display: block;
}
body .site-content .entry-meta > span {
  margin-right: 0px;
}
.post-title a {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 20px
}
.post-wrapper .post-title h1 {
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.left-side {
  width: 75%;
  float: left;
}
.site-content .comments-area {
  margin-top: 0px;
}
.sidebar {
  width: 22%;
  float: right;
  background: #e4e4e4;
}
.sidebar .widget-title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  margin-bottom: 0px;
  line-height: 22px;
  background: #b6b6b6;
}
.sidebar .widget {
  margin-bottom: 10px;
}
.sidebar ul li {
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #a8a8a8; 
  background: none;
}
.sidebar ul li a {  
  font-size: 14px;
  color: #656565;
}
.sidebar ul li a:hover {
  color: #000000;
}
.sidebar .widget_FacebookLikeBox .fb_iframe_widget {
  border: none;
}

/*============================news detal page css==============================*/
.site-content .navigation.post-navigation {
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.site-content .navigation.post-navigation .nav-links {
  border-top: 0px;
}
.site-content .navigation.post-navigation .prev-left a {
  float: left; 
  margin-right: 25px;
  text-align: left;
}
.site-content .navigation.post-navigation .next-right a {
  float: right;
  text-align: left;
}
.site-content .navigation.post-navigation a {
  display: block;
  border-bottom: none;
  width: auto;
  line-height: 20px;
}
.site-content .navigation.post-navigation a:hover {
  color: #1a728b;
}
.site-content .comments-area {
  clear: none;
  padding: 0px;
  max-width: 100%;
}
.site-content .comments-area .comment-respond h3 {
  color: #0f0f0f;
  margin-bottom: 10px;
}
.comment-form p {
  margin-bottom: 10px;
}
.site-content .entry-meta {
  background: transparent;
  max-width: none;
  clear: none;
}
.entry-meta a:hover {
  color: #92298e;
}
.comment-form .form-submit .submit {
  background: #1a728b;
  border-radius: 5px;
  font-size: 14px;
}
.comment-form .form-submit .submit:hover {
  background: #0f5f7b;
}
.left-side .page-header {
  margin: 0 0 20px 0;
  padding: 0px;
  border-bottom: none;
}
.left-side .page-header h1 {
  color: #2b2b2b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
ul {
  margin-bottom: 20px
}
ul li {
  color: #656565;
  font-family: Open Sans;
  font-size: 14px;
  list-style: none;
  background: url("../images/li-bg.png") no-repeat left 8px;
  padding-left: 20px;
}
ol {
  margin-left: 0px;
  margin-bottom: 20px;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
  color: #656565;
  font-family: Open Sans;
  font-size: 14px;
}
blockquote {
  border-left: solid 5px #656565;
}
blockquote p {
  font-style: normal;
}
.entry-content h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.entry-content h3 {
  color: #1a728b;
  /*color: #0f0f0f;*/
  margin-bottom: 15px
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
  color: #01749f;
  /*color: #656565;*/
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.entry-content a {
  display: block;
}
.entry-content p a {
  display: inline-block;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover {
  color: #92298e;
}
h5 {
  line-height: normal;
}
.entry-content strong {
 /* margin-bottom: 20px;*/
  font-size: 14px;
  color: #3cb54a;
  /*color: #0f0f0f;*/
  /*display: block;*/
}
.entry-content p strong {
  display: inline-block;
  margin-bottom: 0px;
}
.entry-content h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #0f0f0f;
}
.wpcf7-form .text-width {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.wpcf7-form .m-wrapper {
  margin: 0 -15px;
}
.wpcf7-form .text-half {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.wpcf7-form .text-half .wpcf7-list-item,
.wpcf7-form .text-width .wpcf7-list-item
  {
  width: 50%;
  float: left;
  margin: 5px 0 0 0;
  display: inline-block;
}
.wpcf7-form-control {
  color: #656565;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}
.wpcf7-list-item-label {
  display: inline-block;
}
span.programeinterest {
  margin: 0 -10px;
}
span.programeinterest .wpcf7-list-item {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.full_width.m-wrapper {
  margin-bottom: 20px;
}
.full_width.m-wrapper > span {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.width-half {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.width-half strong {
  margin-bottom: 0px;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #1a728b;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
  background-color: #0f5f7b;
}
.entry-content h2 {
  color: #3cb54a;
  /*color: #0f0f0f;*/
  margin-bottom: 15px;
  font-size: 28px;
  /*font-size: 26px;*/
}
.entry-content form div.wpcf7-validation-errors {
  border: none;
  padding: 0px;
  margin: 5px 0 0 0;
  color: #ff0000;
  font-size: 14px;
}
.entry-content form div.wpcf7-mail-sent-ok {
   border: none;
  padding: 0px;
  margin: 5px 0 0 0;
  color: #398f14;
  font-size: 14px;
} 

/*========================Event page css========================================*/
.events-archive .entry-content, .events-archive .entry-header {
  width: 100%;
}
#tribe-events-bar #tribe-bar-form {
  background-color: #3cb54a;
}
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: #92298e;
  color: #fff;
}
#tribe-bar-form label {
  font-size: 15px;
  color: #fff;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  color: #fff;
  background-color: #921971;
}
#tribe-bar-form input[type="text"] {
  background-color: #fff;
  padding: 7px 10px;
  border: none;
  color: #656565;
  font-weight: 600;
  line-height: 20px;
}
#tribe-bar-form input[type="text"]::-moz-placeholder {
  color: #656565;
  opacity: 1;
}
#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #656565;
  font-style: normal;
}
.tribe-bar-date-filter {
  width: 33.33%;
}
.tribe-bar-submit {
  margin-left: 0px;
  float: right;
  margin-top: 19px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #1a728b;
  border-radius: 5px;
  line-height: 15px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background-color: #0f5f7b;
}
.tribe-bar-views-inner {
  padding-bottom: 50px;
  padding-top: 20px;
}
.tribe-events-single h1 {
  color: #0f0f0f;
}
.tribe-events-sub-nav li {
  list-style: none;
  background: none;
  padding-left: 0px;
}
.tribe-events-sub-nav li a span {
  display: inline-block;
}
#tribe-events-content a.tribe-events-ical.tribe-events-button,
#tribe-events-content a.tribe-events-gcal.tribe-events-button {
  padding: 11px 13px;
  background-color: #1a728b;
  line-height: 12px;
}
#tribe-events-content a.tribe-events-ical.tribe-events-button:hover {
  background-color: #0f5f7b;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0px;
}
#tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}
.tribe-events-notices ul li {
  background: none;
}
.tribe-events-notices h1 {
  color: #0f0f0f;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
  background-color: transparent;
  color: #656565;
 }
 .tribe-events-list-separator-month {
  margin-top: 15px;
  margin-bottom: 15px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tribe-event-schedule-details span,
.tribe-events-venue-details span,
.tribe-events-list-separator-month span{
  display: inline-block;
  margin-bottom: 10px;
}
.tribe-event-schedule-details .tribe-event-date-start {
  margin-right: 5px;
}
.tribe-events-list-event-title a span {
  display: inline-block;
}
.tribe-event-schedule-details .tribe-event-date-end {
  margin-right: 5px;
  margin-left: 5px;
}
.full-width .archive-header, 
.full-width .comments-area, 
.full-width .image-navigation, 
.full-width .page-header, 
.full-width .page-content, 
.full-width .post-navigation, 
.full-width .site-content .entry-header, 
.full-width .site-content .entry-content, 
.full-width .site-content .entry-summary, 
.full-width .site-content footer.entry-meta {
  margin-left: auto;
}
body.full-width .page-header {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
body.full-width .page-content,
body.full-width .site-content .entry-summary {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  background: transparent;
}
body.full-width .site-content .entry-summary p a span {
  display: inline-block;
}
body.full-width .page-header .page-title {  
  color: #0f0f0f;
  font-size: 20px;
}
body .hentry {
  margin-bottom: 0px;
}
body .tribe-events-tooltip .tribe-events-event-body p a,
body .tribe-events-list .tribe-events-event-image + div.tribe-events-content p a {
  display: block;
}
body .tribe-events-tooltip .tribe-events-event-body p a span,
body .tribe-events-list .tribe-events-event-image + div.tribe-events-content p a span {
  display: inline-block;
}
body .tribe-events-event-meta .column, 
body .tribe-events-event-meta .tribe-events-meta-group {
  margin-top: 12px;
}
body.full-width .site-content blockquote.alignleft, 
body.full-width .site-content img.size-full.alignleft, 
body.full-width .site-content img.size-large.alignleft, 
body.full-width .site-content img.size-medium.alignleft, 
body.full-width .site-content .wp-caption.alignleft {
  margin-left: 0px;
}

/*26-4-2016*/

.search-part input[type="submit"] {
  background: rgba(0, 0, 0, 0) url("../images/search-icon.png") no-repeat scroll right center;
  border: medium none;
  float: right;
  height: 13px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 13px;
  font-size: 0;
}

.post1-img {
  border-radius: 5px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  overflow: hidden;
 /* padding-left: 20px;
  padding-top: 20px;*/
  width: 350px;
}

.p-right2{
  padding-left: 30px;
  padding-right: 30px;
}
.post-title2 a {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #1a728b;
  border-radius: 5px;
  line-height: 15px;
}

.entrryfull .more-link {
  background: #1a728b none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  o-border-radius: 5px;
  clear: both;
  color: #ffffff;
  display: block;
  float: right;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 10px 15px;
  width: 170px;
}
.entrryfull .more-link:hover{
  background: #0f5f7b
}
.entrryfull .more-link span{
  display: inline-block;
}

.search article{
  border-top: 0!important;
}

p {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
} 


ul.checkmark
{
	list-style: none!important;
}

ul.checkmark li:before {
		position: absolute;
		margin-left: -1.4em;
		content: "\2714\0020";
		background-color: #fbfbfb;
}

.wpcf7-list-item label {
	font-weight: normal;
}


ul.sub-menu li { 
	color: #ffffff!important; 
	background: url(https://inmedusa.org/wp-content/themes/inmed/css/style.css)!important;
	padding-left: 0px;
}

ul.sub-menu li a {
	color: #ffffff;
	padding-left: 0px;
	margin-left: -5px;
	margin-top: 5px;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.1px;
    
}

ul.sub-menu li a:hover {
	color: #3cb54a;
}

article#post-7596 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7689 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7686 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}

article#post-7684 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7682 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7676 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7674 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}
article#post-7670 H1.entry-title{
	text-align: center;
	background-color: #1a728b;
	color: white;
	padding: 20px;
}

a.button {
  color: #ffffff;
  /*color: #656565;*/
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

.button {
	
	/*Step 2: Basic Button Styles*/
	display: block;
	height: 40px;
	/*height: 50px;*/
	width: 160px;
	/*width: 300px;*/
	background: #3cb54a;
	/*background: #3cb54a;  use for green button 
	border: 2px solid rgba(33, 68, 72, 0.59);*/
	border: 1px solid #cccccc;


	
	/*Step 3: Text Styles*/
	color: #ffffff;
	text-align: center;
	font: bold 1.2em/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*font: bold 1.9em/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	
	/*Step 4: Fancy CSS3 Styles
	background: -webkit-linear-gradient(top, #1a728b, #ffffff);
	background: -moz-linear-gradient(top, #1a728b, #ffffff);
	background: -o-linear-gradient(top, #1a728b, #ffffff);
	background: -ms-linear-gradient(top, #1a728b, #ffffff);
	background: linear-gradient(top, #1a728b, #ffffff);
	*/
	
	/*Step 4: Fancy CSS3 Styles Green Button*/
	/*background: -webkit-linear-gradient(top, #3cb54a, #ffffff);
	background: -moz-linear-gradient(top, #3cb54a, #ffffff);
	background: -o-linear-gradient(top, #3cb54a, #ffffff);
	background: -ms-linear-gradient(top, #3cb54a, #ffffff);
	background: linear-gradient(top, #3cb54a, #ffffff);*/
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0 1px 0 #1a728b;
	-moz-box-shadow: 0 1px 0 #1a728b;
	box-shadow: 0 1px 0 #1a728b;
	
	/*use for green button */
	
	/*-webkit-box-shadow: 0 6px 0 #3cb54a;
	-moz-box-shadow: 0 6px 0 #3cb54a;
	box-shadow: 0 6px 0 #3cb54a;*/
	
	/*-webkit-box-shadow: 0 6px 0 #1a728b;
	-moz-box-shadow: 0 6px 0 #1a728b;
	box-shadow: 0 6px 0 #1a728b;*/
	
	text-shadow: 0 1px 1px rgba(0, 117, 159, 0.2);
	
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 10px 10px 11px;
}
 
/*Step 3: Link Styles*/
a.button2 {
	text-decoration: none;
}
 
/*Step 5: Hover Styles*/
a.button:hover {
	background: #1a728b;
	/*background: -webkit-linear-gradient(top, #1a728b, #ffffff);
	background: -moz-linear-gradient(top, #1a728b, #ffffff);
	background: -o-linear-gradient(top, #1a728b, #ffffff);
	background: -ms-linear-gradient(top, #1a728b, #ffffff);
	background: linear-gradient(top, #1a728b, #ffffff);*/
	color: #ffffff;
}

/* use for green button
a.button:hover {
	background: #1a728b;
	background: -webkit-linear-gradient(top, #1a728b, #ffffff);
	background: -moz-linear-gradient(top, #1a728b, #ffffff);
	background: -o-linear-gradient(top, #1a728b, #ffffff);
	background: -ms-linear-gradient(top, #1a728b, #ffffff);
	background: linear-gradient(top, #1a728b, #ffffff);
}
*/
.mktbutton {
  float: left;
}
.mktbutton a.attention {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  width: 121px;
  /*height: 38px;*/
  height: 45px;
  line-height: 22px;
 /* line-height: 37px;*/
  background: #92298e;
  border-radius: 5px;
  margin-top: 46px;
  margin-left: 15px;
  padding: 0px;
  float: left;
}
.mktbutton a.attention:hover {
  background: #921971;
}

.banner-box a[href="https://opportunitycenter.us/BarnBlast"] {
	width: 600px;
	height: 300px;
	margin-left: -13px;
}

/* [Home] Art Gallery */
.video-text-slideshow a.fancybox {
    width: 250px;
    margin-bottom: 110px;
}