/*
// #Links
// --------------------------------------------------
*/
a {
  color: #3598db;
  text-decoration: none;
}
a:hover {
  color: #258cd1;
  text-decoration: underline;
}
/* Logo */
.header .logo h1 > a:first-letter,
.header .logo h2 > a:first-letter {
  color: #002856;
}
@media all and (min-width: 992px) {
  .flexnav > li:hover > a:before,
  .flexnav > li.active > a:before {
    background: #002856;
  }
}
/* Header v4 */
.header-top-colored .header-top {
  background: #002856;
}
header.menu-colored {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-colored .flexnav > li {
    /* Submenu */
  }
  header.menu-colored .flexnav > li.active > a {
    color: #002856;
  }
  header.menu-colored .flexnav > li:hover {
    background: #002856;
  }
  header.menu-colored .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-colored .flexnav > li ul li > a:hover {
    background: #002856;
  }
}
/* Header v6 */
header.menu-pills {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-pills .flexnav > li.active > a {
    color: #002856;
  }
  header.menu-pills .flexnav > li:hover {
    background: #002856;
  }
  header.menu-pills .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-pills .flexnav > li ul {
    background: #002856;
  }
}
/* Slider */
.md-bullet:hover, .md-bullet.md-current {
  background: #3498db !important;
}
.md-bullet:hover:after, .md-bullet.md-current:after {
  background: #002856;
}
/* Widgets */
.widget .title > a:hover {
  color: #002856;
}
footer .contacts-widget .contacts-info-list > li a:hover {
  color: #3498db;
}
.widget_flickr .flickr-feed > li > a:hover {
  border: 4px solid #3498db;
}
/* Pages */
.error-title {
  color: #002856;
}
/* Blog */
.entry.entry__with-icon .entry-icon {
  background-color: #002856;
}
.entry .entry-header h2 > a:hover {
  color: #3498db;
}
.entry .entry-meta a:hover {
  border-bottom: 1px solid #3498db;
}
.entry .entry-thumb > a:before {
  background: #002856;
}
/* Comments */
.commentlist .bypostauthor .comment-wrapper {
  border-left-color: #002856;
}
/*  Project Item Overlay */
.project-item .dlink,
.project-item .zoom {
  color: #002856;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #002856;
}
/*  Portfolio Description  */
.project-desc .title > a:hover {
  color: #002856;
}
/* Widgets */
/* Base Widgets */
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  color: #002856;
}
/* Widget :: Latest Post Widget */
.widget .title > a:hover {
  color: #3498db;
}
footer .widget .title > a:hover {
  color: #3498db;
}
/* Widget :: Latest Post Widget */
.latest-posts-widget .title > a:hover {
  color: #3498db;
}
/* Widget :: Contacts Info */
.contacts-widget .contacts-info-list > li a:hover {
  color: #3498db;
}
/* Footers Widgets specific styling */
footer .widget_archive ul li:hover,
footer .widget_nav_menu ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_categories ul li:hover {
  background: #002856;
}
footer .widget_archive ul li:hover,
footer .widget_nav_menu ul li:hover,
footer .widget_meta ul li:hover,
footer .widget_pages ul li:hover,
footer .widget_recent_comments ul li:hover,
footer .widget_recent_entries ul li:hover,
footer .widget_categories ul li:hover {
  background: #002856;
}
/*
// #Headings
// --------------------------------------------------
*/
.section-dark .title-accent > h3 > span {
  color: #3498db;
}
/*
// #Buttons
// --------------------------------------------------
*/
*/
.btn-primary {
  background-image: -webkit-linear-gradient(top, #002856 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #002856 0%, #258cd1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002856', endColorstr='#ff258cd1', GradientType=0);
  border-color: #258cd1;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #002856 !important;
  border-color: #258cd1;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #002856;
  border-color: #258cd1;
}
/*
// #Lists
// --------------------------------------------------
*/
.list ul li:before {
  color: #002856;
}
.list.list__lg ul li:before {
  border: 1px solid #258cd1;
}
/*
// #Social Links
// --------------------------------------------------
*/
.social-links__primary > li > a {
  background: #002856;
  border: 1px solid #258cd1;
}
.social-links__primary > li > a:hover {
  color: #002856;
}
/*
// #Tabs
// --------------------------------------------------
*/
.tabs .nav-tabs > li.active > a {
  color: #002856;
}
.tabs .nav-tabs > li.active > a:after {
  background: #002856;
}
/*

/*
// #Icon Box
// --------------------------------------------------
*/
.icon-box .icon {
  color: #002856;
}
.icon-box.circled .icon:before {
  background: #002856;
}
.icon-box.squared .icon:before {
  background-color: #002856;
}
.icon-box.bordered .icon {
  color: #002856;
}
.icon-box.bordered .icon:before {
  background: #fff;
}
.icon-box.bordered .icon:after {
  background: #002856;
}
/*
// #Progress Bars
// --------------------------------------------------
*/
.progress-bar {
  background-image: -webkit-linear-gradient(top, #002856 0%, #217dbb 100%);
  background-image: linear-gradient(to bottom, #002856 0%, #217dbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff217dbb', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #71cd75 0%, #4bc050 100%);
  background-image: linear-gradient(to bottom, #71cd75 0%, #4bc050 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71cd75', endColorstr='#ff4bc050', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #73c9e3 0%, #49b9db 100%);
  background-image: linear-gradient(to bottom, #73c9e3 0%, #49b9db 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73c9e3', endColorstr='#ff49b9db', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #fcbe5c 0%, #fbaa2a 100%);
  background-image: linear-gradient(to bottom, #fcbe5c 0%, #fbaa2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcbe5c', endColorstr='#fffbaa2a', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
/*
// #Blockquotes & Testimonial
// --------------------------------------------------
*/
blockquote {
  border-left: 4px solid #002856;
}
/*
// #Dropcaps
// --------------------------------------------------
*/
.dropcap {
  color: #002856;
}
.dropcap.dropcap__rounded {
  background-color: #002856;
}
/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing-table .plan.popular .pricing-head h3 {
  background: #002856;
  border-color: #002856;
}
/* Style 2 */
.pricing-table__style2 .plan.popular .pricing-head .circled {
  background: #002856;
}
.pricing-table__style2 .plan.popular .pricing-head .circled:after {
  background: #002856;
}
.pricing-table__style2 .plan.popular .pricing-head h3 {
  color: #002856;
}
/* Style 3 */
.pricing-table__style3 .plan .pricing-head .circled {
  background: #002856;
}
.pricing-table__style3 .plan.popular {
  background: #002856;
}
/* Style 4 */
.pricing-table__style4 .plan .pricing-head .pricing-head-inner {
  background: #002856;
}
.pricing-table__style4 .plan.popular {
  background: #002856;
}
.pricing-table__style4 .plan.popular .pricing-head h3 {
  background: #002856;
}
.owl-theme .owl-pagination .owl-page.active span {
  background-color: #002856;
}
@media (min-width: 992px) {
  .featured-item:hover {
    background-color: #002856;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*
// #Shop
// --------------------------------------------------
*/
table.cart-total > tbody > tr > td .amount {
  color: #3498db;
}
.price .amount {
  color: #3498db;
  font-size: 1.4em;
}
.price del .amount {
	color: #333;
	font-size: 1.4em;
}
.products .product .project-desc .price .amount {
  font-size: 1.2em;
}
.products .product .project-desc .price del .amount {
  font-size: 1.1em;
}
.star-rating span {
  color: #002856;
}
.products .product .onsale {
  background: #3498db;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* Drupal */
.dlink .node-add-to-cart{
  color: #002856;
}
.remove input{
  color: #002856; 
}
legend{
  background-image: -webkit-linear-gradient(top, #002856 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #002856 0%, #258cd1 100%);
  background-repeat: repeat-x;
}
.search-form .btn:hover,
#search-block-form .btn:hover {
  background-image: -webkit-linear-gradient(top, #002856 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #002856 0%, #258cd1 100%);
  background-repeat: repeat-x;
  border-color: #258cd1;
}
/*To remove long text area for attributes*/
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}
/*To remove overlay on md slider*/
.tp-dottedoverlay{
  display:none;
}
// #Pagination
// --------------------------------------------------
*/
.pagination > li > a,
.pagination > li > span {
  color: #002856;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #002856;
  background-color: #f7f7f7;
}
.pagination > .pager-current > a,
.pagination > .pager-current > span,
.pagination > .pager-current > a:hover,
.pagination > .pager-current > span:hover,
.pagination > .pager-current > a:focus,
.pagination > .pager-current > span:focus {
  color: #fff;
  background-color: #002856;
  border-color: #258cd1;
}
// #Forms
// --------------------------------------------------
*/
label {
  display: inline-block;
  margin-bottom: 5px;
  color: #dc2a0b;
  font-weight: normal;
}
.page-heading.page-heading__image:before,
.page-heading__slideshow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: #000;
  opacity: .20;
  filter: alpha(opacity=20.00000000000001);
}
// #Footer
// --------------------------------------------------
*/
footer.nd-region {
  background: #001f42;
  color: #0c3139;
  padding-bottom: 14px !important;
}
footer.nd-region a {
  color: #fff;
}
footer.footer__light {
  background: none;
}
.social-links > li > a {
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #002856;
  border-radius: 50%;
  border: 1px solid #3498db;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}
.social-links > li > a:hover {
  background: #fff;
  border-color: #fff;
  color: #002856;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social-links__light > li > a {
  background: #002856;
  border: 1px solid #ddd;
  color: #2f2f2f;
}
.social-links__light > li > a:hover {
  background: #0c3139;
  border-color: #2f2f2f;
  color: #fafafa;
}
.social-links__primary > li > a {
  background: #002856;
  border: 1px solid #3598db;
  color: #fff;
}
.social-links__primary > li > a:hover {
  background: #fff;
  border-color: #fff;
  color: #3598db;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .contacts-widget .contacts-info-list > li > .fa {
  background: #002856;
  border: 1px solid #3598db;
  color: #fff;
}
.featured-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.01;
  filter: alpha(opacity=01.00000000000001);
 
}

/* Copyright */
.footer-copyright {
  border-top: 1px solid #001044;
  background: #001044;
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    text-align: left;
	color: #CCC
  }
}
.footer-copyright a {
  color: #fff;
}
.footer-copyright .social-links-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer-copyright .social-links-wrapper {
    text-align: right;
    padding-top: 0;
  }
}
.footer-copyright .social-links-wrapper .social-links {
  display: inline-block;
  vertical-align: middle;
}
.footer__light .footer-copyright {
  background: none;
  border-top-color: #ddd;
}
.footer__light .footer-copyright a {
  color: #2f2f2f;
}
.footer__light .footer-copyright .social-links > li > a {
  border-color: #ddd;
  background: #eee;
}
.footer__light .footer-copyright .social-links > li > a:hover {
  border-color: #2f2f2f;
  background: #2f2f2f;
  color: #fff;
}


/* Header Search Form */
.search-form {
  width: 260px;
  display: none;
  vertical-align: top;
  height: 16px;
  
}
@media (min-width: 992px) {
  .search-form {
    display: table;
  }
}
.search-form .btn,
#search-block-form .btn {
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);
  text-align: center;
  border-color: #2f2f2f;
  padding-left: 10px;
  padding-right: 10px;
  
}
.search-form .btn .fa {
  line-height: 1.em;
  color: #fff;
  margin-right: 0;
}
.header .search-form {
  float: right;
  padding: 0px 0;
  padding-left: 32px;
 }
.header-top-right {
  float: right;
}
.header-top-right > span + span {
  margin-left: 32px;
}
.header-top-right > span + span.info-item {
  margin-left: 25px;
  margin-right: 32px;
}
.header-top-right > span.info-item {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
 .form-control {
	 height: 35px;
	 font-size: 10px;
 }
 /*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Maven Pro', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #2f2f2f;
  text-transform: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #2f2f2f;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
.h1 .fa,
.h2 .fa,
.h3 .fa,
.h4 .fa,
.h5 .fa,
.h6 .fa {
  margin-right: 5px;
}
h1,
.h1 {
  font-size: 30px;
  margin-bottom: .75em;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 1.5em 0;
}
.title-accent {
  padding-top: 5px;
}
.title-accent > h3 > span {
  font-family:'Maven Pro', sans-serif;
  font-size: 30px;
}
.section-dark .title-accent > h3 {
  color: #fff;
}
.section-dark .title-accent > h3 > span {
  color: #dc2a0b;
}
.one-page section.dark .title-accent > h3 > span,
.one-page section.dark .title-accent > h3 {
  color: #fff;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
}
.title-centered {
  text-align: center;
}
.title-centered > h2 {
  font-size: 28px;
  margin-bottom: 1.2em;
}

/* Font size change*/
body {
  background-color: #fff;
  color: #48494a;
  font-family: 'Open Sans', sans-serif; 
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
/*Header top changes for font line 138 theme css*/
.header-top {
  background: #2f2f2f;
  padding: 14px 0;
  color: #a3a3a3;
  font-size: 13px !important;
  line-height: 16px;
  text-transform: none !important;
}
}

.header .logo { padding-right: 55px; }

/*Changes to flex nav top menu*/
    /* Submenu */
	
  .flexnav > li > a {
    text-transform: none;
  }
	
@media min-width: 997px {
.flexnav > li > a {
	padding: 0 15px;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
    line-height: 114px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
	
  .flexnav > li + li {
    margin-left: 9px;
  }

  .flexnav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li:hover,
  .flexnav > li.active {
    background: #fff;
  }
  .flexnav > li:hover > a,
  .flexnav > li.active > a {
    color: #2f2f2f;
  }
  .flexnav > li:hover > a:before,
  .flexnav > li.active > a:before {
    background: #dc2a0b;
  }
  .flexnav > li.item-with-ul > a:after {
    display: inline-block;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul {
    padding-left: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }
  .flexnav > li ul li {
    width: 100%;
    border: none !important;*/
    /* Submenu 2nd Level */
  }
  .flexnav > li ul li.item-with-ul > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul li a {
    color: #2f2f2f;
    padding: 10px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li ul li a:hover {
    background: #f2f2f2;
    -webkit-transition: none;
    transition: none;
  }
  .flexnav > li ul li.active > a {
    background: #f2f2f2;
  }
  .flexnav > li ul li + li a {
    border-top: 1px solid #f2f2f2;
  }
  .flexnav > li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav > li ul.open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 1;
  }
  .flexnav > li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav > li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
}

/*.touch-button .navicon:before {
	display: none;
}*/

.touch-button .navicon {
	color: white;
}}

/*
// #Pagination
// --------------------------------------------------
*/
.pagination > li > a,
.pagination > li > span {
  color: ##428BCA;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: ##428BCA;
  background-color: #f7f7f7;
}
.pagination > .pager-current > a,
.pagination > .pager-current > span,
.pagination > .pager-current > a:hover,
.pagination > .pager-current > span:hover,
.pagination > .pager-current > a:focus,
.pagination > .pager-current > span:focus {
  color: #fff;
  background-color: ##428BCA;
  border-color: ##428BCA;
}
.pagination > li > a,
.pagination > li > span {
  padding-left: 18px;
  padding-right: 18px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding-left: 12px;
  padding-right: 12px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding-left: 26px;
  padding-right: 26px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


/* Team List */
.team-list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: -20px;
}
.team-list > li {
  margin-bottom: 40px;
}
.team-list > li:before,
.team-list > li:after {
  content: " ";
  display: table;
}
.team-list > li:after {
  clear: both;
}
.team-list > li:nth-child(4n+1){
  clear: left;
}
@media (min-width: 767px) and (max-width: 992px) {
  .team-list > li .alignnone {
    float: left;
    margin-right: 20px;
  }
}
.team-list > li .team-head .team-head-info {
  color: #b4b8be;
  display: block;
  padding-bottom: 5px;
}
.team-list > li .team-head .team-social {
  margin-bottom: 15px;
}
.team-list > li .team-head .team-social > li {
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.team-list > li .team-head .team-social > li .fa {
  width: 20px;
  text-align: right;
  font-size: 14px;
  color: #b4b8be;
  margin-right: 10px;
}
.team-list > li .team-excerpt {
  overflow: hidden;
}
@media (min-width: 992px) {
  .team-list > li .team-excerpt {
    height: 0px;
  }
}
/*To change color on non active accordion*/
.panel-group .panel-title > a {
  display: block;
  padding: 14px 20px 14px 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #3598db 0%, #002856 100%);
  background-image: linear-gradient(to bottom, #3598db 0%, #002856 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3598db', endColorstr='#ff002856', GradientType=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.panel-group .panel-title > a:before {
  display: block;
  position: absolute;
  left: 17px;
  top: 16px;
  content: "\f068";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.panel-group .panel-title > a.collapsed {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #3598db 0%, #002856 100%);
  background-image: linear-gradient(to bottom, #3598db 0%, #002856 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3598db', endColorstr='#ff002856', GradientType=0);
}
.panel-group .panel-title > a.collapsed:before {
  color: #fff;
  content: "\f067";
}
.panel-group .panel-title > a.collapsed:hover {
  background: #3598db;
  text-decoration: none;
  text-color: #009
}
.panel-group .panel-title > a:hover {
  text-decoration: none;
}
.panel-group .panel-body {
  padding: 20px 28px;
  background: #f7f7f7;
}
/*To change border around store images*/
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/*Media player for audio changes*/

/* MediaElements Custom Colors */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #63b5c6;
}
.mejs-container .mejs-controls {
  background: #2f2f2f;
}
/*Citation change owl slider*/
.owl-testi cite {
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
		color: #0C3139;
	}




/*.ddblock-container {margin-left: auto; margin-right: auto;};*/
.ddblock-image-pager {width: auto !important;}

/*btn default change*/
.btn-default {
	color: rgba(252, 246, 246, 1);
  background-image: -webkit-linear-gradient(top, #9dcff0 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #9dcff0 0%, #258cd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9dcff0', endColorstr='#fff258cd1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #002856;
  text-shadow: 0 1px 0 #258cd1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #002856;
  background-image: -webkit-linear-gradient(top, #9dcff0 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #9dcff0 0%, #258cd1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9dcff0', endColorstr='#fff258cd1', GradientType=0);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #9dcff0;
  background-position: 0 -15px;
  border-color: #258cd1;
}
.btn-default:active,
.btn-default.active {
  background-color: #9dcff0;
  border-color: #258cd1;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.12);
}
.btn-default:hover,
.btn-default:active {
  border-color: #ccc;
  background-position: 0 0;
  background-image: -webkit-linear-gradient(top, #9dcff0 0%, #258cd1 100%);
  background-image: linear-gradient(to bottom, #9dcff0 0%, #258cd1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9dcff0', endColorstr='#ff258cd1', GradientType=0);
}
/*change for ad block 1*/
#block-block-77 {
    background-image: url('/sites/default/files/journeys.png');
    background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-top: 6px solid #d4d4d4;
	border-bottom: 6px solid #d4d4d4;
	height: 430px;
    }

#block-77 {
border-top: 1px solid #bfbfbf;
border-bottom:  1px solid #bfbfbf;
border-left: 3px solid #d4d4d4;
padding-left: 0px;
}

/*#nodeblock-2494 {
	border-top: 1px solid #bfbfbf;
	border-bottom:  1px solid #bfbfbf;
	height: 430px;
	padding: 0;
    }*/
    
#block-nodeblock-2924 {
	height: 100%;
}

#block-nodeblock-2925 {
	height: 100%;
}

#block-block-76 {
    background-color:#e4e4e4;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    }	

#block-block-76 div {
	text-align: center;
}

#block-block-76 * {
	margin-bottom: 0;
}

.icon-box .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  color: #002856;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.virtalign{
	line-height: 60px;
}

#block-block-78 {
    background-image: url('/sites/default/files/cdsale.png');
    background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-top: 6px solid #d4d4d4;
	border-bottom: 6px solid #d4d4d4;
	height: 430px;
    }

#block-78 {
border-top: 1px solid #bfbfbf;
border-bottom:  1px solid #bfbfbf;
border-right: 3px solid #d4d4d4;
padding-right: 0px;
}
#block-block-79 {
    background-image: url('/sites/default/files/dsad.png');
    background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-top: 6px solid #d4d4d4;
	border-bottom: 6px solid #d4d4d4;
	height: 430px;
    }

#block-79 {
border-top: 1px solid #bfbfbf;
border-bottom:  1px solid #bfbfbf;
padding-right: 0px;
border-right: 3px solid #d4d4d4;
}
/*change for ad block 2 full length*/
#block-block-82 {
    background-image: url('/sites/default/files/rvad.png');
    background-repeat:no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-top: 6px solid #d4d4d4;
	border-bottom: 6px solid #d4d4d4;
	height: 430px;
    }

#block-82 {
border-top: 1px solid #bfbfbf;
border-bottom:  1px solid #bfbfbf;
padding-right: 0px;
border-right: 3px solid #d4d4d4;
}


/*Search Header*/
.header-top-right .search-form #edit-search-block-form--2 {
        padding: 2px;
        height: 20px;
        margin-top: -2px;
        vertical-align: top;
}

.header-top-right .search-form .btn {
        padding: 0;
        padding-left: 8px !important;
        padding-right: 20px !important;
        height: 22px;
        margin-top: -4px;
        width: 20px;
        vertical-align: top;
}

/*Store Sidebar*/
.page-shop-sidebar ul, ol {
        -webkit-padding-start: 18px;
}

.page-shop-sidebar aside .widget {
        margin-bottom: 40px;
}

.page-shop-sidebar .catalog .trail {
        font-weight: normal;
}
	.page-heading .breadcrumb .last {
    color: #fff;
}
.entry .entry-thumb {
    overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
    padding: 6px;
        padding-top: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
    background-color: #e5e5e5;
    border: 1px solid #cecece;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(206, 206, 206);
        border-right-color: rgb(206, 206, 206);
        border-bottom-color: rgb(206, 206, 206);
        border-left-color: rgb(206, 206, 206);
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    transition: all 0.3s ease-in-out;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
    max-width: 68%;
    height: auto;
    position: relative;
    margin: 0 auto 30px auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
    }
.field_article_body {
      padding-top: 8px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
}
.producttitle {
     align-content: center;
}

.jshoverimg:hover {
	opacity: .75;
}

.sharethis-wrapper::before {
	Content: "Share this on ..."
	clear: right;
	float: left;
}
.articlebody {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.articletitle  {
    padding-top: 20px;
}
.header .logo {
    margin: 0;
    padding: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    transition: 0.2s;
    float: left;
}
.jsfitcontent {
	width: 100%; 
	align-items: center; 
	display: flex; 
	background-size: cover; 
	background-position: center; 
	height: 100%; 
	font-size: 18pt; 
	line-height: normal; 
	flex-direction: column;
}

.jsfitcontent h1 {
        font-size: 20pt;
}

.jsfitbutton {
	font-size:26px;
}

#nodeblock-2924 {
	margin: 0;
	padding: 0;
}

#nodeblock-2925 {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 600px) {
	.jsfitcontent {
		font-size: 5vw;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.jsfitbutton {
		font-size:7vw !important;
	}

       .jsfitcontent h1 {
                font-size 7vw;
        }
}


#block-views-topadblock-block {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left:50px;
    padding-right: 50px;
    background-color: #002856;
    color: white;
}

.title-accent > h3 > span {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
#block-block-95 {
    background-image: url("https://www.monroeinstitute.org/sites/default/files/store1block.png");
    height: 180px;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-size: cover;
   }
#block-block-96 {
    background-color: #002856;
    height: 150px;
    margin-bottom: 45px;
}
#block-views-products-block-3 {
    padding-top: 45px;
}

#block-uc-catalog-catlog nav {background:#FFF;float:left;}
#block-uc-catalog-catlog .catnavmenu {position: absolute; z-index: 98;}
#block-uc-catalog-catlog nav ul {text-align:left; margin: 0; padding: 0; width: 200px;display:block;}
#block-uc-catalog-catlog nav ul li .catnavtop {text-align: center;}
#block-uc-catalog-catlog nav ul li {float:left;display:inline; width: 200px;}
#block-uc-catalog-catlog nav ul li:hover {background:#f7f7f7;}
#block-uc-catalog-catlog nav ul li a {display:block;padding:15px 25px;color:#444; padding: 5px; width: 200px;}
#block-uc-catalog-catlog nav ul li ul {/*position:absolute;*/width:110px;background:#f7f7f7; width: 200px;}
#block-uc-catalog-catlog nav ul li ul li {width:110px; z-index: 1000;}
#block-uc-catalog-catlog nav ul li ul li ul li a::before {content: "\0000a0\0000a0\0000a0";}
#block-uc-catalog-catlog nav ul li ul li a {display:block;padding:15px 10px;color:#444; padding: 5px;background:#f7f7f7;}
#block-uc-catalog-catlog nav ul li ul li:hover a {background:#F0F0F0;}
#block-uc-catalog-catlog .catnavtop {padding: 5px; background-color: #3598db; color: white; width: 200px; cursor: pointer;}
#block-uc-catalog-catlog .touch-button {position: static; float: right; height: auto; width: auto; background: none;}
#block-uc-catalog-catlog .touch-button .navicon {line-height: normal;}
#block-uc-catalog-catlog .touch-button .navicon::before {color: #fff;}
#block-uc-catalog-catlog nav ul li ul.fallback {display:none;}

#block-tb-megamenu-menu-search-by-real-life-applica nav {background:#FFF;float:left;}
#block-tb-megamenu-menu-search-by-real-life-applica .appnavmenu {position: absolute; z-index: 98;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul {text-align:left; margin: 0; padding: 0; width: 200px;display:block;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li .appnavtop {text-align: center;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li {float:left;display:inline; width: 200px;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li:hover {background:#f7f7f7;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li a {display:block;padding:15px 25px;color:#444; padding: 5px; width: 200px;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul {/*position:absolute;*/width:110px;background:#f7f7f7; width: 200px;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul li {width:110px; z-index: 1000;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul li ul li a::before {content: "\0000a0\0000a0\0000a0";}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul li a {display:block;padding:15px 10px;color:#444; padding: 5px;background:#f7f7f7;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul li:hover a {background:#F0F0F0;}
#block-tb-megamenu-menu-search-by-real-life-applica .appnavtop {padding: 5px; background-color: #3598db; color: white; width: 200px; cursor: pointer;}
#block-tb-megamenu-menu-search-by-real-life-applica .touch-button {position: static; float: right; height: auto; width: auto; background: none;}
#block-tb-megamenu-menu-search-by-real-life-applica .touch-button .navicon {line-height: normal;}
#block-tb-megamenu-menu-search-by-real-life-applica .touch-button .navicon::before {color: #fff;}
#block-tb-megamenu-menu-search-by-real-life-applica nav ul li ul.fallback {display:none;}

#block-block-89 {
    margin-bottom: 25px;
}
#block-block-74 {
    margin-bottom: 25px;
}
#block-block-90 {
    margin-bottom: 15px;
}
#block-block-92 {
    margin-bottom: 15px;
}
#block-views-categories-block {
    margin-bottom: 25px;
}
#block-block-89 {
    margin-bottom: 25px;
}
#block-views-exp-product-search-page {
    margin-bottom: 25px;
}
#views-exposed-widget .views-submit-button {
    margin-bottom: 25px;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: .6em;
}

.page-catalog #sidebar {min-height: 1024px}
