/*
Theme Name: parsons.com
Author: ECM Developers
Version: 1.0
*/

/*****OVERRIDE FOR CONTAINER WIDTH****/
@media (min-width: 1230px){
    .container {
        width:1200px;       
    }
}
/*****END OVERRIDE FOR CONTAINER WIDTH****/


/*fixes flickering of typekit*/
.wf-loading * { 
  opacity: 0
}
body {
    /*background:#ebebeb;*/
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
}
body.page-template-tpl-full-screen {
    background:#fff;
}
.bg-warning {
    border: 1px solid #f5ecc1;
    padding:15px 25px;
}
.greybg {
    background:#efefef;
    overflow: hidden;
    clear: both;
    display: block;
}
.navbar {
    border-radius: 0;
    border:none;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.navbar-default {
    background:#fff;
}

/* header {
    height: 77px;
} */
header .navbar.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);  
}

header .navbar{
    height: 77px;
    padding-bottom: 30px;
    margin-bottom:0;
}

header .container-fluid {
    position: relative;
    top: 21px;
    padding-right: 30px;
    padding-left: 30px;
}
header .navbar-brand {
    padding: 0 0 0 0;
    width:179px;
    height: 21px;
    position: relative;
    top: 8px;
    left: 15px;
}
header .navbar-brand img {
    width:179px;
}

header .nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}
header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav > .active > a:hover, 
header .navbar-default .navbar-nav > .active > a:focus {
    background:transparent;
    color: #0077C8;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a .caret {
    color: #ccc;
    display: none;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    position: relative;
    top: 1px;
    z-index: 99999;
    background: none;
    /* box-shadow: inset -1px 1px 0px 0px #d4d4d4, inset 1px 1px 0px 0px #d4d4d4; */
    padding-bottom: 28px;
}

 .dropdown-menu::before {
    content: " ";
    width: 0; 
    height: 0; 
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #f7f7f7;
    position: absolute;
    top: -17px;
    left: 35px;
} 
.dropdown-menu {
    left: auto;
    padding: 13px 0 17px;
    border-radius:0;
    box-shadow: none;
    min-width: 298px;
    background:#f7f7f7;
    border:none;
    z-index: 1001;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background:none;
    color: #0077C8;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #0077C8;
}

.navbar-default .navbar-toggle {
    border-color:transparent;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background:transparent;
}

/**animate burger to cross*/
header .navbar-toggle {
    width: 30px;
    height: 26px;
    top: -2px !important;
    padding:0 0 2px 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
header .navbar-toggle span.icon-bar {
    position:absolute;  
    width: 28px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


header .navbar-toggle span:nth-child(1) {
    top: 0px;    
} 

header .navbar-toggle span:nth-child(3) {
    top: 4px;
}

header .navbar-toggle.open-icon-bar span:nth-child(1) { 
    display: none;
}

header .navbar-toggle.open-icon-bar span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header .navbar-toggle.open-icon-bar span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
} 

header .navbar-toggle .icon-bar {
    height: 3px;
}

header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

/**end burger to cross*/


.navbar-default .navbar-form {
    border-color: #b7b7b7;
    width: 268px;
}

form.search-form {
    border:1px solid #969696;
    padding-left: 0;
    padding-right: 0;
    margin-right: -15px;
    margin-top: 2px;
}

form.search-form input[type="text"] {
    border: none;
    box-shadow:none;   
    width: 227px;
}
form.search-form .btn {
    background: transparent;
    color: #0077c9;
}

.mobile-menu-toggle {
    position: absolute;
    right: 56px;
    top: 0px; 
    font-size: 21px;
}
.mobile-form-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}


header ul.nav {
    position: relative;
    left: 50px;
} 

.content-area {
    overflow: hidden;   
    /* padding-left: 30px;
    padding-right:30px;  */
    /*background: #b1b1b1;*/
}
.content-area li {
    margin-bottom: 2px;
}


.content-area ol, 
.content-area ul {
    padding-top:10px; 
    padding-left: 30px;
    padding-bottom: 20px;
}

.main-wrapper .gallery {
    margin-left: -25px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.gallery-item img {
    border: 1px solid rgba(0, 0, 0, .15) !important;    
    /*box-shadow: 5px 6px 0px rgba(0, 0, 0, .175);*/
    margin-top: 0 !important;
}

.alt-title,
.single-project .cat-name, 
.news-cat a  {
    font-size: 14px;    
    margin-bottom: 10px;
    margin-top:22px;
}
.news-date, 
.the-category a  {
    font-size: 14px;
}


.single-project .cat-name {     
    margin-bottom: 0;
}

.project-details {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;   
}

.project-detail {
    min-height: 99px;
    overflow: hidden;
    padding-left: 85px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}
.project-detail-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 33px;
    font-weight: 100;
}

.project-detail h6,
.project-detail p, 
.project-detail li  {
     font-size: 14px;
}
.project-detail ul, 
.project-detail li {
    list-style: none;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.proj-client {
    background:url('images/client.png') 36px 10px no-repeat;
    padding-left: 124px;
}
.proj-value {
    background:url('images/project_values.png') 36px 10px no-repeat;
    padding-left: 124px;
}
.proj-duration {
    background:url('images/calendar.png') 36px 10px no-repeat;
    padding-left: 132px;
}
.proj-services {
    background:url('images/services_provided.png') 32px 10px no-repeat;
    border-right:none;
    padding-right: 0px;
    padding-left: 124px;
}

.pdf-link {
    font-size: 20px;
    margin-top: 46px;
    margin-bottom: 46px;
}

.related-projects-wrap h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}
.show-more-wrap {
    text-align: center;
    margin:0 auto;   
}
.show-more-wrap a {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: inline-block;
}
.show-more-wrap img {
    margin-bottom: 0;
    display: block;
    margin:0 auto;
}
.show-more-wrap a:hover, 
.show-more-wrap a:focus {
    text-decoration: none;
}

.triangle-left-large {
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; 
    border-right:12px solid #eaeaea; 
    position: absolute;
    /*top: 55px;*/
    right:0;
}

.triangle-top-large {
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #eaeaea;
    position: absolute;
    bottom:0; 
    left:35px;
}

.triangle-large-white-top {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom:0; 
    left:45px;
}
.triangle-large-white-bottom {
    width: 0; 
    height: 0; 
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    /*bottom:0; */
    left:45px;
}

.triangle-large-white-left {
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
    position: absolute;
    top:75px; 
    right:0px;
}

.triangle-large-white-right {
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    top:75px; 
    /*right:0px;*/
}


.triangle-blue-down {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0077c9;
}

.box-style-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#eaeaea;
    padding:0px 25px 100px;
    height: 380px;
    font-size: 22px;
    line-height:28px;
    overflow: hidden;
}
.boxed-style {
    clear:both;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.boxed-style .box-style, 
.boxed-style-vertical .box-style-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 380px;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;      
    padding-bottom:100px;
    box-shadow: inset 0px 0px 1px 1px rgb(234, 234, 234);
}

.carousel-wrap {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
    margin-top:40px;
    position: relative;
}

.carousel-previous, 
.carousel-next {
    position: absolute;
    width:48px;
    height:48px;
    text-indent: -9999px;
    top:35%;
}
.carousel-next {
    background:url('images/chevron-right.png') 0px 0px no-repeat;
    right:0;
}
.carousel-previous {
    background:url('images/chevron-left.png') 0px 0px no-repeat;
}

.carousel-wrap .boxed-style {
    margin-bottom: 0;
}

.carousel-controls {
    text-align: center;
    margin:15px 0;
}
.carousel-controls a {
    font-size:13px;
    margin-right: 3px;
    color: #ccc;
}
.carousel-controls a:hover, 
.carousel-controls a:focus, 
.carousel-controls a.active {
    color: #0077C8;
}

.modal-dialog {
    margin-top:60px;
}
.modal-content {
    border-radius:0;
}
.modal-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}
.modal-body {
    padding:0;
}

.btn-success {
    background: transparent;
    border: 1px solid #0077C8;
    padding: 10px 35px;
    color: #0077C8;
    border-radius: 0;
}
.btn-success:active:hover, 
.btn-success:active:focus, 
.btn-success:hover, 
.btn-success:focus {
    background: transparent;
    border: 1px solid #0077C8;
     color: #0077C8;
}

.btn-default {
    background: transparent;
    border: 1px solid #A8A8A8;
    padding: 10px 35px;
    color: #505050;
    border-radius: 0;
}
.btn-default:active:hover, 
.btn-default:active:focus, 
.btn-default:hover, 
.btn-default:focus {
    background: transparent;
    border: 1px solid #A8A8A8;
    color: #A8A8A8;
}

/****GRID THUMBNAIL****/


[data-href]:hover, 
[data-href]:active, 
[data-href]:focus, 
.child-pages-title a:hover, 
.child-pages-title a:focus, 
.child-pages-title a:active, 
.fade-hover:hover, 
.fade-hover:active, 
.fade-hover:focus {
    text-decoration:none !important;
    cursor: pointer;
    /* opacity:0.8 !important;    */
}

.child-pages-grid-item {
    height:328px;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;  
    background-color: #ebebeb !important;         
}
.child-pages-grid {
    margin-bottom:59px;
}

.bluefilter {
    height:100%;
    width:100%;
    background: #0077c9;
    display:none;        
}
.news-item-thumb:hover .bluefilter,
.child-pages-grid-item:hover .bluefilter {
    /*display:block;*/
        display: flex; 
    flex-direction: column;
    justify-content: center;
    /*opacity:.7;*/
    background: rgba(0, 124, 255, 0.63);
    text-align:center;
    text-decoration:none;
}
.news-item-thumb span,
.child-pages-grid-item span {
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #fff;
    /* display: inline-block; */
    width: 115px;
    margin: 0 auto;
    background: rgba(255, 0, 0, 0);
    text-transform:uppercase;
    font-size:14px;
}
.child-pages-title {
    padding-top:17px;
    height: 66px;    
    color: #0077C8;
    overflow: hidden;
}
/*END GRID THUMBNAIL*/

/*ROW THUMBNAIL*/

.news-item-wrap {
    overflow: hidden;
    clear: both;
    background: #fff;
    margin-bottom:25px;
}
.news-item-thumb {
    height: 247px;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;      
    padding-left: 0;
    padding-right:0;
}

.news-item-thumb.no-cover-thumbnail {
    background-size:inherit !important;
}

.news-item-copy-wrap {
    padding:44px 40px;   
}
.news-title {
    padding-top: 21px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 100;
}
.news-title a {
    color: #000;
}
.news-title a:hover, 
.news-title a:focus {
    text-decoration:none;
}
.thumb-a-overlay {
    width:100%;
    height: 100%;
}


/*END ROW THUMBNAIL*/


/***DROP DOWN FILTERS****/

.form-check label {
    font-weight:normal;
    font-size:14px;
    margin-bottom:0;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.form-check label:hover, 
.form-check label:focus {
    cursor: pointer;
}

.legend {
    font-size:14px; 
    padding:6px 12px;
    text-transform:capitalize;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc; 
    display: block;
    width: 100%;
}

.filters-wrap { 
    padding-bottom:10px;
    height:160px;
    overflow-y:auto;
    overflow-x:hidden;
    background:#fff;
    border:1px solid #ccc;
}

.filter-by-wrap {
    height:auto;
    padding-bottom:0;   
}

.filter-by-wrap:hover, 
.filter-by-wrap:focus {
    cursor:pointer;
}

.filter-by-wrap .legend {
    margin-bottom: 0px;
    border-bottom: 0px;
    overflow:hidden;
}
.filter-by-wrap.active {
    padding-bottom:10px;
    height: 160px;
}
.filter-by-wrap.active .legend {
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc; 
}

.form-check {
    padding-left:16px;
    padding-right:16px;
}

input[type="checkbox"] {
    position:relative;
    top:3px;
    margin-right:3px;
}

.triangle-blue-down {
    position: relative;
    top:7px;
    float:right;
}

.filters-wrap.inactive label, 
.filters-wrap.inactive .legend{
   color:#a2a2a2;
}



/***END DROP DOWN FILTERS***/




h1.the-title, 
h3.the-title {
    color: #0077C8;
    font-weight: 100;
}
h1.the-title {
    font-size: 45px;
    line-height: 48px;
    font-family: "franklin-gothic-urw";
    margin-top: 0;
    margin-bottom: 24px;
}
h1.the-title.noAlt {
    margin-top:30px;
}

.single h1.the-title {
    margin-top: 37px;
    margin-bottom: 0;
}

.single .the-category {
    padding-top: 30px;
    font-size: 22px;
    color:#0077c9;
}
.single .the-date {
    padding-top: 0px;
    font-size: 14px;
}
.single .the-social-buttons {
    margin-top: 37px;
    margin-bottom: 37px;
    overflow: hidden;
}

.single .the-social-buttons ul, 
.single .the-social-buttons li {
    padding:0 0 0 0; 
    margin: 0 0 0 0;
    list-style: none;
}
.single .the-social-buttons li {
    float: left;
    margin-right: 10px;
}
.single .the-social-buttons li a {
    color: #ccc;
}

.page .the-content, 
.single-post .the-content {
    padding-left: 0;
    padding-right: 0;
}

.feature-image {
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;    
    height:447px;  
}

.single-project .feature-image {
    margin-top: 39px;
}

.single-project h1.the-title {
    margin-top: 15px;
    margin-bottom: 51px;
}

.post-template-default .the-content .wp-caption:first-child img {
    width:445px;
}


.logged-in .feature-image.nobg, 
.feature-image.nobg {
    background-color: #5d5d5d;
}

.post-nav {
    clear: both;
    padding-top:25px;
    padding-bottom: 25px;
}
.post-nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.archive .the-title, 
.blog .the-title {
    margin-bottom: 5px;
}
.readmore-wrap .btn {
    padding: 2px 8px;
}

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

/******IN CONTENT STYLES******/

.main-wrapper img, 
.the-content img {
    max-width: 100%;
    margin-top: 15px;    
}

.the-content blockquote {
    background:url('images/blockquote.png') 0px 24px no-repeat;
    border-left: none;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom:38px;
    margin-top:38px;
    padding-top:95px;
    padding-bottom:34px;
    padding-left: 31px;
}
.the-content blockquote,
.the-content blockquote p {
    font-weight: 100;
    font-size:36px;
    line-height:38px;
    
}


.the-content h1 {
    font-weight:100; 
    font-size:45px;
    color:#0077c9;
}
.the-content h2 {
    font-weight:100; 
    font-size:36px;
}
.the-content h3 {
    font-weight:500;
    font-size:22px;
    margin-top:0px;
    margin-bottom:17px;
}
.the-content h4 {
    font-weight:100;
    font-size:16px;
    margin-top:0;
    margin-bottom:34px;
}
.the-content h5 {
    font-weight:100;
    font-size:15px;
}
.the-content h6 {
    font-weight: 100;
    font-size: 14px;
}

.the-content ol,
.the-content ul {
    margin-left: 65px;
    font-size:16px;    
    line-height: 24px;
    padding-bottom:25px;
    padding-top:0;
    margin-top:0;
}
.the-content ol li,
.the-content ul li {
    padding-left: 20px;
}
strong,
.the-content strong, 
.the-content b {
    font-weight:500;
}
.the-content i {
    font-style:italic;
}

.the-content img.alignleft, 
.the-content div.wp-caption.alignleft, 
.the-content iframe.alignleft, 
.the-content div.alignleft {
    float: left;
    margin-right: 35px;
    margin-bottom: 25px;
}

.the-content img.alignright, 
.the-content div.wp-caption.alignright, 
.the-content iframe.alignright, 
.the-content div.alignright  {
    float: right;
    margin-left: 35px;
    margin-bottom: 25px;
}

.the-content div.wp-caption img {
    margin-top: 5px;
    margin-bottom: 0;
}

.the-content p.wp-caption-text {
    text-align: left;
    font-size: 12px;
    margin-top: 7px;
    line-height: 18px;
    margin:7px 0 0 0;
} 

.the-content div.wp-caption {
    margin-bottom:25px !important;
}

.the-content .gallery .wp-caption-text {
    text-align:center;
}

.the-intro,
.the-content p, 
.bottom-copy {
    margin-bottom: 20px;
    line-height: 24px;
    font-size:16px;
    display: block;
} 
.the-content hr {
    border:0;
    height: 1px;
    background: #ccc;
    margin-top:38px;
    margin-bottom:38px;
}
.the-content .related-links-block {
    border-top: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-top:29px;
    padding-bottom: 29px;
    text-align:center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}



/******END IN CONTENT STYLES******/
 
/*********SIDEBAR**************/

.sidebar {    
    padding-left: 60px;
    padding-right: 0px;   
    min-height: 100px;
    padding-top:100px;
}
.sidebar.sidebar-index {
    padding-top:0;
}

.sidebar ul, 
.sidebar ol {
    padding: 0 0 0 15px;
    margin:0 0 0 0;
}
.sidebar-widget {   
    /*display: none;*/
    margin-bottom: 59px;
    display: block;
}
.sidebar-widget table {
    width:100%;
}
h4.sidebar-widget-title {
    color: #0077c8;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 17px;
    margin-top: 0;
}

.sidebar .sidebarImg {
    max-width:263px !important;
    margin-bottom:25px;
    margin-top:5px;
}

.text-component p {
    font-size: 14px;
}
.text-component {
    border-bottom: 1px solid #000;
    width:263px;
}
.text-component a:focus, 
.text-component a:hover {
    text-decoration: none;
}

.feature-project-sidebar-img {
    width:264px;
    height: 315px;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;    
}

.feature-project-sidebar-title {
    position: relative;
    padding:15px 18px;
    background:#efefef;
    font-size: 14px;
    width:264px;
}
a .feature-project-sidebar-title {
    color: #000;
}
.feature-project-sidebar-title a:hover, 
.feature-project-sidebar-title a:focus {
    text-decoration: none;
}
.feature-project-sidebar-triangle {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    position: absolute;
    top: -7px;
}
 
.twitter-wrap {
    background:#fff;
    margin-top:55px;
    padding-left:20px;
    padding-top:15px;
    padding-right: 30px;
}
 
/***********END SIDEBAR************/

/*********LOGGED IN STYLES*********/
.logged-in.page-template-tpl-home .feature-image, 
.logged-in.page-template-tpl-home .edit-shadow{
    position: relative;
    box-shadow: inset 0px 0px 0px 4px #54dc00;
} 

.logged-in.page-template-tpl-home .edit-shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn.edit{ 
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0;
    color: #000;
    background-color: #54dc00;
    border-color: #54dc00;
    width: 64px;
    border-bottom-left-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    z-index: 100;
}

.btn.edit i{
    margin-right: 5px;
}

.btn.edit:hover {
    color: #4e4e4e;
}

/*********END LOGGED IN STYLES*********/

.social-bar {
    font-size: 20px;
    padding-top: 135px;
    padding-bottom: 20px;
}
.social-bar ul {
    text-align: center;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.social-bar li {
    list-style: none;
    display: inline;
    margin-right: 32px;
}
.social-bar a {
    color: #63666A;
}
footer {
    background:#0077c9;
    display: block;
    clear: both;
    min-height: 249px;
}
footer .container {
    min-height: 120px;
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left:30px;
    padding-right:30px;
}
footer li, 
footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #fff !important;
    text-decoration: none;
}
footer ul.menu li:first-child { 
    font-size: 18px;
    margin-bottom: 10px;
}
footer ul.menu li:first-child a, 
footer ul.menu li:first-child a:hover, 
footer ul.menu li:first-child a:active, 
footer ul.menu li:first-child a:focus {
    color:#D9D9D9 !important;
    cursor: default;
}
footer .contactus li {
    margin-bottom: 30px;
}
footer .contactus i {
    margin-right: 10px;
    font-size: 20px;
}
footer .contactus i.fa-user-plus {
    margin-right: 3px; 
}

#backtotop {
    display: block;
    width:40px;
    height:40px;
    position: fixed;
    background:url('images/back_to_top.png') no-repeat right 0 transparent;
    bottom:20px;
    right:25px;
    text-indent: -9999px;
    z-index: 9999;
    opacity:.4;
}

.credits-section {
    min-height: 140px;
    font-size: 14px;
    color: #95989A;
    padding:40px 30px;    
    position: relative;
    top: -30px; 
}
.credits-links a {
    display: inline-block;
    margin-right: 5px;
}
.credits-section .parsonsplus-logo {
    width: 199px;
    right: 29px;
    top: -3px;
    position: absolute;
}
.filter-by-category select, 
.filter-by-year select{
    background: transparent;   
    border-radius: 0;
    /* -webkit-appearance: none; */
}
.filter-by-category,
.filter-by-year {
    /* background:url('images/arrow-down.png') no-repeat right 8px #fff; */
    background:#fff;
} 

.btn-transparent {
    color: #fff;
    background-color:transparent;
    border-color: #fff;
    border-width: 1px;
}
.btn-transparent:hover, 
.btn-transparent:active, 
.btn-transparent:focus {
    color: #ccc;
    border-color: #ccc;  
}
.btn-orange {
    color: #fff;
    background-color: #ee7500;
    border-color: #ee7500;
}

/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi span.extend {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.wp-pagenavi span.pages {
    padding:0 0 0 0;
    margin:0 5px 0 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


.wp-pagenavi {
    display: block;
    clear: both;
    width: 100%;
    text-align: right; 
}
.wp-pagenavi .page {
    display:none;
}
.wp-pagenavi .pages {
    float:right;
    display: block;
    margin-top: 25px !important;
    margin-left: 5px !important;
}
.wp-pagenavi .nextpostslink, 
.wp-pagenavi .previouspostslink {
    font-size:40px;
    position: relative;
    top: 5px;
    /*color:#fff;*/
    /*width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0077c9;*/
}

.wp-pagenavi span.current{
    border:1px solid #ccc;
    border-color:#ccc;
    padding-left: 15px;
    padding-right: 15px;
    font-weight:normal;
}

select.ddpager {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
    border: 1px solid #ccc;
    border-color: #ccc;
    /*****removes arrow*****/
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none
}
/*****removes arrow in IE*****/
select.ddpager::-ms-expand {
    display: none;
}
select.ddpager option:disabled {
    color:#ccc;
}


/*****END PAGENAVI********/

.getting-items {
    text-align: left;
    font-size: 16px;
    color:#3a3333;
    width: 140px;
    padding-top: 20px;
    padding-left: 24px;
}

.getting-items:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.nowrap {
    white-space: nowrap;
}

/******SOCIAL BOX********/

.left-box {
    padding-left: 0;
    padding-right:7px;
}
.left-box .inner-wrap {
    background:#0077C8;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    padding:32px;
    height:484px;
}
.left-box small {
     font-size:14px;
}

.left-box.twitter .inner-wrap {
    background:url('images/twitter-white.png') no-repeat right 50px #0077C8;
}
.left-box.linkedin .inner-wrap {
    background:url('images/linkedin-sm-white.png') no-repeat right 50px #0077C8;
}
.left-box.facebook .inner-wrap {
    background:url('images/facebook-white.png') no-repeat right 50px #0077C8;
}
.left-box.youtube .inner-wrap {
    background:url('images/youtube-white.png') no-repeat right 50px #0077C8;
}

.left-box .the-text {
    background:url('images/blockquote-white.png') no-repeat;
    position: absolute;
    bottom: 0;
    padding: 50px 50px 0px 0px;
    max-height: 274px;
    overflow: hidden;
    bottom: 44px;
    font-weight: 100;
}
.left-box a {
     color:#fff
}

/******END SOCIAL BOX*****/

#comments {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    margin-top: 15px;
}
.comments-title {
    margin-bottom: 25px;
}
#comments .comment-list {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#comments cite {
    font-style: normal;
}
#comments .comment-list li {
    list-style: none;    
}
#comments .comment {
    position: relative;
}
#comments .comment-meta {   
    color: #ababab;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}
#comments p {
    margin-bottom: 5px;
}
#comments .avatar {
    border-radius:50%;
    position: absolute;
    left:0px;
    margin-top: 0;
    margin-bottom: 0;
}
.comment-body {
    margin-left: 70px;
    margin-bottom: 30px;
} 
#comments .reply {
    margin-top: 15px;
}
#comments .reply a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;    
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;  
}
#comments .reply a:hover {
    text-decoration:none;
     cursor: pointer;
     background:#ebebeb;
}
#respond {
    clear: both;
    display: block;
    border:1px solid #ebebeb;
    background: #f5f5f5;
    padding: 10px 35px 35px 30px;
    margin-bottom: 45px;
    margin-top: 55px;
    border-radius:4px;
}
#reply-title {
    display: block;
    clear: both;
}
#cancel-comment-reply-link {
    font-style: italic;
    font-size: 12px;
}
.comment-awaiting-moderation {
    color: red;
}
#submit {
    margin-top: 15px;
}
/***END COMMENT STYLES***/





@media(max-width:1199px){

    .navbar-default .navbar-form, 
    form.search-form input[type="text"] {
   
    width: auto;
    } 

    .pcomlinks {
        padding-bottom: 60px;
        padding-top: 50px;
    }
    .feature-image {
        height: 454px;
    }

    .main-wrapper .gallery {
        margin-left: 0px !important;
    }

    .main-wrapper .gallery-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .project-detail {    
        height:auto;
        min-height: 93px;
        padding-left: 85px;
        padding-right: 15px;
        padding-bottom: 35px;
        padding-top: 20px;
        background-position-x: 0px;
        background-position-y: 20px;
        border-right: none;
        margin-bottom: 15px;       
    }
    .project-detail h6 {
        margin-top:0px;   
    }
    .project-detail:last-child {
         border-bottom: none;
    }
    .box-style-copy {
        padding-bottom:15px;
    }

    .news-item-thumb {
        height:476px;
    }

    .child-pages-grid-item {
        height: 266px;
    }
    .the-content iframe{
        max-width: 100%;
        width: 100% !important;
    }
}


@media(max-width:1110px){   
    header .nav > li > a { 
        padding-right: 10px;
    }    
}

@media(max-width:1047px){
    header .nav > li > a {
        padding-left: 5px;         
    }    
    .dropdown-menu::before {
        left: 9px;
    }
    .dropdown-menu.two-column {
        left: -197px !important;
    }
    .dropdown-menu.two-column::before {  
        left: 205px !important;
    }
}

@media(max-width:991px){ 

    .child-pages-grid-item {
        height:272px;
    }
    header ul.nav {
        position: relative;
        left: 30px;
    }
    .navbar-default .navbar-nav > li > a .caret {
        display: none;
    }
    /***end fix for menu items ***/
 
    .feature-image {
        height: 384px;
    }
     
     header .navbar-toggle {
        position: relative;
        top: -9px;
    }   

    .sidebar {    
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;        
        min-height: inherit;
    }

    .feature-project-sidebar-img, 
    .feature-project-sidebar-title, 
    .text-component {
        width:100%;
    }

    .the-content img.alignleft, 
    .the-content div.wp-caption.alignleft, 
    .the-content iframe.alignleft,
    .the-content div.alignleft,
    .the-content img.alignright, 
    .the-content div.wp-caption.alignright, 
    .the-content iframe.alignright, 
    .the-content div.alignright {
        float: none;
        clear:both;
        display: block;
        margin-right: 0px;    
        margin-left: 0px;         
    }
    .the-content img,
    .the-content .wp-caption, 
    .the-content .wp-caption img,
    .the-content iframe{
        max-width: 100%;
        width: 100% !important;
    }     
    .item-index-2 {
        display: none;
    }
    .left-box .the-text {
        font-size: 25px;
        line-height: 30px;
    }  
}


@media(max-width:843px){
    header .navbar-form input[name="s"].form-control {
         width:57px ; 
    }
}


/******WORDPRESS ADMIN BAR CHANGES******/

@media(max-width:782px){   
    header .navbar-toggle {
        margin-right: 15px;
    }
}
 
@media(min-width:769px){
    .dropdown-menu {      
        padding-left:22px;
        padding-right:22px;
        padding-bottom: 12px;
        padding-top: 12px;
    }    
    .dropdown-menu > li > a {
        font-weight: 500;
        font-size:15px;
        border-bottom:1px solid #e5e5e5;
        padding-top:14px;
        padding-bottom:14px;
        padding-left:0;
        padding-right:0;
    }
    .dropdown-menu > li:last-child > a {
        border-bottom:none;
    }

    /**two column dd**/
    .dropdown-menu.two-column {
        left: -180px;
        width: 644px;
        padding-left:0px;
        padding-right:0px;
    }

    .dropdown-menu.two-column::before {
        left: 224px;
    }
    .dropdown-menu.two-column > li {
        float:left;
        width:292px;      
        margin-left: 20px;
    }

    .dropdown-menu.two-column > li > a {
        padding-right:20px;
        overflow:hidden;
        text-overflow: ellipsis;
    }

}

/***********WHEN MOBILE MENU ACTIVATES********/
@media(max-width:768px){     
    .content-area, 
    .sidebar {     
        padding-left: 15px;
        padding-right:15px;              
    }      
   
    .bluefilter {
        display: none !important;
    }

    .sidebar {
        padding-left:0;
        padding-right:0;
    }


    header .navbar-form {
        margin-left: 0;        
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 0;
    }
    header .navbar-form .form-group {
        width:85%;
        float: left;
    }
    header .navbar-form input[name="s"].form-control {
        width:100%;
        height: 46px;
        padding: 5px 16px;
        font-size: 16px;
    }
    header .mobile-form-wrapper .navbar-form {
        width:99.9%
    }

    header .navbar-form .btn {
        float: right;
        display: none;
    }
    .navbar-form .form-group {
        margin-bottom: 0;
    }
    .mobile-form-wrapper {
        margin-left: -15px;
        margin-right:-15px;
        position: relative;
    }
    .sm-pointer {
        display: block;
        background:url('images/search-triangle.png') no-repeat;
        width:25px;
        height:13px;
        position: absolute;
        top: -12px;
        right: 52px;
    }

    .navbar-default .navbar-nav > li > a .caret {
        display: block;
        float:right;
        border-top: 5px dashed;        
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: relative;
        top: 8px;
        left: 5px;
    }

    .navbar-default .navbar-nav > li {
        border-bottom:1px solid #ebebeb;
    }

    /* header #navbar {
        max-height: 600px;
    } */

    .feature-image {
        height: 304px;
    }

    header .navbar-brand {      
        position: relative;       
        width:129px;
        height: 17px;
        top:10px;
    }
    header .navbar-brand img {
        width:129px;
    }

    header .container-fluid {
        top: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
    header .navbar {
        height: auto;
        padding-bottom: 10px;
    }

    header .navbar.full-height{
        height:100%;
    }    

    header #navbar {       
        position: relative;
    }
    header #navbar li:last-child {
        padding-bottom: 5px;
    }
    header .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px; 
        font-size:18px;
    }
    header .navbar-default .navbar-nav > .active > a, 
    header .navbar-default .navbar-nav > .active > a:hover, 
    header .navbar-default .navbar-nav > .active > a:focus {
        background:transparent;
        border-bottom: none;        
    }  
    .dropdown-menu::before {
        top: 37px;
        left: 18px;
    } 

    .navbar-nav .open .dropdown-menu {
        background:#f7f7f7;
        margin-top:15px;
        padding-bottom: 0;
    }

    .dropdown-menu li a {
        font-size:15px;
    }

    .dropdown-menu li.menu-item a{
        border-bottom: 1px solid #fff;
    }

    header .navbar-nav .open .dropdown-menu > li > a, 
    header .navbar-nav .open .dropdown-menu .dropdown-header, 
    header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding-top:12px;
        padding-bottom:12px;
        color: #000;
        font-size: 16px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        background-color:transparent;
        color: #0077C8;
    }

    header .navbar-nav .open .dropdown-menu > li:first-child > a {
        padding-top:5px;
    }
    header .navbar-nav .open .dropdown-menu > li:last-child > a {
        padding-bottom:20px;
    }

    header #navbar .dropdown-menu li.menu-item:last-child {
        padding-bottom:0;
    }
    .navbar-default .navbar-nav > li > a, 
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        font-weight: 500;
        color: #000;
    }

    .navbar-default .navbar-form  {
        border-color:transparent;
        margin-bottom:0;
        border-bottom:1px solid #dedede;
        border-top:1px solid #dedede;
        margin-top: 5px;
    }

    header ul.nav {
        left: 0px;
        margin-bottom: 0;
    } 

    .dropdown-menu {
        padding-bottom: 5px;
        min-width: inherit;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {      
        top: 0px; 
        box-shadow: none;
        padding-bottom:0;
    }
        
    .dropdown-menu > li > a {
        white-space: inherit;
    }

    .box-style-copy {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .the-content ol,
    .the-content ul {
        margin-left: 0px;
    }

    .left-box {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom:15px;
    }    
    .carousel-wrap .boxed-style .box-style {
        padding-bottom: 0;
    }
    .carousel-wrap .boxed-style .box-style a.carousel-previous {
        float:left;
    }
    .carousel-wrap .boxed-style .box-style a.carousel-next {
        float:right;
    }

}

@media(max-width:687px){
    .child-pages-grid-item {
        height:165px;
    }
}

@media screen and (max-width: 600px){
    #wpadminbar {
         position: fixed !important; 
    }
}



@media(max-width:589px){
    .feature-image {
        height: 214px;
    }     
    .credits-section {
        padding-top: 70px;
        text-align:right;
    }
    .news-item-thumb {
        height:389px;
    }
    .the-content iframe{
        height: 296px;
    }

}

@media(max-width:415px){ /*****iPhone 6+**********/ 
    .feature-image {
        height: 214px; 
    }   
    .child-pages-grid-item {
        height:262px;
    }
    .col-xss-12 {
        width: 100%;
    }  
    .child-pages-grid {
        margin-bottom:38px;
    }
    .triangle-large-white-top {       
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
    }
    .project-detail {        
        padding-bottom: 8px;
    }
}

@media(max-width:400px){
    header .navbar-brand {
        position: absolute;
    }
    .news-item-thumb {
        height:300px;
    }
}