
/* Global styles
===========================================*/

a:hover {
    text-decoration: none;
}

/*
===========================================*/

@media (min-width: 1024px) {
    /*
   * Yamm!3
   * Yet another megamenu for Bootstrap 3
   *
   * http://geedmo.github.com/yamm3
   */
   .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
}

/* Header / Navigation
===========================================*/


/**
* nav.scss
*
* Hawkins navigation styles
*
*/

#hawkins_logo {
    height: 107px;
     width: auto; 
    margin: 25px 20px 0 20px;
}

.fixed-header-body {
    padding-top: 149px !important;
    background-color: #b6b6b6;
}
.navbar {
    z-index: 1001;
    /* higher than the projects filter drop menu */
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    border-color: #fff;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-spacer {
    position: absolute;
    width: 100%;
    height: 149px;
    background-color: #fff;
}
.navbar .navbar-container {
    position: relative;
}
.navbar .navbar-nav {
    margin-top: 97px;
}
.navbar .navbar-nav li > a {
    color: #59595c;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 21px;
    margin-bottom: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 5;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
}
.navbar .navbar-nav li > a .caret {
    color: #ff9400;
    border-top: 8px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar .navbar-nav li .active > a, .navbar .navbar-nav li .active > a:hover {
    color: white;
    background-color: transparent;
}
.navbar .navbar-nav li .active > a .caret, .navbar .navbar-nav li .active > a:hover .caret {
    color: white;
}
.navbar .navbar-nav li:first-child > a {
    border-left: none;
}
.navbar .navbar-nav .open > a:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 98px solid transparent;
    border-right: 98px solid transparent;
    border-bottom: 98px solid #ee8020;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -61px 0 0 -98px;
    z-index: -1;
}
.navbar .navbar-nav .open > a, .navbar .navbar-nav .open > a:hover, .navbar .navbar-nav .open > a:focus {
    color: white;
    background-color: transparent;
}
.navbar .navbar-nav .open .caret {
    color: white;
}
.navbar .main-nav > li > a {
    width: 172px;
    text-align: center;
}
@media (min-width: 1024px) {
    .navbar .main-nav > li:hover > a:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 115px solid transparent;
        border-right: 115px solid transparent;
        border-bottom: 115px solid #ee8020;
        font-size: 0;
        line-height: 0;
        position: absolute;
        left: 50%;
        top: 0;
        margin: -80px 0 0 -115px;
        z-index: -1;
    }
    .navbar .main-nav > li:hover a {
        color: white;
        background-color: transparent;
    }
    .navbar .main-nav > li:hover a .caret {
        color: white;
    }
    .navbar .main-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.navbar .secondary-nav {
    margin-top: 100px;
}
.navbar .secondary-nav li > a {
    color: gray;
    border-left: 1px solid #cccccc;
    text-transform: none;
    font-size: 12px;
    line-height: 13px;
    padding: 0 11px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
}
.navbar .secondary-nav li > a:hover {
    color: #ff9400;
}
.navbar .secondary-nav .active > a, .navbar .secondary-nav .active > a:hover {
    background: transparent;
    color: #ff9400;
    text-decoration: none;
}
.navbar .dropdown-menu {
    background: #ff9400;
    background-image: url("../images/drop-down-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    min-height: 260px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu .dropdown-content {
    padding-left: 144px;
}
.navbar .dropdown-menu .drop-down-nav {
    width: 45%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 24px 0 0;
}
.navbar .dropdown-menu .drop-down-nav .drop-down-heading {
    color: #ee8020;
    font-size: 21px;
    background-color: white;
    text-transform: uppercase;
    margin: 40px 0 0 0;
    padding: 15px 10px 10px 22px;
    width: 100%;
    overflow: hidden;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.navbar .dropdown-menu .drop-down-nav ul {
    padding: 0 0 0 10px;
    margin: 10px 0;
}
.navbar .dropdown-menu .drop-down-nav ul li {
    list-style: none;
}
.navbar .dropdown-menu .drop-down-nav ul li a {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
    border-right: none;
    white-space: nowrap;
    margin: 0 0 0 -10px;
    padding: 11px 0 10px 22px;
    text-decoration: none;
    border-left: none;
}
.navbar .dropdown-menu .drop-down-nav ul li:last-child a {
    border-bottom: none;
}
.navbar .dropdown-menu .drop-down-nav ul li a:hover {
    background-color: #ED8022;
}
.navbar .dropdown-menu .dropdown-hero {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0 0;
    border-left: 1px solid #fff;
    width: 480px;
}
.navbar .dropdown-menu .dropdown-hero .dropdown-hero-image {
    margin-left: 38px;
    float: left;
    display: block;
}
.navbar .dropdown-menu .dropdown-hero .dropdown-hero-title {
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    float: left;
    width: 190px;
    margin: 0 0 0 26px;
}
.navbar .dropdown-menu .dropdown-hero .dropdown-hero-title:after {
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #FCBE72;
    display: block;
    margin: 10px auto;
}
.navbar .dropdown-menu .dropdown-hero .dropdown-hero-link {
    margin: 0 0 0 26px;
    font-size: 15px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: white;
    text-decoration: none;
}

/* Navbar search */

.navbar-form {
    position: absolute;
    right: 10px;
    bottom: 35px;
    margin: 12px 3px;
}

/* What We Do Drop Down */

.what-we-do-quote {
    position: relative;
    display: inline-block;
    width: 380px;
    margin-right: 40px;
    padding: 10px 0 0 25px;
}
.what-we-do-quote h3 {
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}
.what-we-do-quote a:hover h3 {
    color: #eb6e20;
}
.what-we-do-quote .quote-mark {
    position: absolute;
    font-size: 120px;
    line-height: 32px;
    color: #ED8022;
}
.what-we-do-quote .quote-mark-start {
    margin-left: -60px;
    margin-top: 30px;
}
.what-we-do-quote .quote-mark-end {
    margin-top: 38px;
    margin-left: 12px;
}
.drop-down-nav-what-we-do {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0 0;
    width: 684px;
}
.drop-down-nav-what-we-do ul ul.menu, .drop-down-nav-what-we-do ul ul {
    width: 180px;
    margin-right: 20px;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-left: 0px;
    list-style: none;
}
.drop-down-nav-what-we-do ul {
    /*  width: 33%;*/
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-left: 0px;
}
.drop-down-nav-what-we-do ul li, .drop-down-nav-what-we-do ul ul li {
    text-decoration: none;
    list-style: none;
    margin-left: 0px;
    padding-top: 0px;
}
.navbar .navbar-nav .drop-down-nav-what-we-do ul li a, .drop-down-nav-what-we-do ul ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-top: 1px;
}
.navbar .navbar-nav .drop-down-nav-what-we-do ul li a:hover, .drop-down-nav-what-we-do ul ul li a:hover {
    /*opacity: 0.7;*/
    color: #ce611d;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .what-we-do-quote {
        max-width: 407px;
    }
    .drop-down-nav-what-we-do {
        width: 594px;
    }
    .what-we-do-quote h3 {
        font-size: 24px;
    }
}

/* How We Do It Drop Down */

.how-we-do-it-menu {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0 0;
    border-left: 1px solid #fff;
    width: 480px;
}
.how-we-do-it-menu ul {
    list-style: none;
}
.navbar .navbar-nav .how-we-do-it-menu ul li a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-top: 1px;
}
.our-people-menu-header {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
    border-right: none;
    white-space: nowrap;
    margin: 0 0 0 -10px;
    padding: 10px 0 15px 47px;
    text-decoration: none;
    border-left: none;
    margin-top: 2px;
    display: block;
}
.navbar .main-nav .our-people-menu li a:hover {
    opacity: 0.7;
}

/* Drop Down Menu with secondary links for col 2 of the who we are and how we do it pages */

.drop-down-menu-col-2 {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 0;
    border-left: 1px solid #fff;
    width: 480px;
}
.drop-down-menu-col-2 ul {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
}
.drop-down-menu-col-2 ul li {
    list-style-image: none !important;
    list-style-type: none !important;
    list-style: none !important;
    padding: 0;
}
.navbar .navbar-nav .drop-down-menu-col-2 ul > li a {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
    border-right: none;
    white-space: nowrap;
    margin: 0 0 0 -10px;
    padding: 10px 0 10px 22px;
    text-decoration: none;
    border-left: none;
}
.navbar .navbar-nav .drop-down-menu-col-2 > ul > li > a:hover {
    background-color: #ED8022;
}

/* Second Level Menu */

.drop-down-menu-col-2 ul li ul {
    padding: 0;
}
.drop-down-menu-col-2 ul li ul li {
    margin: 0;
}
.navbar .navbar-nav .drop-down-menu-col-2 ul li ul li a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 1px;
    margin-bottom: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 5;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
}
.navbar .navbar-nav .drop-down-menu-col-2 ul li ul li a:hover {
    /*opacity: 0.7;*/
    color: #ce611d;
}
#navbar .drop-down-our-projects-link {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
    border-right: none;
    white-space: nowrap;
    margin: 0 0 0 0px;
    padding: 0 0 10px 0px;
    text-decoration: none;
    border-left: none;
    display: block;
}
#navbar .drop-down-our-projects-link:hover {
    /*opacity: 0.7;*/
    color: #ce611d;
}
#navbar .below-quote {
    margin: 30px 0 0 -20px;
    padding: 15px 0 10px 20px;
}
#navbar .below-quote:hover {
    opacity: 1;
    background-color: #ED8022;
    color: #ffffff;
}
.project_arrow {
    margin-left: 4px;
    font-size: 22px;
}
@media (max-width: 1280px) {
    .drop-down-nav-what-we-do {
        width: 455px;
    }
    .drop-down-nav-what-we-do ul ul.menu, .drop-down-nav-what-we-do ul ul {
        width: 130px;
    }
}

/* Mobile Navigation Overirdes
===========================================*/


/**
* mobile-nav.scss
*
* Styles to override bootstraps mobile navigation
*
*/

.mobile-nav-top {
    display: none;
    width: 100%;
    padding: 20px 10px 20px 10px;
}
.mobile-nav-top .mobile-nav-close {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
}
.navbar-toggle {
    border: none;
}
.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 3px;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ff9400;
}

/* Top Bar Search
===========================================*/


/**
* search.scss
*
* Hawkins styles for search block in the top bar of the website.
*
*/

.nav-search {
    height: 34px;
}
.nav-search #search-input {
    opacity: 0;
    visibility: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
    height: 24px;
    line-height: 24px;
    width: 160px;
    margin-right: 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 20px;
    color: gray;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 14px;
    font-family: arial, helvetica sans-serif;
}
.nav-search #search-input:focus {
    outline: 0;
}
.nav-search #search_icon {
    height: 25px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
#navbar-form .contextual-links-wrapper {
    margin-top: -20px;
}

/* Search Results Page
===========================================*/

.text-page .text-page-content .search-results ul {
    list-style: none;
    padding-left: 0;
}
.text-page .text-page-content .search-results ul li a {
    color: #FF9400;
}
.text-page .text-page-content .search-results ul li a:hover {
    color: gray;
}
.text-page .text-page-content .search-results .search-snippet-info {
    padding-left: 0;
}
.search-pager {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid gray;
}
.text-page .text-page-content .search-results .pager li {
    margin: 0 0 1em 0;
    padding: 8px 0;
    display: inline;
}
.text-page .text-page-content .search-results .pager li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.text-page .text-page-content .search-results .pager .pager-current {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Footer
===========================================*/


/**
* footer.scss
*
* Hawkins styles for the website footer.
*
*/

.footer {
    min-height: 496px;
    background-color: #ff9400;
    background-image: url("../images/footer-bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}
.footer .footer-social {
    padding-top: 65px;
}
.footer .footer-social img {
    margin-right: 10px;
}


.footer .footer-social .icon_insta,
.footer .footer-social .icon_linkedin,
.footer .footer-social .icon_fb {

    width: 23px;
    height: auto;

}

.footer .footer-social .icon_fb {
     width: auto;
    height: 23px;
}


.footer .footer-nav {
    padding-top: 52px;
    /**
     *  The following is not really needed in this case
     *  Only to demonstrate the usage of @media for large screens
     */
 }
 .footer .footer-nav .col-md-1 > .menu {
    margin-top: 0;
}
.footer .footer-nav .col-md-1 > .menu > li > a {
    color: black;
    font-size: 13px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    position: relative;
    margin-top: 16px;
    max-height: 32px;
    overflow: hidden;
}
.footer .footer-nav ul {
    padding: 0;
}
.footer .footer-nav ul li {
    list-style: none;
    margin-bottom: 4px;
}
.footer .footer-nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 300;
    font-style: normal;
    height: 5px;
    -webkit-font-smoothing: antialiased;
}
.footer .footer-nav ul li a:hover {
    color: #fff;
}
.footer-nav div ul li {
    margin-left: 0px;
}
.footer .copyright p {
    width: 100%;
    color: #000;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px #000 solid;
    -webkit-font-smoothing: antialiased;
    margin-top: 60px;
    margin-bottom: 30px;
}
.menu-space-holder {
    visibility: hidden;
}

.menu-space-holder { display: none; }

.what-we-do > ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer .footer-nav .col-md-1, .footer .footer-nav .col-sm-1, .footer .footer-nav .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}
@media (min-width: 992px) {
    .footer .footer-nav .col-md-1, .footer .footer-nav .col-sm-1, .footer .footer-nav .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
    .footer .footer-nav h4 {
        position: absolute;
        margin-top: 10px;
    }
    .footer .footer-nav .double-heading h4 {
        position: relative;
        margin-bottom: 32px;
    }
    .footer .footer-nav ul {
        margin: 27px 0;
    }
    .footer .footer-nav .double-heading ul {
        margin: 22px 0;
    }
    .menu-space-holder { display: block; }

    .what-we-do > ul {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .footer .footer-nav .col-md-1, .footer .footer-nav .col-sm-1, .footer .footer-nav .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/* Breadcrumb Menu Styles
===========================================*/


/**
* breadcrumb.scss
*
* Hawkins breadcrumb styles
*
*/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li {
    color: gray;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    min-width: 41px;
    display: inline;
}
.breadcrumb li a {
    color: gray;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
.breadcrumb > li + li:before {
    color: gray;
    font-size: 14px;
    content: "/";
}
.breadcrumb > .active {
    color: gray;
}

/* Generic Page Styles
===========================================*/


/**
* generic-page-styles.scss
*
* Hawkins generic page styles that apply styles accross multiple page templates
*
*/

.page-bg {
    background-color: #b6b6b6;
    padding: 25px 0;
}
.page-bg .container {
    background-color: white;
    padding-top: 20px;
}
#user-login {
    padding: 50px;
}

/* Carousel
===========================================*/


/**
* carousel.scss
*
* Hawkins styles for carousel on the home page.
*
*/

.carousel .carousel-inner .carousel-caption {
    text-align: left;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    right: 0;
    left: 0;
}
.carousel .carousel-inner .carousel-caption .project-name {
    text-transform: uppercase;
    font-weight: 700;
}
.carousel .carousel-inner > .item > img, .carousel .carousel-inner .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
}
.carousel .carousel-inner .carousel-title {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    top: 0;
}
.carousel .carousel-inner .carousel-title .carousel-title-content {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.carousel .carousel-inner .carousel-title .carousel-title-content h1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 37px;
    color: #ff9400;
    text-shadow: 1px 1px 1px #333;
}
.carousel .carousel-inner .carousel-title .carousel-title-content h1 .title-white {
    color: white;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-size: 72px;
}
.carousel .carousel-control {
    z-index: 10;
}
#home-carousel .carousel-control {
    opacity: 1;
    background-image: none;
}
#home-carousel .carousel-control:hover {
    opacity: 0.5;
}
.carousel .glyphicon-chevron-left {
    width: 0;
    height: 0;
    left: 44px;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 28px solid #ff9400;
    margin-top: -6px;
}
.carousel .glyphicon-chevron-left:before {
    content: none;
}
.carousel .glyphicon-chevron-right {
    width: 0;
    height: 0;
    right: 44px;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #ff9400;
    margin-top: -6px;
}
.carousel .glyphicon-chevron-right:before {
    content: none;
}
.carousel .play {
    width: 85px;
    height: 85px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 50%;
    margin: 15px 0 0 -40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.carousel .video:hover .play {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.video-popup-bg {
    position: fixed;
    width: 100%;
    height: 120%;
    background: url("../images/home_video_top_bg.png");
    top: 0;
    left: 0;
    z-index: 9990;
    display: none;
}
.video-popup {
    position: fixed;
    background-color: #000;
    width: 1px;
    height: 1px;
    max-width: 1280px;
    max-height: 720px;
    z-index: 9999;
    overflow: hidden;
    top: 50%;
    left: 50%;
}
.video-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    margin-top: -50px;
    -webkit-transform: translateZ(0);
}

/* Home Page
===========================================*/


/**
* home-page.scss
*
* Hawkins styles for the home page.
*
*/

body, html {
    height: 100%;
}
.home-content-1 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-content-1 h2 {
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ff9400;
    font-size: 35px;
}
.home-content-1 p {
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    color: gray;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    width: 75%;
    margin: 18px auto 35px auto;
}
.home-content-1 .home-down-arrow {
    color: #ff9400;
    border-top: 14px solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.about-heros {
    background-color: #b6b6b6;
    padding: 55px 0;
}

.about-heros .row{
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.about-heros .row a{
    max-width: 265px;
    margin: 0 20px 20px 0;
}


.about-heros .about-hero {
    position: relative;
    height: 100%;
}
.heros-img-wrapper {
    background-color: #000;
    max-width: 262px;
}
.about-heros .about-hero img {
    transition: filter .9s ease;
    -webkit-transition: filter .9s ease;
    -moz-transition: filter .9s ease;
    -ms-transition: filter .9s ease;
    width: 100%;
}
.about-heros .about-hero:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}
.about-heros .about-hero .about-hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-hero-content h3 {
    line-height: 22px;
}
.about-heros .about-hero .about-hero-content .center {
    width: 100%;
    height: 100%;
    display: table;
}
.about-heros .about-hero .about-hero-content .center h3 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 992px) {
    .about-hero .heros-img-wrapper {
        background-color: transparent;
    }
    .about-heros .about-hero:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
    .home-content-2 .home-content-absolute .home-content-2-text .center h2 {
	    color: #404041!important;
	     font-size: 33px!important;
	}
	.home-content-2 .home-content-absolute .home-content-2-text .center p {
	     color: #404041!important;
	}
}
@media (max-width: 850px) {
    .carousel .carousel-inner .carousel-title .carousel-title-content h1 .title-white {
        font-size: 60px;
    }
}
@media (max-width: 768px) {
    .carousel .carousel-inner .carousel-title .carousel-title-content h1 {
        font-size: 30px;
    }
    .carousel .carousel-inner .carousel-title .carousel-title-content h1 .title-white {
        font-size: 36px;
    }
    .node-type-front-page .carousel .glyphicon {
        display: none;
    }
}
@media (max-width: 480px) {
    .carousel .carousel-inner .carousel-title .carousel-title-content h1 {
        font-size: 24px;
    }
    .carousel .carousel-inner .carousel-title .carousel-title-content h1 .title-white {
        font-size: 30px;
    }
    .carousel .glyphicon-chevron-left {
        left: 18px;
    }
    .carousel .glyphicon-chevron-right {
        right: 18px;
    }
}
.home-content-2 {
    padding: 40px 0 0 0;
    position: relative;
    overflow: hidden;
}
.home-content-2 .home-content-2-background {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
}
.home-content-2 .home-content-absolute {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 575px;
}
.home-content-2 .home-content-absolute .home-content-2-text {
    width: 100%;
    height: 100%;
    display: table;
}
.home-content-2 .home-content-absolute .home-content-2-text .center {
    vertical-align: middle;
    display: table-cell;
}
.home-content-2 .home-content-absolute .home-content-2-text .center h2 {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 53px;
    /*color: #404041;*/
    color: #fff;
}
.home-content-2 .home-content-absolute .home-content-2-text .center p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
     /*color: #404041;*/
    color: #fff;
}
.home-content-2 .home-content-absolute .home-content-2-text .center .btn {
    color: white;
    background-color: #ff9400;
    border-color: #ff9400;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}
.home-content-2 .home-content-absolute .home-content-2-text .center .btn:hover {
    background-color: #ee8020;
}
.home-3col {
    padding-top: 70px;
    padding: 70px 20px;
}
.home-3col .row {
    margin-right: -20px;
    margin-left: -20px;
}
.home-3col .home-col {
    padding-right: 20px;
    padding-left: 20px;
}
.home-3col h4 {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    color: black;
    width: 100%;
    text-align: center;
    margin: 38px 0 18px 0;
}
.home-3col h4:after {
    content: ' ';
    width: 120px;
    height: 2px;
    background-color: #ff9400;
    display: block;
    margin: 20px auto;
}
.home-3col p {
    padding: 0 20px;
    text-align: center;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    color: gray;
}
.home-3col .read-more {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 500;
    font-style: normal;
    color: gray;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 3px;
    text-transform: uppercase;
}
.home-3col .read-more:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ff9400;
    display: inline-block;
    margin-left: 10px;
}

/* About Page
===========================================*/


/**
* about.scss
*
* Hawkins styles for the about page.
*
*/

#slides-1,
#slides-2,
#slides-3,
#slides-4,
#slides-5,
#slides-6 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 772px;
    opacity: 1 !important;
}
/*
#our_story {
    width: 70%;
    margin-top: 15%;
    }*/

    .slides-control {
        position: relative;
        height: 100%;
        width: 100%;
        left: -1519px;
    }

    .slides-container {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: outside none none;
        position: relative;
        height: 100%;
        opacity: 1;
    }

    .slide-copy-container {
        display: block;
        left: 1519px;
        position: absolute;
        overflow: hidden;
        height: 100%;
        width: 100%;
        top: 0px;
        z-index: 2;
    }

    .slide-background-image {
        position: absolute;
        left: 0px;
        top: -195px;
        z-index: -1;
        max-width: none;
        height: 967.003px;
        width: 100%;
    }

    .admin-edit-tabs {
        text-align: right;
        padding-right: 20px !important;
        z-index: 10;
    }

    .about-tabs {
        width: 100%;
        height: 20px;
        background-color: #fff;
        padding: 10px 0 23px 0;
    }
    #slides-1,
    #slides-2,
    #slides-3,
    #slides-4,
    #slides-5,
    #slides-6 {
        opacity: 0;
    }

    #slides {
        position: relative;
    }

    #slides .slides-container {
        display: none;
    }

    #slides .scrollable {
        *zoom: 1;
        position: relative;
        top: 0;
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

    #slides .scrollable:after {
        content: "";
        display: table;
        clear: both;
    }

    .slides-navigation {
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        top: 46%;
        width: 100%;
    }

    .slides-navigation a {
        position: absolute;
        display: block;
    }

    .slides-navigation a.prev {
        left: 0;
        display: none;
    }

    .slides-navigation a.next {
        right: 0;
    }

    .slides-pagination {
        position: absolute;
        z-index: 3;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    .slides-pagination a {
        border: 2px solid #222;
        border-radius: 15px;
        width: 10px;
        height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 2px;
        overflow: hidden;
        text-indent: -100%;
    }

    .slides-pagination a.current {
        background: #222;
    }

    #slides-1 {
        background: #ff9900 url(/sites/all/themes/hawkins/images/our_story_trangles.png) no-repeat bottom right;
        text-align: center;
        margin-top: -147px;
        z-index: 999;
        height: 100vh;
        max-height: 100vh;
        margin-top: 0 !important;
    }

    #our_story {
        width: 80%;
        /*margin: 18% auto;*/
        max-width: 620px;
        margin: 0% auto !important;
        color: #FFF;
        position: relative;
        top: 45%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%); 
        -ms-transform: translate(0%, -50%); 
        -o-transform: translate(0%, -50%); 
    }

    .down_arrow {
        margin: 0 auto;
        position: absolute;
        bottom: 40px;
        width: 100%;
        left: auto;
    }

    .all_slides_container{
        background-color: black;
    }

    .all_slides_container > div:first-child{
        max-height: 88vh;
        min-height: 88vh;
    }

    .all_slides_container > div:first-child .Slider_item{
      max-height: 88vh;
      min-height: 88vh;
  }

  .video-click{
      max-height: 100vh;
      min-height: 100vh;
  }

  

  .slide_copy {
    color: #FFF;
    max-width: 470px;
    width: 75%;
    margin-top: 12%;
    margin-left: 100px;
    margin-top: 0 !important;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%); 
    -ms-transform: translate(0%, -50%); 
    -o-transform: translate(0%, -50%); 
    text-shadow: 1px 1px 1px #333;
}

body img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.next {
    margin-right: 30px;
}

.previous {
    margin-left: 30px;
}

.Slider_item{
    height: 100% !important;
    min-height: 100vh;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0;
}

.Slider_item .slide_copy{
    top: 50%;
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%); 
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    margin-top: 50px !important;
}


#our_story h1 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 62px;
    font-weight: 300!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

#our_story p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.slide_copy p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.slide_copy a {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.slide_copy a:hover {
    text-decoration: underline;
}

.slide_copy h2 {
    color: #FFF;
    font-size: 2.8em;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    margin: 0px 0px 10px 0px;
}

.slide_copy h5 {
    color: #F90;
    font-size: 17px;
    margin: 0px 0px 7px 0px;
}

.intro {
    border-top: 1px #F90 solid;
    border-bottom: 1px #F90 solid;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    color: #F90;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
}

.intro p {
    color: #F90;
}

.inline_heading,
.slide_copy strong {
    color: #F90;
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.slides-pagination {
    display: none !important;
}

#slides-1,
#slides-2,
#slides-3,
#slides-4,
#slides-5,
#slides-6 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (max-width: 992px) {

}
@media (max-width: 768px) {

    .Slider_item,
    .video-content{
        background: black !important;
        height: auto !important;
        min-height: 100% !important;
        position: static;
    }

    .Slider_item .slide_copy{
        position: static;
        transform: translate(-0%, 0%);
        -webkit-transform: translate(-0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        margin: 0 auto !important;
        padding: 7% 0;
    }



    .video-click .Slider_item{
        position: absolute;
    }

    #our_story {
        margin-top: 30%;
    }
    #slides-1 {
        margin-top: -82px;
    }
}

@media (max-width: 480px) {
    #our_story h1 {
        font-size: 40px;
    }
    .slide_copy h2 {
        font-size: 32px;
    }
}
@media(max-height: 800px) {
    .down_arrow {
        display: none;
    }
    .slide_copy {
        color: #FFF;
        max-width: 470px;
        width: 75%;
        // margin-top: 5%!important;
        margin-left: 100px;
    }
    #our_story p {
        line-height: 19px;
        font-size: 15px;
    }
    .slide_copy p {
        font-size: 14px;
        line-height: 18px;
    }
    .slide_copy h2 {
        line-height: 45px;
    }
    .slide_copy .intro {
        line-height: 20px;
    }

}

@media (max-height: 768px) {

    // #slides-1, #slides-2, #slides-3, #slides-4, #slides-5, #slides-6{
        //     min-height: 768px;
        // }

        // #slides-1 img, #slides-2 img, #slides-3 img, #slides-4 img, #slides-5 img, #slides-6 img{
            //     min-height: 768px;
            //     top: 0 !important;
            // }



            #down_arrow img{
                min-height: 55px;
            }
        }

        @media (max-width: 1024px) {

            // #slides-1, #slides-2, #slides-3, #slides-4, #slides-5, #slides-6{
                //     min-height: 768px;
                // }

                // #slides-1 img, #slides-2 img, #slides-3 img, #slides-4 img, #slides-5 img, #slides-6 img{
                    //     min-height: 768px;
                    //     top: 0 !important;
                    // }

                    #down_arrow img{
                        min-height: 55px;
                    }
                }

                @media(max-height: 860px) {
                    .down_arrow {
                        display: none;
                    }
                }
                @media (min-width: 1200px) {
    /*#our_story {
        margin-top: 15%;
        }*/
    }
    @media (min-width: 1500px) {
    /*#our_story {
        margin-top: 12%;
        }*/
    }

/* Projects Page
===========================================*/


/**
* projects.scss
*
* Hawkins project page styles
*
*/

.projects-page {
    padding-left: 30px;
    padding-right: 30px;
}
.projects-page .projects-nav {
    position: relative;
    min-height: 44px;
    background-color: #ff9400;
}
.projects-page .projects-nav .filter-by, .projects-page .projects-nav .filter-show-all {
    float: left;
}
.projects-page .projects-nav .filter-by h3, .projects-page .projects-nav .filter-show-all h3 {
    color: white;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 26px;
    border-right: 1px solid white;
    margin: 15px 6px 15px 0;
}
.projects-page .projects-nav .filter-show-all h3 {
    border-left: 1px solid white;
    border-right: none;
    padding-left: 26px;
    padding-right: 20px;
    margin: 15px 0px 15px 6px;
}

/*.projects-page .projects-nav .filter-show-all {
             display:inline;
            width: 100%;
      position: relative;
      z-index: 50; }

      .projects-page .projects-nav .filter-show-all h3 {
        border: none;
        padding-left: 20px;
        }*/

        .projects-page .projects-nav li a {
            color: white;
            padding-left: 20px;
            padding-right: 20px;
            font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
            font-weight: 500;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 14px;
        }
        .projects-page .projects-nav li a:hover, .projects-page .projects-nav li a:focus {
            color: #fff;
        }
        .projects-page .projects-nav .navbar-nav .open {
            background-color: #ff9400;
        }
        .projects-page .projects-nav .navbar-nav .open > a {
            background-color: #ff9400;
            color: white;
        }
        .projects-page .projects-nav .dropdown-menu li a {
            color: black;
            font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
            font-weight: 400;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            text-transform: capitalize;
            font-size: 14px;
        }
        .projects-page .pre-loader {
            position: relative;
            margin: 100px auto;
            text-align: center;
        }
        .projects-page .projects-container {
            margin-top: 30px;
            padding-bottom: 80px;
            overflow: hidden;
        }
        .projects-container .block {
            opacity: 0;
        }
        .projects-page .projects-container .project {
            margin-bottom: 15px;
            cursor: pointer;
        }
        .projects-page .projects-container .project .project-image {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
/*            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
*/            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

            /* Firefox 3.5+ */
            filter: grayscale(100%);
            filter: gray;
            /* For IE 6 - 9 */
            -webkit-transition: all .9s ease;
            -moz-transition: all .9s ease;
            transition: all .9s ease;
            /* Transition for Webkit browsers */
            left: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            max-width: 100%;
        }
        .projects-page .projects-container .project .project-info {
            width: 100%;
            background-color: #ff9400;
            position: absolute;
            /*bottom: 0;*/
            margin-bottom: 0;
            z-index: 1025;
            display: none;
        }
        .projects-page .projects-container .project .project-info h4 {
            color: #FFF;
            font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
            font-weight: 700;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            font-size: 15px;
            line-height: 19px;
            margin: 12px 18px 0 18px;
        }
        .projects-page .projects-container .project .project-info p {
            color: #FFF;
            font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
            font-weight: 400;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            font-size: 12px;
            line-height: 16px;
            text-transform: uppercase;
            margin: 0px 0px 10px 18px;
        }
        .projects-page .projects-container .project .project-info-hover {
            display: block;
        }
        .projects-page .projects-container .project:hover .project-image {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            filter: grayscale(0%);
            filter: none;
            -webkit-transition: all .9s ease;
            -moz-transition: all .9s ease;
            transition: all .9s ease;
            /* Transition for Webkit browsers */
        }

        /*Sorting drop down active state */

        .drop-active {
            background-color: #ff9400;
            color: #fff !important;
        }
        .drop-active:hover {
            background-color: #ff9400 !important;
            color: #fff !important;
        }

        /* Projects Lazy Loading */

        .projects-lazy {
            width: 100%;
            text-align: center;
            padding-bottom: 40px;
        }
        #projects-lazy-loader {
            margin-top: -40px;
            opacity: 0;
        }
        @-webkit-keyframes mask {
            25% {
                -webkit-transform: rotate(270deg);
            }
            50% {
                -webkit-transform: rotate(90deg);
            }
            75% {
                -webkit-transform: rotate(360deg);
            }
            100% {
                -webkit-transform: rotate(180deg);
            }
        }
        @keyframes mask {
            25% {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
            }
            50% {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }
            75% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
            100% {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }
        }
        @media (min-width: 1200px) {
            .image-half {
                width: 547px;
            }
            .image-quarter {
                width: 266px;
            }
        }
        @media (max-width: 1199px) {
            .image-half {
                width: 447px;
            }
            .image-quarter {
                width: 216px;
            }
        }
        @media (max-width: 991px) {
            .image-half {
                width: 337px;
            }
            .image-quarter {
                width: 161px;
            }
        }

/* Individual Project Page
===========================================*/


/**
* project-individual.scss
*
* Hawkins breadcrumb styles
*
*/

.project-individual-page-bg {
    background-color: #b6b6b6;
    padding: 0;
}
.project-individual-page-bg .container {
    background-color: white;
    padding-top: 0;
}
.project-individual-page-bg .project-hero-image {
    padding: 0;
}
.project-individual {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("../images/project-individual-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}
.project-individual .breadcrumb {
    border-bottom: 1px solid #919191;
    padding-top: 18px;
    padding-bottom: 18px;
}
.project-individual .project-individual-title {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #797979;
    font-size: 48px;
}
.project-individual .project-individual-intro h2 {
    color: #ff9400;
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 32px;
    border-top: 1px solid #ff9400;
    border-bottom: 1px solid #ff9400;
    padding: 35px 0;
    margin: 38px 0;
}
.project-individual .project-individual-body {
    margin-bottom: 110px;
}

/*.project-individual .project-individual-body p {
      color: gray;
      font-weight: 400;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif; }*/

      .project-individual .project-individual-body img {
        padding: 25px 0;
        max-width: 100%;
    }
    .project-individual .project-individual-body h1, .project-individual .project-individual-body h2, .project-individual .project-individual-body h3, .project-individual .project-individual-body h4, .project-individual .project-individual-body h5, .project-individual .project-individual-body h6 {
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        color: gray;
        font-size: 21px;
    }
    .project-individual .project-individual-body ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .project-individual .project-individual-body li {
        color: gray;
        font-weight: 300;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        margin-bottom: 8px;
    }
    .project-individual .project-individual-body .project-review {
        width: 100%;
        margin: 30px 0;
        padding: 10px 0;
        border-top: 1px solid #ff9400;
    }
    .project-individual .project-individual-body .project-review .project-review-quote {
        color: #ff9400;
        font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 26px;
    }
    .project-individual .project-individual-body .project-review .project-review-name {
        font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 25px;
        color: #404041;
        margin-bottom: 2px;
    }
    .project-individual-sidebar {
        background: #dbdbdb;
        margin-top: 37px;
    }
    .project-individual-sidebar .map-canvas {
        width: 100%;
        height: 360px;
        margin: 0 0 20px 0;
    }
    .project-individual-sidebar .sidebar-content {
        padding: 10px 25px;
    }
    .project-individual-sidebar .sidebar-content h3 {
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        color: #ff9400;
    }
    .project-individual-sidebar .sidebar-content p, .project-individual-sidebar .sidebar-content li {
        color: gray;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 24px;
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    }
    .project-individual-sidebar .sidebar-content ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .related-projects {
        margin-bottom: 380px;
    }
    .related-projects h2 {
        font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        color: #404041;
        margin-bottom: 2px;
        margin-top: 50px;
        padding: 0 0 5px 3px;
        border-bottom: 1px #404041 solid;
    }
    .related-projects .related-projects-image {
        margin-top: 12px;
    }

    /* Projects Slider */

    #carousel-project {
        display: none;
    }
    .carousel-control.left, #carousel-project .carousel-control.right {
        background: none !important;
        filter: progid: none !important;
    }

/* Mobile Styles
===========================================*/

@media (max-width: 992px) {
    .project-individual-sidebar {
        margin-top: 0px;
    }
    .project-individual .project-individual-body {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .project-individual {
        background-image: none;
    }
    .related-projects {
        margin-bottom: 38px;
    }
}
@media (max-width: 480px) {
    .project-individual .project-individual-title {
        font-size: 32px;
    }
}

/* Blog Page
===========================================*/


/**
* blog.scss
*
* Hawkins styles for the blog page which lists all the .
*
*/

.blog-page {
    padding-left: 30px;
    padding-right: 30px;
}

.blog-page .blog-title-row {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.blog-page .blog-page-title {
    /*height: 215px;*/
/*    border-top: 1px solid gray;
border-bottom: 1px solid gray;*/
/*overflow: hidden;*/
}
.blog-page .blog-page-title h1 {
    margin-top: 10px;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 67px;
    color: #ff9400;
    /*padding-top: 100px;*/
}
.blog-page .blog-categories {
    /*height: 94px;*/
/*    border-top: 1px solid gray;
border-bottom: 1px solid gray;*/
/*overflow: hidden;*/
position: relative;
}
.taxonomy-page .blog-categories .region,
.blog-page .blog-categories .region {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left:  0;
    z-index: 9999;
}

.taxonomy-page .blog-categories .region ul {
    padding: 10px 5px 5px;
    list-style: none;
    background-color: rgba(255, 148, 0, 0.85);
}

.taxonomy-page .blog-categories .region ul li {
    margin-bottom: 5px;
}

.taxonomy-page .blog-categories .region ul a {
    color: #fff;
}

.blog-page .blog-categories h3 {
    margin-top: 36px;
    margin-bottom: 0;
    padding-left: 5px;
    background-color: rgba(255, 148, 0, 0.85);
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
}
.blog-page .down-arrow {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.blog-page .up-arrow {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.page-node-13 .blog-page .view-news-categories-menu ul {
    padding: 10px 5px 5px;
    list-style: none;
    background-color: rgba(255, 148, 0, 0.85);
}
.blog-page .view-news-categories-menu li {
    margin-bottom: 10px;
}
.blog-page .view-news-categories-menu a {
    color: #ffffff;
}
.blog-page .blog-types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 26px;
    width: 100%;
}
.blog-types.individual-news ul {
    top: 35px;
    width: 220px;
}
.blog-page .blog-types ul li {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 1px 0 1px 10px;
    -webkit-font-smoothing: antialiased;
}
.blog-page .blog-types ul li a {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.blog-page .blog-types ul .active {
    background-color: #ff9400;
    color: white;
}

.blog-page .blog-posts .blog-types-heading {
    color: #59595c;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding: 0 4px 50px 4px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}








/*
    FORREST WORKING - NEWS AND MEDIA
    ========================================= */


    .blog-page .blog-posts {
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .posts__section {
        position: relative;
        height: 546.25px;
        z-index: 3;
    }

    .posts__section:before {
/*    display: block;
    content: "";
    padding-top: 47.5%;*/
}

.posts__section.last__section:before {
    /*padding-top: 23.25%;*/
}

.posts__section.last__section {
    height: 223.12px;
}

.posts__section-inner {
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
}

.blog-page .posts .post {
    position: absolute;
}

.blog-page .posts .post-0,
.blog-page .posts .post-4 {
    top:  0;
    left: 0;
    width:  50%;
    height: 50%;
}

.blog-page .posts .post-1,
.blog-page .posts .post-5 {
    top:  50%;
    left: 0;
    width:  25%;
    height: 50%;
}
.blog-page .posts .post-2,
.blog-page .posts .post-6 {
    top:  50%;
    left: 25%;
    width:  25%;
    height: 50%; 
}
.blog-page .posts .post-3,
.blog-page .posts .post-7 {
    top:  0;
    left: 50%;
    width:  50%;
    height: 100%; 
}

.posts__section.last__section .post.post-0 {
    height: 100%;
}

.blog-page .post:before {
    content: "";
    display: block;
}

.blog-page .post__wrap {
    position: absolute;
    top:    5px;
    right:  5px;
    bottom: 5px;
    left:   5px;
    z-index: 2;
}


.blog-page .post__inner {
    position: absolute;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 4;
}

.blog-page .post__inner:before {
    display: block;
    position: absolute;
    content: '';
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    z-index: 3;
    -o-transition: background-color .15s linear
    -ms-transition: background-color .15s linear
    -moz-transition: background-color .15s linear
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
    opacity: 0.4;
}

.blog-page .regular-post .post__inner:before {
    background: -o-linear-gradient(transparent, black 80%);
    background: -moz-linear-gradient(transparent, black 80%);
    background: -ms-linear-gradient(transparent, black 80%);
    background: -webkit-linear-gradient(transparent, black 80%);
    background: linear-gradient(transparent, black 80%);
}

.blog-page .social-post .post__inner:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.social-post__date {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #fff;
    max-width: 100px;
    font-size: 12px;
}

.social-post__date:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.blog-page .post__social--edit {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
    color: #111;
    background-color: #fff;
    padding: 5px 10px;
    text-decoration: underline;
}

/*.blog-page .post__width-one { width: 100%; }
.blog-page .post__width-two { width: 50%; }*/

/*.blog-page .post__height-one:before { padding-top: 50%; }
.blog-page .post__height-two:before { padding-top: 100%; }
.blog-page .post__height-three:before { padding-top: 100%; }*/

/*.blog-page .post__height-one { height: 263px; }
.blog-page .post__height-two { height: 263px; }
.blog-page .post__height-three { height: 536.25; }*/

.blog-page .post__width-two.post__height-two {
    clear: left;
}

.blog-page .post.float-right {
    float: right;
    clear: none;
}


.posts__left {
    float: left;
    width: 50%;
    overflow: hidden;
}

.posts__right {
    float: right;
    width: 50%;
    overflow: auto;
}


.regular-post .blog-summary {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 100%;
    z-index: 7;
}

.regular-post .blog-summary-title {
    position: relative;
    max-width: 400px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.regular-post .blog-summary p {
    display: none;
}

/*.blog-summary-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    }*/

    .social-post .blog-summary {
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%, -50px);
        -ms-transform: translate(-50%, -50px);
        -moz-transform: translate(-50%, -50px);
        -webkit-transform: translate(-50%, -50px);
        transform: translate(-50%, -50px);
        width: 95%;
        margin-bottom: 0;
        padding-top: 5px;
        text-align: center;
        z-index: 6;
        transition: transform .15s linear, opacity .15s linear;
    }

    .social-post .blog-summary p {
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
        color: #fff;
        font-weight: 400;
        opacity: 0;
        -o-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        z-index: 7;
        font-size: 13px;
        line-height: 1.5;
    }

    .blog-page .posts .post-0 .social-post .blog-summary p,
    .blog-page .posts .post-3 .social-post .blog-summary p,
    .blog-page .posts .post-4 .social-post .blog-summary p,
    .blog-page .posts .post-7 .social-post .blog-summary p {
/*    font-size: 15px;
line-height: 1.5;*/
}

.post__social {
    max-height: 100px;
    transition: transform .15s linear;
}

.blog-posts .post:hover .social-post .post__inner:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.blog-posts .post:hover .post__social {
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.blog-posts .post:hover .social-post .blog-summary {
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-posts .post:hover .social-post .blog-summary p {
    opacity: 1;
}

.blog-page .view-news-categories-menu ul {
    background-color: transparent;
}

.blog-page .blog-types ul .active {
    display: none;
}

.node-type-our-community-page .slide-copy-container a{
    text-decoration: underline;
}


.video-click {
    position: relative;
}

.play{
    cursor: auto;
}

.video-click .slide_copy .play_button{
    display: none;
}

.slide_copy .play_button{
    width: 30px !important;
    height: auto !important;
    position: static !important;
    min-height: 30px!important;
    display: inline-block !important;
    cursor: pointer;
}

.slide_copy .play_text{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
}

.field_ourapproach_body{
   margin-bottom: 20px; 
}





.video-click .play{
    position: absolute;
    z-index: 301;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
}

@media (max-width: 1200px) {
    .social-post:hover .post__social  {
        -o-transform: translate3d(0, -80px, 0) scale(0.7);
        -ms-transform: translate3d(0, -80px, 0) scale(0.7);
        -moz-transform: translate3d(0, -80px, 0) scale(0.7);
        -webkit-transform: translate3d(0, -80px, 0) scale(0.7);
        transform: translate3d(0, -80px, 0) scale(0.7);
    }

    .social-post .blog-summary {
        padding-top: 0;
    }

    .social-post .blog-summary p {
        max-width: 275px;
        margin-bottom: 0;
        bottom: 0;
        line-height: 1.3;
    }

    .social-post__date {
        padding-top: 5px;
        margin-top: 10px;
        line-height: 1;
    }

    .blog-page .posts .post-0 .social-post .blog-summary p,
    .blog-page .posts .post-4 .social-post .blog-summary p {
/*        font-size: 14px;
        line-height: 1.2;
        max-width: 95%;*/
    }
}

@media (max-width: 992px) {
    .blog-page .blog-title-row {
        padding-bottom: 20px;
    }

/*    .regular-post .blog-summary {
        position: absolute;
        top:    0;
        right:  0;
        bottom: 0;
        left:   0;
        border: 1px solid lime;
        }*/


        .regular-post .blog-summary-title {
/*        position: absolute;
        top: 60%;
        left: 15px;*/
        max-width: 340px;
    }

    .regular-post .blog-summary-title:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -10px;
        width: 95%;
        max-width: 340px;
        border-top: 1px solid #fff;
    }

    .regular-post .blog-summary p {
        display: block;
        width: 95%;
        max-width: 325px;
        padding-top: 5px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .social-post .blog-summary p {
        max-width: 95%;
        font-size: 16px;
    }

    .blog-page .posts .post-0 .social-post .blog-summary p,
    .blog-page .posts .post-4 .social-post .blog-summary p {
/*        font-size: 15px;
line-height: 1.5;*/
}

.posts__section {
    height: 730px;
}

.posts__section:before {
    /*padding-top: 100%;*/
}

.posts__section.last__section:before {
    padding-top: 50%;
}

.blog-page .posts .post-0,
.blog-page .posts .post-4 {
    top:  0;
    left: 0;
    width: 50%;
    height: 50%;
}

.blog-page .posts .post-1,
.blog-page .posts .post-5 {
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
}
.blog-page .posts .post-2,
.blog-page .posts .post-6 {
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%; 
}
.blog-page .posts .post-3,
.blog-page .posts .post-7 {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%; 
}
.social-post .blog-summary {
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-posts .social-post .post__inner:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.blog-posts .post .post__social {
    width: 50px;
    margin-bottom: 10px;
}

.blog-posts .post .social-post .blog-summary {
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-posts .post .social-post .blog-summary p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 1;
}

.blog-posts .post:hover .post__social {
    transform: none;
}

.blog-page .blog-categories {
    float: right;
    width: 300px;
    max-width: 100%;
    margin-right: -15px;
}

.blog-page .blog-categories h3 {
    margin-top: 10px;    
} 

.blog-types.individual-news ul {
    display: none;
    top: -10px;
}

.blog-page .post__inner:before {
    background-color: rgba(0, 0, 0, 0.35);
}
}

@media (max-width: 768px) {
    .posts__section {
        height: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .posts__section:before {
        padding-top: 410%;
        content: '';
        display: block;
    }

    .posts__section.last__section:before {
        padding-top: 100%;
    }

    .blog-page #posts .post {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .blog-page #posts .post:before {
        display: block;
        content: "";
        padding-top: 100%;
    }

    .blog-page #posts .post__wrap {
        position: absolute;
        top:    0;
        right:  0;
        bottom: 0;
        left:   0;
    }

    .regular-post .blog-summary-title ,
    .regular-post .blog-summary-title:after {
        width: 95%;
        max-width: 400px;
    }
}

@media (max-width: 320px) {
    .blog-posts .post .blog-summary p {
        font-size: 12px;
    }
}

/*
    END FORREST WORKING
    ========================== */












    .blog-page .post .post-thumb {
        margin-left: -15px;
    }
    .blog-page .post .blog-summary {
     /* margin-right: -15px;*/
 }
 .blog-page .post .blog-summary a {
    text-decoration: none;
}
.blog-page .post .blog-summary .blog-summary-date, .blog-page .post .blog-summary .read-more {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
    text-decoration: none;
}
.blog-page .post .blog-summary .read-more:hover {
    color: #ff9400;
}

.blog-page .post .blog-summary .blog-summary-content {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 7px;
}



.blog-page .load-more {
    width: 100%;
    padding-top: 30px;
    border-bottom: 8px solid #b6b6b6;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    clear: both;
}
.blog-page .load-more p {
    width: 100%;
    text-align: center;
    color: gray;
    margin-bottom: 25px;
}
.blog-page .load-more img {
    display: none;
    margin-bottom: 25px;
}
.blog-page .load-more p:hover {
    color: #ff9400;
}
.blog-page .blog-sidebar .archives h3, .blog-page .blog-sidebar .categories h3 {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    padding-left: 10px;
}
.blog-page .blog-sidebar .archives ul, .blog-page .blog-sidebar .categories ul {
    list-style: none;
    padding-left: 10px;
}
.blog-page .blog-sidebar .archives ul li a, .blog-page .blog-sidebar .categories ul li a {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: gray;
    -webkit-font-smoothing: antialiased;
}
.blog-page .blog-sidebar .categories.categories-individual-news ul {
    background-color: #fff;
}
@media (max-width: 991px) {
    .post-thumb {
        margin-bottom: 15px;
    }
    .blog-sidebar {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .blog-page .blog-page-title {
        height: auto;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        overflow: auto;
    }
    .blog-page .blog-page-title h1 {
        font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 40px;
        color: #ff9400;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Blog Individual Post Page
===========================================*/


/**
* blog-individual.scss
*
* Hawkins styles for the blog page which displays a single post.
*
*/

.individual-post .blog-types-heading {
    color: #59595c;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding: 0 4px 50px 4px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.individual-post .blog-post-intro {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
}
.individual-post .blog-post-intro .blog-post-date {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
    text-decoration: none;
}
.individual-post .blog-post-intro .blog-post-title {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #ff9400;
    -webkit-font-smoothing: antialiased;
}
.individual-post .blog-post-intro .blog-post-details {
    color: gray;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.individual-post .blog-post-intro .blog-post-details .author, .individual-post .blog-post-intro .blog-post-details .category {
    font-weight: 700;
}
.individual-post .blog-post-body {
    margin-bottom: 110px;
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
    /* Flexible Vimeo Embed */
}

/* .individual-post .blog-post-body p {
    color: gray;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif; }*/

    .individual-post .blog-post-body a {
        color: #ff9400;
    }
    .individual-post .blog-post-body img {
        padding: 25px 0;
        max-width: 100%;
    }
    .individual-post .blog-post-body h1, .individual-post .blog-post-body h2, .individual-post .blog-post-body h3, .individual-post .blog-post-body h4, .individual-post .blog-post-body h5, .individual-post .blog-post-body h6 {
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        color: gray;
        font-size: 21px;
    }
    .individual-post .blog-post-body ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .individual-post .blog-post-body li {
        color: gray;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    }
    .individual-post .blog-post-body iframe {
        margin: 15px 0;
    }
    @media (max-width: 991px) {
        .blog-sidebar {
            margin-bottom: 40px;
        }
        .blog-posts .blog-post-body {
            margin-bottom: 30px;
        }

        .blog-page .post__width-one,
        .blog-page .post__width-two,
        .blog-page .post__width-three {
            width: 50%;
        }

        .blog-page .post__height-one:before,
        .blog-page .post__height-two:before,
        .blog-page .post__height-three:before,
        .blog-page .post__height-four:before {
            padding-top: 90%;
        }
    }
    @media (max-width: 767px) {
        .blog-page .blog-page-title {
            height: auto;
            border-top: none;
            border-bottom: none;
            overflow: auto;
        }
        .blog-page .blog-page-title h1 {
            font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
            font-weight: 400;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            font-size: 40px;
            color: #ff9400;
            padding-top: 0;
            padding-bottom: 0;
        }
    }

/* Main Template
===========================================*/


/**
* main-template.scss
*
* Main Text Page Template
*
*/

p {
    color: #666;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
.text-page {
    padding-left: 30px;
    padding-right: 30px;
}
.text-page .text-page-title {
    height: 215px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow: hidden;
    position: relative;
}
.text-page .text-page-title h1 {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 64px;
    color: #ff9400;
    bottom: 0;
    position: absolute;
}
.text-page .text-page-top-menu {
    height: 215px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow: hidden;
    position: relative;
}
.text-page .text-page-top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.text-page .text-page-top-menu ul li {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.text-page .text-page-top-menu ul li a {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding: 1px 0 1px 10px;
    display: block;
}
.text-page .text-page-top-menu ul .active {
    background-color: #ff9400;
    color: white;
}
.text-page .text-page-top-menu ul li:hover {
    background-color: #ff9400;
    color: white;
}
.text-page .text-page-top-menu ul li:hover a {
    color: white;
}
.text-page .text-page-top-menu ul .active a {
    color: white !important;
}
.section-sub-nav ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
}
.section-sub-nav ul li {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 8px 0;
    cursor: pointer;
}
.section-sub-nav ul li a {
    color: #59595c;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding: 1px 0 1px 10px;
    display: block;
}
.section-sub-nav ul li a:hover {
    color: #ff9400;
}
.text-page .text-page-content {
    padding-top: 25px;
    padding-bottom: 110px;
}

/* .text-page .text-page-content p {
      color: gray;
      font-weight: 300;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      line-height:24px;
      font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif; }*/

      .text-page .text-page-content a {
        color: gray;
    /* text-decoration:underline;
      font-weight: 400;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;*/
  }
  .text-page .text-page-content a:hover {
    color: #FF9400;
}
.text-page .text-page-content img {
    margin: 5px 15px 10px 0;
    max-width: 100% !important;
    height: auto !important;
}

.text-page .text-page-content h1, .text-page .text-page-content h2, .text-page .text-page-content h4, .text-page .text-page-content h5, .text-page .text-page-content h6 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: gray;
    font-size: 21px;
}
.text-page .text-page-content h2 {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    color: #ff9400;
}
.text-page .text-page-content h3 {
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: gray;
}
.text-page .text-page-content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.text-page .text-page-content li {
    color: gray;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    margin-bottom: 10px;
}
.text-page .text-page-content iframe {
    margin: 15px 0;
}
.text-page .text-page-content hr {
    border-top: 1px solid #ff9400;
    height: 1px;
    background: transparent;
    margin: 15px 0;
}
.text-page .text-page-content .field_below_image img {
    padding: 10px;
    border: 1px #b6b6b6 solid;
    max-height: 283px;
    overflow: hidden;
    width: auto !important;
}
.text-page .text-page-content .bottom-images {
    margin-top: 30px;
}
.text-page .text-page-content blockquote {
    padding: 5px 0 10px 0;
    margin: 0;
    border: none;
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 26px !important;
    line-height: 32px !important;
}
.text-page .text-page-content blockquote p {
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 26px !important;
    line-height: 32px !important;
    color: #FF9400;
}
@media (max-width: 991px) {
    .text-page-sidebar {
        margin-bottom: 40px;
    }
    .text-page .text-page-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .text-page .text-page-title {
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        overflow: auto;
    }
    .text-page .text-page-title h1 {
        font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 40px;
        color: #ff9400;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* People
===========================================*/

/**

*
* Main People Styles
*
*/

#people-page #container {
    position: relative;
    display: inline-block;
}
#people-page #container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#people-page .play-overlay {
    z-index: 9;
    text-align: center;
}
#people-page .video_person_img_holder {
    z-index: 9;
    text-align: center;
    height: 240px;
    width:253px;
    max-width: 100%;
}

#people-page .person {
    display: block;
    height: 320px;
}

#people-page .person .play_wrap {
    display: block;
    height: 140px;
}

#people-page #play {
    /*top:40%;*/
    margin: -140px 0px 0 0;
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.5;
    position: relative;
    border: none;
}
#people-page #play:before {
  content: '';
  display: block;
  border-top: solid 10px transparent;
  border-left: solid 10px #FFF;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -3px;
}
#people-page #play:hover {
    opacity: 1;
    background: #f90;
}

#people-page .caret {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ff9400;
    border-top: 8px solid transparent;
    height: 0;
    margin-top: -2px;
    width: 0;
}

#people-page .banner {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
 max-width: 321px;
 overflow:hidden;
 min-height:323px;
 cursor:pointer;
}

#people-page .banners {
 margin-bottom: 30px;
}

#people-page .future-block {
    background-color: #efeff0;
    padding:10px 20px;
    margin-top: 20px;
}

#people-page .future-block .future-row {
    padding:10px 20px;
    margin-top:20px;
}

#people-page .future-block h2{
    max-width: 550px;
    text-align: center;
    margin: 10px auto 18px;
    color: #363741;
}

#people-page .principle-banner{
    background-color: #efeff0;
    padding:50px 60px;
    margin:20px 0px;
}

#people-page .principe-banner-block {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
 width: 221px;
 overflow:hidden;
 min-height:303px;
 cursor:pointer;
}

#people-page .future-block .body-text{
    width: 75%;
    text-align: center;
    margin: 18px auto 35px;
}

#people-page .future-block a{
    color: #363741;
    font-size: 1.4em;
    font-weight: lighter;
}

#people-page .person-info2 {
    color: #000;
    text-align: left;
    margin-top: 5px;
}

#people-page .board-video {
    padding:2%;
    padding-top: 0%;
}

#people-page .banners a{
    color: #000;
    font-weight: bold;
}

#people-page .img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#people-page li {
  display: inline-block;
  /*margin: 0 2em 1em 0;*/
  position: relative;
  height: 100%;
  padding: 0 5px;
}

#people-page span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  height:100%;
}

#people-page span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#people-page span.text-content {
  background: rgba(175, 113, 18, 0.66);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  height:100%;
}

#people-page li:hover > span.text-content {
  opacity: 1;
}

#people-page span.text-content {
  background: rgba(175, 113, 18, 0.66);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  height:100%;
  height: 305px;
  padding:10px;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

/**
*
* People Page Styles
*
*/
    .people-title {
        color: #676767;
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-size: 26px;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
    }
     /*.people {
     margin-top: 60px;
    }*/
    .people .person {
        /*max-width: 278px;*/
        /*float: left;*/
    }
    .people .person a img, .people .person img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .9s ease;
        -moz-transition: all .9s ease;
        -o-transition: all .9s ease;
        transition: all .9s ease;
    }
    .people .person a img:hover, .people .person img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }
    .people .person h3 {
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        color: #000;
        margin: 0px 10px 0 15px;
        padding-top: 10px;
        text-transform: uppercase;
    }
    .people .person p {
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
/*        text-transform: capitalize;*/
        color: #919191;
        margin: 0 10px 10px 15px;
    }
    .people .person a {
        text-decoration: none;
        color: #919191;
    }
    .people .person .person-info {
        position: relative;
        min-height: 92px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    .people .person .job_title {
        font-weight: 600;
    }

    /*  Hover Styles */

    .people .person:hover .person-info {
        background-color: #ff9400;
    }
    .people .person:hover .person-info h3 {
        color: #fff;
    }
    .people .person:hover .person-info p  {
        color: #fff;
    }

    .people .person:hover .person-info p a  {
        color: #fff;
       /* text-decoration: underline;*/
    }

/* Person
===========================================*/


/**
*
* Person Page Styles
*
*/

.person-title {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 10px solid #D4D4D4;
}
.person-page-row {
    padding-top: 40px;
}
.text-page-spacer {
    width: 100%;
    height: 1px;
    border-bottom: 10px solid #D4D4D4;
    clear: both;
    margin: 20px 0;
}
.person-page-content-title {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
    color: #797979;
    margin: 0 0 2px 0;
}
.person-page-content-job-title {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #BCBCBD !important;
    margin: 0;
}
.person-page-row .text-page-content .key-acheivements {
    padding: 20px;
    background-color: #D2D2D2;
    margin: 40px 0px 40px -20px;
}
.person-page-row .text-page-content .key-acheivements h3 {
    color: #808080;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px 0;
}
.person-page-row .text-page-content .key-acheivements ul {
    margin: 0;
}
.key-acheivements li {
    margin-bottom: 5px;
}
.linked-in {
    margin-top: 20px;
}
.person-page-row .text-page-content {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}
.back-link {
    margin-bottom: 40px;
}
.back-to-profile {
    color: #8F8F91;
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.back-to-profile:hover {
    color: #FF9400 !important;
    text-decoration: none;
}

/* Generic Page Styles
===========================================*/

.page-bg .page-hero-image {
    padding: 0;
}
.page-bg .text-page .generic-page-title {
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px #FF9400 solid;
}
.page-bg .text-page .generic-page-title h1 {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    margin: 0;
}
.generic-page-breadcrumb:after {
    content: ' ';
    border-bottom: 1px solid gray;
    width: 100%;
    height: 1px;
    display: block;
}
.page-bg .text-page .generic-page-body h3 {
    font-family: 'Vitesse SSm A', 'Vitesse SSm B', arial, helvetica sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #FF9400;
}

/* Accordion */

#accordion {
    margin-left: -12px;
}
#accordion .panel {
    border: none;
}
#accordion .panel-body {
    padding: 20px 15px;
}
#accordion .panel-heading {
    background-color: #FF9400;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}
#accordion .panel-heading h4 {
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.accordion-collapse {
    display: none;
}
#accordion .panel-heading .accordion-down:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FF9400;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}
#accordion .panel-heading .accordion-down:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

/* Arrow Flipped */

#accordion .panel-heading .accordion-up:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FF9400 !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}
#accordion .panel-heading .accordion-up:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff !important;
    ;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}

/* Generic Page Blocks
===========================================*/

.history-block-intro p {
    width: 100%;
    padding: 20px 20px;
    background-color: #FF9400;
    color: #FFF;
    margin-top: 30px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-style: normal;
}
.history-sidebar {
    width: 100%;
    padding: 20px 20px 30px 20px;
    background-color: #DBDBDB;
}
.history-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}
.history-sidebar ul:before {
    content: ' ';
    width: 20px;
    background-color: #DBDBDB;
    display: block;
    position: absolute;
    top: -49px;
    left: -10px;
    height: 59px;
    z-index: 5;
}
.history-sidebar ul .bottom-spacer {
    content: ' ';
    width: 20px;
    background-color: #DBDBDB;
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 5;
}
.history-sidebar ul li {
    position: relative;
    width: 100%;
    padding: 0 30px 10px 40px;
    border-left: 1px solid #999;
}
.history-sidebar ul li:before {
    content: ' ';
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #FF9400;
    display: block;
    position: absolute;
    left: -11px;
    top: 10px;
}
.history-sidebar ul li h3 {
    margin-top: 0px;
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    color: #616161;
}
.history-sidebar ul li p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #808080;
    -webkit-font-smoothing: antialiased;
}
.history-sidebar ul li:first-child h3 {
    margin-top: -30px;
}

/* Contact Page
===========================================*/


/**
*Contact Page Styles
*
*/

.contact-form label {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    display: block;
}
.contact-form .option {
    display: inline-block;
}
.contact-form input[type=checkbox] {
    margin: 0;
}
.contact-form input[type=text], .contact-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form input[type=submit] {
    color: white;
    background-color: #ff9400;
    border-color: #ff9400;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}
.contact-form input[type=submit]:hover {
    background-color: #ee8020;
}
.text-page-content .contact-page-title {
    border-bottom: 1px solid gray !important;
}
.text-page-content .contact-page-title h1 {
    color: #FF9400 !important;
    font-weight: 400 !important;
}
.contact-detail {
    display: inline-block;
}
.page-bg .text-page .contact-page-body .info_box h3,
.page-bg .text-page .contact-page-body .contact-detail h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    color: #FF9400;
}

.page-bg .text-page .contact-page-body .contact-detail .contact-bold {
    color: #575757;
}
.page-bg .text-page .contact-page-body .contact-detail {
    display: inline-block;
    border-bottom: 1px solid #ff9400;
    width: 22%;
    padding: 10px;
    margin: 20px 1%;
    vertical-align: top;
    height: 310px;
    overflow: hidden;
}

/* Careers Page
===========================================*/

.careers-home-content {
    background-color: #EAEAEB;
}
.careers-home-content .home-content-1 h2 {
    color: #404041;
    max-width: 45%;
    margin: 20px auto;
    font-size: 40px;
}
.careers-home-content .home-content-1 .content a {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    color: #6B6C6F;
    margin-top: 0px;
}
.careers-home-content .home-content-1 .content a:hover {
    color: #ff9400;
}
.careers-home-content .home-content-1 p {
    margin: 18px auto 25px auto;
}
.careers-right-arrow {
    width: 0;
    height: 0;
    border-left: 11px solid #ff9400;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    font-size: 0;
    line-height: 0;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.careers-home-page-list {
    background-color: #fff;
    padding: 55px 0;
}
.careers-home-page-list .row {
    margin-bottom: 30px;
}
.careers-page .careers-page-content h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 25px;
    color: #6B6C6F;
}
.careers-page .careers-page-content h3:after {
    content: ' ';
    display: block;
    width: 40%;
    height: 1px;
    background-color: #FF9400;
    margin: 1em 0;
}
.careers-page .careers-page-content p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #6B6C6F;
}
.careers-page .careers-page-read-more {
    color: #808080;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    text-transform: uppercase;
}
.careers-page .careers-page-read-more:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7px solid #ff9400;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    font-size: 0;
    line-height: 0;
    margin: -2px 0 0 9px;
    display: inline-block;
    vertical-align: middle;
}
.careers-link-block {
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif!important;
    margin-top: 3em;
    position: relative;
    background-color: #ff9400;
    width: 100%;
    padding: 0.7em 0;
}
.careers-link-block .block-careers-link {
    font-size: 25px;
    color: #fff !important;
    font-size: 25px !important;
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}
.careers-link-block .block-careers-link:hover {
    text-decoration: none;
}
.careers-link-block .block-careers-link:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 45px;
    top: 16px;
}
.text-page a[href$='.pdf'] {
   /* display: block;
    padding-left: 80px;
    min-height: 60px;
    background: url(../images/pdf-link.jpg) center left no-repeat;
    margin: 20px 0;*/
    text-decoration: underline;
}

/* Careers Bottom Banner */

.home-content-2 .container .row .careers-bottom-banner {
    max-width: none;
    margin: 0 auto;
    float: none;
    left: 0;
}
.home-content-2 .container .row .careers-bottom-banner .center {
    text-align: center;
}
.home-content-2 .container .row .careers-bottom-banner .center h2 {
    color: #fff;
    font-weight: 400;
}
.home-content-2 .container .row .careers-bottom-banner .center p {
    color: #fff;
    width: 40%;
    margin: 0 auto 20px auto;
    text-shadow: 1px 1px 1px #000;
}
.contact-page-body #accordion {
    margin-left: 0;
}

/* Drupal Specific
===========================================*/


/**
* drupal-specific.scss
*
* Drupal Specific Styles required for the theme.
*
*/

#admin-menu {
    z-index: 1200;
}
.tabs li a {
    color: #ff9400;
    background-color: transparent !important;
}
.tabs li a:hover {
    background-color: #ddd !important;
}
.tabs .active {
    color: black;
}
.tabs .active a:hover {
    background-color: transparent !important;
}
.region-communitymenu .contextual-links-wrapper {
    display: none !important;
}
.region-communitymenu .block {
    height: 215px;
}
.container .contextual-links-trigger {
    display: block !important;
}
.contact-page-body .error, .contact-page-body .status {
    background-image: none;
    padding: 15px;
}
.contact-page-body ul {
    list-style: none;
}
.contact-page-body .error ul {
    margin-bottom: 0px;
}

/* Media Queries
* Responsive Fixes
===========================================*/


/* 1098 pixels and down */


/**
* media-max-width-1098.scss
*
* Media query for screens below 1098px
*
*/

@media (max-width: 1098px) {
    .navbar-form {
        position: absolute;
        right: 0;
        margin: 12px 3px;
    }
    .navbar .secondary-nav {
        margin-right: -15px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) { 

    #people-page .video_person_img_holder {
        z-index: 9;
        text-align: center;
        height: 240px;
        width:200px!important;
    }


}


/* 1024 pixels and down */


/**
* media-max-width-1023.scss
*
* Media query for screens below 1023px
*
*/

@media (max-width: 1023px) {

    #hawkins_logo {
        height: 80px;
         width: auto; 
        margin: 20px 20px 10px 20px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar .navbar-nav > li {
        float: none;
        border-bottom: 1px solid #fff !important;
    }
    .navbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .collapse.in {
        display: block !important;
        height: 100% !important;
    }
    .full-height {
        height: 100%;
    }
    .collapse {
        position: fixed;
        background-color: #ff9400;
        background-image: url("../images/mobile-nav-bg.gif");
        background-position: top left;
        top: 0;
        left: 0;
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open:before {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 0;
    }
    .navbar-nav .open:after {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid white;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    .navbar .secondary-nav:last-child {
        margin-right: 0;
    }
    .mobile-nav-top {
        display: block;
    }
    .navbar-toggle {
        margin-top: 24px;
    }
    .navbar .navbar-nav {
        margin-top: 0;
    }
    .navbar .navbar-nav li {
        border: none;
    }
    .navbar .navbar-nav li a {
        border: none;
    }
    .navbar .navbar-nav li .caret {
        display: none;
    }
    .nav-search {
        display: none;
    }
    .navbar-collapse {
        padding-bottom: 20px;
    }
    .navbar-collapse .main-nav {
        margin: 0;
    }
    .navbar-collapse .main-nav .open > a:before {
        display: none;
    }
    .navbar-collapse .main-nav li a {
        color: #fff;
        text-align: left;
    }
    .navbar-collapse .main-nav li a:hover {
        color: #fff;
    }
    .navbar-collapse .main-nav .dropdown-hero {
        display: none;
    }
    .navbar-collapse .main-nav .dropdown-menu {
        background-image: none;
        min-height: 20px;
        margin: -5px 0 0 0;
        padding: 0;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content {
        border-top: 1px solid white;
        padding-left: 0;
        margin-top: 4px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-nav {
        padding: 0;
        max-width: 100%;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-menu-col-2 {
        padding: 0;
        max-width: 100%;
        display: block;
        border: none;
        margin: 0;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-nav .drop-down-heading {
        display: none;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-nav ul, .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-menu-col-2 ul {
        margin: 0;
        padding: 0;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-nav ul li a, .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-menu-col-2 ul li a {
        font-size: 12px;
        line-height: 14px;
        border: none;
        padding: 11px 0 10px 27px;
    }
    .navbar-collapse .main-nav .dropdown-menu .dropdown-content .drop-down-menu-col-2 ul li a {
        padding: 10px 0 10px 20px;
        font-size: 12px;
        line-height: 14px;
    }
    .navbar ul li a:hover {
        background-color: transparent !important;
    }
    .what-we-do-quote h3, .drop-down-nav-what-we-do {
        display: none;
    }
    .what-we-do-quote {
        padding: 6px 0 0 0px !important;
    }
    .drop-down-our-projects-link {
        font-size: 12px !important;
        line-height: 14px !important;
        padding: 5px 0 10px 15px !important;
        margin: 0 !important;
    }
    .navbar-collapse .project_arrow {
        display: none;
    }
    .drop-down-menu-col-2 ul > li > ul {
        display: none;
    }
    .navbar-collapse .secondary-nav {
        margin: 0;
    }
    .navbar-collapse .secondary-nav li a {
        color: white;
        font-family: 'Gotham SSm A', 'Gotham SSm B', arial, helvetica sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 13px;
        padding: 10px 15px !important;
        line-height: 20px !important;
        margin-top: 0;
        margin-bottom: 0;
        width: 172px;
        text-align: left;
    }
    .navbar-collapse .secondary-nav li a:hover {
        color: white;
    }
    .navbar-collapse .secondary-nav li:last-child {
        border-bottom: none !important;
    }
    .navbar-collapse .secondary-nav li:first-child a:first-child {
        margin-top: 0;
    }
    #navbar .in {
        z-index: 9999;
    }
    #navbar .in .active a {
        color: #fff !important;
    }
    .home-3col .home-col {
        margin-bottom: 25px;
    }
    .people .person a img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }



    .projects-page .projects-container .project .project-image {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }
    .careers-page {
        text-align: center;
    }
}

/* End below 1023px */


/* 991 pixels and down */


/**
* media-max-width-991.scss
*
* Media query for screens below 991px
*
*/

@media (max-width: 991px) {
    .home-content-2 .home-content-2-background {
        display: none;
    }
    .home-content-2 .home-content-absolute {
        position: relative;
        text-align: center;
        max-width: 100%;
    }
    .img-responsive {
        display: inline-block;
    }
    .about-hero, .home-col {
        padding-bottom: 20px;
        text-align: center;
        margin: 0 !important;
    }

    .heros-img-wrapper{
        max-width: 100%;
    }
    .about-hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .projects-page .projects-nav {
        padding-bottom: 3px;
    }
    .projects-page .projects-nav .filter-by {
        width: 100%;
        position: relative;
        z-index: 50;
    }
    .projects-page .projects-nav .filter-by h3 {
        border: none;
        padding-left: 20px;
    }
    .projects-page .projects-nav .nav li {
        width: 100%;
        padding: 0;
    }
    .projects-page .projects-nav .nav li a {
        padding: 10px 20px;
    }
    .projects-page .projects-nav .nav .open {
        background-color: transparent;
    }
    .projects-page .projects-nav .nav .open .dropdown-menu li {
        padding-left: 0px;
    }
    .projects-page .projects-nav .nav .open .dropdown-menu li a {
        color: white;
    }
    .projects-page .projects-nav .nav .open:after, .projects-page .projects-nav .nav .open:before {
        display: none;
    }
    .text-page .text-page-content {
        padding-bottom: 25px;
    }
    .people .person {
        height: 405px;
        overflow: hidden;
    }

    .projects-page .projects-nav .filter-show-all h3 {
        border-left: none;
        padding-left: 20px;
        margin: 15px 0px 15px 0px;
    }
    .careers-page {
        padding-bottom: 40px;
    }
    .careers-page .careers-page-content h3:after {
        width: 100%;
    }
    .careers-bottom-banner-show-responsive .home-content-2-background {
        display: block;
    }
    .careers-bottom-banner-show-responsive .home-content-absolute {
        position: absolute;
        top: 0;
        height: 100%;
        max-width: 575px;
    }
    .page-bg .text-page .contact-page-body .contact-detail {
        min-height: 400px;
    }
    .people .person {
        max-width: 278px;
    }
    /*#our_story {
        margin-top: 210px !important;
        }*/
        // #our_story {
            //     margin-top: 18% !important;
            // }
            .text-page .text-page-content {
                padding-bottom: 0;
                margin-bottom: 0;
            }
            .history-sidebar {
                margin-top: 19px;
            }
            .history-block-intro p {
                margin-top: 0px;
            }
            .person-page-row img {
                margin-bottom: 10px;
            }
            .person-page-row .text-page-content .key-acheivements {
                margin-left: 0px;
            }
            #down_arrow {
                display: none !important;
            }
        }

        /* end below 991px */


        /* 768 pixels and down */


/**
* media-max-width-768.scss
*
* Media query for screens below 768px
*
*/

@media (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
    .logo {
        width: 70px;
    }
    .navbar-toggle {
        margin-top: 26px;
        margin-right: 15px;
    }
    .collapse {
        left: 15px;
        overflow: scroll;
    }
    .navbar-nav .open:before {
        left: -15px;
    }
    .navbar-nav .open:after {
        right: -15px;
    }
    .projects-page .projects-nav .nav li {
        padding: 0 15px;
    }

    .video-click #slides-1, 
    .video-click #slides-2,
    .video-click #slides-3,
    .video-click #slides-4,
    .video-click #slides-5,
    .video-click #slides-6 {
        height: 500px !important;
        min-height: auto !important;
        max-height: 100% !important;
    }



    #slides-1, #slides-2, #slides-3, #slides-4, #slides-5, #slides-6 {
        height: auto !important;
        min-height: auto !important;
        max-height: 100% !important;
    }
    .slide-copy-container {
        position: relative !important;
        background-color: black;
    }
    .slide_copy {
        margin: 7% auto !important;
        width: 88% !important;
        max-width: 88% !important;
        top: 0;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }
    #slides-1 .display-none, #slides-2 .display-none, #slides-3 .display-none, #slides-4 .display-none, #slides-5 .display-none, #slides-6 .display-none {
        display: none !important;
    }
    .slides-navigation {
        display: none;
    }

    .video-click{
        min-height: 500px;
    }

    .video-click .slide-copy-container img{
        display: block !important;
    }
    .slide-copy-container img {
        display: none !important;
    }
    #slides-1 {
        text-align: left;
    }
    #our_story {
        width: 88% !important;
        max-width: 88% !important;
        // margin-top: 120px !important;

        padding-bottom: 32px;
        top: 0;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }
    #slides-2 .slide-copy-container:first-child {
        padding-top: 4%;
    }
    #slides-5 .slide-copy-container {
        padding-bottom: 4%;
    }
    #slides-6 .slide-copy-container {
        padding-bottom: 4%;
    }
    .projects-page .projects-nav .filter-show-all h3 {
        margin: 15px 0px 15px 15px;
    }
    .careers-home-content .home-content-1 h2 {
        max-width: 100%;
    }
    .careers-bottom-banner-show-responsive {
        display: none;
    }
    .page-bg .text-page .contact-page-body .contact-detail {
        width: 46%;
    }

    #people-page .future-block .body-text{
        width: 94%;
    }
}

@media (max-height: 634px) {
    .slide_copy {
        margin-top: 1% !important;
    }
}

@media (max-width: 480px) {
    .history-sidebar ul {
        margin-left: 5px;
    }
    .people .person {
        display: block;
        height: auto;
        margin: 0 auto;
    }
    .people .person .person-info {
        min-height: 20px;
    }
    #accordion .panel-heading .accordion-down:after {
        display: none;
    }
    #accordion .panel-heading .accordion-down:before {
        display: none;
    }
    .careers-link-block .block-careers-link:after {
        display: none;
    }
    .page-bg .text-page .contact-page-body .contact-detail {
        width: 100%;
        min-height: 0;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 20px 0;
    position: relative;
}




.map_container{
    display: none;
    overflow: hidden;
    position: relative;
    clear: both;
    box-sizing: border-box;
}
#map {
    max-width: 100% !important;
    width: 100%;
    height: 500px;
}

#map img{
    margin: 0;
    max-width: inherit !important;
    height: auto !important;
}

.info_col,
.map_col{
    padding: 0;
    height: 500px;
    background-color: #E7E7E7;
}
.info_box:first-child{
  display: block;
}
.info_box{
    display: none;
    padding: 20px;
    margin: 10vh 40px;
}

@media (max-width: 991px) {

    .info_col{
        height: 350px;
    }
    .info_box{
        margin: 0;
    }
}




