@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=VT323);


/* Visit Denver site link | DISABLED UNTIL FURTHER NOTICED - Trello Request.*/
.bm_ttl_c ul a {
    display: none !important;
}

/* GLOBAL STYLES */
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: #fff;

}

body, div, a, span, ul, li{
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #730028;
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    margin: 10px 0 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

h1{ font-size: 38px; margin-top: 30px; }
h2{ font-size: 32px; }
h3{
    color: #730028;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0;
    padding: 0 0 3px;
    text-align: center;
    text-transform: none;
}

h4{
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: none;
}
h5{ font-size: 18px; padding-top: 0; margin-top: 0; }
h6{ font-size: 16px;  }

h5, h6{
    color: #0060a4;
    text-transform: none;
    font-weight: normal;
}

a[href^=tel]{
    color: inherit !important;
    text-decoration: none !important;
}

input[type=submit] {
    -webkit-appearance: none;
}

.form_container .intro_text {
    font-family: "Open Sans", sans-serif !important;
    color: #585858;
}


.ant {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
@media screen and (min-width: 650px){
    .ant {
        flex-flow: row;
    }
}

.arrow_link{
    display: inline-block;
    position: relative;
    text-decoration: none;
    bottom: 0;
}
.arrow_link::after {
    background-image: url("/images/link-arrow.png");
    background-size: 100% 100%;
    content: " ";
    display: inline-block;
    height: 30px;
    left: 5px;
    position: relative;
    transition: left 0.2s linear 0s;
    vertical-align: middle;
    width: 30px;
}

.arrow_link:hover::after{
    left: 10px;
}

.arrow_link span{
    position: relative;
    top: 8px;
    left: 0px;

    display: inline-block;
    overflow: hidden;
    font-size: 23px;
    text-indent: -6px;

    transition: left .2s linear;
}

.arrow_link:hover span{
    left: 3px;
}

a{ color: #4c4c4c; text-decoration: underline; font-weight: normal; }

a:visited, a:active{ color: #4c4c4c; }
/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    padding: 11px 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/images/select_dd_arrw.png');
    background-repeat: no-repeat;
    background-position: right 15px center;

}
@media screen and (min-width: 1330px){
    .form_item_select.form_item_text select {
    }
}
select::-ms-expand{
    display: none;
}
textarea{
    font-family: "Open Sans",sans-serif !important;
}

.button, .button2 {
    background-color: #730028;
    border: 1px solid #730028;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    text-decoration: none;
    transition: background 0.2s linear, color 0.2s linear;
}
.button:hover, .button2:hover{
    color: #730028;
}

.splash_video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/*a.button, a.button2, a.button:hover, a.button2:hover{
    color: #fff;
}*/


/* END FORM ELEMENTS */

.content img{
    /* height: auto !important; */
    height: auto;
    max-width: 100%;
    padding: 0px;
    margin: 10px 0px;
}
/* This is important for google maps! */
.content .google_map img {
    max-width: none;
}

.content #google_pano img{ margin: auto !important; max-width: none !important; }

.r_col_2 .r_col, .r_col_3 .r_col, .r_col_4 .r_col{
    padding: 10px 0px;
    background-color: transparent !important;
}
.r_col_3{ margin-top: 20px; }
.r_col_3 .r_col{ padding: 0px; }


/* END GLOBAL STYLES */

#cc_left_side{
    display: none;
    position: fixed;
    z-index: 0;

    left: 50%;
    top: 10px;
}

#top{
    position: relative;
    overflow: hidden;
}

#site_c{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: visible;

    transition: left .25s ease-in;
}

#site_c.mb_left{
    left: -252px;
}

#page_container{
    position: relative;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}



/* primary containers */
#main_container{
    width: auto;
    text-align: left;
    padding: 0px;
    margin: 0px auto;

    background: #fff;
    color: #626262;
}


/* primary fixed areas */
#header, #main, #footer{
    position: relative;
    text-align: left;
}

#header_container{
    position: relative;
    z-index: 50000;

    width: 100%;
    /*max-height: 100px;*/

    background: #fff;
}

#header{
    position: relative;
    margin: 0px;
    padding: 10px 15px;
    background-color: #fff;
    padding-bottom: 15px;
}

#head_menu_cont {
    display: inline-block;
    height: auto;
}
#h_logo_c {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 210px;
    height: auto;
}
#h_top_c {
    background-color: #eee;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#h_contact_info{
    display: none;
    margin: 0 auto;
    max-width: 1366px;
    text-align: right;
}
#header_link {
    width: 100%;
}
#h_contact_info {
    padding: 1.5px 0 3.5px;
}
#h_contact_info > span {
    font-size: 15px;
}
#h_contact_info > span > span {
    padding: 0 15px 0 15px;
}
#h_contact_info > span > a {
    text-decoration: none;
    vertical-align: middle;
}
#h_contact_info > span:last-child {
    font-size: 15px;
    border-right: 0;
}
#h_contact_info strong {
    font-weight: 700;
}
#header_link img{
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100% !important;
}

a img{
    border: 0px;
}

#h_menu_c {
    bottom: 0;
    height: auto;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 19px;
    width: 45px;
}

/*ANIMATED HAMBURGER BUTTON*/
/* Icon 1 */

#h_menu_button {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 20px auto;
  -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;
  cursor: pointer;
}

#h_menu_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #5a5a5a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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;
}

/* Icon 3 */

#h_menu_button span:nth-child(1) {
  top: 0px;
}

#h_menu_button span:nth-child(2),#h_menu_button span:nth-child(3) {
  top: 7px;
}

#h_menu_button span:nth-child(4) {
  top: 14px;
}

#h_menu_button.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#h_menu_button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#h_menu_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#h_menu_button.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
/*ENDS HB BUTTON*/
/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar.mb_open {
    left: 100%;
    right: 0;
}

#menubar {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 0;
    position: absolute;
    right: 100%;
    text-align: left;
    top: 0;
    transition: left 0.25s ease-in 0s;
    width: 252px;
    z-index: 20000;
    margin-top: 5px;
}

#menubar>.tmenu>li>a>div.arrow {
    width: 10px;
    height: 10px;
    padding: 0;
}

#menubar>.tmenu>li>a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #626262;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

#h_clients{
    display: none;

    position: absolute;
    top: 0px;
    right: 0px;

    overflow: hidden;

    background: url(/images/fob_arrow_button.png) no-repeat top left;

    height: 94px;
    width: 231px;
}


#h_clients:hover{
    background: url(/images/fob_arrow_button_hover.png) no-repeat top left;
}

.inner_text {}

.cont_inner > .content_max_width {
    max-width: 1366px;
    margin: auto;
    text-align: left;
}

#h_clients a{
    display: block;
    margin-left: 47px;
    padding: 35px 0px 40px 0px;
    text-align: center;

    font-size: 16px;

    text-decoration: none;
    text-transform: uppercase;
}
#h_phone_number {
    background-color: #730028;
    box-sizing: border-box;
    color: #fff;
    display: none;
    float: right;
    font-size: 1.1em;
    height: 113px;
    line-height: 1.6em;
    margin-left: 55px;
    padding: 10px 34px 0;
    text-align: center;
}

#menubar ul{
list-style: none;
margin: 0px;
padding: 0px;
background: #fff;
}

.tmenu li{
    float: none;
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.tmenu li a {
    color: #484848;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 8px 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s linear 0s;
}

.tmenu li a img {
    float: right;

}

.tmenu li a:last-child {}

.ta_active .tmenu li a {
    border-bottom: none;
}
.tmenu li div ul li a {
    border-bottom: none;
    font-size: 14px;
    font-family: "Open Sans";
    text-transform: capitalize;
}
.ta_active li div ul li a:last-of-type {
    border-bottom: 1px solid #1d272f !important;
}
.tmenu li a span{

}
.tma span:first-child + span, .tma span:last-child {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    width: 20px;
    height: 4px;
    background-color: #484848;
    border-radius: 1px;
    transition: all .2s linear;
}
.tma span:first-child{ display: none; color: #b3b3b3; }
.tma span:first-child + span { transform: rotateZ(180deg); }
.tma span:last-child{ transform: rotateZ(270deg); }

.tma.ta_active span{
     transform: rotateZ(0deg);
}

.tmenu li a.ta_cur, .tmenu li a:active, .tmenu li a:hover, .tmenu li a.ta_cur:hover{
    color: #7d1237;
}

.tmenu>li>div{
    display: none;
}

.tmenu li ul li a{
    padding: 16px 16px;
    margin: 0px;
    text-decoration: none;
    background: #f4f4f4;
}

.tmenu li ul li a:before{
    /* content: "\00bb  "; */
}

.tmenu li ul li ul li a{
    padding: 10px 60px;
    font-weight: 300;
}
.tmenu .button {
    padding: 12px 29px;
    display: none;
    vertical-align: middle;
}



/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{}

#columnLeft, #columnRight{}

#columnRight{
    padding: 20px 20px;
}

#columnMain{
    /* default settings are good enough for this */
}


.cmain_full{
    width: 100% !important;
    max-width: 100% !important;
}

#main_container{
    position: relative;
    z-index: 500;
    overflow: hidden;
}

#main {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1366px;
    box-sizing: border-box;
}

.content_max_width markets_served {
  padding: 0 20px;
}

#main.full_page_main {
    max-width: none;
}
.content {
    height: auto;
    line-height: 2.3em;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-align: left;
    width: auto;
}
.content.home_market_cont .content_max_width {
    padding: 0;
}

.content_gray{
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
}

.content_max_width{
    padding: 0 20px;
}

#inner_page_content .content_max_width>div {
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 1366px;
    padding: 0 20p;
}
.content_max_width a{ color: #730028; text-decoration: none; }
.content_max_width a:hover{ color: #730028; }
.about_content .content_max_width, .home_content .content_max_width{
    margin: 0 auto;
    max-width: 1336px;
}
.content_float_c{
    position: relative;
    overflow: hidden;
}

.content_left{
    /* float left, show in higher res */
    display: none;
}
.content_right{
    /* float right in higher res */
}
.content_blue {
    background: none repeat scroll 0 0 #de001b;
    padding-bottom: 20px;
}

/*Bottom Content*/
.bottom_client_block {
    background-color: #fff;
    border-top: 1px solid #f6f6f6;
    padding: 40px 0;
}
.bottom_client_block > h3 {
    margin-top: 0;
    text-transform: uppercase;
}


.bottom_client_block .button {
    color: #fff;
    display: block;
    margin: 50px auto 0;
    max-width: 210px;
    text-align: center;
}
.bot_form_c.content {
    background-color: #f9f9f9;
}
.bot_form_c .form_container {
    margin: 0 auto;
    padding: 40px 10px;
}
.bot_form_c h4 {
    color: #730028;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.bot_form_c .form_item_label {
    margin-bottom: 40px;
}
.bot_form_c .form_item_label > span {
    color: #626262;
    text-align: center;
}
.bot_form_c input, .bot_form_c select, .bot_form_c textarea {
    border-color: #f2f2f2;
    padding: 15px;
}
.bot_form_c .button {
    background-color: #49b044;
    border-color: #49b044;
}
.bot_form_c .button:hover {
    background-color: transparent;
    color: #49b044;
}
.bottom_content{
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.bottom_content h3, .bottom_content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-transform: none;
}
.bottom_content span {
    color: #ffffff;
    display: block;
    margin: 0 auto 27px;
}
.bottom_content .button {
    background: #0060a4;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
    width: 145px;
}
.bottom_content .button:hover {
    background: #fff;
    color: #0060a4;
}
.bottom_content .button.bottom_contact_button {
    background-color: #69000d;
    border-color: #69000d;
}
.bottom_content .button.bottom_contact_button:hover {
    color: #fff;
}

.bcb-container a:hover {
    background: blue;
}
.bottom_content > .form_container{
    margin: 0 auto;
}
.bottom_content > div > form > ul > li{
    width: 48% !important;
    float: left !important;
    display: initial !important;
    margin: 0 0 20px !important;
}
.bottom_content > div > form > ul > li:nth-child(2n+1){
    margin-right: 4% !important;
}
.bottom_content > div > form > ul > li:last-child{
    width: 100% !important;
}
.bottom_content input, .bottom_content textarea{
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
}
/*Footer*/
#footer_container{
    border-top: 1px solid #f2f2f2;
    position: relative;
    z-index: 1;
    background-color: #373737;
    color: #fff;
}


#footer{
    position: relative;
    z-index: 1;
    margin: 0px auto;
    padding: 0px 0px 17px 0px;
    text-align: left;

    max-width: 1366px;
    margin: 0px auto;
}

#footer>ul>li>ul {
    max-width: 260px;
}

#footer>#bottommenu>li>ul span {
    line-height: 2.4;
}

#bottommenu li ul li:last-child {
    padding-top: 0;
}

#f_attr{
    font-weight: 100;
    text-align: left;
    margin: 0px auto;
    padding: 0 15px 75px;
    color: #9c9c9c;
    background-color: #f4f4f4;
}

#f_attr_info > span:last-child {
    line-height: 30px;
    padding: 0 0 5px;
}
#f_attr_info > span {
    display: block;
    line-height: 24px;
    padding: 0 0 15px;
}
#img_block{
    max-width: 390px;
    margin: 0 auto;
}
#img_block > img {
    margin: 0 0 2px;
}
#img_block > img:last-child{
    margin: 0;
}
#f_attr div{
    padding: 5px 0px;
}

#f_attr #f_addr {
    font-size: 17px;
}
#f_copy{
    color: #e2e2e2;
    font-size: 15px;
    padding: 40px 10px 0;
    text-align: center;
}
#f_bx3 {
    color: #e2e2e2;
    padding: 12px 0 50px;
    text-align: center;
}
#f_bx3 a{
    color: #e2e2e2;
    text-decoration: none;

    font-size: 16px;
    font-weight: 400;

    transition: color .25s ease-in;
}
#f_bx3 a:hover{
    color: #fff;
}

#f_addr span{
    display: block;
}
.ta_active {
    border-bottom: none !important;
}
.tmenu li ul {
}
.bm_active {
    border-bottom: none !important;
}
#bottommenu {
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
#bottommenu li .bm_a, .f_title {
    color: #e2e2e2;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 15px ;
    position: relative;
    text-decoration: none;
    transition: background-color 0.25s ease-in 0s, color 0.25s ease-in 0s;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.bm_title{ }
/*#bottommenu li .bm_a:hover, .f_connect > .f_title:hover { color: #7d1237; }*/



.f_connect {
    display: inline-block;
    margin: 25px 0 0 15px;
    padding-left: 15px;
    vertical-align: top;
    min-width: 175px;
}
.f_connect > .f_title {
    color: #e2e2e2;
    font-size: 18px;
    padding: 0 0 10px;
}
.f_connect > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.f_bsns_icons > li {
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.f_bsns_icons a {
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease;
}
.f_bsns_icons a:hover {
    background-color: #282828;
    color: #fff;
}
#bottommenu li {
    box-sizing: border-box;
    display: block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}

#bottommenu>li {
    border-bottom: 1px solid #505050;

}
#bottommenu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1.4em;
    padding-left: 18px;
}

.bm_a span {
    background-color: #848484;
    border-radius: 1px;
    display: block;
    height: 3px;
    position: absolute;
    right: 18px;
    top: 20px;
    transition: all 0.2s linear 0s;
    width: 18px;
}
.bm_a span:first-child{ transform: rotateZ(180deg); }
.bm_a span:last-child{ transform: rotateZ(270deg); }

.bm_a.bm_active span{
     transform: rotateZ(0deg);
}

.rotate {
    transform: rotate(180deg);
}


#footer .arrow {
    float: right;
    margin-top: 10px;
    transition: all .2s ease-in;
}

#menubar .arrow {
    transition: all .2s ease-in;
    margin-left: 10px;
    margin-top: 5px;
    background: url('/images/mobile-nav-dropdown-arrows.png') no-repeat center center;
}

@media screen and (min-width: 1080px){
    #menubar .arrow {
        margin-top: 6px;
    }
}

#bottommenu li ul li span{ font-family: 'Open Sans'; color: #e2e2e2; line-height: 1.8em; font-size: 15px; }

#bottommenu li ul{ display: none; list-style: none; margin: 0px;}
#bottommenu li ul li a{
    font-family: 'Open Sans';
    display: block;
    color: #e2e2e2;
    font-size: 15px;
    text-decoration: none;
    transition: color .2s linear;
    padding: 6px 0;
    margin: 0;
}

#bottommenu li ul li a:hover{ color: #fff; }

#bottommenu .f_title {
    border-bottom: 0 none;
    cursor: default;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 15px;
}
#bottommenu .f_connect {
    display: none;
}
#f_attr_info .f_subscribe {
    box-sizing: border-box;
    margin-top: 35px;
    max-width: 600px;
    min-width: 325px;
    padding: 5px 15px 5px 5px;
}
.f_connect.mini_connect {
    padding: 0;
}
.f_connect.mini_connect .f_title {
    border: 0 none;
    font-weight: 500;
}
.f_connect.mini_connect > ul {
    padding: 10px 0;
}
#bottommenu .f_connect {
    display: none;
}
.f_subscribe > .f_title {
    border: 0 none;
    text-transform: none;
}
#f_attr_info .form_items, #f_attr .form_buttons {
    display: inline-block;
    max-width: none;
    width: 200px;
}
#f_attr_info .form_items input[type="text"] {
    width: 240px;
}
#f_attr .form_buttons {
    width: 120px;
}
#f_attr_info input.button {
    background-color: #de001b;
    display: inline-block;
    left: 5px;
    padding: 10px 0;
    position: relative;
    width: 120px;
}
#f_attr_info input.button:hover {
    background-color: #B00016;
}
#bottommenu .f_icons > li {
    display: inline-block;
    float: none;
    margin: 0;
    min-height: 0;
    width: auto;
}
.f_icons > li {
    display: inline-block;
    padding: 0 3%;
}
.f_icons > li:first-child {
    padding-left: 0;
}
.f_icons > li:last-child {
    padding-right: 0;
}
.f_social .f_social_img {
    display: block;
    opacity: 1;
    max-height: 25px;
}
.f_social:hover .f_social_img {
    display: none;
}
.f_social .f_social_hover {
    display: none;
    max-height: 25px;
}
.f_social > img {
    max-width: 30px;
}
.f_social:hover .f_social_hover {
    display: block;
    opacity: 1;
}
strong > a#bm_contact{
    display: inline-block !important;
    font-weight: inherit;
}

#f_partners{
    display: none;
}

.f_block{
    padding: 30px 10px;;
    text-align: left;
}

.f_title{
    color: #be1b54;

    text-transform: uppercase;

    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

.f_block_item{
    padding: 10px 0px 5px 0px;
}


#f_connect input{
    width: 95.8%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
}
#f_connect input.button{
    width: 100%;
    padding: 17px 0px;
    font-size: 16px;
}

#f_social{
    list-style: none; margin: 0px; padding: 0px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    max-width: 170px;
}

#f_social li{
    list-style: none; margin: 0px; padding: 0px;
    padding-right: 15px;
    float: left;
}

#f_social li a{
    text-decoration: none;
}

#f_social li a img{
    border: 0px;
}

#f_logos{
    line-height: 0;
}

#f_logos .f_block_item div{
    padding: 10px 0px;
}
#f_logos .f_block_item div:nth-child(1){
    padding-top: 0px;
}
#f_logos .f_block_item div:nth-child(2){
    padding-bottom: 20px;
}

#f_logos img{
    display: block;
}


#call_now_cont {
    bottom: 0;
    color: #fff;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2000;
}
#call_now_cont > a{
    background-color: #7d1237;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease 0s;
    width: 100%;
}

#call_now{
    display: block;
    font-weight: 500;
    height: 100%;
}

.form_page_form h3{
    font-size: 38px;
    margin: 0;
    padding: 40px 0;
}
.form_page h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    padding: 0;
    text-align: left;
}
.form_page_form .form_container{
    margin: 0;
    padding: 0;
}
.form_page_form input, .form_page_form textarea, .form_page_form .form_buttons submit{
    width: 100% !important;
    padding: 15px;
    box-sizing: border-box;
    max-width: initial !important;
}
.form_page_form li{
    /*width: 100% !important;*/
}
.form_page_form .form_buttons{
    width: 100%;
}
.form_page_form.inner_form.contact_block {
    position: relative;
    top: 0px;
    bottom: 0px;
    background: #f9f9f9;
    padding: 80px 10px;
}
@media screen and (max-width: 1360px){
    .form_page_form.inner_form.contact_block {
        position: static !important;
    }
}
#splash_content_c {
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-width: 1367px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#splash_content {
    border: 0 none;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    margin: auto;
    max-width: 900px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 18;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1330px){
    .contact_us_page .content.bot_form_c {
        display: none;
    }
}
/*#hm_slide_content > h2{
    opacity: 0;
}
#hm_slide_content > h1{
    opacity: 0;
    font-weight: 800px;
}
#hm_slide_content > p{
    opacity: 0;
}
#splash_content.anim{
    opacity: 0;
    animation-duration: .5s;
    animation-name: fadein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}
#hm_slide_content.anim > h1{
    animation-duration: 1.5s;
    animation-name: fadein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}
#hm_slide_content.anim > h2{
    animation-duration: 1.5s;
    animation-name: fadein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
#hm_slide_content.anim > p{
    animation-duration: 1.5s;
    animation-name: fadein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}
@keyframes fadein{
    from{opacity: 0;}
    to{opacity: 1;}
}*/



/* END USUAL STRUCTURAL STUFF */

/* splash (interior pages) */

#splash_c{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#alpha_slider_home_c #splash_img_c, #splash_img_c {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 275px;
    position: relative;
    z-index: 3;
}
.home_over{
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}
.home_over > img{}
.home_splash_color{
}

#splash_c, #splash, #splash_img_c, #splash_img{
    margin: 0px;
    padding: 0px;
}
#splash_c, #splash{
    background-color: #fff;
}
#splash_img {
    display: block;
    position: relative;
    height: 200px;
    left: -200px
}
#splash_content {
    display: flex;
    align-items: center;
    flex-flow: column;
}
#splash_content h1, #splash_content h2, #splash_content h3{
    color: #fff;
    font-family: "Montserrat";
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.67);
    text-transform: none;
}



#splash_content h1 {
    font-weight: 300;
    margin: 0;
    padding: 0;
}
#splash_content h4, #splash_content h5, #splash_content h6{
    color: #0060a4;
    font-size: 18px;

}

/* home splash */

#alpha_slider_home_c  .form_items input, #alpha_slider_home_c  .form_items select {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#alpha_slider_home_c .button:hover {
    background-color: #AA0015;
}
#alpha_slider_home_c .button {
    background-color: #69000d;
    border: 0 none;
    max-width: 100%;
    width: 320px;
}
.c_color_background{
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 2000;
}
.background_color{
    border: 2px solid #fff;
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin: 0 2px;
}
.background_color:hover{
    border: 3px solid #fff;
}

.cont_inner > .content_max_width{
    font-size: 16px;
    padding: 0 20px;
}
#alpha_slider_home_c {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#alpha_slider_home_c > img {
    left: -200px;
    margin: 0 auto;
    height: 200px;
    position: relative;
}
#alpha_slider_home_c .slide_control_c{
    display: none;
}
#hm_slide_content_c {
    background-color: #730028;
    padding: 25px 15px;
}
#hm_slide_content_c {
    background-color: transparent;
    bottom: 0;
    height: 95%;
    left: 0;
    margin: auto;
    max-width: 1366px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}
#hm_slide_content {
    box-sizing: border-box;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.2em
    padding: 20px 10px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.004);
    text-transform: uppercase;
    z-index: 3000;
}
#hm_slide_content {
    background-color: transparent;
    text-align: center;
}
#hm_slide_content h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 0px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.67);
}
#hm_slide_content span {
    display: block;
    margin: 15px 0;
    text-align: left;
    vertical-align: top;
}
#hm_slide_form .form_container .form_items, #hm_slide_form .form_container .form_buttons, #hm_slide_form h4, #hm_slide_form form {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
#hm_slide_form > .form_container {
    margin: 0 auto;
    max-width: 1330px;
    padding: 0;
}
#hm_slide_content {
    text-align: center;
}
#hm_slide_form .form_items > li {
    display: inline-block;
    margin: 0 20px 0 0;
    max-width: 100%;
    width: 320px;
}
#alpha_slider_home_c .button {
    margin-right: 20px;
}
#hm_slide_content h2{
    text-align: left;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    margin: 0 auto;
}
#hm_slide_content .button {
    background: none repeat scroll 0 0 #0060a4;
    font-size: 18px;
    height: 28px;
    line-height: 23px;
    text-shadow: none;
    width: 157px;
    border: none;
}
#hm_slide_content .button:hover {
    background: #1c7abc;
    color: #fff;
}
#home_splash_extended {
    background-color: #730028;
    color: #ffffff;
    display: none;
}
#home_ext_cont {
    margin: 0 auto;
    max-width: 1366px;
    padding: 15px 5px;
}
#home_splash_extended span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
    opacity: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.25s ease 0s, opacity 1s ease 0s;
    vertical-align: middle;
    width: 48%;
}
#home_ext_cont a {
    color: #ffffff;
    text-decoration: none;
    transition: color .25s ease;
}
#home_ext_cont a:hover {
    color: #dedede;
}
/* home blocks */

.hp_top{
    text-align: center;
}

.hp_top h1{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.hp_top h5{
    padding-top: 0px;
}

.service_blocks_c {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.service_blurb{
    margin: 0 0 30px;
}
.service_block {
    border-top: 1px solid #ededed;
    box-sizing: border-box;
    display: inline-block;
    line-height: 2em;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.service_block:last-child{ border-bottom: 1px solid #ededed; }
.service_block.sb_even {
    background-color: #fbfbfb;
}
.service_block.sb_odd {
    background-color: #fff;
}
.service_block_c{
    overflow: hidden;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    justify-content: center;
}
.service_block_c > * {
    text-align: left;
}
.service_block > a {
    display: block;
    text-decoration: none;
}
.service_block:hover{
}
.service_block:hover div.arrow_link{
    color: #25aae1;
}
.service_block:hover div.arrow_link::after{
    left: 10px;
    background-image: url('/images/link-arrow-hover.png');
}
/*.service_block:last-child{
    padding-bottom: 30px;
}*/
.service_block_arrow{ display: none; }

.sb_img {
    display: inline-block;
    line-height: 120px;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 640px;
}
.sb_content_c {
    display: inline-block;
    max-width: 615px;
    vertical-align: middle;
}
.sb_img a {
    display: inline-block;
    width: 100%;
}
.sb_img img{
    display: inline-block;
    margin: 0px auto;
    padding: 0;
    border-radius: 0;
    vertical-align: bottom;
    width: 100%;
}
.service_block:nth-child(1) img{ border-color: #fef4e9; border-color: rgba(249, 151, 43, .15); }
.service_block:nth-child(2) img{ border-color: #fdd5aa; border-color: rgba(249, 151, 43, .43); }
.service_block:nth-child(3) img{ border-color: #fbb66a; border-color: rgba(249, 151, 43, .81); }
.service_block:nth-child(4) img{ border-color: #f9972b; border-color: rgba(249, 151, 43, 1); }

.service_block:hover .sb_img img{ border-color: #f9972b; border-color: rgba(249, 151, 43, 1); }

.sb_blurb{
    line-height: 2.3em;
    padding: 0px 2px 10px ;
}
.sb_expand_link {
    display: block;
}
.sb_title {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    text-align: left;
    text-transform: none;
}
.sb_title > a {
    color: #730028;
    font-family: "Montserrat";
    text-decoration: none;
    text-transform: uppercase;
}
.sb_content{
    padding: 10px;
    line-height: 1.4em;
}

.sb_content h3{
    padding-top: 30px;
    margin-top: 0;
}

.service_block_front{
    transition: all .25s ease-in-out;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    z-index: 20;
}
.active_sb .service_block_front{
    transform: rotateY(180deg);
}

.service_block_back{
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    transition: all .25s ease-in-out;

    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    z-index: 10;

    text-align: left;
}
.active_sb .service_block_back{ transform: rotateY(0deg); overflow: auto; }

.sb_close_x{
    display: none;
    position: absolute;
    top: 20px;
    right: 13px;

    width: 30px;
    height: 30px;

    background: url(/images/icon_close_circle_x.png) no-repeat top left;

    cursor: pointer;

    transition: transform .4s ease-in;
}

.sb_close_x:hover{
    transform: rotateZ(360deg);
}

.active_sb .sb_close_x{ display: block; }

.home_market_cont h3 {
    margin: 0 0 15px;
}
.home_market_cont p {
    line-height: 2.5em;
    margin: 0 auto 30px;
    max-width: 900px;
    text-align: center;
}
.market_icons {
    text-align: center;
}
.market_icons > div {
    display: inline-block;
    margin: 10px 1%;
    max-width: 132px;
    text-align: center;
    vertical-align: top;
    width: 46%;
}
.content.home_market_cont {
    padding-bottom: 0;
}
.content.home_market_cont #inner_page_content > div:last-child {
    margin-bottom: 20px;
}
.hp_block{}

.hp_block h3{
    font-size: 48px;
}

.cc_hp{
    float: right;
    padding: 10px 20px 0px 0px;
}
.home_content{
    background-image: url('/images/home-content-bkgd.png');
    background-size: 100%;
}
.content.about_content {
    background-color: #7d1237;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 15px;
    text-align: center;
}
.about_content .hp_content {
    margin: 0 auto;
    max-width: 804px;
}
.about_content h4 {
    font-size: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
#hp_about .hp_content > p:first-of-type {
    margin: 0 0 25px;
}
.hp_content h3 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
    text-transform: none;
}
.hp_content ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 910px;
}
.hp_content ul li {
    box-sizing: border-box;
    color: #0060a4;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    min-width: 149px;
    text-align: center;
    vertical-align: top;
    width: 12%;
}
.hp_content img {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
}

#hp_vid iframe{
    width: 100%;
    min-width: 100%;
    min-height: 250px;
}
.hm_slide_form {
    background-color: #de001b;
    color: #fff;
    padding: 30px 10px;
}
.hm_slide_form > .form_container {
    padding: 0;
}
#hm_slide_form.hm_slide_form h4 {
    color: #fff;
    display: block;
    font-family: "Open Sans";
    font-weight: 100;
}
.hm_slide_form form {
    padding-top: 20px;
}
/* home project tiles */

.content.home_content {
    padding: 0;
    border-top: 1px solid #e1e1e1;
}
.hp_proj_tiles, .hp_proj_tiles li{
    list-style: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    min-height: 700px;
    padding: 0px;
    width: 100%;
}

#proj_top {
    padding: 60px 20px 60px;
}

.mouse_scroll {
    display: none;
}

.hp_max_width {
    height: inherit;
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 40px;
    clear: both;
}

.hp_proj_tiles a {
    background-color: #fff;

    color: #0060a4;
    display: block;

    line-height: 50px;

    text-align: center;
    text-decoration: none;
    /*transition: background-color .2s linear, color .2s linear;*/

}
.hp_proj_tiles a::after {
    background-image: url("/images/VMArrow.png");
    content: " ";
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    width: 13px;
}
.hp_proj_tiles a:hover {
    text-decoration: underline;
}
.hp_proj_tiles li{
    border-top: 1px solid #ededed;
}
.hp_proj_tiles .proj_tile_link {
    display: inline-block !important;
    font-size: 18px;
}
.hp_proj_tiles img {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    min-height: 280px;
    max-height: 700px;
    max-width: 700px;
    text-align: center;
}
.hp_proj_tiles .proj_tile_name {
    color: #0060a4;
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 13px;
    text-align: left;
    text-transform: capitalize;
}

.hp_proj_tiles .proj_tile_desc {
    display: inline-block;
    line-height: 36px;
}
.hp_proj_tiles .proj_tile_txt {
    text-align: left;
}
.proj_tile_desc a{
    width: 100%;
    text-align: left;
}
#hp_about .hp_content ul li a{ text-decoration: none; }

/* home blog styles */

.contact_block h4 {
    color: #730028;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact_block span {
    font-size: 16px;
    line-height: 2.3em;
}
.default_right_block {
    background-color: #2aade2;
    box-sizing: border-box;
    margin-top: 35px;
    padding: 20px 35px;
}
.default_right_block a {
    text-decoration: none;
}
.default_right_block a > div {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.default_right_block .top_content {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
}
.default_right_block .bot_content {
    font-size: 1.3em;
    font-weight: 700;
}
.default_right_block .bot_content > span {
    display: block;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1em;
}
.default_right_block img {
    margin: 10px 0;
    max-width: 100%;
}
.blog_home{
    overflow: hidden;

    margin-bottom: 30px;

    background: #fff;

    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);

}

.blog_date{
    padding: 20px 0px 20px 0px;
    text-align: center;

}

.blog_month{
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
}

.blog_day{
    display: block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
}

.blog_home_txt{
    padding: 30px 10px;
    font-size: 16px;
}

.blog_title_home{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.blog_title_home a{
    font-weight: bold;
    text-decoration: none;
}


.testimonial_c{
    text-align: center;
}

.testimonial_c h4{
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.testimonial_title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.proj_bc a{
    display: inline-block;
    padding: 4px;
    margin: 0px 5px;
    color: #5d5d5d;
    text-decoration: none;
}

.proj_bc a.cur, .proj_bc a:hover{
    color: #0060a4;
}


#proj_type{
    margin-left: 15px;
}

.proj_tiles, .proj_tiles li{
    list-style: none;
    margin: 0 0 10px;
    padding: 0px;
    overflow: hidden;
}
.proj_tiles{
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
}
.proj_tiles li{
    float: left;
    /* width: 33.33%; */
    width: 100%;
}
@media screen and (min-width: 768px){
    .proj_tiles li{
        position: relative;
    }
}
.proj_tiles a{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 0;
}
.proj_tiles a img{
    position: relative;
    left: 0;
    top: 0;

    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.proj_tiles .proj_tile_overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 10, 51, 1);
    /*transition: opacity .2s ease-in;*/
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    flex-flow: column;
}

.proj_tiles .proj_tile_txt{
    z-index: 200;
    margin: auto;
    text-align: center;
    line-height: 2em;
    /*transition: opacity .4s ease-in;*/
}
@media screen and (min-width: 768px){
    .proj_tiles .proj_tile_txt{
        display: flex;
        flex-flow: column;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 200;
        margin: auto;
        text-align: center;
        line-height: 2em;
        /*transition: opacity .4s ease-in;*/
        background-color: rgba(99, 10, 51, 0);
    }
    .proj_tiles .proj_tile_txt:hover .proj_tile_loc {
        color: #fff;
    }
}



.proj_tiles .proj_tile_txt span, .proj_tiles .proj_tile_txt h3{
    color: #7d1237;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
@media screen and (min-width: 768px){
    .proj_tiles .proj_tile_txt span, .proj_tiles .proj_tile_txt h3{
        color: #fff;
        opacity: 0;
    }
    .proj_tiles a:hover .proj_tile_txt h3,
    .proj_tiles a:hover .proj_tile_txt .proj_tile_loc {
        opacity: 1;
    }
    .proj_tiles a:hover .proj_tile_txt {
        background-color: rgba(99, 10, 51, .5);
        transition: background-color .2s ease-in;
    }

    .proj_tiles a:nth-child(2) {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}



.proj_tiles .proj_tile_name {
    padding: 20px 10px 0 10px;
}


.proj_tiles .proj_tile_name{
    /* font-size: 36px; */
    font-size: 18px;

    color: #fff;
    text-transform: uppercase;
}
.proj_tiles .proj_tile_loc{
    font-size: 12px;
    color: #0060a4;
}
.proj_tiles .proj_tile_loc > img {
    display: inline;
    max-width: 100%;
    width: auto;
}


.home_content > h2, .home_content > span{
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    max-width: 1366px;
    padding: 0 15px;
}
.home_content > span{
    margin-bottom: 30px;
}
.page_body{
    text-align: center;
    display: block;
    max-width: 1366px;
    margin: 80px auto 0;
}
/* project page */

#proj_c{
    overflow: hidden;
    max-width: 1366px;
    margin: auto;
    padding-bottom: 130px;
    padding-top: 130px
}

#proj_info{
    text-align: left;
    line-height: 1.5em;
}

#proj_info h1 {
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px;
}
#proj_info h5{
    color: #626262;
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.proj_info_block {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 13px auto;
    padding: 27px 0;
}
.proj_info_block > div {
    color: #626262;
    font-weight: bold;
}
.proj_info_block > div:first-child {
    padding-bottom: 15px;
}

.proj_info_desc{
    line-height: 2.5em;
    margin: 0px auto;
    padding-bottom: 40px;
    max-width: 980px;
}
/*Inner Page Contents*/
#inner_page_content {
    line-height: 36px;
    padding-top: 0;
    text-align: left;
}

#inner_page_content h1 {
    font-weight: 800;
    margin: 20px 0 40px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
}
#inner_page_content h1, #inner_page_content h2, #inner_page_content h3,
#inner_page_content h4, #inner_page_content h5, #inner_page_content h6 {
    color: #730028;
}
#inner_page_content h1{
    font-size: 36px;
}
.home_content a::after {
    background-image: url("/images/VMArrow.png");
    content: " ";
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    width: 13px;
    transition: .3s;
    position: relative;
    left: 0;
}
.home_content a:hover:after{
    left: 5px;
}

.home_market_cont #inner_page_content.no_side_form {
    padding-top: 0;
}
#inner_page_content div:nth-of-type(2n){
    /*background-color: #f7f7f7;*/
}
#inner_page_content > div {
    clear: both;
    margin: 0;
}
#inner_page_content > div:last-child {
    margin: 0 20px 100px 0;
}
#inner_page_content > .mid_inner_img:last-child {
    margin: 0;
}
#inner_page_content .form_container {
    padding: 0;
}
.home_content #inner_page_content > div {
    margin: 40px 20px 50px;
}

.home_content{
    text-align: center !important;
}
#inner_page_content h2, #inner_page_content h3, #inner_page_content h4, #inner_page_content h5 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}
.home_market_cont #inner_page_content h3 {
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
#inner_page_content h3 {
    font-weight: 400;
    margin: 25px 0 0;
}
.content_max_width > h4 {
    margin: 30px 0 10px;
}
#main ul {
    padding-left: 5px !important;
}
#inner_page_content ul {
    display: inline-block;
    max-width: 700px;
    min-width: 245px;
    padding-left: 30px;
    text-align: left;
    vertical-align: top;
}
#inner_page_content li {
    list-style: none;
    margin: 0 0 0 15px;
    position: relative;
}
#inner_page_content li::before {
    color: #730028;
    content: "\25CB";
    cursor: default;
    display: inline-block;
    left: -20px;
    position: absolute;
    top: -1px;
}
#inner_page_content li span {
    color: #5d5d5d;
}
#inner_page_content img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}
#inner_page_content a > img {
    display: inline-block;
    /*left: 10px;*/
    margin: 0;
    position: relative;
    transition: left .25s ease;
}
#inner_page_content a:hover > img {
    /*left: 25px;*/
}
.home_content #inner_page_content img{
    display: none;
    width: initial;
}
#inner_page_content .top_inner_img {
    padding: 109px 12px 103px;
}
.bot_inner_img p {
    padding-bottom: 23px;
}
#main #inner_page_content > div {
    overflow: auto;
    padding: 65px 0;
}
#main #inner_page_content > .cont_inner {
    margin: 0;
    padding: 25px 0;
}

#main_container #proj_tiles_c {
    max-width: 1366px;
    margin: auto;
}
@media screen and (min-width: 980px){
    #main_container #proj_tiles_c {
        padding: 0 0 122px;
    }
}

/*.content_max_width > ul::before {
    clear: both;
    content: "";
    display: block;
    height: 0;
}*/
.inner_text h4 {
    font-size: 24px;
    margin: 40px 0 20px;
}
.home_content .inner_text h4 {
    font-size: 36px;
}
.mid_inner_img .inner_text > h3 {
    margin-top: 0;
}

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }


/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }



/* GALLERY STYLES */
.cboxElement > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gallery_container a {
    border: 1px solid lightgray;
    display: inline-block;
    height: 200px;
    margin: 20px 2%;
    overflow: hidden;
    position: relative;
    width: 44%;
}
.galleryDescription{
    margin: 0px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    overflow: hidden;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;

    width: 48%;
    max-width: 48%;
    padding: 1%;

}

ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 0px;

    white-space: normal;

    font-size: 12px;

    text-decoration: none;


}


ul.galleryContainer li a span{
    display: block;
}
ul.galleryContainer li a span.g_img{

}

ul.galleryContainer li img{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    border: 0px;
}

ul.galleryContainer li a span.g_txt{
    overflow: hidden;
    height: 48px;
}

/* END GALLERIES */

/* CONTACT STYLES */
.contactTable{
    width: 100%;
    max-width: 430px;
    text-align: left;
}

.contactTable td{
    padding: 5px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{ clear: both; }

#workNode{ display: none; }

/* contact styles */

.form_page{
    overflow: hidden;
}
#contact_page {
    display: block;
    overflow: hidden;
    position: relative;
}

.form_page_content{  }
.form_page_form{}

.form_container{ margin: 0px; padding-top: 50px;}

.hp_content .form_container{ margin: 0px; padding-top: 20px;}

.form_container ul{ list-style: none; margin: 0px; padding: 0px; }

.form_container .button{ max-width: 170px; margin: 0px auto; font-weight: normal; text-transform: capitalize; padding: 13px 0px; background: #49b044; border: none; }

.form_container ul{ position: relative; list-style: none; margin: 0px; padding: 0px; }
.form_container ul li{ width: 100%; margin-bottom: 15px; }
.form_item_label { margin: 15px 0; }
/*.form_item_textarea{ width: 92.5%; }*/
.form_container ul li ul li{ margin: 2px 0px; width: auto; }
.form_container input, .form_container textarea{ /*width: 96%;*/ }
.form_item_textarea textarea { width: 100% }
.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #fcb040; margin: 5px 5px 6px; border-radius: 4px; background-color: #fffbdb; }

.form_static_item span{ font-weight: bold; }

#custom_form_confirmation_help{ padding-bottom: 15px; }

#custom_form_confirmation_actions{ margin-top: 20px; }

.form_item_radios input{
    width: auto !important;
}
.form_page_form.inner_form.contact_block .form_items > li {
    margin-bottom: 7px;
    margin-top: 0;
    width: 100%;
}
.form_page_form.inner_form.contact_block .form_items > li input,
.form_page_form.inner_form.contact_block .form_items > li select {
    border: 1px solid #d9d9d9;
    color: #484848;
    font-family: "Open Sans";
    font-size: 0.97em;
    margin-bottom: 5px;
    opacity: 1;
    padding: 14px 17px;
}
.form_page_form.inner_form.contact_block .form_items > li select {
    color: #868686;
    opacity: .8;
}
.form_page_form.inner_form.contact_block .form_buttons {
    margin-top: 15px;
}
.form_page_form.inner_form.contact_block .form_items > li.form_item_label {
    margin-bottom: 40px;
}
.form_page_form.inner_form.contact_block .form_items > li input:-ms-input-placeholder,
.form_page_form.inner_form.contact_block .form_items > li select::-webkit-input-placeholder {
    color: #868686;
    opacity: .8;
}

.form_page_form.inner_form.contact_block .form_items > li input:-ms-input-placeholder,
.form_page_form.inner_form.contact_block .form_items > li select:-moz-placeholder { /* Firefox 18- */
    color: #868686;
    opacity: .8;
}

.form_page_form.inner_form.contact_block .form_items > li input:-ms-input-placeholder,
.form_page_form.inner_form.contact_block .form_items > li select::-moz-placeholder {  /* Firefox 19+ */
    color: #868686;
    opacity: .8;
}

.form_page_form.inner_form.contact_block .form_items > li input:-ms-input-placeholder,
.form_page_form.inner_form.contact_block .form_items > li select:-ms-input-placeholder {
    color: #868686;
    opacity: .8;
}

/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #custom_form .button{ width: 100%; }
    #custom_form li{ width: 100%; }
    #custom_form input, #custom_form textarea{ width: 100%; }
}

#custom_form ul li ul li input{ width: auto; }

.intro_text{ margin-bottom: 20px; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }



#google_map, #google_pano{
    width: 100%;
    height: 200px;
}
.gm-style-iw{ overflow: visible !important; height: auto !important; width: auto !important; }

#google_pano{ /*display: none;*/ }


#mapDirectionsC{
    padding: 8px;
    background-color: #2f2f2f;
    border: 1px solid #000;
    color: #fff;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
#directions table{ width: 100%; }

.printDirections{
    text-align: right;
    margin: 10px 10px 0px 0px;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

/* Review Styles */



.content_bottom{
    position: relative;
    clear: both;
    padding: 0px 20px 50px 20px;
    overflow: hidden;
}

.ui-widget { z-index: 50000; }


#quote_button_c{
}
#quote_button_c span { display:none; }
#quote_button_c a{
    display: block;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;

    font-size: 16px;
    color: #fff;
}
.proj_tiles h3 {
    margin: 0;
}
.featured_projects_h3{
    text-align: center;
}
.slide_pagination {
    display: none !important;
}
#contact_c{
    position: relative;
    width: 100%;
    height: 540px;
    max-height: 540px;
}
#contact_c > .google_map {
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.56);
}
#main.contact_page {
    max-width: none;
}
#main.contact_page > #contact_page {
    margin: 0 auto;
    max-width: 1366px;
}

#contact_map{
    width: 100% !important;
    height: 100%;
}

.map_text{
    position: absolute;
    left: -90px;
    top: -100px;

    white-space: nowrap;

    color: #fff;
    font-weight: bold;

    font-size: 15px;

    text-shadow: 0px 0px 5px rgba(0, 0, 0, .65);

    background: rgba(25, 34, 41, .8);

    padding: 5px;

    border-radius: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;

}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mid_inner_img ul { margin-top: 20px !important; }

#inner_page_content .form_items li::before {
    display: none;
}
#inner_page_content .form_items li {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding-right: 10px;
}
.form_page_form.inner_form {
    float: none;
    margin: 0 auto;
    padding: 25px 15px 70px;
}
.form_page_form.inner_form .form_container {
    margin: 0 auto;
}
.career_application .form_page_content {
    display: none;
}
.career_application .form_container h4 {
    margin-bottom: 25px;
}
.career_application .form_container ul li {
    margin-right: 1%;
}
.career_application .form_container ul .form_item_states, .career_application .form_container ul .form_item_select {
    width: 99%;
}
.career_application .form_container ul .form_item_checkbox input[type="checkbox"] {
    display: inline;
    width: auto !important;
}
#address_select {
    height: 50px;
    left: 0;
    margin: auto;
    min-width: 190px;
    padding: 13px 20px;
    position: relative;
    right: 63px;
    top: 0;
    width: 50%;
    z-index: 1002;
}
#contact_c {
    position: relative;
    width: 100%;
}
#contact_c > #address_holder {
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 5px #bfbfbf;
    display: none;
    left: 75px;
    max-width: 325px;
    min-width: 250px;
    position: absolute;
    top: 50px;
    width: 36%;
    z-index: 1001;
}
#address_holder > ul {
    background-color: #fff;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.address_list a, .address_list a:visited {
    box-sizing: border-box;
    color: #686868;
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
    width: 100%;
}
.address_list {
    border-top: 1px solid #dddddd;
    padding: 0;
}
.address_list {
    border-top: 1px solid #dddddd;
    padding: 0;
}
.address_header > img {
    float: right;
    position: relative;
    top: 10px;
}
.address_header > img {
    transition: transform 0.2s linear 0s;
}
.address_item {
    background-color: #f9f9f9;
    box-shadow: 0 8px 12px -12px #000 inset;
    display: none;
    padding: 15px 10px;
}
.google_map {
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.page_body.home_body.contact_main {
    margin-top: 0;
    max-width: 100%;
}
.gm-style-iw {
    height: 200px;
    left: 0 !important;
    margin: 0 auto;
    min-width: 200px;
    padding: 0 10px;
    right: 0;
    text-align: center;
}
.gm-style-iw div {
    line-height: 1.9em;
}
.gm-style-iw strong {
    font-weight: 700;
}
/*Animation Area*/

#animation_area > span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
    opacity: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.25s ease 0s, opacity 1s ease 0s;
    font-size: 30px;
}

#animation_area > span.unhide_anim.transform_pixels {
    opacity: 1;
    background-color: transparent;
}
#animation_area > span > span {
    color: rgba(255, 255, 255, 1);
    display: inline;
    font-size: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
#animation_area > span > span.no_animate {
}
#animation_area > span > span.animateable {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    position: absolute;
    transform: rotateY(0deg);
    transition: transform 1.5s ease,
                background-color .9s cubic-bezier(.5,.5,.75,.4);
    width: 20px;
    z-index: 2;
}

#animation_area > span:nth-child(3){ transition-delay: 1.8s }
#animation_area > span:nth-child(4){ transition-delay: 3.6s }
#animation_area > span:nth-child(5){ transition-delay: 5.6s }
#animation_area > span:nth-child(6){ transition-delay: 7.4s }
#animation_area > span:nth-child(7){ transition-delay: 9.5s }

#animation_area > span > span.animate_pixel {
    text-shadow: 0 0 5px rgba(0, 0, 0, .65);
}
#animation_area > span > span.animate_pixel {
    background-color: transparent;
    transform: rotateY(180deg);
}
/*#animation_area > span {
    background-color: #fff;
    opacity: 0;
}*/
#animation_area > span > span.letter_space {
    display: inline-block;
}

/*Markets*/
.markets_head {
    margin-bottom: 60px;
}
.markets_head h1, #proj_top h1 {
    margin: 0 auto 12px;
    padding: 0;
    text-align: center;
}
.project_desc {
    line-height: 2.5em;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.content_max_width.markets_served {
    padding: 55px 0 72px;
}

/********************************************************************************************************
                                              SECTIONS
********************************************************************************************************/

.section-staggered img {
    margin: 0;
    padding: 0;
}

.section-staggered {
    display: flex;
    flex-flow: column-reverse;
    max-width: 1366px;
    margin: auto;
}

.section-wrapper h3 {
    padding: 0;
    margin: 0;
    text-align: initial;
    font-size: 30px;
}

.section-wrapper h3 a {
    font-weight: 600;
}

.section-container>div {
    padding: 40px 20px;
    border-top: 1px solid #ededed;
}

.section-content-title {
    color: #730028;
    font-size: 30px;
    font-family: "Montserrat";
    padding-top: 10px;
}

.section-content {
    color: #626262;
    font-size: 16px;
    font-family: "Open Sans";
    padding-top: 8px;
}

.section-img-container {
    /*box-shadow: 2px 2px 20px 5px #d9d9d9;*/
    max-width: 640px;
    align-self: center;
}

.section-img-container img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.section-bg-img-container {
    background-color: #730028;
    background-size: cover !important;
}

.section-bg-content-container {
    display: flex;
    justify-content: center;
    max-width: 830px;
    margin: auto;
}

.section-bg-content {
    color: #fff;
}

.section-bg-content-content {
    padding-top: 0;
    font-size: 16px;
    font-family: "Open Sans";
}

.section-bg-content-content h3 {
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat";
}

.section-custom {
    max-width: 1366px;
    margin: auto;
}

@media screen and (min-width: 1024px){

    .section-staggered {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }

    .section-content {
        padding-top: 15px;
    }

    .section-content-title {
        padding-top: 0;
    }

    .section-container > div {
        padding: 100px 20px;
    }

    .section-content-container {
        width: 50%;
        align-self: center;
    }

    .section-img-container {
        width: 50%;
        align-self: center;
    }

    .move_content_left .section-content-container {
        padding: 0 80px 0 0;
    }

    .move_content_right .section-content-container {
        padding: 0 0 0 80px;
    }

    .move_content_right {
        flex-flow: row-reverse nowrap;
    }

    .section-bg-content-container.move_content_left {
        justify-content: flex-start;
    }

    .section-bg-content-container.move_content_right {
        justify-content: flex-start;
    }

    .section-img-container {
        width: 50%;
    }

     .section-container .section-bg-content-container {
        padding: 0;
    }

}

/********************************************************************************************************
                                              LOGOS
********************************************************************************************************/

.bottom_client_block {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.logo-container {
    width: 290px;
    height: 186px;
    border: 1px solid #e6e6e6;
    justify-content: center;
    align-items: center;
    margin: 12px 12px;
    display: flex;
}

.logo-container img {
    display: block;
    max-width: 100%;
}

.bcb-title {
    font-size: 30px;
    font-family: "Montserrat";
    color: #730028;
    text-transform: uppercase;
    text-align: center;
}

.bcb-container {
    display: flex;
    flex-flow: column;
    padding-top: 30px;
}

.bcb-testimonals a {
    font-family: "Open Sans";
}

@media screen and (min-width: 628px){
    .bcb-container {
        width: 628px;
        flex-flow: row wrap;
    }
}

@media screen and (min-width: 942px){
    .bcb-container {
        width: 942px;
    }
}

@media screen and (min-width: 1024){
    .bottom_client_block {
        padding: 100px 20px;
    }
}

@media screen and (min-width: 1256px){
    .bcb-container {
        width: 1256px;
    }
}


/********************************************************************************************************
                                              Mouse Animation
********************************************************************************************************/

.mouse_scroll{
  position: absolute;
  height: 42px;
  width: 24px;
  border: 2px solid #fff;
  border-radius: 40px;
  margin: 20px auto;
  z-index: 900;
  top: 500px;
}
.mouse_scroll::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  animation: scroll 1.2s linear 1s infinite forwards;
}

.mouse_scroll::after{
  content: 'Scroll Down';
  position: absolute;
  bottom: -30px;
  left: -35px;
  white-space: nowrap;
  text-align: center;
}

@keyframes scroll{
    0%   { top: 8px; opacity: 1; }
    40%  { top: 35px; height: 0px; width: 0px; opacity: 0; }
    100% { top: 35px; height: 0px; width: 0px; opacity: 0; }
}
