@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,300italic,400,400italic,700,700italic);

body {
    height: 100%;
    margin: 0;
    color: #333;
    background-image: url("../img/hrback7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.5 !important;
    font-family: "Lato", sans-serif;
}

html {
    background-color: #204d74;
}

a {
    color: #008fe2;
    text-decoration: none;
}

a:hover {
    color: #ffa400;
    text-decoration: none;
}

a .thumbnail:hover {
    text-decoration: none;
}

.sans {
    font-family: "Lato", sans-serif;
}

#landingPageCards .thumbnail {
    min-height: 320px;
    position: relative;
}

#landingPageCards .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
}

/*h1,h2 {
    color: #ffa400;
    font-family: "Oswald", sans-serif;
}

h3,h4,h5,h6 {
    color: #333;
    font-family: "Oswald", sans-serif;
}*/

h1,h2,h3,h4,h5,h6 {
    color: #1a8ac9;
    font-family: "Oswald", sans-serif;
}

a h1,a h2,a h3,a h4,a h5,a h6 {
    color: #ffa400;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px !important;
}

#header {
    padding: 10px 0;
}

.box-shadow {
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.feature-shadow::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);        
    width: 70%; 
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}


.borderless {
    border: none;
}

.centered {
    margin: 0 auto;
}

.friendly {
    font-size: large;
}

.site-title {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 30px;
}

.site-title a, .site-title h2 {
    color: #fff !important;  
}

.navbar {
    border-radius: 0;
    border: none;
}

.navbar-inverse { /*recolored to brand-primary*/
    background: rgba(217,237,247,1);
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size:14px;
    font-weight: bold;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-white {
    background: #fff;
}

.navbar-blue {
    background: #204d74;
}

.navbar-white .navbar-nav > li > a:focus, .navbar-white .navbar-nav > li > a {
    color: #002c77;
    background-color: transparent;
    border-bottom: 3px solid #fff;
}

.navbar-white .navbar-nav > li > a:focus, .navbar-white .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
    border-color: #999;
    transition: color .2s linear, border-color .1s linear;

}

.navbar-white .navbar-nav > .active > a, .navbar-white .navbar-nav > .active > a:focus,
.navbar-white .navbar-nav > .active > a:hover {
    color: #337ab7;
    background-color: #fff;
    border-color: #337ab7; 
}

.navbar-white .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-white .navbar-nav > .open > a:hover {
    color: #337ab7;
    background-color: #fff;
    border-color: #337ab7;    
}

.align-center {
    text-align: center;
}

.footer {
    width: 100%;
    font-size: small;
    color: #fff;
    background-color: #204d74;
    bottom: 0;
}

.footer a {
    color: #fff;

}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.box {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -moz-box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);
    -webkit-transition: height .4s,-webkit-box-shadow 1s linear;
    -moz-transition: height .4s,-moz-box-shadow 1s linear;
    -o-transition: height .4s,box-shadow 1s linear;
    transition: height .4s,box-shadow 1s linear;

    padding: 30px;
    border-radius: 6px;
    margin-bottom: 25px;

}

.box-title {
    color: #fff !important;
    background-color: #337ab7;
    display: block;
    padding: 10px 20px;
    margin-top: -15px;
    margin-left: -40px;
    border-radius: 6px;
}

.box.box-md {
    max-width: 640px;
    margin: 0 auto;
}

.box.box-sm {
    max-width: 320px;
    margin: 0 auto;
}

.box-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.box-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.box-footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    color: #999;
}

.bold {
    font-weight: bold;
}

hr {
    border-style: dotted;
}

.p0 {
    padding: 0 !important;
}

.clickable {
    cursor: pointer;
}


#top.nav > li {
    width: 100%;
}

#top.nav > li > a {
    padding: 4px 8px;
}

.green-icon {
    color: #70af18;
}

.red-icon {
    color: #ee162d;
}

li.active > a > .green-icon,
li.active > a > .red-icon {
    color: #fff;
}

.blue-title {
    color: #fff !important;
    background-color: #337ab7;
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
}

#sectionReminder {

}

.backToTop {
    cursor: pointer;
    background-color: #337ab7;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: bold;
    margin: 45px;
    opacity: 0;

    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.feature-panel {
    background-color: #204d74;
}

.resource-title {
    background-color: #1a8ac9;
}


.feature-icon {
    font-size: 50pt !important;
    padding: 20px !important;
}

.feature-circle {
    background-color: #fff;
    height:200px;
    width: 200px;
    line-height:150px;
    font-size: 50pt !important;
    padding: 20px !important;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.resource-title:hover {
    opacity: .7;
}
#iconContainer {
    background-image: url("../img/hartback.jpg");
    padding:100px;
    height: 100%;
}

.subpageContainer {
    background-color: #fff; 
    padding: 10px 40px;
    border-radius:10px 10px 0px 0px;
} 

@media only screen and (max-width : 480px) {
    .body {
        background-color: #fff;
    }

    .box-title {
        margin-left: 0;
    }

    .box {
        background-color: #f6f6f6;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;

        padding: 0;
        border-radius: 0x;
        margin-bottom: 25px;
    }
}

.validate-error {
    color: red;
    font-weight: bold;
}


.filter-panel {
    border-right: 1px solid #999;
}

.filter-panel hr {
    border-top: 2px solid #ddd;
}

.report-style {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    text-decoration: none !important;
    cursor: pointer;
}

.block-head {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.red {
    color: #fff;
    background-color: #ee162d;
}

.yellow {
    color: #ffa400;
}

.yellow-bg{
    background-color: #ffa400;
}

.yellow-bg:hover{
    background-color: #ff8400;
    border-color: #ff5400;
}

.brown {
    color: #6e4e23;
}

.sage {
    color: #195648;
}

.olive {
    color: #6a8927;
}

.burgundy {
    color: #7a243d;
}

.gray {
    color: #666666;
}

.tan {
    color: #c98f4c;
}

.fa-xl {
    font-size: 30px;
}

.PostSortingList {
    list-style-type: none;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 8px;
}

.PostList {
    margin-left: -40px !important;
    list-style-type: none;
}

.icon-color-button {
}

#slider {
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    margin-bottom: 20px;
}

.fl_name {
    column-count: 2;
}

.fl_text {
    width: 100%;
}

.cb_div {
    column-count: 2;
}

.cb_group {

}

.image-circle {
    border-radius: 50%;
    border: 2px solid #1a8ac9;
    padding: 20px;
    overflow: hidden;
    display: inline-table;
}

.feature-image {
    height: 80px;
    width: 80px;
}

.btn-info {
    color: #fff;
    background-color: #4ebf52;
    border-color: #4eb54e;
}


.btn-info:hover {
    color: #fff;
    background-color: #4eb54e;
    border-color: #4eb54e;
}

.btn-info:active,
.btn-info:focus {
    background-color: #449944 !important;
}




.btn-warning {
    color: #fff;
    background-color: #ffa400;
}


.btn-warning:hover {
    color: #fff;
}

/* interview panel css */


.new-panel {
    width: 250px;
    height:auto;
    padding-bottom: 20px;
}

.new-panel-body {
    background-image: linear-gradient(51deg, #204d74 25%, #235078 25%, #235078 50%, #204d74 50%, #204d74 75%, #235078 75%, #235078 100%);
    background-size: 12.87px 15.89px;
    overflow: hidden;
}

.new-panel-foot {
    background-color: #1a8ac9;
    color: #fff;
    padding: 20px;
    min-height: 100px;
}

.new-panel-title {
    font-family: "Oswald", sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.new-panel-icon {
    color: #d9edf7;
    opacity: .2;
    font-size:200px; 
    transform: rotate(-25deg);
}

/* BEGIN Orange Sub-panel CSS */

.sub-back-orange {
    background-color: #ffbe42;
}

.sub-back-green {
    background-color: #4ebf52;
}

.sub-back-purple {
    background-color: #79339c;
}

.sub-box-orange {
    text-align: center;
    min-height: 230px;
    border-left: 20px solid #ffa400;
    padding: 20px;
    margin-bottom: 40px;
}

.sub-box-green {
    text-align: center;
    min-height: 230px;
    border-left: 20px solid #308014;
    padding: 20px;
    margin-bottom: 40px;
}

.sub-box-purple {
    text-align: center;
    min-height: 230px;
    border-left: 20px solid #31004a;
    padding: 20px;
    margin-bottom: 40px;
}

.sub-title {
    color: #fff;
}

.sub-icon {
    color: #fff !important;
    opacity: .4;
    transform: rotate(-25deg);
    font-size:80px;
    padding-bottom: 10px;
}

/* END Sub-panel CSS */

.post-title {
    
}

.grow { 
    transition: all .2s ease-in-out; 
}

.grow:hover 
{ transform: scale(1.05); 
}

p img {
    width: 100% !important;
}

.headClass {
    background-image: linear-gradient(51deg, #204d74 25%, #235078 25%, #235078 50%, #204d74 50%, #204d74 75%, #235078 75%, #235078 100%);
    background-size: 12.87px 15.89px;
    margin: -50px -40px;
    padding-left: 40px;
    padding-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    height: 100px;
}

.page-title {
    color: #fff !important;
}

/*.page-title:hover {
    opacity: .6;
    transition: 0.3s;
}*/

.navbar-nav>li>a:hover {
    opacity: .6;
    transition: 0.3s;
}

.headbar-img {
    float: right;
    position: relative;
    top: -50px;
    opacity: .6;
    height: 200px;
}

.panel {
    min-height: fit-content !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .5rem;
    border-left-color: #f0ad4e;
    border-radius: .25rem;
}

.sidebarTitle {
    border-left: 3px solid #f0ad43;
    padding-left: 10px;
}

.contactBar {
    border-left: 5px solid #f0ad43;
    padding: 10px;
    font-weight: bold;
}

.contentLogoBack {
    background: url(/project/assets/img/nutmeglogo_back.png) no-repeat center;
}

.panel-default {
    border-left: 10px solid #eee;
    /*font-weight: bold;*/
}