/* GLOBAL STYLES */
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #192229;
    line-height: 1.7em;

}

body, div, a, span, ul, li{
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0px 10px 0px; margin: 10px 0px 20px 0px;
    line-height: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #787878;
}

h1{ font-size: 38px; margin-top: 30px; }
h2{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    color: #2459a3;
    margin-bottom: 10px;
}
h3{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 30px 0 10px 0;
    padding: 0 0 3px;
    text-transform: none;
}

h4{
    font-size: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: none;
}
h5{ font-size: 18px;  }
h6{ font-size: 16px;  }

h5, h6{
    color: #0060a4;
    text-transform: none;
    font-weight: normal;
}
a[href^=tel]{
    color: inherit !important;
    text-decoration: none !important;
}

.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; }
a:hover, a:visited:hover{ color: #43c59e; }
.bgz_body h3{
    color: #0060a4;
    font-size: 30px;
    font-weight: 300;
    margin: 16px 0;
    padding: 0 0 3px;
    text-transform: none;
}

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #aaa;
    padding: 11px 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
}
textarea{
    font-family: "Open Sans",sans-serif !important;
}

.button, .button2{
    cursor: pointer;
    text-decoration: none;
    padding: 12px 0px;
    background-color: #43c59e;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    transition: background 0.2s linear, color 0.2s linear;
    border-radius: 0;
    border: 0px solid #fff;
}

a.button, a.button2, a.button:hover, a.button2:hover{
    display: inline-block;
}


a.button:hover, a.button2:hover{
    background-color: #3bb18c;
    color: #fff;
}
.button:hover, .button2:hover{
    background-color: #3bb18c;
}
a.button, a.button2{
    background-color: #fff;
    color: #43c59e;
}


/*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;
}

.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: #585858;
}
#main_container a{ color: #25aae1; transition: color .25s ease; }
#main_container a:hover{ color: #5fbfe9; }


/* 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: 14px 10px 25px 10px;
    background-color: #fff;
}

#head_menu_cont {
    display: inline-block;
}
#h_logo_c {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 5px;
    width: 210px;
}
#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 > span {
    display: inline-block;
    padding-right: 10px;
    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;
    font-size: 15px;
    border-right: 0;
    background-color: #43c59e;
    padding: 3px 15px 6px;
    color: #fff;
}
#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: 45px;
    margin: auto;
    position: absolute;
    right: 7px;
    top: 4px;
    width: 45px;
}
#h_menu_button img{
    width: 60px;
    height: 60px;
}

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar.mb_open {
    left: auto;
    right: 0;
}

#menubar {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
    padding-top: 60px;
    position: fixed;
    right: 100%;
    text-align: left;
    top: 0;
    transition: left 0.25s ease-in 0s;
    width: 252px;
    z-index: 20000;
}

#mb_close{
    position: absolute;
    top: 15px;
    right: 10px;

    width: 25px;
    height: 25px;


    cursor: pointer;
}
#mb_close > span {
    background-color: #484848;
    display: block;
    height: 4px;
    position: absolute;
    width: 25px;
}
#mb_close > span:first-child { transform: rotateZ(45deg); }
#mb_close > span + span { transform: rotateZ(-45deg); }
#h_menu_button{
    cursor: pointer;
    height: 100%;
    width: 100%;
}
#h_menu_button span {
    background-color: #717171;
    border-radius: 1px;
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 21px;
    transition: all 0.2s linear 0s;
    width: 25px;
}
#h_menu_button span:first-child{ transform: translate(0, -9px); }
#h_menu_button span:first-child + span{ transform: translate(0, 0px); }
#h_menu_button span:last-child{ transform: translate(0, 9px); }

#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;
}


#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;
}

#menubar ul{
list-style: none;
margin: 0px;
padding: 0px;
}

.tmenu li{
    float: none;
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}
.tmenu li a {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    color: #484848;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 10px 45px 10px 15px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}

.tmenu li a:last-child {
    border-bottom: 1px solid #ececec;
}
.ta_active .tmenu li a {
    border-bottom: none;
}
.tmenu li div ul li a {
    border-bottom: none;
}
.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: #25aae1;
}

.tmenu li div{
    display: none;
}

.tmenu li ul li a{
    padding: 10px 45px;
    margin: 0px;
    text-decoration: none;
}

.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;
    text-align: center;
    max-width: 1366px;
    box-sizing: border-box;
    padding: 0 10px;
}
.content {
    height: auto;
    line-height: 2.3em;
    overflow: hidden;
    padding: 30px 12px 50px;
    position: relative;
    text-align: left;
    width: auto;
}

.content_gray{
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
}

.content_max_width{
    margin: 0px auto;
    max-width: 940px;
}
.about_content .content_max_width, .home_content .content_max_width{
    margin: 0 auto;
    max-width: 1366px;
}
.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 #266FB2;
    padding-bottom: 20px;
}

.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: 400;
    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: #192963;
    border-color: #192963;
}
.bottom_content .button.bottom_contact_button:hover {
    background-color: transparent;
    color: #fff;
}
.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_container{
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
    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;
}

#img_block{
    max-width: 390px;
    margin: 0 auto;
}
#img_block > img {
    margin: 0 0 2px;
}
#img_block > img:last-child{
    margin: 0;
}

#f_copy{
    color: #484848;
    font-size: 15px;
    padding-top: 50px;
    text-align: center;
}
#f_bx3 {
    padding: 12px 0 50px;
    text-align: center;
}
#f_bx3 a{
    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    transition: color .25s ease-in;
}

#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 {
    border-bottom: 1px solid #e3e3e3;
    color: #484848;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.25s ease-in 0s, color 0.25s ease-in 0s;
    font-family: 'Open Sans';
}
.bm_title{ }
#bottommenu li .bm_a:hover, .f_title:hover { color: #25aae1; }

#bottommenu li {
    box-sizing: border-box;
    display: block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}
#bottommenu li ul {
    display: none;
    border-bottom: 1px solid #e3e3e3;
    list-style: none;
    margin: 0px;
    padding: 0px 20px 10px;
}

#bottommenu li ul.f_icons{ display: block; }

.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);
}

#bottommenu li ul li span{ font-family: 'Open Sans'; color: #9c9c9c; }

#bottommenu li ul li a{ font-family: 'Open Sans'; display: block; color: #484848; font-size: 16px; text-decoration: none; transition: color .2s linear; padding: 4px 0px; }
#bottommenu li ul li a:hover{ color: #25aae1; }



.f_subscribe_container > .f_title, .f_connect > .f_title {
    border: 0 none;
    text-transform: none;
}

.f_block{
    padding: 30px 10px;;
    text-align: left;
}

.f_block_item{
    padding: 10px 0px 5px 0px;
}

#call_now_cont {
    bottom: 0;
    color: #fff;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2000;
    box-shadow: 0px 0px 20px rgba(39, 39, 39, 0.6);
}
#call_now_cont > a{
    background-color: #00cc66;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease 0s;
    width: 100%;
}
#call_now_cont > a:hover{
    background-color: #2F4895;
}
#call_now{
    display: block;
    font-weight: 500;
    height: 100%;
}

.form_page_form h3{
    font-size: 38px;
    margin: 0;
    padding: 40px 0;
}
.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%;
}

.f_subscribe{ padding: 10px; }
/*.contact_block{
    display: none;
    position: absolute;
}*/
/*#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: 200px;
    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;
    line-height: 0;
}
#splash_c, #splash{
    background-color: #fff;
}
#splash_img {
    display: block;
    position: relative;
    height: 200px;
    left: -200px
}
#splash_content {
    padding: 30px 15px 15px;
}
#splash_content h1, #splash_content h2, #splash_content h3{
    color: #484848;
    font-family: "Open Sans";
    font-size: 24px;
    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 */

#hm_slide_form  .form_items input, #hm_slide_form  .form_items select {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#hm_slide_form .button {
    background-color: #00cc66;
    border: 0 none;
    max-width: 100%;
    width: 320px;
    transition: opacity .25s ease-in-out;
}

#hm_slide_form .button:hover {
    background-color: #00f47a;
    opacity: .8;
}

.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;
    line-height: 1.7em;
}
#alpha_slider_home_c {
    min-height: 200px;
    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 {
    background-color: #fff;
    color: #585858;
    text-align: left;
    padding: 20px 10px;
    box-sizing: border-box;
    z-index: 3000;
}
#hm_slide_content h1, #hm_slide_content h2, #hm_slide_content h3{
    /* font-size: 65px; */
    padding: 0px;
    margin: 0px;
    color: #4c4c4c;
}

#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_content h1 {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 25px;
    text-align: center;
    text-transform: none;
}
#hm_slide_form .form_items > li {
    display: block;
    margin: 0 20px 0 0;
    max-width: 100%;
    width: 320px;
}
#hm_slide_form .button {
    display: block;
    margin-right: 20px;
}
#hm_slide_form .form_container .form_buttons {
    display: block;
    margin: 0 auto;
}
#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 span{
    margin: 0;
    padding: 20px 0;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 16px;
}
#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 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;
    max-width: 1366px;
    overflow: hidden;
    padding: 20px 0 10px;
    text-align: center;
}
.service_blurb{
    margin: 0 0 30px;
}
.service_block {
    display: inline-block;
    line-height: 2em;
    margin: 0 auto 30px;
    max-width: 362px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
#sb_1, #sb_2 {
    text-align: left;
}
.service_block > a {
    display: block;
    text-decoration: none;
}
.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 {
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.75);
    max-width: 100%;
    line-height: 120px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.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{
    padding: 0px 2px 10px ;
}
.sb_blurb {
    color: #626262;
}
.sb_expand_link {
    display: block;
}
.sb_title {
    color: #585858;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: none;
}
.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; }


.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%;
}
.about_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    display: none;
}
.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: #266FB2;
    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: 0px;
    min-height: 700px;
    padding: 0px;
    width: 100%;
}

.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: #484848;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact_block span {
    font-size: 15px;
    line-height: 2em;
}
.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: 0px;
    padding: 0px;
    overflow: hidden;
}
.proj_tiles{
    overflow: hidden;
}
.proj_tiles li{
    float: left;
    /* width: 33.33%; */
    width: 100%;
}
.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: #000;

    transition: opacity .2s ease-in;
}

.proj_tiles .proj_tile_txt{

    opacity: 0;

    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 200;

    margin: auto;

    height: 20%;
    width: 80%;
    text-align: center;
    line-height: 2em;

    transition: opacity .4s ease-in;
}
.proj_tiles .proj_tile_txt span, .proj_tiles .proj_tile_txt h3{
    display: block;
}
.proj_tiles .proj_tile_name{
    /* font-size: 36px; */
    font-size: 18px;

    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
}
.proj_tiles .proj_tile_loc{
    /* font-size: 16px; */
    font-size: 12px;
    color: #0060a4;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
}

.proj_tiles a:hover .proj_tile_overlay{
    display: block;
    opacity: .35;
}

.proj_tiles a:hover .proj_tile_txt{
    display: block;
    opacity: 1;
}
.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;
    padding: 20px 20px 0px;
    margin: 0px auto;
}
/* project page */

#proj_c{
    overflow: hidden;
    padding-top: 40px;
}

#proj_info{
    text-align: center;
    line-height: 1.5em;
}

#proj_info h1{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
#proj_info h5{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.proj_info_block{
    padding: 20px 0px 20px 0px;
    margin: 20px auto 20px auto;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;

    max-width: 400px;
}

.proj_info_desc{
    margin: 0px auto;
    padding-bottom: 40px;
    max-width: 980px;
}
/*Inner Page Contents*/
#inner_page_content {
    line-height: 36px;
    padding-top: 37px;
    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: #484848;
}
#inner_page_content h2 {
    text-transform: none;
}
#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;
}

#inner_page_content div:nth-of-type(2n){
    /*background-color: #f7f7f7;*/
}
#inner_page_content > div {
    clear: both;
    margin: 20px 20px 0 0;
}
#inner_page_content > div:last-child {
    margin: 20px 20px 100px 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-weight: 700;
    padding-bottom: 0;
}
.content_max_width > h4 {
    margin: 30px 0 10px;
}
#inner_page_content ul {
    display: inline-block;
    margin: 25px auto 15px;
    min-width: 245px;
    padding-left: 5px;
    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: #2aade2;
    content: "\25CB";
    cursor: default;
    display: inline-block;
    left: -20px;
    position: absolute;
    top: -1px;
}

#inner_page_content img {
    display: block;
    width: 100%;
}
#inner_page_content .content_img_block.third_block {
    text-align: center;
}
#inner_page_content .content_img_block.third_block > img {
    display: inline-block;
    margin: 20px auto;
    max-width: 100%;
    width: auto;
}
.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;
}

.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;
}
/*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;
}

.form_page_content{ padding-bottom: 30px; }
.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; }

.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 {
    color: #484848;
    font-family: "Open Sans";
    font-size: 0.97em;
    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: 20px;
}
.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;
}

.featured_projects_h3{
    text-align: center;
}

#contact_c{
    position: relative;
    width: 100%;
    height: 540px;
    max-height: 540px;
}

#contact_map{
    width: 100% !important;
    height: 80%;
}

.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;
}
.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;
}

.checklist{ list-style: none; margin-left: 0 !important; padding-left: 0 !important; }
.checklist li > span.material-icons{
    vertical-align: middle;
    color: #43c59e;
}
#inner_page_content .content_max_width > ul.checklist li::before{ content: none; }
#inner_page_content ul.checklist li{ margin-left: 0; }

.contact_block_c{ margin-bottom: 30px; }
.right_block_c img{ max-width: 100%; }

#bottommenu .f_icons li{ display: inline-block; }