.col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.pad-top-20 {
    padding-top: 20px;
}
.panel-group.transparent {
    background: transparent;
}
.bullet {
    list-style: disc;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
}
.bg-learn-more {
    background-color: #eeeeee;
}
.social-bar .link {
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.social-bar .hover-state {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    top: 30px;
}
.social-bar span, .social-bar span ul li {
    font-family: "Myriad Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}
.subhead {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
}
.action-banner h2 {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: .04rem;
    line-height: 1.33;
}
.primary-features {
    border-right: 1px solid white;
}
.main-image-holder {
    height: 150%;
    top: 30%;
}
.diamond-overlay {
    top: -105px;
    height: 480px;
    overflow: hidden;
    position: absolute;
    z-index: auto;
   /* background-image: url("../img/diamonds.png");*/
    background-repeat: no-repeat;
    width: 100%;
}
.diamond-overlay .diamonds-title h3 {
    top: 200px;
    color: #ffffff;
    position: relative;
    left: 100px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
   /* width: 175px;*/
    text-align: center;
}
.diamond-overlay .diamonds-subtitle h5 {
    top: 210px;
    color: #ffffff;
    position: relative;
    left: 180px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;

}
.diamond-overlay-subpages {
    top: -80px;
    height: 480px;
    overflow: hidden;
    position: absolute;
    z-index: auto;
    background-repeat: no-repeat;
    width: 485px;
}
@media screen and (max-width: 677px) {
    .diamond-overlay-subpages {
        visibility: hidden;
       /* top: 80px;
        height: 480px;
        overflow: hidden;
        position: relative;
        z-index: auto;
        background-repeat: no-repeat;
        width: 100%*/
    }
}
@media screen and (min-width: 678px) {
    .diamond-overlay-subpages {
        top: -80px;
        height: 480px;
        overflow: hidden;
        margin-right: 0;
        z-index: auto;
        background-repeat: no-repeat;
        width: 485px;
        position: absolute;
        margin-left: 50%;
    }
}
.diamond-overlay-subpages .diamonds-secondary-title h3 {
    top: 175px;
    color: #ffffff;
    position: relative;
    left: 140px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    width: 235px;
    text-align: center;
}
.diamond-overlay-subpages .diamonds-secondary-subtitle h5 {
    top: 185px;
    color: #ffffff;
    position: relative;
    left: 130px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    width: 265px;
    text-align: center;
}
.well .bullet-black {
    list-style: disc;
    color: #000000;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
}
.underline {
    text-decoration: underline;
    font-size: 20px;
}


/* Menu*/

.subnav li a {
    width: 250px;
}
.nav-active {
    background: #ddd!important;
    color: #ffffff;
    padding: 10px 5px 0px 5px;
}
.subnav li a:hover{
    background-color: #ddd;
}

.menu li:hover .subnav{
    display: block;
}
.subactive a {
    color: #00b3ee!important;
}
h1 .small {
  font-size: 40%;
}
