 /*.btn { background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: -ms-linear-gradient(top, #3498db, #2980b9); background-image: -o-linear-gradient(top, #3498db, #2980b9); background-image: linear-gradient(to bottom, #3498db, #2980b9); -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; font-family: Arial; color: #ffffff; font-size: 20px; padding: 10px 20px 10px 20px; text-decoration: none; } .btn:hover { background: #3cb0fd; background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); background-image: -o-linear-gradient(top, #3cb0fd, #3498db); background-image: linear-gradient(to bottom, #3cb0fd, #3498db); text-decoration: none; }
 */
 .slider_link {
	font-size: 16px !important;
	color: #ADD8E6;
}
#nav_section li ul {
    width:280px;
}
/*#inner_login_form{
    top:911px !important;
}*/

.featured_article[content_id="180150"]{
background-color: #4D4B87 !important;
}
.featured_article[content_id="180150"] h2{
background-color: white !important;
}

h4{
    font-weight: normal !important;
}


.content_body .section_subcontent:last-child {
    padding-right:10px;
}

.dialog_title {
  font-family: 'Montserrat' !important;
}

@font-face {
  font-family: 'Montserrat';
  src: url('https://images.shulcloud.com/425/uploads/Fonts/Montserrat') format('truetype');
} 

#maincontent p {
    line-height: 22px;
}

/* Rest of your website styles */
.dynamic {
    color: #000000 !important;  font-family: 'Montserrat';/* Change to your desired color */
}


.header_button {
    color: #FFFFFF; /* Change to your desired color */
      background-color: #03045e; /* Replace with your desired color */
}

.header_button:hover {
  background-color: #0077b6;
   
}

#header_inner {
  background-color: #FFFFFF; /* Replace with your desired color */
}

#header {
    padding: 20px;
  background-color: #FFFFFF; /* Replace with your desired color */
  width: 100%;

}

#nav_section a {
  color: #000000; /* Replace with your desired color */
}

#nav_section > li > a {
  color: #000000; /* Replace with your desired color */
}

#nav_section > li > a:hover {
  color: #0077b6; /* Blue color code */
}

.content_body p {
  color: black;
}

body .content_body p {
  color: black !important;
}

#div_order > div:nth-child(9) > div > div.content_body > p:nth-child(1) {
  color: black; }
