  /* --- App layout changes: hide search box in app header --- */
  .Home_page .BaseMaster_searchBoxContainer
  {
    display: none;
  }

  .Home_page .BaseMaster_contentContainer
  {
    height: auto !important;
  }
  
  /* --- App layout changes end --- */

  .Home_page .BaseMaster_mainMenuContainer
  {
  background: transparent;
  border-bottom: 0 none;
  }

  .Home_page .CHMenu_menuItem > a,
  .Home_page .BaseMaster_profileLink
  {
  color: black;
  }

  .Home_page .CHMenu_menuItem:hover,
  .Home_page .BaseMaster_profileLink:hover,
  .Home_page .BaseMaster_helpMenu:hover
  {
  background-color: rgba(255,255,255,.4);
  }

  /* Import font from Google Web Fonts */
  @font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  }

  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  }

  .Home_page body
  {
  background-color: #D1C4E9;
  }

  .Home_customContent
  {
  color: white;
  padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  }

  .Home_customContent a,
  .Home_customContent a:visited,
  .Home_customContent a:active
  {
 /* color: #2196F3;*/
  text-decoration: none;
  }

  .Home_customContent a:hover
  {
  color: #EF5C3A;
  }

  h1
  {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 3em;
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  padding-bottom: 30px;
  }

  h2
  {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  padding-block-start: 20px ;padding-inline-end: 0 ;padding-block-end: 20px ;padding-inline-start: 0 ;
  }

  .searchContainer
  {
  margin-bottom: 400px;
  }

  .Articles_page .BaseMaster_mainMenuContainer, .Home_page .BaseMaster_mainMenuContainer
  {
    border-bottom: 0 none;
      background-color: #2b276c;
      color: #fff;
  }

  .background,
  .backgroundGlass
  {
  height: 620px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }

  .background,
  {
  position: absolute;
  top: 0;
  z-index: -1;
  }

  .background
  {
  background-image: url('/resources/Storage/Templates/Themes/colorize-back.jpg');
  }

  .backgroundGlassContainer
  {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 75px;
    z-index: 0;
    height: 105px;
    background-color: #ced7e0;
  }

  .backgroundGlass
  {
  height: 620px;
  background-image: url('/resources/Storage/Templates/Themes/colorize-back-blur.jpg');
  box-shadow: 0 0 30px white inset;
  }

  .fixedWidth
  {
  max-width: 1170px;
  margin-block-start: auto ;margin-inline-end: auto ;margin-block-end: auto ;margin-inline-start: auto ;
  }

  .searchBox
  {
  font-size: 2em;
  width: 100%;
  padding-block-start: 10px ;padding-inline-end: 10px ;padding-block-end: 10px ;padding-inline-start: 10px ;
  background: white;
  border: 0 none;
  float: inline-start ;
  height: 28px;
  border-radius: 8px 0px 0px 8px;
  }

  .btnSearch
  {
  background: white;
  float: inline-end ;
  border-radius: 0px 8px 8px 0px;
  cursor:pointer;
  }

  .btnSearch i
  {
  font-size: 2em;
  padding-block-start: 11px ;padding-inline-end: 20px ;padding-block-end: 11px ;padding-inline-start: 20px ;
  color: #3F51B5;
  }

  .btnSearch:hover
  {
  background: #E3F2FD;
  }

  .searchCenteringContainer
  {
  width: 100%;
  max-width: 800px;
  margin-block-start: auto ;margin-inline-end: auto ;margin-block-end: auto ;margin-inline-start: auto ;
  }

  .searchBoxContainer
  {
  padding-inline-end: 20px ;
  overflow: hidden;
  }

  .searchBoxContainer:after
  {
  content: "";
  display:block;
  clear:both;
  }

  .navContainer
  {
  background: #448aff;
  color: white;
  padding-bottom: 30px;
  }

  .Home_customContent .navContainer a
  {
  color: white;
  }

  .video
  {
  width: 100%;
  max-width: 520px;
  height: 260px;
  border: 5px solid white;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  }

  .linksList
  {
  list-style-type: none;
  padding-inline-start: 0px ;
  text-align: start ;
  font-size: 1.5em;
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  }

  .linksList li,
  .pubItem
  {
  margin-bottom: 12px;
  }

  .linksList a
  {
  padding-block-start: 5px ;padding-inline-end: 5px ;padding-block-end: 5px ;padding-inline-start: 5px ;
  display: block;
  color: white;
  text-decoration: none;
  }

  .linksList a:hover
  {
  background: #2979FF;
  }

  i.pubIcon
  {
  font-size: 1.5em;
  padding-inline-end: 10px ;
  vertical-align: top;
  }

  .faqs
  {
  background: #4CAF50;
  font-size: 1.5em;
  text-align: start ;
  padding-bottom: 20px;
  }

  .Home_customContent .faqs a
  {
  color: white;
  text-decoration: underline;
  }

  .Home_customContent .faqs a:hover
  {
  text-decoration: none;
  }

  .faqs h2
  {
  text-align: center;
  }

  .faqQuestionText
  {
  font-size: 1.1em;
  padding-block-start: 10px ;padding-inline-end: 10px ;padding-block-end: 10px ;padding-inline-start: 10px ;
  background-color: #388E3C;
  padding-inline-start: 15px ;
  }

  .faqAnswer
  {
  padding-inline-start: 10px ;
  }

  .footer
  {
  color: #696969;
  background: white;
  font-size: 1.4em;
  padding-bottom: 30px;
  text-align: start ;
  line-height: 45px;
  padding-top: 30px;
  }

  .footer a
  {
  color: black;
  }

  .footer:after
  {
  content: "";
  display:block;
  clear:both;
  }

  .contactInfo
  {
  white-space: nowrap;
  }

  .followUsNavList,
  .followUsNavListItem
  {
  display: inline-block;
  }

  .followUsNavList
  {
  margin-block-start: 0 ;margin-inline-end: 0 ;margin-block-end: 0 ;margin-inline-start: 0 ;
  padding-block-start: 0 ;padding-inline-end: 0 ;padding-block-end: 0 ;padding-inline-start: 0 ;
  list-style: none;
  }

  .followUs
  {
  float: inline-end ;
  }

  .followUs .fab,
  .followUs .fas
  {
  color: white;
  font-size: 1.2em;
  padding-block-start: 10px ;padding-inline-end: 10px ;padding-block-end: 10px ;padding-inline-start: 10px ;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-inline-start: 5px ;
  }

  .followUs .fa-twitter
  {
  background: #00B6F1;
  }

  .followUs .fa-facebook-f
  {
  background: #3A599A;
  }

  .followUs .fa-linkedin-in
  {
  background: #007BB5;
  }

  .followUs .fa-rss
  {
  background: #F2890A;
  }
/*15/03/24*/
  .searchCenteringContainer
  {
    position : relative;
  }
.BaseMaster_mainMenuContainer .CHMenu_menu .CHMenu_menuItem a, .ArticleEditor_templateHeader, .BaseMaster_templateRightSidebar
{
    color:#fff !important;
}
.VerticalSection
{
	height: 90%;
    width: 70%;
    position: relative;
    left: 4%;
    right: 0;
    margin: 0 auto;
    top: 10%;
}
.verticalImages
{
	float: left;
    width: 15%;
    height: 45%;
    padding-bottom: 2%;
}
.verticalHeading
{
	text-transform:uppercase;
	color:#2b276c;
	font-size: 1.5rem;
    font-weight: bold;
}
.verticalICon
{
	height: 60%;
}
.verticalICon img
{
	height:100%;
	width:100%;
}
.IconLabel
{
	height:40%;
	text-align:center;
}
.IconLabel a
{
	color:#000;
}
.VerticalDiv
{
  padding: 40px; 
  height:250px;
  background-color: #f3f8ff;
}
.Home_customContent .faqs a {
    color: #EF5C3A !important;
    text-decoration: underline;
}
  /* --- Responsive styles --- */

  .nav2ColOuter
  { /* Two columns per screen, default */
  float: inline-start ;
  width:50%;
  }

  /* Phone to portrait tablet */
  @media (max-width: 767px)
  {
  .nav2ColOuter
  { /* One column per screen */
  width:100%;
  }

  .linksList
  {
  padding-top: 30px;
  }
  .VerticalDiv
  {
    padding: 15px; 
    height:460px;
  
  }
  .verticalHeading
  {
    font-size:1rem;
  }
  .VerticalSection {
    height:60%;
    top:5%;
    left:0%;
    width:100%;
  }
  .verticalImages
  {
    width: 33%;
    height: 35%;
  }

}
  @media (max-width: 979px)
  {
  .background,
  .backgroundGlass
  {
  display:none;
  }

  div.searchContainer
  {
  background: #D1C4E9;
  padding-block-start: 20px ;padding-inline-end: 20px ;padding-block-end: 20px ;padding-inline-start: 20px ;
  padding-bottom: 30px;
  margin-bottom: 0;
  }

  .searchCenteringContainer
  {
  width: auto;
  max-width: none;
  }

  .footer
  {
  text-align: center;
  }

  .followUs
  {
  padding-top: 20px;
  float:none;
  }
  }

  @media (max-width: 1200px)
  {
  .searchContainer
  {
  margin-bottom: 370px;
  }

  .linksList
  {
  padding-inline-start: 30px ;
  }

  .fixedWidth
  {
  max-width: none;
  padding-inline-start: 20px ;
  padding-inline-end: 20px ;
  }
  }.background{background-image: url('/resources/Storage/WS_Banner.jpg') !important;}.backgroundGlass{background:rgba(255,255,255,.7) !important;}