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

.Home_page body .BaseMaster_contentContainer
{
  height: auto !important;
}

.Home_page body
{
  overflow: auto;
}
/* --- App layout changes end --- */

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

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

.Home_page body .CHMenu_menuItem:hover,
.Home_page body .BaseMaster_profileLink:hover,
.Home_page body .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: #FFFFFF;
}

.Home_customContent
{
  color: white;
  padding: 0;
  margin: 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: #F44336;
}

h1
{
  font-family: 'Roboto Condensed', sans-serif;
  color: #115ea2;
	font-size: 3em;
  margin: 0;
  padding-bottom: 30px;
}

h2
{
  font-family: 'Roboto Condensed', sans-serif;
  color: #115ea2;
	font-size: 30px;
  margin: 0;
  padding: 20px 0;
  text-decoration: underline;
}

.searchContainer
{
  margin-bottom: 400px;
}

.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,
.backgroundGlassContainer
{
  position: absolute;
  top: 0;
  z-index: -1;      
}

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

.backgroundGlassContainer
{
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.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: auto;
}

.searchBox
{
  font-size: 2em;      
  width: 100%;
  padding: 10px;
  background: #DFF3F9;
  border: 0 none;
  float: left;
  height: 28px;
  border-radius: 8px 0px 0px 8px;
}

i.btnSearch
{
  font-size: 2em;
  padding: 11px 20px;
  background: #115ea2;
  color: #FFFFFF;
  float: right;
  width:24px;
  height: 26px;
  border-radius: 0px 8px 8px 0px;
}

.btnSearch:hover
{
  cursor: pointer;
  /*background: #E3F2FD;*/
  background: #009cde;
}

.searchCenteringContainer
{
  width: 100%;
  max-width: 800px;
  margin: auto;
}

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

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

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

.Home_customContent .navContainer a
{
  /*color: white;*/
  color: black;
}

.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-left: 0px;
  text-align: left;
  font-size: 1.5em;
  /*margin: 0;*/
  max-width: 600px;
  margin: auto;
}

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

.linksList a
{
  padding: 5px;
  display: block;
  color: black;
  text-decoration: none;
}

.linksList a:hover
{
  background: #DFF3F9;
}

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

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

.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: 10px;
  background-color: #388E3C;
  padding-left: 15px;
}

.faqAnswer 
{
  padding-left: 10px;
}

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

.footer a
{
  color: black;
}

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

.contactInfo
{
  white-space: nowrap;
}

.followUs
{
  /*float: right;*/
  text-align: center;
  padding-top: 40px;
}

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

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

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

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


/* --- Responsive styles --- */

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

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

  .linksList
  {
	padding-top: 30px;
  }
}

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

  div.searchContainer
  {
	background: #D1C4E9;
	padding: 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-left: 30px;
  }

  .fixedWidth
  {
	max-width: none;
	padding-left: 20px;
	padding-right: 20px;
  }
}