h1 {

}
h2 {

}
h3 {
    color: #0076A8;
    border-bottom: solid;
    border-bottom-width: thin;
    border-color: #0076A8;
}
.fish-form {
    background-color: #0076A8;
    padding: 10px;
    color: white;
    /*background-image: -moz-linear-gradient(90deg,rgb(2,25,50) 0%, rgb(3,32,64)100%);*/
    /*background-image: -webkit-linear-gradient(90deg,rgb(2,25,50) 0%, rgb(3,32,64)100%);*/
    /*background-image: -ms-linear-gradient(90deg,rgb(2,25,50) 0%, rgb(3,32,64)100%);*/
}


 .fish-form h3 {
     color: white;
     border-bottom: solid;
     border-bottom-width: thin;
     border-color: white;
 }
.resource-list {
    list-style: none;

    padding-left: 0px;
}
.resource-list>li {
margin-bottom: 15px;

}

.blueheader {
    height: 25px;
    width: 100%;
    background-color: #0076A8;
}

.lightblue-stripe {
    width: 100%;
    min-height: 75px;
    background-color: #DF2A24;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}
.header-logo {
    max-height: 75px;
}


/* navbar */
.navbar-default {
    background-color: transparent;
    border: none;
}
/* Title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.small-margin {
    margin-top: 10px;
}
.nav-pad {
    margin-top: 20px;
}

.search-pad {
    margin-top: 17px;
    color: #555;
}

.footer-link-text {
 color: white;
}

.samrc-slider-img{
    width: 100%;
    height:300px;
    object-fit: cover;
}

.blue-form {
    background-color: #0076A8;
    padding: 10px;
    color: white;
}

.blue-form-input {
    width: 100%;
    color: #0078B3;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 33px;
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Site {
    display: block;
    /*display: flex;*/
    min-height: 100vh;
    flex-direction: column;
}

.Site-content {
    flex: 1;
}

icf-form {
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.icf-form-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bluebgh3 {
    color: white;
    margin-top: 2px;
    text-align: center;
}

.search-icf {
    background-color: #0076A8;
    color: white;
    border: none;
    width: 60px;
    float: right;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
}

.algolia-power {
    width: 50px;
}

.profile-pic {
    width: 90px;
    border-radius: 90px;
}

.uses-li {
    width: 25%;
    display: inline-block;
}

.contact-details-ul {
    list-style: none;
}

.contact-details-li {
    text-align: left;
    list-style: none;
    min-height: 40px;
    width: 49%;
    display: inline-block;
}

.twitter-profile {
    width: 25px;
}

.linkedin-profile {
    width: 25px;
}

.email-profile {
    width: 25px;
}

#chatter_header {
    background-color: #820000;
    margin-top: 20px;
}

.website-profile {
    width: 25px;
}

.footer-logos {
    width: 120px;
}

.welcomebtns {
    width: 100%;
    margin-bottom: 25px;
}

#chatter #chatter_hero img {
    max-height: 100%;
    /* margin: 45px auto; */
    position: relative;
}

/* support for IE6/7 uses media, */
@media {
    .form-control::-moz-placeholder .ie6 .ie7 { color: thistle; }
}
/* support for IE8 uses \0 */
@media all\0 {
    .form-control::-moz-placeholder .ie8 { color: thistle; }
}
/* support for IE9 uses \9  targets IE8 and bellow */
@media all and (monochrome:0) {
    .form-control::-moz-placeholder .ie8 .ie9 { color: thistle\9; }
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
/* support for IE6/7 uses media, */
@media {
    .form-control:-ms-input-placeholder .ie6 .ie7{ color: thistle; }
}
/* support for IE8 uses \0 */
@media all\0 {
    .form-control:-ms-input-placeholder .ie8 { color: thistle; }
}
/* support for IE9 uses \9  targets IE8 and bellow */
@media all and (monochrome:0) {
    .form-control:-ms-input-placeholder .ie8 .ie9 { color: thistle\9; }
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
/* support for IE6/7 uses media, */
@media {
    .form-control::-webkit-input-placeholder .ie6 .ie7 { color: thistle; }
}
/* support for IE8 uses \0 */
@media all\0 {
    .form-control::-webkit-input-placeholder .ie8 { color: thistle; }
}
/* support for IE9 uses \9  targets IE8 and bellow */
@media all and (monochrome:0) {
    .form-control::-webkit-input-placeholder .ie8 .ie9 { color: thistle\9; }
}

.profile-headers {

    font-weight: 900;
    height:50px;

}

.educator-li {
    margin-bottom: 20px
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;

}
.blue-para {
    background-color: #0076A8;
    height: 100px;
    width: 30%;
    position: absolute;
    transform: skew(-40deg);
    z-index: 2;
}
.middle-yellow {
    background-color: #82C341;
    height: 100px;
    width: 32%;
    position: absolute;
    transform: skew(-40deg);
    z-index: 1;
}

.drop-shadow {
    box-shadow: 0 0 10px black;
}

@media (max-width: 767px) {
    .blue-para {
        background-color: #0076A8;
        height: 100px;
        width: 50%;
        position: absolute;
        transform: skew(-40deg);
        z-index: 2;
    }
    .middle-yellow {
        background-color: #ffd41c;
        height: 100px;
        width: 52%;
        position: absolute;
        transform: skew(-40deg);
        z-index: 1;
    }
    .blue-toolbar-gradient .container {display:none;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 10px;
        border-color: #82C341;
        background-color: #82C341;
        color: white;
    }
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

