#page-content, #admin-content {
	padding-top: 230px !important;/**/   /*Commented out at to pull height of pagecontent from skin - Kirksey 2020/7/7*/
	padding-top: 30px;
}
.ms-webpart-zone {
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
	background-color: white;
 }

.center {
    max-width: 1246px;
    margin: 0 auto;
	margin-top:50px;
}
#page-content .innerContent, #admin-content .innerContent {
    background-color: white;
   /* padding: 20px 20px; */
    height:fit-content !important;
    font-size: 16px;
	color: #6d6e71;
	padding: 0px 0px 50px 0px;    
    box-shadow: none !important;
}
.pageBackground {
    background-size: cover;
    background-attachment: fixed;
    max-height: 700px;
    border-bottom: 5px solid #1176bc;
}
.page-title {
    margin-top: 0px;
    background: rgba(255,255,255);
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 30px 5px 30px  !important;
    color: #3f6e95;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
  
}
.MainContent{
	min-height:100vh;margin: 0 auto -50px;
}


/* Added to place padding on page without havign to add it on each page */
.hcTopHeaderSection {

    background-color: transparent;
}


.w1left100 {
float:left !important;
  /* Added white background color to fix blue space on page - Therese */
  background-color: white;
}

#One {
    height: 70vh !important;
    background-attachment: fixed  !important;
    background-position: center  !important;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    top: 0px  !important;
    position: relative  !important;

}



h2 {
    font-family: georgia,sans-serif !important;


}

footer {
     width: 100% !important;
    position: relative  !important;
    padding: 0px  !important;
    left: 0  !important;
    z-index:100  !important;
    /*background: #222; */
    background: #2F5E7D  !important;
  /*  margin-top: 60px !important;  sudhakar on feb 27th 2020*/
    height:auto !important; 
    
  }


  .containerframe {
    position: relative  !important;
    width: 100%  !important;
    overflow: hidden  !important;
    padding-top: 56.25%  !important;/* 16:9 Aspect Ratio */
  }
  
 iframe {
  /*  position: relative  !important; */
    width: 100%  !important;
   /*    height: 550px !important; */
 
  }

 



  /**************************/

  .goog-te-menu-frame {
    width: 133px !Important;
    }
    

  .goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
  }
  .goog-te-gadget-simple > img {
    display: none !important;
    top: -20px !important;
    background-color: #ffffff !important;
  }
  .goog-te-gadget-simple .goog-te-menu-value span{
    color: #fff!important;
    border:none!important;
  }
 
 
  #translate_element_google
  {
  display:inline-flex  !important;
  float:right   !important;
  white-space: nowrap   !important;
  background-color: rgba(0, 0, 0, 0.2)   !important;
  }
  










  /***************************Responsive  Section*************************/

@media screen and (min-width: 1200px) and (max-width: 1500px){
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
}    

@media screen and (min-width: 915px) and (max-width: 1024px){    
}

@media screen and (min-width: 615px) and (max-width: 900px){    
}
@media screen and (min-width: 415px) and (max-width: 600px){
    
}
@media screen and (min-width: 300px) and (max-width: 414px){
    .globalheader {}

    .logoWrap .logo{width: 55px;height:auto; }
    .sitetitle h1{font-size: 16px;}
    .sitetitle span{font-size: 14px;}
    .sitetitle{font-size: 13px;margin-left: 0px;}
    .SearchBox{display: none;}


    .MoFloatMenuIcon{
        display:none;
        padding: 10px 4%;
        vertical-align: middle;
        border-right: 1px solid #c8c8c8;
     }
     .MoTopMenuIcon{
        display:none !important;
        color:#fff;
        vertical-align: middle;
     }
     .MoTopMenuIcon i{padding: 10px 10px;}


p{
  color:#6d6e71;
  width: 90%;
  margin: 0 0 16px 0;
 font: normal 16px Roboto,sans-serif;
  
}

.WebPartWPQ6{
    word-break: break-all;

}




.hc-accordion {
    word-wrap: break-word !important;
}




    .footerinfo.p{
        width:33% !important;
    }

}