/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@font-face{font-family:lato-bla;src:url(/fonts/LATO-BLA.woff)}
@font-face{font-family:lato-reg;src:url(/fonts/LATO-REG.woff)}
@font-face{font-family:lato-bol;src:url(/fonts/LATO-BOL.woff)}

body {
	font-family:'Open Sans', sans-serif;
	/* font-family: 'Baloo Tamma 2', cursive; */
	font-size:1rem;
  /* background-color: #1a2b53; */
  background-image: url('/images/bg.jpg');
  display: flex;
  min-height: 100vh;
  flex-direction: column;  
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
.main-valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}
strong{
  font-weight: bolder !important;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}
main {
  flex: 1 0 auto;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
nav {
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding-top:20px;
}
nav {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
/* BRAND LOGO POSITION AND STYLE */
nav .brand-logo {
  color: #fff;
  font-size: 4rem;
  padding-top: 10px;
  font-weight:900;
  letter-spacing: 0px;
  font-family:lato-bla;
  line-height: 2rem; 
  -webkit-text-shadow: 1px 1px 1px black;
  text-shadow: 1px 1px 1px black;   
}
nav .text-logo {
  color: #fff;
  font-size: 1.5rem;   
  font-weight:100;
  font-family: lato-reg;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #011724;
  opacity: 0.9;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.sidenav .logo {
  color: white;
  font-size: 2.5rem;
  text-align:center;
  padding:20px;
  font-weight:700;
  letter-spacing: 1px;
  font-family:lato-bla;
}
.sidenav li > a {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  font-family:lato-bla;
}

.sidenav li > a:hover {
  background-color: rgba(197, 197, 197, 0.05);
}
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: transparent;
}
.page-footer .logo {
  color: #fff;
  font-size: 2rem;
  padding: 0;
  font-weight:700;
  letter-spacing: 1px;
  font-family:'Lato', sans-serif;
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 5%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
/* SCALABLE ELEMENTS */
@media only screen and (min-width: 1201px) {
  .footer-left-block {
    text-align:left;
    font-size:1.2rem;
  }
  .footer-right-block {
    text-align:right;
    font-size:1.2rem;
  }
  .sg1-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg2-text {
    color: white;
    font-size:2.2rem;
    font-family:lato-reg;
  }
  .sg3-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg4-text {
    color: white;
    font-size:1.8rem;
    font-family:lato-reg;
  }      
  .home-icon {
    font-size:2rem;
    vertical-align: bottom;
  }  
  .title {
    font-size:2.4rem;
  }
  .pad-m {
    padding-right:50px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1201px) {
  .footer-left-block {
    text-align:left;
    font-size:1.2rem;
  }
  .footer-right-block {
    text-align:right;
    font-size:1.2rem;
  }
  .body-img {
    width:400px;
  }    
  .sg1-text {
    color: white;
    font-size:1.4rem;
    font-family:lato-reg;
  }
  .sg2-text {
    color: white;
    font-size:2rem;
    font-family:lato-reg;
  }
  .sg3-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg4-text {
    color: white;
    font-size:1.6rem;
    font-family:lato-reg;
  }      
  .home-icon {
    font-size:2rem;
    vertical-align: bottom;
  }  
  .title {
    font-size:2.4rem;
  }
  .pad-m {
    padding-right:50px;
  }  
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .footer-left-block {
    text-align:center;
    font-size:1.5rem;
    line-height:3rem;
  }
  .footer-right-block {
    text-align:center;
    font-size:1.5rem;
    line-height:3rem;
  }
  .body-img {
    width:350px;
  }  
  .sg1-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg2-text {
    color: white;
    font-size:1.6rem;
    font-family:lato-reg;
  }
  .sg3-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg4-text {
    color: white;
    font-size:1.5rem;
    font-family:lato-reg;
  }      
  nav .brand-logo {
    font-size: 3rem;
  }  
  nav .text-logo {
    font-size: 1.1rem;
  }  
  .home-icon {
    font-size:3rem;
    vertical-align: bottom;
  }  
  .title {
    font-size:2.4rem;
  }
}

@media only screen and (max-width: 600px) {
  .footer-left-block {
    text-align:center;
    font-size:1.5rem;
    line-height:3rem;
  }
  .footer-right-block {
    text-align:center;
    font-size:1.5rem;
    line-height:3rem;
  }
  .body-img {
    width:320px;
  }
  .sg1-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg2-text {
    color: white;
    font-size:1.6rem;
    font-family:lato-reg;
  }
  .sg3-text {
    color: white;
    font-size:1.2rem;
    font-family:lato-reg;
  }
  .sg4-text {
    color: white;
    font-size:1.5rem;
    font-family:lato-reg;
  }      
  nav .brand-logo {
    font-size: 2.5rem;
  }
  nav .text-logo {
    font-size: 1rem;
  }
  .home-icon {
    font-size:3rem;
    vertical-align: bottom;
  }
  .title {
    font-size:1.8rem;
  }
}
.sg-button {
  padding:25px 0px 25px 0px;
}
/* RIGHT POSITION OF MENU TRIGGER */
nav .sidenav-trigger {
  float: right;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  line-height:64px;
}
.dropdown-content {
  background-color: #21375e;
  margin: 0;
  display: none;
  min-width: 280px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -65px;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(2, 0, 117, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #233a63;
}
.dropdown-content a:hover {
  color:rgb(255, 145, 0);
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 0.9rem;
  color: white;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.page_header {
	font-size:2.5rem;
	color:#369;
	font-family: 'Baloo Tamma 2', cursive;
}
.divider1 {
  height: 1px;
  overflow: hidden;
  background-color: #F3F3F3;
}
.title_break {
  padding:5px 0px 20px 0px;
}
.hr100 {
  width:100px;
  float:left;
}
.message_sent {
  background-color:#005E95;
  color:white;
  padding:10px;
}
.colap_bg {
  background-color:#002c46;
}
.collapsible-header {
  background-color: transparent;
  border-bottom: 0px solid #ddd;
}
.collapsible-body {
  display: none;
  border-bottom: 0px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
}