/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 40px 0 32px 0;
	font-family: "Oswald", sans serif;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 27px 0 18px 0;
	font-family: "Oswald", sans serif;
}
h3 {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 0px 0px 10px 0px;
	font-family: "Oswald", sans serif;
}
h4 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 21px 0 19px 0;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
}


/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
background-color: rgba(197, 213, 205, 0.85);
 padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100;
  position: fixed;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.sticky-header {
  z-index: 300;
  position: fixed;
  width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-wrapper {
    height: 80px;
    padding-top: 20px;
 
}

.sticky + .main{
  padding-top: 50px;
}

@media (max-width: 992px) 
{
  .header {   
    padding:20px !important;
    color: ##231d53 !important;
  }
  .wc_statusbar {display: none;
  }
}

@media (max-width: 560px) {
  .header {
    padding: 15px 0;
  }
}


.header__logo {
  margin-right: 15px;
  margin-left: 15px;
}

.header__logo span {
  color: #FFFFFF !important;
  font-family: 'Noto Serif Telugu', serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
}

.header__logo span a {
  color: #FFFFFF !important;
  }


.header__logo img {
  height: 65px;
}

@media (max-width: 992px) {
  .header__logo img {
    height: 40px;
  }
}

@media (max-width: 560px) {
  .header__logo img {
    height: 30px;
  }
}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/
.menunav {
  width: auto;
  position: relative;
  float: right;
  z-index: 9998;
}

.menunav {
  margin-left: auto;
}

@media (max-width: 768px) {
  .menunav {
    position: static;
  }
}

.main-nav {
  background: #fff;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .main-nav {
    border-radius: 0px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

@media (min-width: 769px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */
.header-menu-row {
  position: relative;
}

.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 2px;
    right: 10px;
  }
}

.menu-on .main-menu-btn {
  top: 10px !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

.main-nav {
  background: transparent !important;
}

#main-menu {
  z-index: 10;
}

#main-menu li:not(:last-child) {
  margin-right: 30px;
}

#main-menu li a {
  color: #27573f;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-bottom: none !important;
}

#main-menu li a:hover {
  opacity: 0.5;
}

#main-menu li a .sub-arrow {
  display: none;
}

#main-menu li ul {
  border: 1px solid #bbbbbb;
  padding: 5px 0;
  background: #fff;
  background-color: white;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

#main-menu li ul li {
  width: 100%;
}

#main-menu li ul li a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  text-transform: capitalize;
}

#main-menu li ul::before {
  -webkit-box-shadow: #999;
          box-shadow: #999;
}

#main-menu .has-submenu {
  position: relative;
  margin-right: 10px;
}

#main-menu .has-submenu::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 17px;
  right: -15px;
}

@media (max-width: 992px) {
  #main-menu li a {
    font-size: 16px;
  }
  #main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  #main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding-top: 30%;
    overflow: scroll;
  }
  #main-menu li:first-child {
    margin-right: 0 !important;
  }
  #main-menu li:first-child ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    background-color: transparent !important;
    border: 1px solid #999 !important;
  }
  #main-menu li:first-child ul li {
    background-color: transparent !important;
    margin-bottom: 0px;
  }
  #main-menu li {
    text-align: center !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
    display: block;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
  }
}


/* SOCIALS */

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #095495;
  border-radius: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none !important;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__item:hover {
  opacity: 0.8;
}

.socials__item--lg {
  width: 34px;
  height: 34px;
}

@media (max-width: 560px) {
  .socials__item--lg {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}


/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 145px;
  padding: 5px 0;
  margin-right: 40px;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

.sidemenu a {
  display: block !important;
  font-family: "Oswald", sans-serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #7e8082;
  text-decoration: none !important;
  padding: 10px 0;
  margin-bottom: 0;
  border-right: 1px solid #7e8082;
}

.sidemenu a:hover {
  opacity: 0.5;
}

.sidemenu br {
  display: none;
}

@media (max-width: 992px) {
  .sidemenu {
    display:none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 10px;
    
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    border: none;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
  .sidemenu a:last-child {
    margin-right: 0;
  }
  .menu-on .sidemenu {
    z-index: 0;
  }
}   

  
.container {
  max-width: 1200px;
  width: 100%;
}

.content-wrap {
  display: -ms-flexbox;
display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;        
  position: relative;
  margin-top: 80px;
}

.content-wrap-photo {
 display: -ms-flexbox;
display: inline;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;        
  position: relative;
  margin-top: 40px;
  }

.content {
margin-top: 80px;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
         order: 2;
z-index: 99;
}
   
.content__item {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.content__item:not(:last-child) {
  margin-bottom: 50px;
}

.content__item .title {
    font-family: "Oswald", sans serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #00573D;
}

@media (max-width: 768px) {
  .content__item .title {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .content__item .title {
    font-size: 24px;
    text-align: left;
  }
}

.content__item .title--alt {
  text-align: left;
  margin-bottom: 20px;
}

.content__item .subtitle {
  color: #999;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}


@media (max-width: 560px) {
  .content__item .subtitle {
    text-align: left;
  }
}

.content__item article {
  margin-bottom: 40px;
}

.content__item article .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}


@media (max-width: 560px) {
  .content__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content__item:last-child {
    margin-bottom: 40px;
  }
}     

.custom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  max-width: 550px;
  padding: 0px 10px;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000 !important;
  font-family: 'Lato';
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.custom__button:hover {
  opacity: 0.5;
  text-decoration: none !important;
  color: #808F87;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1440px;
}

.header .container::before, .header .container::after {
  display: none; }

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
} 

/* HASWELL SYTLES */

.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #BABD9A;
}

.pb-50 {
    padding-bottom: 30px;
}

.pt-80 {
    padding-top: 40px;
}


/* #FOOTER 2 NEW
=====================================================*/
.footer-2-copy-cont {
  padding-top:30px;
}

.footer-2-copy {
  font-size:11px;
  color:#7e8082;
}
.footer-2-copy:hover {
  color:#101010;
}
.footer-2-soc-a a {
  font-size:12px !important;
  padding:7px 11px !important;
}
.logo-footer{
  max-height:60px;
}
.logo-footer-cont{
  margin-bottom:50px;
}
.footer-2-text-cont {
  margin-bottom:24px;
}
.widget h4 {
  margin-top: 16px;
  margin-bottom: 21px;
  font-family: "Oswald", sans-serif;
  font-size:22px;

}
.widget .links-list {
  list-style: none;
  margin: 0;
  padding:0;
}
.widget .links-list li{
 padding-bottom:7px;
}
.entry-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.widget .post-prev-title a{
  font-size: 14px;
  line-height:21px;
  font-weight: normal;
}
.widget .post-prev-info{
  text-transform:none;
  line-height:18px;
}
.container-m-60 {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

@media (max-width: 992px) {
  .container-m-60 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* #FOOTER 2 BLACK #NEW
=====================================================*/
.footer2-black {
  background: #B7B7B7;
  color:rgba(255,255,255);
}
.footer2-black .widget h4 {
  color:#fff;
}
.footer2-black .a-text, .footer2-black .a-text-cont a {
  color: rgba(255,255,255, .7);
}
.footer2-black .a-text:hover, .footer2-black .a-text-cont a:hover {
  color: #fff;
}
.footer2-black .footer-2-copy-cont {
  padding-top: 5px;
}
.footer2-black .footer-2-soc-a a {
  color: rgba(255,255,255); 
}
.footer2-black .footer-2-soc-a a:hover, .footer2-black .footer-2-copy:hover {
  color: #fff; 
  }
  
a.custom-button{
display:inline-block;
padding:10px 10px 10px 10px;
border:2px solid #231d53;
margin:10px 0px 10px 0px;
border-radius:25px;
text-decoration:none;
font-weight:600;
font-size: 14px;
color:#231d53;
text-align:center;
transition: all 0.2s;
text-transform: uppercase;
width: 300px;
}
a.custom-button:hover{
color:#FFFFFF;
background-color:#231d53;
}

@media all and (max-width:30em){
a.custom-button{
display:block;
margin:0.4em auto;
}
} 

a.custom-button-large{
display:inline-block;
padding:10px 10px 10px 10px;
border:0.2em solid #231d53;
margin:10px 0px 10px 0px;
border-radius:25px;
text-decoration:none;
font-weight:600;
font-size: 14px;
color:#231d53;
text-align:center;
transition: all 0.2s;
text-transform: uppercase;
width: 400px;
letter-spacing:1px;
}

a.custom-button-large:hover{
color:#FFFFFF;
background-color:#231d53;
}

@media all and (max-width:30em){
a.custom-button-large{
display:block;
margin:0.4em auto;
}
} 

.custom-button-small{
display:inline-block;
padding:10px 10px 10px 10px;
border:0.2em solid #231d53;
margin:10px 0px 10px 0px;
border-radius:25px;
text-decoration:none;
font-weight:600;
font-size: 14px;
color:#231d53;
text-align:center;
transition: all 0.2s;
text-transform: uppercase;
max-width: 250px;
letter-spacing: 1px;
}
a.custom-button-small:hover{
color:#FFFFFF;
background-color:#231d53;
}

/*
@media all and (max-width:30em){
a.custom-button-small{
display:block;
margin:0.4em auto;
}
} 
*/

/* Forms */



/* Calendar */

.CalText {font-size: 14px !important;}

.cal-options {color: #000000 !important; font-size: 14px;}

div.calendar .weekdays li {color: #000000 !important;}  

div.calendar ul li {border: 1px solid #666666;}         

/* Member Login */

.header-memberbox-inner {font-size: 16px; margin-left: 15px; font-family: "Oswald", sans-serif;}

.header-memberbox-inner a { color:#000;}

@media (min-width: 993px) {
#main-menu li:nth-child(8) {display: none !important;}}


@media (max-width: 992px) {
#main-menu ul li:nth-child(8) {background: #fff; padding: 8px 8px 0px;}
#main-menu ul li:nth-child(8) a {color: #000;}  
}


/* Update Profile Editing */

.form-control-profile {
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom:5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
    }

select {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom:5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    
/* TOGGLE */

/* #TOGGLE #NEW
=========================================================*/
.toggle > dt{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:1px;
}
.toggle > dt > a{
	display: block;
	position: relative;
	color: #231d53;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
        font-size: 18px;
        text-transform: uppercase;
	
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
.toggle > dt > a.active{
	color: #101010;
	border-color: #ddd;
	background-color: #fcfcfc;
}
.toggle > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.toggle > dt > a:hover:after{
	color: #444;
}
.toggle > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
}

.parallax-centennial {
  /* The image used */
  background-image: url("https://wndc.buzsoftware.com/images/design/page/92-new.jpg");

  /* Set a specific height */
  min-height: 825px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax-centennial {
    background-attachment: scroll;
    min-height: 400px;
  }
}

@media screen and (max-width: 768px) {
.content-wrap-photo {
margin-top: 0px; 
}
}

@media screen and (max-width: 768px) {
.content-wrap {
margin-top: 0px; 
}
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}
   
.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){  .mobileHide { display: none;}}
   
.sign-in {float: right;}

#about {background-color: #fff!important;}
  
.signout-btn { 
border-color: #fff;
color: #fff!important;
border-radius: 0px;
font-family: "Heebo", sans-serif !important;
}

.signout-btn:hover {
border-color: #0B5840!important;
background-color: #0B5840;
border-radius: 0px;
color: #fff!important;
font-family: "Heebo", sans-serif !important;
} 

.FileTable img {margin:5px;}    

.DownloadsTable {width: 250px;}  


#main-menu .has-submenu::after {color: #164734; padding-left:2px;}  

.Signin-div {width: 350px !important;} 

.navbar-inverse {border-color: #27573f; background-color: #27573f;} 

.navbar-inverse .navbar-text {color: #FFFFFF;}  

.navbar-inverse .navbar-nav>li>a {color:#FFFFFF;}                                                                                                                                               