html {
margin: 0;
}
body {
position: relative;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans', Helvetica, sans-serif !important;
padding-top: 107px;
line-height: 20px;
}
a:hover {
text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
font-family: 'Open Sans', Helvetica;
}
body.pull_top {
padding-top: 0px !important;
}
header {
background: #002840 !important; /*normal background-color*/
/*background: rebeccapurple !important; spirit day color*/
}
/* Navbar
-------------------------------------------------- */
.headerbg {
background-color: #002840; /*normal color*/
/*background-color: rebeccapurple; Spirit Day color*/
}
.navbar {
padding: 10px 0px 10px 0px;
}
.navbar.navbar-inverse {
background: rgba(0, 0, 0, 0.4);
border-bottom: 1px solid #585858;
}
.navbar.navbar-inverse.navbar-static-top {
background-color: #252528;
}
.navbar.navbar-inverse.navbar-static-top .container {
margin-top: 0;
margin-bottom: 0;
}
.navbar.navbar-inverse .nav > li > a {
font-size: 16px;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
/* opacity: .6; 
filter: alpha(opacity=60);*/
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
padding: 5px 10px 2px;
text-decoration: none;
}
.navbar.navbar-inverse .nav > li > a:hover,
.navbar.navbar-inverse .nav > li > a:active {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
outline: dotted 1px #fff;
}
.navbar.navbar-inverse .nav > li > a:focus,
.navbar.navbar-inverse .nav > li > a:active {
color: #3b94d9 !important;
opacity: 1;
filter: alpha(opacity=100);
outline: dotted 1px #fff;
}
.dropdown-menu>li>a:focus {
background-color: #00233e;
}
.navbar.navbar-inverse .nav > li.active > a {
 color: #fff;
 opacity: 1;
 filter: alpha(opacity=100);
 background-color: transparent;
}

navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    outline: dotted 1px #fff;
}
/*for non <a> tag nav elements*/
.navbar.navbar-inverse .nav > li > button {
font-size: 16px;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
/* opacity: .6; 
filter: alpha(opacity=60);*/
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
padding: 5px 10px 2px;
text-decoration: none;
background: #002840; /*normal color*/
/*background: rebeccapurple; Spirit Day color*/
border: none;
}
.navbar.navbar-inverse .nav > li > button:hover,
.navbar.navbar-inverse .nav > li > button:active {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
outline: dotted 1px #fff ;
}
.navbar.navbar-inverse .nav > li > button:focus,
.navbar.navbar-inverse .nav > li > button:active {
color: #3b94d9 !important;
opacity: 1;
filter: alpha(opacity=100);
outline: dotted 1px #fff;
}
.dropdown-menu>li>button:focus {
background-color: #00233e;
}
.navbar.navbar-inverse .nav > li.active > button {
color: #fff;
opacity: 1;
filter: alpha(opacity=100);
background-color: transparent;
}
/*end non a nav elements*/
.navbar.sticky {
background: rgba(0, 0, 0, 0.8);
border-bottom: 1px solid #252525;
}
.navbar.sticky .container {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.navbar .container {
margin-top: 10px;
margin-bottom: 10px;
-webkit-transition: margin .2s ease-in-out;
-moz-transition: margin .2s ease-in-out;
transition: margin .2s ease-in-out;
}
.navbar .container .navbar-header .navbar-brand {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
font-size: 20px;
margin-left: -20px;
padding: 10px 20px 10px;
}
.navbar .container .collapse .nav .dropdown .caret {
margin-bottom: 4px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu {
background: #002840;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-top: 2px;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
color: #fff;
text-decoration: none;
}
.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
background: #08c;
text-decoration: none;
}
.navbar .collapse .nav .dropdown .dropdown-menu {
background: #002840; /*normal color */
/*background: rebeccapurple; Spirit Day color*/
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-top: 2px;
}
.navbar .collapse .nav .dropdown .dropdown-menu > li > a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.navbar .collapse .nav .dropdown .dropdown-menu > li > a:hover {
background: #08c;
text-decoration: none;
}
.section_header {
width: 100%;
margin-bottom: 60px;
}
.section_header h3 {
color: #646464;
font-weight: 300;
font-style: italic;
font-size: 27px;
border-bottom: 1px solid #b3b3b3;
padding-bottom: 0px;
display: inline-block;
margin: 0;
}
/*dm addition search */
span.alpha-search-letter:focus {
outline: solid 1px #00233e;	
}
.search-box {
 -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
 transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
 width: 32px;
 height: 32px;
 border-radius: 20px;
 border: none;
 cursor: pointer;
 background: #9bc0dd;
}
/*gets rid of x in the input*/
.search-box::-ms-clear {
 display: none;
}
.search-box + label .search-icon {
 color: #ffffff;
}
.search-box:hover {
color: #002840;
background: #85c33f;
box-shadow: 0 0 0 4px #002840;
}
.search-box:hover + label .search-icon {
color: white;
}
.search-box:focus {
-webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
border: none;
outline: none;
box-shadow: none;
padding-left: 10px;
cursor: text;
width: 162px;
border-radius: auto;
background: #9bc0dd;
color: #002840;
font-size: 13px;
}
.search-box:focus + label .search-icon {
 color: #ffffff;
}
.search-box:not(:focus) {
text-indent: -5000px;
}
[placeholder]:focus::-ms-input-placeholder {
/* IE 10/11 */
color: #002840;
}
.expanded-search-box {
-webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
width: 240px;
height: 32px;
padding-left: 15px;
border-radius: 20px;
border: none;
cursor: pointer;
background: #9bc0dd;
color: #002840;
}
/*gets rid of x in the input*/
.expanded-search-box::-ms-clear {
display: none;
}
.expanded-search-box + label .search-icon {
color: #ffffff;
}
.expanded-search-box:hover {
color: #002840;
background: #85c33f;
box-shadow: 0 0 0 2px #002840;
}
.expanded-search-box:hover + label .search-icon {
color: white;
}
.expanded-search-box:focus + label .search-icon {
color: #002840;
}
.expanded-people-search-box {
-webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
width: 240px;
height: 32px;
padding-left: 15px;
border-radius: 20px;
border: none;
cursor: pointer;
background: #9bc0dd;
color: #002840;
}
/*gets rid of x in the input*/
.expanded-people-search-box::-ms-clear {
display: none;
}
.expanded-people-search-box + label .search-icon {
color: #ffffff;
}
.expanded-people-search-box:hover {
color: #002840;
background: #85c33f;
box-shadow: 0 0 0 2px #002840;
}
.expanded-people-search-box:hover + label .search-icon {
color: #002840;
}
.expanded-people-search-box:focus + label .search-icon {
color: #002840;
}
.search-box-2 {
-webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
border: none;
outline: none;
box-shadow: none;
padding-left: 15px;
cursor: text;
width: 300px;
border-radius: auto;
background: #9bc0dd;
color: #002840;
}
input.search-box::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #002840;
}
input.search-box::-moz-placeholder {
/* Firefox 19+ */
color: #002840;
opacity: 1;
}
input.search-box:-moz-placeholder {
/* Firefox 18- */
color: #002840;
opacity: 1;
}
input.search-box:-ms-input-placeholder {
/* IE 10/11 */
color: #002840;
}
input.expanded-people-search-box::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #002840;
}
input.expanded-people-search-box::-moz-placeholder {
/* Firefox 19+ */
color: #002840;
}
input.expanded-people-search-box:-ms-input-placeholder {
/* IE 10+ */
color: #002840;
}
input.expanded-people-search-box:-moz-placeholder {
/* Firefox 18- */
color: #002840;
}
input.expanded-search-box::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #002840;
}
input.expanded-search-box::-moz-placeholder {
/* Firefox 19+ */
color: #002840;
}
input.expanded-search-box:-ms-input-placeholder {
/* IE 10+ */
color: #002840;
}
input.expanded-search-box:-moz-placeholder {
/* Firefox 18- */
color: #002840;
}
#search-submit,
#search-submit-2,
#search-submit-3,
#people-search-submit,
#people-search-submit-2 {
position: relative;
left: -5000px;
}
.search-icon {
position: relative;
left: -28px;
color: white;
cursor: pointer;
}
.search-footer {}
/* DM addition - header & footer social
-------------------------------------------------- */
input#dmsearch {
background: #002840 url("/images/responsive/search_24.png") no-repeat scroll left center;
border: 1px solid #999999;
padding: 2px 2px 2px 30px;
color: #ffffff;
height: 24px;
}
#footer input#dmsearch {
background: url("/images/responsive/search_24.png") no-repeat scroll left center;
border: 1px solid #999999;
padding: 2px 2px 2px 30px;
color: #002840;
height: 24px;
}
.dmsocial a span.twitter-ico {
background-image: url("/images/responsive/social/darkblue/32px/twitter.png");
width: 32px;
height: 32px;
}
.dmsocial a:hover span.twitter-ico {
background-image: url("/images/responsive/social/green/32px/twitter.png");
width: 32px;
height: 32px;
}
.dmsocial a span.linkedin-ico {
background-image: url("/images/responsive/social/darkblue/32px/linkedin.png");
width: 32px;
height: 32px;
}
.dmsocial a:hover span.linkedin-ico {
background-image: url("/images/responsive/social/green/32px/linkedin.png");
width: 32px;
height: 32px;
}
.dmsocial a span.facebook-ico {
background-image: url("/images/responsive/social/darkblue/32px/facebook.png");
width: 32px;
height: 32px;
}
.dmsocial a:hover span.facebook-ico {
background-image: url("/images/responsive/social/green/32px/facebook.png");
width: 32px;
height: 32px;
}
.dmsocial a span.instagram-ico {
background-image: url("/images/responsive/social/darkblue/32px/instagram.png");
width: 32px;
height: 32px;
}
.dmsocial a:hover span.instagram-ico {
background-image: url("/images/responsive/social/green/32px/instagram.png");
width: 32px;
height: 32px;
}
.dmsocial a span.rss-ico {
background-image: url("/images/responsive/social/darkblue/32px/rss.png");
width: 32px;
height: 32px;
}
.dmsocial a:hover span.rss-ico {
background-image: url("/images/responsive/social/green/32px/rss.png");
width: 32px;
height: 32px;
}
#dmheader .credits .social {
text-align: right;
}
#dmheader .credits .social a {
margin: 4px;
}
#dmheader .credits .social a span {
display: inline-block;
width: 32px;
height: 32px;
}
#dmheader .credits .social a:hover span.socialicons {
display: none;
}
#dmheader .credits .social a:hover span.socialicons_h {
display: inline-block !important;
}
#dmheader .credits .social span.socialicons_h {
display: none;
}
#dmheader .credits .copyright {
color: #a6a6a7;
font-style: italic;
text-align: center;
margin-top: 30px;
}
#dmheader .credits .socialicons {
background: url("/images/responsive/img/socialicons.png") no-repeat;
width: 265px;
height: 36px;
}
#dmheader .credits .socialicons_h {
background: url("/images/responsive/img/socialicons_h.png") no-repeat;
width: 265px;
height: 36px;
}
#footer .credits .social {
text-align: center;
}
#footer .credits .social a {
margin: 4px;
}
#footer .credits .social a span {
display: inline-block;
width: 32px;
height: 32px;
}
#footer .credits .social a:hover span.socialicons {
display: none;
}
#footer .credits .social a:hover span.socialicons_h {
display: inline-block !important;
}
#footer .credits .social span.socialicons_h {
display: none;
}
#footer .credits .copyright {
color: #4d4d4e;
font-style: italic;
text-align: center;
margin-top: 25px;
font-size: 90%;
}
#footer .credits .social a span.icoh {
background-position: 0px 0px;
}
#footer .credits .social a span.ico2h {
background-position: -37px 0px;
}
#footer .credits .social a span.ico3h {
background-position: -75px 0px;
}
#footer .credits .social a span.ico4h {
background-position: -112px -1px;
}
#footer .credits .social a span.ico5h {
background-position: -151px 0px;
}
#footer .credits .social a span.ico6h {
background-position: -188px -1px;
}
#footer .credits .social a span.ico7h {
background-position: -226px 0px;
}
/* Footer
-------------------------------------------------- */
#footer {
min-height: 195px;
color: #777E83;
padding-top: 25px;
text-align: left;
background-color: #bdcfde;
}
#footer .footer_header {
color: #c4c4c4;
font-style: italic;
font-weight: 300;
font-size: 25px;
margin-bottom: 40px;
margin-left: 15px;
}
#footer .recent_posts {
margin-left: 0px;
}
#footer .recent_posts .post {
margin-bottom: 70px;
width: 93%;
}
#footer .recent_posts .post img {
float: left;
margin-right: 20px;
}
#footer .recent_posts .post .date {
font-weight: bold;
font-style: italic;
}
#footer .recent_posts .post .title {
display: block;
color: #b5b5b6;
font-size: 14px;
}
#footer .testimonials .wrapper {
margin: 0 auto;
width: 82%;
}
#footer .testimonials .footer_header {
margin-left: 30px;
}
#footer .testimonials .quote {
color: #bfbfc0;
}
#footer .testimonials .quote span {
font-size: 32px;
font-style: italic;
position: relative;
top: 5px;
font-family: Georgia !important;
float: left;
margin-right: 8px;
}
#footer .testimonials .author {
margin-top: 40px;
}
#footer .testimonials .author img {
float: left;
margin-right: 15px;
position: relative;
top: -6px;
}
#footer .testimonials .name {
font-size: 13px;
font-weight: bold;
}
#footer .testimonials .info {
font-style: italic;
color: #ccc;
}
#footer .contact {
 text-align: right;
}
#footer .contact .footer_header {
text-align: left;
margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
border: none;
background-color: #1f1f21;
color: #868687;
padding: 8px 20px;
border-radius: 3px;
font-size: 14px;
font-family: 'Open Sans' !important;
width: 95%;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear;
margin-bottom: 10px;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
border: none;
box-shadow: none;
background-color: #000;
}
#footer .contact input[type="text"]:moz-placeholder,
#footer .contact textarea:moz-placeholder {
color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
color: #868687;
}
#footer .contact input[type="submit"] {
background-color: #3e3e40;
border: none;
color: #fff;
border-radius: 4px;
padding: 5px 20px;
font-size: 14px;
font-weight: bold;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
background-color: #2190DB;
}
#footer .credits {
padding: 5px 0px 25px 0px;
}
#footer .credits .social a span.ico1,
#footer .credits .social a span.icoh {
background-position: 0px 0px;
}
#footer .credits .social a span.ico2,
#footer .credits .social a span.ico2h {
background-position: -37px 0px;
}
#footer .credits .social a span.ico3,
#footer .credits .social a span.ico3h {
background-position: -75px 0px;
}
#footer .credits .social a span.ico4,
#footer .credits .social a span.ico4h {
background-position: -112px -1px;
}
#footer .credits .social a span.ico5,
#footer .credits .social a span.ico5h {
background-position: -151px 0px;
}
#footer .credits .social a span.ico6,
#footer .credits .social a span.ico6h {
background-position: -188px -1px;
}
#footer .credits .social a span.ico7,
#footer .credits .social a span.ico7h {
background-position: -226px 0px;
}
#footer .credits .social a:hover span.socialicons {
display: none;
}
#footer .credits .social a:hover span.socialicons_h {
display: inline-block !important;
}
#footer .credits .social span.socialicons_h {
display: none;
}
#footer .credits .socialicons {
background: url("/images/responsive/img/socialicons.png") no-repeat;
width: 265px;
height: 36px;
}
#footer .credits .socialicons_h {
background: url("/images/responsive/img/socialicons_h.png") no-repeat;
width: 265px;
height: 36px;
}
#footer .info {
margin-bottom: 10px;
margin-left: 0;
}
#footer .info .residence {
margin-left: 0;
}
#footer .info ul {
margin: 0;
padding: 0;
}
#footer .info ul li {
list-style: none;
font-size: 14px;
color: #777E83;
line-height: 1.1em;
}
#footer .glyphicon-option-vertical {
color: #4d4d4e;
}
#footer .info .touch {
float: right;
}
#footer .info .touch ul li {
display: inline-block;
margin-left: 22px;
}
.page_header {
background-color: #000;
color: #fff;
font-size: 23px;
display: inline-block;
padding: 0px 18px;
}
.social_icon {
background: url("/images/responsive/img/social_icons.png") no-repeat;
width: 110px;
height: 18px;
}
.contact_social {
background: url("/images/responsive/img/contact_social.png") no-repeat;
width: 180px;
height: 34px;
}
@media (max-width: 991px) {
body {
padding-top: 0 !important;
}
.navbar.navbar-inverse {
background: #252528;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar {
}
.navbar.transparent.navbar-fixed-top {
margin-bottom: -70px;
position: relative;
top: 999;
}
.navbar.home.navbar-fixed-top {
margin-bottom: -70px;
position: relative;
top: 999;
}
.typeahead-peopleSearch {
margin-top: 5px;
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.navbar.navbar-inverse .container .navbar-header .navbar-brand {
margin-left: -5px;
}
.navbar .navbar-nav .open .dropdown-menu > li > a {
line-height: 25px;
font-weight: bold;
padding: 5px 15px 5px 35px;
}
#footer .container {
padding: 0px 20px;
}
#footer .footer_header {
margin-left: 0;
}
#footer .footer_header h3 {
margin-left: 0;
}
#footer .testimonials {
overflow: hidden;
margin-bottom: 40px;
}
#footer .testimonials .footer_header {
margin-left: 0;
}
#footer .testimonials .wrapper {
float: left;
width: 100%;
}
#footer .contact {
margin: 0;
}
#footer .contact .footer_header {
margin-left: 0;
}
#footer .contact input[type="text"],
#footer .contact textarea {
float: left;
width: 100%;
}
#footer .info .touch {
float: none;
}
#footer .info .touch ul {
margin: 15px 0 15px;
}
#footer .info .touch ul li {
margin: 0 30px 0 0;
}
#footer .credits {
margin-top: 10px;
padding: 5px 0
}
}