html {
    background-color: #1a2d46;
}

body {
    font-family: Georgia, Times, Times New Roman, "serif";
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    overflow-x: hidden;
    background-color: #1a2d46;
}

.section-header {
    background-color: #09254B;
    background-image: -webkit-linear-gradient(270deg, #09254B, #101D2D);
    background-image: linear-gradient(180deg, #09254B, #101D2D);
}
h1,h2,h3,h4,h5,h6 {
	font-family: "freight-sans-pro", PT Sans, Calibri, "sans-serif";
    line-height: 1.3em;
	font-weight: bold;
	font-style: normal;
}

h1 {
    font-size: 2em;
	margin-top: 0;
}

h2 {
    font-size: 1.625em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1.09em;
}

h6 {
    font-size: 1em;
}

ul, ol {
    margin-top: 0em;
    margin-bottom: .6em;
    padding-left: 2.5em;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .30), rgba(0, 0, 0, 0.1));
    margin: 30px 0px;
}

a {
    color: #1577c1;
}

    a:hover {
        color: #4399da;
    }

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
blockquote {
    padding: 5px 14px;
    margin: 0 0 10px;
    font-size: 16px;
    border-left: 8px solid #eee;
}
.Helvetica {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.section-header {
    border-top: 10px solid #1a2d46;
    border-bottom-width: 0px;
    background-image: url('/img/Prelude/Pillars.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .section-header > div {
        display: block;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 190px;
        color: #fff;
    }

.header-logo-div {
    display: inline-block;
    width: 300px;
}

    .header-logo-div > a {
        display: inline-block;
        width: 300px;
        padding-top: 25px;
        padding-bottom: 15px;
        max-width: 100%;
    }

.glyphicon-log-in {
    -webkit-transform: translate(-5px, 1px);
    -ms-transform: translate(-5px, 1px);
    transform: translate(-5px, 1px);
}
.form-control {
	height: 36px;
}
.header-search-menu-and-social-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 425px;
    margin-top: -5px;
    margin-bottom: 7px;
    float: right;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #1a2d46;
}

    .header-search-menu-and-social-con > a {
        max-width: 100%;
        display: inline-block;
    }

        .header-search-menu-and-social-con > a > img {
            margin-top: 1px;
            margin-right: 6px;
            opacity: 0.75;
            transition: 0.2s;
        }

            .header-search-menu-and-social-con > a > img:hover {
                opacity: 1;
                transition: 0.2s;
            }

    .header-search-menu-and-social-con > div {
        display: inline-block;
        overflow: hidden;
        height: 25px;
		margin: 3px 10px 0 10px;
        float: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 5px;
        background-color: #fff;
        color: #1e3d68;
    }

.header-menu-link {
    display: inline-block;
    padding: 6px 7px 7px 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
    transition: 0.5s;
}

    .header-menu-link:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
    }

.header-nav-con {
    width: 100%;
    margin-top: 80px;
}

    .header-nav-con > div {
        display: inline-block;
        float: right;
    }
.header-nav-div {
    display: inline-block;
    width: 640px;
    float: right;
}
.header-nav-con > div > a {
    margin-right: 7px;
    margin-left: 7px;
    padding: 6px 7px;
    float: right;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.75;
    transition: 0.2s;
    font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
.header-nav-con > div > a:hover {
	opacity: 1;
	transition: 0.2s;
}
.member-welcome-message {
    margin-right: 7px;
    padding: 6px 7px;
    float: right;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1em;
    transition: 0.2s;
    font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
.member-welcome-message a {
    color: #fff;
	text-decoration: underline;
    opacity: 0.75;
    transition: 0.2s;
}
.member-welcome-message a:hover {
	opacity: 1;
	transition: 0.2s;
}

.header-nav-con > div > span {
    float: right;
    padding: 6px 0px;
}
.mobile-menu {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	max-height: 0;
	overflow-y: hidden;
	background-color: #1a2d46;
	padding: 0 15px;
}
.header-nav-link:hover {
    opacity: 0.8;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.header-menu-link:focus {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.content {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

    .content.main > div:nth-child(2) {
        background-color: white;
        padding: 30px 50px;
		min-height: 400px;
    }

    .content.main {
        margin-top: -190px;
    }

.container-fluid.main {
    border-top: 10px solid #efeada;
    background-image: -webkit-linear-gradient(270deg, #cbbda0, #efeada);
    background-image: linear-gradient(180deg, #cbbda0, #efeada);
    background-color: #E2D8C3;
}

.breadcrumb {
    padding: 4px 15px;
    min-height: 14px;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
    background-color: rgba(0,0,0,0.35);
    font-family: sans-serif;
    font-size: 0.9em;
}

    .breadcrumb > li > a {
        color: #fff;
        opacity: 0.6;
    }

        .breadcrumb > li > a:hover {
            opacity: 0.8;
            text-decoration: none;
        }

        .breadcrumb > li > a:active {
            opacity: 0.6;
            text-decoration: none;
        }
        
        .breadcrumb > li + li:before {
        	color: #99a2a9;
        	content: '\00BB';
        }

.container-fluid.footer {
/*    border-top: 10px solid #efeada; */
    background-image: -webkit-linear-gradient(270deg, #cbbda0, #efeada);
    background-image: linear-gradient(180deg, #cbbda0, #efeada);
    background-color: #E2D8C3;
}

.content.footer {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    padding: 8px 20px;
    background-color: #cbbda0;
    color: #294870;
    font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
    line-height: 1.75;
}

    .content.footer > div {
        display: inline-table;
        min-width: 190px;
        padding: 8px 0px;
    }

        .content.footer > div a {
            display: block;
            color: #fff;
            font-size: 0.95em;
            font-weight: normal;
        }

        .content.footer > div > div {
            display: block;
        }

.footer-social-links > a > img {
    padding: 2px;
}

.footer-social-links > a {
    display: inline-block !important;
}

.container-fluid.footercopy {
    border-top: 10px solid #1a2d46;
    border-bottom: 10px solid #1a2d46;
    background-image: -webkit-linear-gradient(270deg, #19355B, #101D2D);
    background-image: linear-gradient(180deg, #19355B, #101D2D);
    background-color: #19355B;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    padding: 20px;
}

    .container-fluid.footercopy > div > a,
    .container-fluid.footercopy > div > span > a {
        color: #fff;
    }

.txt-input:focus {
    outline: none;
}

.bannerImg {
    margin: -30px -50px 30px;
	max-width: 100vw;
}

.btn {
    border: 2px solid transparent;
}

    .btn:hover {
        transition-duration: .5s;
    }

.btn-default {
    border-color: #dcdcd0;
    color: #0F5D99;
}

.btn-primary {
    background-color: #0F5D99;
}

    .btn-primary:hover {
        border-color: transparent;
    }
	.btn-primary:focus {
		background-color: #214f77;
        border-color: transparent;
	}

.btn-lg {
    padding: 14px 26px;
    border-radius: 3px;
}

.cta-box {
    margin: 5px 0px 20px 20px;
    padding: 10px;
    background-color: #efeada;
    text-align: center;
}

    .cta-box > a {
		width: 100%;
		font-family: "freight-sans-pro",sans-serif;
		font-style: normal;
		font-weight: 600;
		text-transform: uppercase;
    }

    .cta-box > div:nth-of-type(2),
    .cta-box > div:nth-of-type(3),
    .cta-box > div:nth-of-type(4) {
        padding-top: 10px;
        font-size: 0.9em;
        text-align: left;
    }

@media (min-width: 1100px) {
    .sharethis-inline-share-buttons {
		display: none !important;
    }
}

/* Small devices (bootstrap md) (768px to 992px) */
@media (max-width: 992px) {
    .content.footer {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }
    .content.main > div:nth-child(2) {
        padding: 0 15px 15px 15px;
		min-height: 100px;
    }
	.container-fluid.main {
		border-top: none;
		background-image: none;
		background-color: #fff;
	}
	.content.main {
		margin-top: 0px;
	}
    .bannerImg {
        margin: -8px -15px 0;
    }
	.breadcrumb > li + li:before {
		font-weight: normal;
	}
	.breadcrumb {
		min-height: 0px;
		border-radius: initial;
		background-color: #fff;
		color: #333;
		font-weight: bold;
		padding: 4px 15px 8px;
	}
	.breadcrumb > li {
		color: #666;
		opacity: 1;
	}
	.breadcrumb > li > a {
		color: #1577c1;
		opacity: 1;
	}
	
	
	/* Hides Desktop Nav */
	.section-header {
		display: none;
	}
	
	
	/* Search Box On Mobile */
	.mobile-search .btn {
		margin: 2px 0 0 0;
		background: none;
		box-shadow: none;
		border: 0;
		color: #666666;
		padding: 0 8px 0 10px;
		border-left: solid 1px #ccc;
	}
	.mobile-search form {
		padding: 3px;
		border: solid 1px #E4E4E4;
		border-radius: 6px;
		background-color: #fff;
		margin-bottom: 15px;
	}
	.mobile-search input {
		border: 0;
		box-shadow: none;
		font-size: 1em;
	}
	.mobile-search .glyphicon-search{
		font-size: 21px;
	}
	
	
	/* Mobile Nav */
    .mobile-menu.slidedown {
        overflow-y: initial;
        max-height: 700px; 
        opacity: 1;
		padding: 15px;
    }
	.mobile-menu > a {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
		display: block;
		margin: 0 auto;
		padding: 0px 16px;
		color: #fff;
		font-size: 1em;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}
	.mobile-menu.slidedown > a {
		padding: 8px 16px;
	}
	.mobile-menu.slidedown > a:hover {
		text-decoration: underline;
	}
	
	
	/* Mobile Header Bar */
	.mobile-header {
		height: 60px;
		background-color: #09254b;
		border-bottom-width: 0px;
		background-image: url('/img/Prelude/Pillars.png');
		background-position: 50% 0px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.mobile-logo {
		width: 210px;
		height: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 10px;
		background-image: url('/hpimages/logo_small.png');
		background-position: 50% -22%;
		background-size: auto 60px;
		background-repeat: no-repeat;
		display: inline-block;
	}
	.mobile-logo:hover {
		background-color: rgba(0, 0, 0, .2);
		background-size: auto 59px;
		height: 48px;
	}
	.mobile-nav-link {
		width: 60px;
		height: 60px;
		float: right;
		background-image: url('/img/Prelude/navicon.png');
		background-position: 50% 50%;
		background-size: 70px;
		background-repeat: no-repeat;
		display: inline-block;
	}
	.mobile-nav-link.open {
		background-color: rgba(0, 0, 0, .2);
		background-size: 66px;
	}
}

/* Extra small devices (bootstrap xs) (479px to 768px) */
@media (max-width: 768px) {
    .content.footer {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
	.row.content.footer > div > div {
		cursor: pointer;
		background-image: url('/img/Prelude/PLUSicon.png');
		background-position: 0px 50%;
		background-size: 13px auto;
		background-repeat: no-repeat;
		padding-left: 20px;
		transition-duration: .2s;
	}
	.row.content.footer > div > div.openfootertitle {
		background-image: url('/img/Prelude/MINUSicon.png');
	}
	.row.content.footer > div:last-of-type > div {
		cursor: text;
		background-image: none;
	}
	.row.content.footer > div > a {
		display: block;
		max-height: 0;
		opacity: 0;
		overflow-y: hidden;
		padding-left: 20px;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}
	.row.content.footer > div a.openfooterlinks {
		overflow-y: initial;
		max-height: 200px; 
		opacity: 1;
	}
}

/* Small phones in portrait orientation (Not a bootstrap breakpoint) (479px and smaller) */
@media (max-width: 479px) {
	.section-header {
		border-top: none;
	}

    .content.footer {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

        .content.footer > div {
            width: 100%;
        }

    .cta-box {
        margin-left: auto;
        margin-right: auto;
    }
}
@media print {
	.container-fluid.footercopy a:first-of-type::after {
		content: " (info@hslda.org)";
	}
}
