.locator {
  width: 44px;
  height: 75px;
  background-image: url(/images/default-source/img/contactus.png);
  background-repeat: no-repeat;
  background-size: contain;
}

a {
  text-decoration: none;
  color: #0056b3;
}

.container:before {
  display: table;
  content: "";
}

.container:after {
  clear: both;
  display: table;
  content: "";
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-plus {
  font-size: 25px;
  font-weight: bold;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  padding: 15px;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.footer__service-name {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .footer__service-name {
    padding: 0 15px !important;
  }
}
/* ------------------------- clearfix -------------------------*/
.pageMenu:before,
.pageMenu:after,
.baseCMSListMenuUL:before,
.baseCMSListMenuUL:after {
  display: table;
  content: " ";
}

.pageMenu:after,
.baseCMSListMenuUL:after {
  clear: both;
}

/* ------------------------- Header Navigation Menu ------------------------- */
.innerZoneWhite {
  background-color: #fff;
  padding-bottom: 30px;
}

.pageMenu {
  background-color: #000;
  border-color: #080808;
  border-radius: 0;
  margin-bottom: 0;
}

.pageMenu-left {
  float: left;
}

.pageMenu-right {
  float: right;
}

.pageMenu .baseCMSListMenuUL {
  text-transform: uppercase;
}

.pageMenu .pageListMenuUL,
.pageMenu .baseCMSListMenuUL {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.pageMenu .pageListMenuLI,
.pageMenu .baseCMSListMenuLI,
.pageMenu .baseCMSListMenuHighlightedLI {
  float: left;
  position: relative;
  display: block;
}

.pageMenu .pageListMenuLink,
.pageMenu .baseCMSListMenuLink,
.pageMenu .baseCMSListMenuLinkHighlighted {
  display: table-cell;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 16px;
  /*new start : force single line for menu item */
  padding-left: 10px;
  padding-right: 10px;
}

.pageMenu .pageListMenuLink:hover,
.pageMenu .baseCMSListMenuLink:hover,
.pageMenu .baseCMSListMenuLinkHighlighted {
  color: #fff;
  background-color: #403e3c;
  text-decoration: none;
}

.pageMenu .pageListMenuLink {
  width: 105px;
  /*new end : force single line for menu item */
  white-space: nowrap;
}

.pageMenu .baseCMSListMenuLink,
.pageMenu .baseCMSListMenuLinkHighlighted {
  width: 55px;
}

.pageMenu .baseCMSListMenuLI,
.pageMenu .baseCMSListMenuHighlightedLI {
  margin-right: 40px;
}

li.baseCMSListMenuLI:nth-child(5) a {
  width: 140px;
}

ul.baseCMSListMenuUL
  li:nth-child(5).baseCMSListMenuHighlightedLI
  span.baseCMSListMenuLinkHighlighted {
  width: 140px;
}

.pageMenu .pageHomeNav .pageListMenuLink {
  width: 40px;
}

.pageMenu .navbar-toggler {
  border-color: #333;
}

.pageMenu .navbar-toggler:hover,
.pageMenu .navbar-toggler:focus {
  background-color: #333;
}

.pageMenu .navbar-toggler .icon-bar {
  background-color: #fff;
}

.pageMenu .navbar-collapse,
.pageMenu .navbar-form {
  border-color: #101010;
}

.pageMenu-right .eServices {
  float: left;
  margin: 0;
  padding: 0;
}

.pageMenu-right .socialM {
  float: left;
  margin: 0;
  padding: 0;
}

.pageMenu-right .socialM > a {
  width: 40px;
  display: table-cell;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  line-height: 14px;
}

.pageMenu-right .socialM > a:hover {
  color: #fff;
  background-color: #403e3c;
  text-decoration: none;
}

.pageMenu-right .socialM > a .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: #fff;
}
/*.pageMenu-right .socialM .facebook .icon {
  position: relative;
  top: -4px;
}*/

/* -------- -------- -------- Header Footer Page -------- -------- -------- */
a,
a:focus,
a:active,
li:focus,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="radio"]:checked,
input[type="submit"]:visited,
input[type="submit"]:checked {
  outline: none;
}

html,
.block {
  display: block;
}

body {
  display: block;
  -ms-overflow-style: scrollbar;
  font-size: 14px;
}

body,
H1,
H2,
H3,
H4,
H5,
H6,
.Sans {
  font-family: "Open Sans", Trebuchet MS, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.padLeftZero {
  padding-left: 0;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
}

.breadcrumb p {
  padding-left: 40px;
}

.breadcrumb a.CMSBreadCrumbsLink,
.breadcrumb span.CMSBreadCrumbsCurrentItem {
  display: block;
  float: left;
  background: #f2eeeb;
  text-align: center;
  padding: 8px 10px 8px 19px;
  position: relative;
  margin: 8px 6px 8px 0;
  color: #000;
  font-size: 11px;
  font-weight: 600;
}

.breadcrumb a.CMSBreadCrumbsLink:after,
.breadcrumb span.CMSBreadCrumbsCurrentItem:after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #f2eeeb;
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 99;
}

.breadcrumb a.CMSBreadCrumbsLink:before,
.breadcrumb span.CMSBreadCrumbsCurrentItem:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 17px;
}

.breadcrumb a:first-child.CMSBreadCrumbsLink:before,
.breadcrumb span:first-child.CMSBreadCrumbsCurrentItem:before {
  border-left: 20px solid #f2eeeb;
}

.topMenu {
  text-align: right;
}

.topMenu a {
  font-size: 12px;
  font-weight: bold;
  color: #1143a2;
}

.header .logo img {
  width: 145px;
  margin-bottom: 20px;
}

.rightTop {
  text-align: right;
  padding-top: 10px;
}

.rightTop ul,
ul.menu,
ul.sitemapDetails ul,
.menuUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.SSubMenuContent .menuUL {
  display: flex;
  justify-content: center;
}

.rightTop img {
  position: relative;
  right: -4px;
}

.rightTop ul {
  text-align: right;
  float: right;
}

.rightTop ul li,
ul.menu li,
ul.sitemapDetails li,
.menuUL li {
  float: left;
}

.rightTop ul li {
  padding: 3px;
}

.rightTop li.CMSListMenuLI {
  margin-left: 9px;
}

.rightTop a.CMSListMenuLink,
.rightTop a.CMSListMenuLinkHighlighted {
  padding-left: 12px;
  border-left: 1px solid #656565;
}

.rightTop ul li:first-child a {
  border-left: 0;
}

.sitemapDetails ul li {
  margin-bottom: 5px;
  display: list-item;
  width: 100%;
  list-style-image: url(/images/default-source/img/arrow_small.png);
}

.menu li img {
  padding-top: 4px;
}

.comLogo {
  display: inline;
  float: right;
}

.ssiLogo {
  display: inline;
  float: right;
}

.partnerSlogan {
  text-align: right;
  padding-right: 10px;
}

.heroBanner .bx-controls-auto {
  display: none;
}

.heroBanner .bx-default-pager {
  margin-left: auto;
  margin-right: auto;
}

.sitemap {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  background-color: #0c428a;
  padding: 30px 0 60px 0;
  margin-top: 15px;
  text-decoration: none;
}

.sitemap h4 {
  font-size: 15px;
  position: relative;
  left: -15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.FooterMap,
.ContactUsEditableRegion {
  float: left;
}

.FooterMap,
.ContactUsEditableRegion h4 {
  position: relative;
  left: 0;
}

.FooterMap {
  margin-right: 10px;
  padding-top: 10px;
}

.ContactUsEditableRegion {
  width: 55%;
}

.ContactUsEditableRegion .address .level0,
.ContactUsEditableRegion .address .level1,
.ContactUsEditableRegion .address .level2,
.ContactUsEditableRegion .phone > span {
  display: block;
}

.ContactUsEditableRegion .phone {
  margin-top: 20px;
}

.sitemap .socialM {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.sitemap .socialM > a {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  color: #fff;
}

.sitemap .socialM > a:hover {
  text-decoration: none;
}

.sitemap .socialM > a .icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
}

.sitemap .socialM > a .icon > svg {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  fill: #000;
}

.sitemap .socialM .facebook .icon {
  background-color: #3e579a;
}

.sitemap .socialM .facebook .icon > svg {
  fill: #fff;
}

.sitemap .socialM .instagram .icon {
  background-color: #517ea7;
}

.sitemap .socialM .instagram .icon > svg {
  fill: #fff;
}

.sitemap .socialM .twitter .icon {
  background-color: #72a8f0;
}

.sitemap .socialM .twitter .icon > svg {
  fill: #fff;
}

.footerCMSListMenuLI a {
  color: #fff;
}

.filterYear p,
div.filterYear input {
  left: 200px;
}

.footer p {
  font-size: 13px;
}

.footerBottom {
  background-color: #0d4ea2;
  color: #fff;
  padding: 24px 0;
}

.footerBottom p,
div.footerBottom ul {
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #adbbd6;
}

.footerBottom .footerBottomLeft {
  float: left;
}

.footerBottom .footerBottomRight {
  float: right;
}

.footerBottom .copyRight {
  float: left;
}

.footerBottom .bottomMenu {
  float: left;
}

.footerBottom .extra .CMSListMenuUL,
.footerBottom .bottomMenu .FMenuCMSListMenuUL {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerBottom .extra .CMSListMenuUL > li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #fff;
}

.footerBottom .extra .CMSListMenuUL > li a {
  color: #fff;
}

.footerBottom .extra .CMSListMenuUL > li a:hover {
  color: #fff;
  text-decoration: none;
}

.footerBottom .bottomMenu .FMenuCMSListMenuUL > li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #adbbd6;
}
.footerBottom .bottomMenu .FMenuCMSListMenuUL > li:last-child {
  border: none;
}

.footerBottom .bottomMenu .FMenuCMSListMenuUL > li a {
  color: #adbbd6;
}

.footerBottom .bottomMenu .FMenuCMSListMenuUL > li a:hover {
  color: #adbbd6;
  text-decoration: none;
}

.footerBottom .lastUpdate {
  float: left;
}

.innerPage {
  padding-bottom: 30px;
}

.innerPage,
.pageTitle {
  background-color: #f0f0f0; /*grey*/
}

.filter {
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  padding-top: 24px;
}

.pubc {
  width: 100%;
  max-width: 1140px;
  min-width: 800px;
}

.pubcDetail,
.pubcViewer {
  display: block;
}

#columns {
  -webkit-column-count: 4;
  -webkit-column-gap: 11px;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 11px;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 15px;
  column-fill: auto;
  padding-bottom: 20px;
}

.pin {
  display: inline-block;
  background: #fefefe;
  border: 1px solid #fafafa;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 10px 2px 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  padding-bottom: 5px;
  background: -webkit-linear-gradient(45deg, #fff, #f9f9f9);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 254px;
}

.pin img {
  padding-bottom: 15px;
  margin-bottom: 5px;
  width: 100%;
}

.pin p {
  font: 12px/18px Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 15px;
}

.pin span {
  font-size: 12px;
  font-weight: bold;
  color: #3c3c3c;
}

p.viewStory {
  background-color: #f4f4f4;
  border-top: 1px solid #e9e9e9;
}

p.viewStory a {
  font-weight: bold;
  color: #3c3c3c;
}

p.viewStory a {
  text-decoration: none;
}

.partner {
  padding-top: 20px;
}

.cardLayoutInner {
  background-color: #f0f0f0;
}

.cardLayoutCols {
  margin: 5px 0 0 0;
}

/* -------- -------- -------- Sub Menu Page -------- -------- -------- */

.SubMenu {
  background-image: url(/images/default-source/img/Menu_blue.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.SubMenu .SubMenuContent {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.SubMenu .SubMenuUL {
  display: table-row;
  list-style: none;
  text-align: center;
}

.SubMenu .SubMenuUL > li {
  background-image: url(/images/default-source/img/Menu_blue.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  float: none;
  display: table-cell;
  height: 95px;
  color: #fff;
  border-left: 1px solid #256eca; /*light blue*/
  border-right: 1px solid #256eca; /*light blue*/
  -o-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in;
  /* ...and now override with proper CSS property */
  transition: background-color 0.3s ease-in;
}

.SubMenu .SubMenuUL > li:hover {
  background-image: url(/images/default-source/img/Menu_white.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.SubMenu .SubMenuUL > li:hover p {
  color: #0d4a9b; /*blue*/
}

.SubMenu .SubMenuUL > li.cssLi a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.SubMenu .SubMenuUL > li.cssLi p {
  color: #fff;
}

.SubMenu .SubMenuUL > li.cssSelectedLi {
  background-image: url(/images/default-source/img/Menu_grey.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-right: 1px solid #256eca; /*light blue*/
}

.SubMenu .SubMenuUL > li.cssSelectedLi p {
  color: #0d4a9b; /*blue*/
}

.SubMenu .SubMenuUL .SubMenuItem {
  padding-top: 8px;
}

.SubMenu .SubMenuUL .SubMenuItem p {
  color: #fff;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.SubMenu .SubMenuUL .SubMenuItem a {
  text-decoration: none;
}

/* -------- -------- --------Sub Sub Menu Page -------- -------- -------- */
.SubSubMenu {
  background-color: #f0f0f0; /*grey*/
}

.SubSubMenu li {
  background-color: #f2eeeb;
  -o-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in;
  /* ...and now override with proper CSS property */
  transition: background-color 0.3s ease-in;
}

.SubSubMenu .SSubMenuContent {
  background-color: #fff;
  font-weight: 900;
  font-size: 11px;
}

.SSubMenuContent ul {
  margin: 35px auto;
}

.SSubMenuContent .selectedSGMenuA {
  color: #fff;
}

.SSubMenuContent li {
  width: 142px;
  display: list-item;
  text-align: center;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

.SSubMenuContent li:hover {
  background-color: #bfbfbf;
}

.SSubMenuContent p:first-letter {
  text-transform: uppercase;
}

.SSubMenuContent .SSMenuItem {
  height: 92px;
}

.SSubMenuContent a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
  padding: 10px;
}

.SSubMenuContent .cssSelectedLi a {
  padding: 10px 10px 0;
  border-bottom: 10px solid #0d4ea2;
}

.SubSubMenu .DropdownBoxMenu > li {
  width: 100%;
  border: 0;
}

.SubSubMenu .DropdownBoxMenu > li .SSMenuItem {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  border: 0;
}

/* -------- -------- --------Feedback Form -------- -------- -------- */
.FeedbackForm {
  margin-bottom: 20px;
  padding: 20px 40px;
  background-color: #fff;
}

.FeedbackForm .form-table {
  display: table;
  width: 100%;
}

.FeedbackForm .form-table-group {
  display: table-row;
}

.FeedbackForm .form-table-label-cell,
.FeedbackForm .form-table-value-cell,
.FeedbackForm .form-table-validation-cell {
  display: table-cell;
  padding: 6px 0;
  vertical-align: middle;
}

.FeedbackForm .form-table-validation-cell span {
  margin-left: 10px;
}

.FeedbackForm span {
  color: #f00;
  font-weight: bold;
}

/* -------- -------- -------- FAQ -------- -------- -------- */
.FAQ .faqIframe {
  width: 100%;
  height: 700px;
}

.FAQ #breadcrumbs {
  visibility: hidden;
}

/* -------- -------- -------- NCSS Search -------- -------- -------- */
.searchKWord {
  display: block;
}

.searchtxt {
  height: 47px;
}

.searchBttn {
  width: 119px;
  height: 47px;
  margin-left: 15px;
}

.NCSSSearch {
  background-color: #e0e0e0; /*grey*/
  padding-bottom: 30px;
}

.NCSSSearch .SearchInner {
  background-color: #fff;
  padding: 30px 40px;
}

.NCSSSearch .searchTitle {
  color: #000000; /*black*/
  font-size: 16px;
  font-weight: bold;
}

.NCSSSearch .searchBoxTitle {
  color: #000000;
  font-style: italic;
  margin-bottom: 10px;
}

.NCSSSearch .form-control,
.NCSSSearch .WatermarkText {
  width: 90%;
  display: inline-block;
}

.NCSSSearch .btn,
.VWOSearchResult .srchAgain .btn {
  background-color: #3d6ba7;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 7px 12px 6px 12px;
  position: relative;
  top: -2px;
}

.NCSSSearch .searchInner {
  padding-left: 0;
}

.NCSSSearch .searchRadio {
  font-size: 12px;
}

.NCSSSearch .searchRadio div {
  display: inline-block;
  margin-right: 20px;
}

.NCSSSearch .searchRadio input {
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.NCSSSearch .searchRadio label {
  display: inline;
}

.NCSSSearch .searchResultList .searchResultTitle a {
  color: #0d4ea2; /*blue*/
}

.NCSSSearch .srchResultPanel {
  padding-left: 14px;
}

/* -------- -------- -------- VWO Search -------- -------- -------- */
.vwoSearch {
  /*margin-top:35px;*/
  margin-top: 10px;
}

.vwoSearch .form-control {
  width: 325px;
}

.vwoSearch .searchVWOName {
  padding-top: 20px;
}

.vwoSearch .searchVWOName p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 12px;
}

.vwoSearch .searchLocation {
  margin-top: 10px;
  font-size: 13px;
}

.vwoSearch .searchLocation .LocationSelection {
  margin-left: 20px;
}

.vwoSearch .searchLocation label {
  font-weight: normal;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.vwoSearch .searchLocation .lblselectLocation {
  margin: 10px 0 5px 20px;
  font-style: italic;
  font-size: 12px;
}

.vwoSearch .searchLocation .prefArea {
  border: 1px solid #ccc;
  padding: 10px 0 0 20px;
  width: 325px;
}

.vwoSearch .searchLocation .prefArea td {
  width: 200px;
}

.vwoSearch .searchLocation .cblItems {
  display: inline-block;
}

.vwoSearch .searchGroup .ddlTargetGrp {
  margin-top: 20px;
}

.vwoSearch .searchProgramme .ddlProgramme {
  margin-top: 20px;
}

.vwoSearch .searchLocation .searchCustAddr p {
  margin: 15px 0 3px 20px;
  font-style: italic;
}

.vwoSearch .searchCustAddr .rangeSld {
  width: 325px;
}

.vwoSearch .searchCustAddr #valueDisplay {
  width: 35px;
  text-align: center;
  position: relative;
  left: 40%;
  border: 0;
  margin-top: 10px;
}

.vwoSearch .searchCustAddr .rangeSld output,
.vwoSearch .searchCustAddr .rangeSld span {
  position: relative;
  left: 40%;
  margin-top: 10px;
}

.vwoSearch .vwoSearchBttn .btn {
  margin-top: 20px;
  width: 120px;
}

/* -------- -------- -------- VWO Search Result -------- -------- -------- */

.VWOSearchResult {
  background-color: #e0e0e0;
  padding-bottom: 30px;
}

.VWOSearchResult .SearchResultLayout {
  background-color: #fff;
  padding: 30px 40px;
}

.VWOSearchResult .SearchResultLayout h4 {
  font-weight: bold;
  color: #000000; /*black*/
}

.VWOSearchResult .vwoContactItem {
  width: 98%;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}

.VWOSearchResult .vwoContactItem:hover {
  background-color: #c3c3c3; /*grey*/
}

.VWOSearchResult ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.VWOSearchResult ul li {
  margin: 5px;
  width: 100%;
}

.VWOSearchResult .vwoSrchContact {
  height: 515px;
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 20px;
}

.VWOSearchResult .srchUpArrow,
.VWOSearchResult .srchDownArrow {
  cursor: pointer;
}

.VWOSearchResult .srchContactWrap {
  height: 450px;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
}

.VWOSearchResult .srchContactInnr {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  padding-right: 20px;
  word-wrap: break-word;
}

.VWOSearchResult .srchUpArrow img,
.VWOSearchResult .srchDownArrow img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5px 0;
}

.VWOSearchResult .srchAgain {
  margin-top: 20px;
}

.VWOSearchResult .srchAgain .vwoSearch {
  padding-left: 0;
}

/* -------- -------- -------- Leader Section -------- -------- -------- */
.Inner2Cols {
  background-color: #f0f0f0;
  padding-bottom: 60px;
}

.Inner2Cols hr {
  border: 1px solid #0d4ea2; /*blue*/
}

.Inner2Cols .Inner2ColsCont {
  background-color: #fff;
  padding: 0 15px 30px 15px;
}

.Inner2Cols .ncssnnerLink {
  padding: 0 0 0 20px;
}

.Inner2Cols .ncssnnerLink a {
  text-decoration: none;
  color: #000;
}

.Inner2Cols .ncssnnerMenu {
  padding-top: 12px;
}

.Inner2Cols .ncssnnerMenu:hover {
  background-color: #f0f0f0; /*light grey*/
}

.Inner2Cols .LeftContent h4 {
  color: #000000;
}

/* .Inner2Cols .LeftContent a {
        color: #337AB7;
    } */

.Inner2Cols .SSInnerMenu.col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

.Inner2Cols .SSInnerLink {
  padding-left: 15px;
}

.Inner2Cols .SSInnerLink a {
  position: relative;
  top: -5px;
}

.Inner2Cols .RightContent .promoBanner {
  background-color: #eaf2f5;
  text-align: center;
}

.Inner2Cols .RightContent .promoBanner img {
  width: 100%;
  height: auto;
}

.promoBanner hr {
  border: 1px solid #ddd; /*light grey*/
}

.promoBanner .comCareLogoCotent,
.promoBanner .silvContent {
  padding: 10px;
}

.promoBanner .SeeMoreContent {
  padding: 0 10px;
}

.SSInnerMenu img.accIcon {
  width: 12px;
  height: 55px;
  margin-bottom: 10px;
}

.leaderSec {
  background-color: #f0f0f0;
  padding-bottom: 70px;
}

.leaderSec .titleBanner,
.leaderSec .leaderSection {
  background-color: #fff;
}

.leaderSec .leaderSection {
  padding-bottom: 10px;
}

.leaderSec .leaderSection table {
  border-bottom: 1px solid #e8e8e8;
}

/* -------- -------- -------- Smart Search Box -------- -------- -------- */
.predictiveSearchResults {
  position: absolute;
  z-index: 999999;
  background-color: hsl(0, 100%, 100%);
  width: 76%;
  border: 1px solid hsl(0, 0%, 80%);
  top: -4px;
}

.predictiveSearchHolder {
  position: relative;
}

.predictiveSearchCategory {
  background: hsl(47, 100%, 89%);
}

/** new add by tekwei 4-december-2015 10:09pm **/
.customPredictiveResultItem {
  margin: 2px;
}

.selectedResult > .customPredictiveResultItem a {
  display: block;
  color: black;
  text-decoration: none;
}

.selectedResult > .customPredictiveResultItem {
  color: white;
  background-color: #326ca6;
}

.selectedResult > .customPredictiveResultItem a {
  color: white;
  text-decoration: none;
  padding-left: 3px;
}
/** end **/

.predictiveSearchResults > * {
  color: black;
  padding: 3px 4px;
}

/* -------- -------- -------- SiteMap -------- -------- -------- */
.SMInnerPage {
  background-color: #f0f0f0; /*grey*/
  padding-bottom: 70px;
}

.sitemapMain {
  background-color: #fff;
  padding: 30px 0;
}

/* -------- -------- -------- iframe -------- -------- -------- */
iframe {
  border: 0 none;
}

/* -------- -------- -------- Photo Gallery -------- -------- -------- */
.photoGalleryFilter {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.PhotoGalleryFilterPanel {
  background-color: #fff;
}

.photoGalleryFilter {
  padding-left: 30px;
}

.photoGalleryFilter span,
.photoGalleryFilter select {
  display: inline-block;
}

.photoGalleryFilter .ddlYear select,
.photoGalleryFilter .ddlMonth select {
  width: 150px;
}

.photoGalleryFilter .ddlSortList {
  left: -15px;
}

.photoGalleryFilter .ddlSortList select {
  width: 220px;
}

.photoGalleryFilter .ddlSortList span {
  margin-right: 10px;
}

.photoGalleryList .waterfall-container {
  left: -50px;
}

/* -------- -------- -------- Story-------- -------- -------- */
.storyList {
  background-color: #fff;
}

.storyDetail {
  background-color: #fff;
}

.storyDetail h3 {
  color: #000000; /*black*/
}

.storyCategory,
.storyCategory select,
.storyCustom,
.storyCustom select {
  display: inline-block;
}

.storyCategory select,
.storyCategory span {
  display: inline-block;
}

.storyCategory {
  float: left;
  display: inline-block;
  position: relative;
  left: -15px;
  padding: 0 10px 0 25px;
}

.storyCategory select {
  width: 400px;
}

.storyCustom {
  float: left;
  position: relative;
  right: 30px;
}

.storyCustom select {
  width: 100px;
}

.cardLayoutContent .storyContentList {
  padding-left: 28px;
}

.cardLeftContent,
.cardRightContent {
  background-color: #fff;
  padding: 10px;
}

.cardLeftContent .storyCategory {
  padding-left: 30px 30px 30px 24px;
}

.storyContentList .waterfall-container {
  position: relative;
  left: -48px;
}

.storyContentList {
  position: relative;
  left: -20px;
}

._divs {
  line-height: 25px;
}

/* -------- -------- -------- Publication -------- -------- -------- */
.publication {
  background-color: #fff;
}

.publication .publicationTitle {
  color: #000000; /*black*/
  font-size: 24px;
}

.publication .publicationYear {
  color: #808080; /*grey*/
  font-size: 12px;
}

.publicationCat {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
}

.publicationCust {
  float: left;
  position: relative;
  right: 30px;
}

.publicationCat span,
.publicationCat select {
  display: inline-block;
}

.publicationCust span,
.publicationCust select {
  display: inline-block;
}

.publicationCat select {
  width: 400px;
}

.publicationCust .form-control {
  width: 100px;
}

.publicationCardLayout .waterfall-container {
  left: -70px;
}

.publication .pubDownload {
  float: left;
  width: 100%;
}

.publication .pubDownload input {
}

/* -------- -------- -------- Press Release -------- -------- -------- */
.pressReleaseList {
  background-color: #fff;
}

.pressReleaseList .pressReleaseListFilter {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pressReleaseList .pressReleaseListFilter .field,
.pressReleaseList .pressReleaseListFilter .field > span,
.pressReleaseList .pressReleaseListFilter .field > input,
.pressReleaseList .pressReleaseListFilter .submit,
.pressReleaseList .pressReleaseListFilter .submit > input {
  display: inline-block;
}

.pressReleaseList .pressReleaseListFilter .date {
  width: 20%;
}

.pressReleaseList .pressReleaseListFilter .date > span {
  width: 25%;
}

.pressReleaseList .pressReleaseListFilter .date > input {
  width: 150px;
}

.pressReleaseList .pressReleaseListFilter .search-by {
  width: 35%;
}

.pressReleaseList .pressReleaseListFilter .search-by > span {
  width: 28%;
}

.pressReleaseList .pressReleaseListFilter .search-by > input {
  width: 200px;
}

.pressReleaseList .pressReleaseListFilter .submit {
  width: 23%;
}

.PressReleaseLanding {
  background-color: #fff;
  padding-bottom: 30px;
}

.pressReleaseDetailList .PressTitle {
  color: #000000; /*black*/
  font-size: 16px;
  padding-bottom: 20px;
}

.pressReleaseDetailList .PressDate {
  color: #808080; /*grey*/
  font-size: 12px;
}

.pressReleaseDetailList .PressReadMore {
  padding: 10px 0 10px 0;
}

.pressReleaseDetailList .PressReadMore a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

.PressReleaseLanding .PressDetailTitle {
  color: #000000; /*black*/
  font-size: 24px;
}

.PressReleaseLanding .PressDetailDate {
  color: #808080; /*grey*/
  font-size: 12px;
}

.pressRelDetailList {
  padding-bottom: 30px;
}

.pressRelDetailList td table span,
.pressRelDetailList td table a {
  margin-right: 5px;
}


/* -------- -------- -------- Dropdown Box -------- -------- -------- */
.DropdownBox {
  margin: 20px 0;
  font-size: 14px;
}

.DropdownBox .DropdownBoxBtn {
  background: #fff url(/images/default-source/img/dropdown_arrow.png) no-repeat
    right 12px top 18px;
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
}

.DropdownBox .DropdownBoxMenu {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  max-width: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0;
}

/* -------- -------- -------- Mobile Breadcrumbs -------- -------- -------- */
.MobileBreadcrumbs :not(.CMSBreadCrumbsCurrentItem) {
  display: none;
}

.MobileBreadcrumbs .CMSBreadCrumbsCurrentItem {
  display: block;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
  color: #000000;
}

/* -------- -------- -------- Contact Us Page -------- -------- -------- */
.contactUsPage {
  background-color: #fff;
  padding: 30px 45px;
}

.contactUsPage h4,
.contactUsPage h5 {
  color: #000000; /*black*/
}

/* -------- -------- -------- Policy (Privacy Statement and Terms of Use) -------- -------- -------- */
.policy {
  padding-left: 25px;
  padding-right: 25px;
}

.policy h3 {
  color: #000000;
}

.policy ol,
.policy ul {
  margin: 0;
  padding-left: 25px;
}

.policy ol > li,
.policy ul > li {
  margin-bottom: 8px;
  padding-left: 16px;
  line-height: 24px;
}

/* -------- -------- -------- Back To Top -------- -------- -------- */
#backTop {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 20px;
  bottom: 0;
  display: none;
  cursor: pointer;
  background-image: url(/images/default-source/img/backtop.jpg);
  z-index: 999;
}

/* -------- -------- -------- Accordion -------- -------- -------- */
.panel {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.panel-heading {
  padding: 0;
}

.panel-default > .panel-heading {
  background-color: #fff;
}

.panel-default .accordion-toggle[aria-expanded="false"]:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /*Icon font family default in Kentico*/
  content: "\2b"; /*Plus Sign*/
  float: right;
  color: #4f4f4f; /*Dark Grey*/
}

.panel-default .accordion-toggle[aria-expanded="true"]:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /*Icon font family default in Kentico*/
  content: "\2212"; /*Minus Sign*/
  float: right;
  color: #4f4f4f; /*Dark Grey*/
}

.panel-default .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /*Icon font family default in Kentico*/
  content: "\2b"; /*Plus Sign*/
  float: right;
  color: #4f4f4f; /*Dark Grey*/
  position: relative;
  top: -35px;
  right: 10px;
  /* symbol for "collapsed" panels */
}

.panel-default a {
  color: #4f4f4f; /*Dark Grey*/
  text-decoration: none;
}

.panel-heading .panel-title {
  position: relative;
  display: table;
  width: 100%;
}

.panel-heading .panel-title .accIcon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.panel-heading .panel-title span {
  display: table-cell;
  width: 100%;
  height: 55px;
  padding-left: 24px;
  padding-right: 40px;
  vertical-align: middle;
  color: #4f4f4f;
}

.panel-heading .panel-title i {
  position: absolute;
  top: 45%;
  right: 10px;
  margin-top: -7px;
}

.panel-heading:hover {
  background-color: #f3f3f3;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.formSubmitButton {
  width: 100%;
  height: 34px;
  background-color: #3d6ba7;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}
/* -------- -------- -------- Div to Table -------- -------- -------- */
.table {
  display: table;
  width: auto;
  border-collapse: collapse;
}

.caption {
  display: table-caption;
}

.tbody {
  display: table-row-group;
}

.tr {
  display: table-row;
}

.thead {
  display: table-header-group;
}

.td {
  display: table-cell;
  vertical-align: top;
}

.border_0,
.border_0 .td,
.border_0 .thead .th,
.border_0 td,
.border_0 .thead th {
  border: 0;
}

.border_1,
.border_1 .td,
.border_1 .thead .th,
.border_1 td,
.border_1 th {
  border: 1px solid #000;
}

.border_2,
.border_2 .td,
.border_2 .thead .th,
.border_2 td,
.border_2 th {
  border: 2px solid #000;
}

.border_3,
.border_3 .td,
.border_3 .thead .th,
.border_3 td,
.border_3 th {
  border: 3px solid #000;
}

.border_4,
.border_4 .td,
.border_4 .thead .th,
.border_4 td,
.border_4 th {
  border: 4px solid #000;
}

.border_5,
.border_5 .td,
.border_5 .thead .th,
.border_5 td,
.border_5 th {
  border: 5px solid #000;
}

.border_6,
.border_6 .td,
.border_6 .thead .th,
.border_6 td,
.border_6 th {
  border: 6px solid #000;
}

.border_7,
.border_7 .td,
.border_7 .thead .th,
.border_7 td,
.border_7 th {
  border: 7px solid #000;
}

.border_8,
.border_8 .td,
.border_8 .thead .th,
.border_8 td,
.border_8 th {
  border: 8px solid #000;
}

.border_9,
.border_9 .td,
.border_9 .thead .th,
.border_9 td,
.border_9 th {
  border: 9px solid #000;
}

.border_10,
.border_10 .td,
.border_10 .thead .th,
.border_10 td,
.border_10 th {
  border: 10px solid #000;
}

._divs .align_left {
  margin-left: 0;
  margin-right: auto;
}

._divs .align_right {
  margin-left: auto;
  margin-right: 0;
}

._divs .align_center {
  margin-left: auto;
  margin-right: auto;
}

._divs .cellpadding_0 .td {
  padding: 0;
}

._divs .cellpadding_1 .td {
  padding: 1px;
}

._divs .cellpadding_2 .td {
  padding: 2px;
}

._divs .cellpadding_3 .td {
  padding: 3px;
}

._divs .cellpadding_4 .td {
  padding: 4px;
}

._divs .cellpadding_5 .td {
  padding: 5px;
}

._divs .cellpadding_6 .td {
  padding: 6px;
}

._divs .cellpadding_7 .td {
  padding: 7px;
}

._divs .cellpadding_8 .td {
  padding: 8px;
}

._divs .cellpadding_9 .td {
  padding: 9px;
}

._divs .cellpadding_10 .td {
  padding: 10px;
}

._divs .cellspacing_0 {
  border-spacing: 0;
  border-collapse: separate;
}

._divs .cellspacing_1 {
  border-spacing: 1px;
  border-collapse: separate;
}

._divs .cellspacing_2 {
  border-spacing: 2px;
  border-collapse: separate;
}

._divs .cellspacing_3 {
  border-spacing: 3px;
  border-collapse: separate;
}

._divs .cellspacing_4 {
  border-spacing: 4px;
  border-collapse: separate;
}

._divs .cellspacing_5 {
  border-spacing: 5px;
  border-collapse: separate;
}

._divs .cellspacing_6 {
  border-spacing: 6px;
  border-collapse: separate;
}

._divs .cellspacing_7 {
  border-spacing: 7px;
  border-collapse: separate;
}

._divs .cellspacing_8 {
  border-spacing: 8px;
  border-collapse: separate;
}

._divs .cellspacing_9 {
  border-spacing: 9px;
  border-collapse: separate;
}

._divs .cellspacing_10 {
  border-spacing: 10px;
  border-collapse: separate;
}

/* -------- -------- -------- Home Boxes -------- -------- -------- */
.homeContent .hContentBody .hContentBodyText {
  /* min-width: 555px; */
}

@media (max-width: 992px) {
  .homeContent .hContentBody .hContentBodyText {
    min-width: initial;
  }
}

/*Grants Search Template*/
.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.GrantSearch .tabLiContainer {
  line-height: 0;
}

.GrantSearch .col-xs-12 .formLabel {
  display: inline-block;
  width: 12%;
  vertical-align: top;
  font-style: italic;
  line-height: initial;
}

.GrantSearch .formContent {
  display: inline-block;
  width: 87%;
  line-height: initial;
}

input#txtSearchInput {
  width: 90%;
}

.mainCatContainer {
  display: inline-block;
  padding-right: 1%;
  /*border: 1px solid;*/
}

.GrantSearch input[type="checkbox"] {
  margin-right: 5px;
}

.mainCatCheckboxes {
  display: inline-block;
  margin-right: 10px;
}

.tab-content {
  /*background-color: #228fc8;
    color: #fff;*/
}

.tab-pane {
  padding: 15px;
}

.stepLabel,
.mainCheckBoxesContainer,
.subCheckBoxesContainer {
  display: inline-block;
}

.stepLabel {
  width: 9%;
  vertical-align: top;
}

.mainCheckBoxesContainer,
.subCheckBoxesContainer {
  width: 90%;
}

.resultJumpBtn {
  display: none;
  width: 9%;
  max-width: 80px;
  text-align: center;
  vertical-align: top;
  background-color: gray;
  color: #fff;
  cursor: pointer;
}

.resultJumpBtn:hover {
  color: #fff;
  text-decoration: none;
}

.resultJumpBtn.appear {
  display: table-cell;
  z-index: 2;
}

/* override */

.tab-content > .active {
  display: table-cell !important;
  width: 90%;
}

/*.GrantSearch .nav-pills > li > a {
    border-radius: 0 !important;
}*/
.GrantSearch .nav-pills li.mCat > a {
  color: #fff;
  background-color: #5e93dc;
}

.GrantSearch .nav-pills li.mCat.active > a {
  background-color: #3d6ba7;
  color: #fff;
}
/* end override */

.subCatContainer {
  /*padding: 7.5px 15px;*/
  padding-bottom: 10px;
}

.subCatTitle {
  font-weight: bold;
}

.subCatCheckboxes {
  display: inline-block;
  width: 25%;
}

.GrantSearch label {
  font-weight: normal;
}

.resultContainer {
  display: inline-block;
  /*width: 32.3%;
    margin: 10px 0.5%;*/
  padding: 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  margin-bottom: 30px;
  min-height: 480px;
}

.resultContainer p {
  margin-bottom: 20px !important;
}

.grantTitle {
  font-weight: bold;
}

.grantTitle a {
  color: #0c4fa0;
  font-size: 16px;
}

.grantDescContainer {
  max-height: 110px;
  margin-bottom: 30px;
}

.grantDesc {
  margin: 10px 0;
  height: 100px;
  overflow: hidden;
  /*position: relative;*/
}
/*.grantDesc::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 60%, #f9f9f9);
	pointer-events: none;
}*/
.grantDescReadMore {
  /* margin: 10px 0; */
  /*bottom: 30px;*/
  position: relative;
  width: 100%;
  /*text-align: center; */
  margin: 0;
  /*padding: 10px 0;*/
  /*background-color: #f9f9f9;*/
  /*line-height: 55px;*/
  /*-moz-opacity: 0.80;
	opacity: 0.8;*/
}

.grantCat {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  /*background-color: #228fc8;*/
  /* color: #fff; */
  font-size: 11px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #228fc8;
  color: gray;
}

.grantCat.highlight {
  background-color: #228fc8;
  color: white;
}

.sectionDivider {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1.5px solid #0c428a;
}

.sectionDivider > .grantCat {
  color: #fff;
}
/* transition effects */

/* when hiding the thing */
.ng-hide-add {
  -webkit-animation: 0.25s lightSpeedOut ease;
  animation: 0.25s lightSpeedOut ease;
}

/* when showing the thing */
.ng-hide-remove {
  -webkit-animation: 0.25s lightSpeedIn ease;
  animation: 0.25s lightSpeedIn ease;
}

/* when disappearing */
.subCatContainer.ng-leave.ng-leave-active,
.subCatContainer.ng-move,
.subCatContainer.ng-enter,
.resultContainer.ng-leave.ng-leave-active,
.resultContainer.ng-move,
.resultContainer.ng-enter {
  -webkit-animation: 0.25s lightSpeedOut ease;
  animation: 0.25s lightSpeedOut ease;
}

/* when showing */
.subCatContainer.ng-leave,
.subCatContainer.ng-move.ng-move-active,
.subCatContainer.ng-enter.ng-enter-active,
.resultContainer.ng-leave,
.resultContainer.ng-move.ng-move-active,
.resultContainer.ng-enter.ng-enter-active {
  -webkit-animation: 0.25s lightSpeedIn ease;
  animation: 0.25s lightSpeedIn ease;
}

.errorMsg {
  color: red;
}

.GrantSearch .resetbtn {
  margin-top: 15px;
}

/*Grants Page*/
.grantSectionTitle {
  margin: 10px 0 10px;
  font-weight: bold;
}

.grantSectionTitle > .bulletPoint {
  width: 6px;
  height: 6px;
  background-color: blue;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.grantSectionTitle > .title {
  display: inline-block;
}

.grantSectionContent {
  padding-left: 11px;
}

.grantSectionContent img {
  height: 70px;
  margin-bottom: 10px;
}

.sectionDivider {
  margin-top: 20px;
  margin-bottom: 20px;
  /* border: 1.5px solid #0c428a; */
  background-color: #0c428a;
  color: #fff;
  padding: 15px;
}

/* jQuery Stickem css */

.stickem-container {
  position: relative;
}

.stickitrow {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}

.stickitrow:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.aside {
  background: #cecece;
  float: right;
  /*padding: 20px;*/
  padding: 0 20px;
  width: 260px;
}

.stickit {
  /*margin-left: 900px;*/
  top: 20%;
  position: fixed;
  right: 0;
}

.stickit-end {
  bottom: 40px;
  position: absolute;
  right: 0;
}

/* end jQuery Stickem css */

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
};