@charset "UTF-8";
/* CSS Document
swatch colors
=============
6d726e = grey
3e3e40 = navy 01385e
f7f3f1 = cream
5f5e63 = dark grey Font color
*/

/* bootstrap overrides */

@media (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d78bf3;
}

body {
  padding-top: 50px;
  background-color: #ffffff;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
 color: #5f5e63;
 font-family: Arial, Helvetica, sans-serif;
	}

	@media (min-width: 768px) {
   body {
 background-color: #f7f3f1;
 	}
}
.bkgd-grey {
background: #929292;
}
	.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


/* collapse navbar sooner */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


.navbar-glad {
    background-color: #01315A;
	}

	.navbar-brand {
	text-transform:uppercase;
	font-size: 12px;
	 font-family: "Times New Roman", Times, serif;

	}


	@media (min-width: 768px) {
	.navbar-brand {
	font-size: 14px;
	}

	}

	@media (min-width: 900px) {
	.navbar-nav>li>a {

    line-height: 30px;
}}

	.navbar-brand>img {
  height: 100%;
  width: auto;
}

	.navbar-brand span {
	font-size: 115%;
		}


	.navbar-glad-main-nav a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.8px;
	}

	.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}



	.glad-logo {
	text-transform:uppercase;
	font-size: 24px;
	}
	.glad-logo span {
	font-size: 115%;
		}

		span.small {
	font-size: 80%;
		}


.sidebar {
	width: auto;
	height: 100%;
	background: #929292;
    padding: 5px 0 5px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.sidebar {
	text-align: left;
}
	}

.logo {
width: 50%;
}

@media (min-width: 768px) {
	.logo {
width: 80%;
}
	}

.divider {
    border-bottom: 1px solid #ffffff;
    margin: 9px 10px 3px 10px;
}

.video {
	padding: 10px 0 0 0;
	text-align: center;
}



/* clear fix */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.ie6 .cf, .ie7 .cf {
    zoom: 1;
}

.news h2{
    padding: 0 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
	margin-top: 0;
			margin-bottom:0;
}
@media (min-width: 768px) {
.news h2{
    padding: 0 0;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
	margin-top: 0;
			margin-bottom:0;
}
}
.address p {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
		margin-top: 0;
		margin-bottom:0;
}
@media (min-width: 768px) {
.address p {
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
		margin-top: 0;
		margin-bottom:0;
}
}

 p.email{
    font-size: 16px;
    padding: 10px 0 0 0px;
}

 p.email a:link, a:visited {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

p.email a:hover {
	color: #01315A;
	}

  p.findmore {
  	padding: 5px 10px 0 0;
  	font-size: 14px;
  	font-weight: bold;
  	text-transform: uppercase;
  	text-align: center;
  	margin-bottom: 5px;
  }

@media (min-width: 768px) {
  p.findmore {
  	padding: 5px 10px 0 0;
  	font-size: 11px;
  	font-weight: bold;
  	text-transform: upprcase;
  	text-align: right;
  	margin-bottom: 5px;
  }
}

p.findmore a:link, a:visited {
color: #01315A;
   outline: none;
    text-decoration: none;
}

p.findmore a:hover {
	color: #ffffff;
	}



	.footer {
	width: auto;
	margin-bottom: 10px;
	}

	.credit {
	width: auto;
	font-family: Arial;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	padding-top: 15px;
}

iframe, object, embed {
    max-width: 100%;
}


.carousel-inner>.item>img {
height: auto;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .carousel-inner>.item>img {
height: 780px;
    width: 100%;
    object-fit: cover;
}
}

@media (min-width: 992px) {
    .carousel-inner>.item>img {
height: 790px;
    width: 100%;
    object-fit: cover;
}
}

@media (min-width: 1200px) {
    .carousel-inner>.item>img {
height: 780px;
    width: 100%;
    object-fit: cover;
}
}

.carousel-team>.item>img {
    height: auto !important;
    width: 100%;
    object-fit: cover;
}


#photoPageCarousel {
  max-width: 100%;
  height: auto;
  object-fit: auto;

}

a.btn-glad {
    background: #01315A;
    color: #9d9d9d;
    margin-bottom: 20px;
    text-transform: uppercase;
}

a.btn-glad:hover {
    background: #01315A;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
