@charset "UTF-8";

/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');




/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500&family=Poppins:wght@200;300;400;500&display=swap'); */


/*New Branding Font 2025*/

@import url('https://fonts.googleapis.com/css2?family=Adamina&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');




/*-------------------------------------
| fonts
font-family: 'Raleway', sans-serif;

-------------------------------------*/


html {
  scroll-behavior: smooth;
}


footer {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.site-footer
{
	background: #ffffff;
  width:100% !important;
  position: absolute !important;
}

.site-footer2
{
	background: #ffffff;
  width:100% !important;
  position: fixed!important;
}


.container_social {
	margin-top:30px;
	margin-left:10px;
	margin-bottom:10px;
	max-width: 1000px;
}

social {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav {
    background-color: transparent;
	margin:0px;
	margin-bottom:-10px;
}

.nav a:visited{
	color: #333 !important;
}



#topFixedNavbar1 .navbar-form.navbar-left .btn.btn-default {
}

.container_mainlogonav{
	width:100%;
}

.container-fluid .navbar.navbar-default.navbar-fixed-top {
	border-width: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container-fluid #carousel1 {
	width: 100%;
	height: auto;
}
.navbar-brand {
  padding: 0px;
  height: 80px;
}
.navbar-brand>img {
	height: 80%;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	width: auto;
}
.container #topFixedNavbar1 .navbar-form.navbar-right {
	padding-top: 10px;
	max-width:1000px;
    /*padding-bottom: 10px;*/
}

nav.navbar .navbar-default .navbar-fixed-top
{margin-bottom:0px;}


.navbar-default .navbar-nav > li > a {
  color: #F7F0D8; /* <-- Normal link color */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #393939; /* <-- Hover/focus link color */
}



.nav >li >a {
  padding-top: 24px;
  padding-bottom: 24px;
}
.navbar-toggle {
  /*padding: 10px;*/
  margin: 25px 15px 25px 0;
}
#wrapper {
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
}
.image-fill {
	width: 100%;
}

.container_headermain {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
}

.header {
	clear: both;
  	margin-left:10px;
  	margin-top:10px;
	max-width:1000px;
  	text-align: left;
}


/*a {
  color: #939393;
  text-decoration: none;
}*/

a {
  color: black;
  text-decoration: none;
}




/*End Main Links*/


/*Main Links*/


/*
a,a:link {
    color: #939393;
	text-decoration: none;
} */


/*
a:hover {
    color: gainsboro;
} */


a,a:link {
    color: black;
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}

a,a:visited {
    color: black;
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}


a:hover {
    color: #58595b;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}
/*
a:active {
	color:black;
	text-decoration: none;
	background-color: none;
}
*/





.container_headermain a,a:link {
    color: black;
	text-decoration: none;
}

/*.container_headermain a,a:visited {
    color: black;
	text-decoration: none;
}*/


.container_headermain a:hover {
    color: #939393;
}
/*.container_headermain a:active {
	color:black;
	text-decoration: none;
	background-color: none;
}*/




/*Bottom Button Links*/

.container_buttons a:visited {
	margin-top:10px;
	margin-left:10px;
	max-width: 1000px;
	color:white; !important
}



#buttons a:link {
	font-family: 'IBM Plex Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 400;
    background-color: dimgrey;
    color: white;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 2px 10px; 
	margin-bottom: 10px;
}


#buttons a:hover, /*a:active*/ {
	background-color: darkgray;
	color: #656768;
}




.container_buttons1 a:visited {
	margin-top:10px;
	margin-left:10px;
	max-width: 1000px;
	color:white; !important
}



#buttons1 a:link {
    background-color: black;
    color: white;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 2px 10px; 
	margin-bottom: 10px;
}


#buttons1 a:hover, /*a:active*/ {
	background-color: darkgray;
	color: #656768;
}




/*End Bottom Button Links*/


/*State Buttons*/

.container_statebuttons {
	margin-top:10px;
	margin-left:10px;
	max-width: 1000px;
}


#statebuttons a:link {
	font-family: 'IBM Plex Sans', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 100;
	background-color: dimgrey;
	width:125px;
    color: white;
    padding: 4px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 5px; 
	margin-bottom: 10px;
	margin-right:10px;
}

a:visited{color:white !important}

#statebuttons a:hover, /*a:active*/ {
	background-color: darkgray;
	color: #656768;
}


/*End State Buttons*/






h1 {
	font-family: 'Adamina', serif;
	text-transform:capitalize;
	font-weight:400;
	font-size:35px;
	color: #393939;
	
}


h2 {
	font-family: 'Adamina', serif;
	text-transform:capitalize;
	font-weight:500;
	font-size:26px;
	color: #393939;
	margin-left:10px;
}

h2 a:visited {
	color: #939393 !important
}

h2 a:hover {
	color: gainsboro !important
}



h3 {
	font-family: 'Adamina', serif;
	text-transform:capitalize;
	font-weight:500;
	font-size:15px;
	color: #939393;
	margin-left:10px
}



p {
	
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 300; 
	font-size:11pt;
	line-height: 30px;
	letter-spacing: 0.3px;
}

selector:pseudo-class {
  property: value;
}


p a {
  color: black;
  text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}

p a:visited {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
	color: black !important
		
}

p a:hover {
    color: #58595b;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}

p {margin-left:10px;}

h3.thumnail {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:14px;
	letter-spacing: .5px;
	margin-top:10px;
	color:#8E8B8C;
}

.thumnail {
	margin:auto; 
	text-align:center;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin:auto;
  border: 0px;
  overflow: auto;
}

#logo {
	display:block;
	margin-right:100px;
	height:120px;
	margin-top: -10px;
	margin-bottom:-20px;
}

#logo2 {
	display: none;
}

/********************* Extra Layer Navigation *********************/

.dropdown-submenu{
	position:relative;
}

.dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	/* Radius Corners Removed **********************
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
	************************************************/
}

.dropdown-submenu:hover>.dropdown-menu{
	display:block;
}

.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}

.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}

.dropdown-submenu.pull-left{
	float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	/* Radius Corners Removed **********************
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
	************************************************/
}


/* Submenu link default color */
.dropdown-menu > li > a {
  color: black !important; /* Change this to your desired default color */
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

/* Submenu link hover/focus color */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #F7F0D8; /* Hover text color */
  background-color: #D0B114; /* Hover background */
}





@media (max-width: 500px){

	#logo2 {
	height: 120px;
	display: block;
	width: auto;
	margin-top:-10px;
	margin-bottom:-20px;
}
	#logo {
     display: none;
}
	
	
}



.T {text-align:center; margin:auto;}


@media (min-width: 1401px) {
  .container {
    width: 100%;
  }
}



@media (max-width: 1400px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(208,177,20,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-brand {
  padding: 0px;
  height: 80px;
}
	body{
		background:#ffffff;
	}
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1; 
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: #555;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}



/*  Removing Gray Bars on left and right of slides  */
/*
a.left.carousel-control, 
a.right.carousel-control {
    background-image: none !important;
    color: none !important;
}
	
*/	
