﻿body
{
    padding: 0px;
    margin: 0px;
    background-image: url(/site/themes/default/images/std-page-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #707172;
    color: @LIGHT_GRAY;
    font-size: 14px;
    line-height: 145%;
    font-weight: normal;
    font-style: normal;
    font-family: Helvetica, Arial;
}

img
{
    border-style: none;
}
p
{
    margin-top: 0px; margin-bottom:5px;
}
h1
{
    margin-bottom: 10px;
    margin-top: 30px;
}
h2
{
    margin-bottom: 10px;
    margin-top: 30px;
}
h3
{
    margin-bottom: 0px;
    margin-top: 10px;
}
h4
{
    margin-bottom:0px; margin-top:5px;
}
h5
{
}

ul { margin-top:5px; padding-left:20px; }

table tr td
{
    padding: 0 10px 0 10px;
}

#header
{
    height: 176px;
}

#logo
{
    float: left;
    margin-top: 58px;
}
#menu
{
    float: right;
    text-align: right;
    text-transform: uppercase;
    width: 600px;
}

#portfolioSubNavigation .navigation
{
    float: right;
    text-align: right;
    width: 800px;
}

#portfolioSubNavigation .navigation a
{
    color: White;
    text-decoration: none;
    font-size: 18px;
}

#portfolioSubNavigation .navigation a:hover
{
    color: @MID_GRAY;
}

#portfolioSubNavigation .navigation a.selected
{
    color: @ORANGE;
}


#menu ul
{
    margin: 0;
}
#menu ul li.selected
{
    background-image: url(/site/themes/default/images/nav-selected-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#menu ul li
{
    float: left;
    list-style-type: none;
    margin-left: 10px;
}

#menu a
{
    font-weight: normal;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    display: block;
    color: @LIGHT_GRAY;
    margin-top: 56px;
}

#menu a:visited
{
    font-weight: normal;
}
#menu a:hover
{
    color: @MID_GRAY;
}

#menu .l1 a.selected
{
    color: @ORANGE;
}
#menu .l2 a.selected
{
    text-decoration: underline;
}
#menu .l2 a:hover
{
    text-decoration: underline;
}

#menu ul.l1
{
    font-size: 18px;
    float: right;
}
#menu ul.l2
{
    font-size: 16px;
    float: right;
    text-align: right;
    text-transform: lowercase;
}

#page
{
    width: @SITE_WIDTH;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    margin-top: 30px;
    text-align: center;
}

#footer a
{
    color: @LIGHT_GRAY;
    text-decoration: underline;
}

#footer a:hover
{
    color: WHITE;
}

a
{
    color: #e45337;
}
a:visited
{
    color: #e45337;
}
a:hover
{
    opacity: .6;
}
.subtle
{
    color: #B9B9B7;
}

a.editCMS img.icon
{
    background-color: White;
}

#page #slideshow
{
    height: 275px;
}

#banner h1
{
    margin: 0px;
    font-size: 26px;
    background-color: @ORANGE;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0px;
}

.dropshadow
{
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.thirdColumn
{
    float: left;
    width: 280px;
}

.thirdColumn:first-child
{
    margin-left: 30px;
}


.ThreeColumnRow
{
    margin-top: 30px;
    background-color: White;
    color: @DARK_GRAY;
}

.H2HeadedContent
{
    padding-bottom: 30px;
}

.lightgradient
{
    background: #f3f3f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f5 0%, #e7e7e8 47%, #d7d4d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f5), color-stop(47%,#e7e7e8), color-stop(100%,#d7d4d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f5 0%,#e7e7e8 47%,#d7d4d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f5 0%,#e7e7e8 47%,#d7d4d4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f3f3f5 0%,#e7e7e8 47%,#d7d4d4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f5', endColorstr='#d7d4d4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f3f3f5 0%,#e7e7e8 47%,#d7d4d4 100%); /* W3C */
}

vr
{
    width: 30px;
    height: 216px;
    background-image: url(/site/themes/default/images/vr-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#footer2
{
    width: @SITE_WIDTH;
    margin: 0px auto;
}

.homepageLayout .minHeight
{
    min-height: 145px;
}

#tapnav
{
    position: absolute;
    z-index: 99;
    width: 200px;
    right: 0px;
    top: 0px;
    text-align: right;
    padding-top: 12px;
}

#tapnav a
{
    color: @LIGHT_GRAY;
    font-size: 16px;
}

#tapnav a:hover
{
    color: White;
    font-size: 16px;
}

#tapnavWrapper
{
    z-index: 99;
    width: @SITE_WIDTH;
    height: 1px;
    margin: 0px auto;
    position: relative;
}

#content
{
    min-height: 235px;
}

#portfolio #heading { display:none;}
#heading
{
    background-color: @ORANGE;
    margin-top: 15px;
}

#basicPage #heading
{
    min-height: 215px;
}

#portfolio #heading
{
    height: 275px;
}

#heading .iconicImage
{
    width: 280px;
    min-height: 215px;
    margin-left: 30px;
    float: left;
}

#heading .description
{
    width: 590px;
    min-height: 215px;
    margin-left: 30px;
    float: left;
}

#heading .description a { color:White; }

#basicPage #heading h1, #twoRowWithOrangeBanner #heading h1
{
    font-size: 75px;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 0px;
}

.thirdColumn ul
{
    padding-left: 0px;
    list-style-type: none;
}

.thirdColumn ul li:before
{
    content: " - ";
}

div#portfolioSubNavigation
{
    margin-top: 15px;
    padding: 15px;
    background-color: @EXTRA_DARK_GRAY;
}

div#portfolioSubNavigation span.title
{
    text-transform: uppercase;
    font-weight: bolder;
    color: White;
    font-size: 18px;
}

div.implementationWrapper
{
    float: left;
    width: 310px;
    margin-top: 15px;
    margin-right: 15px;
}

div.implementationWrapper.third
{
    margin-right: 0px;
}

div.implementationWrapper .imgWrapper
{
    border-style: solid;
    border-color: White;
    border-width: 5px;
    margin: 15px 15px;
    width: 270px;
    height: 152px;
}

div.implementationWrapper h4
{
    font-weight: bolder;
    margin: 0px 15px 15px 15px;
}

div.implementationWrapper h4 a { color: Black; text-decoration:none; }

div.implementationWrapper span.tags
{
    margin: 0px 15px 15px 15px;
    display: block;
    color: Black;
    font-size: 12px;
}

div.implementationWrapper span.tags a
{
    color: @DARK_GRAY;
    text-decoration: underline;
    font-size: 12px;
}

div.implementationWrapper span.tags a:hover
{
    color: BLACK;
}

span.ProjectPrefix, span.ProjectTitle
{
    font-size: 24px;
    margin-top: 21px;
    display: inline-block;
}
span.ProjectTitle
{
    font-weight: bolder;
}
.portfolioDetails p
{
    margin-top: 15px;
}


#portfolioSSQuote .slideshow
{
    width: 605px;
    height: 340px;
    float: left;
    margin-top: 15px;
    margin-bottom: 35px;
}

#portfolioSSQuote .quote
{
    width: 325px;
    height: 340px;
    float: right;
}

#portfolioSSQuote .quote ul { margin-left:20px;}
#portfolioSSQuote .quote .verticleSpacer
{
    float: left;
    width: 30px;
    height: 380px;
    background-image: url(/site/themes/default/images/vr-bg.png);
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: 3px 300px;
    padding-left:20px;
}

#twoRowWithOrangeBanner #content
{
    padding: 15px 15px;
}

#portfolioSSQuote .quote h2
{
    font-family: Myriad Pro;
    margin: 0px;
    font-weight: normal;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.arrowWrapper
{
    width: 15px;
    height: 15px;
    float: left;
}

.arrowExpandable a.arrow
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/site/themes/default/images/expandable-arrow-down.png);
}

.arrowExpandable a.arrow.collapsed
{
    background-image: url(/site/themes/default/images/expandable-arrow-right.png);
}

.arrowExpandable span.title
{
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    margin-left: 5px;
}

.arrowExpandable .basics
{
    margin-top: 25px;
    margin-left: 5px;
    font-size: 12px;
}

.arrowExpandable .details
{
    font-size: 12px;
}

.arrowExpandable.collapsed
{
    height: 25px;
    overflow: hidden;
}

.arrowExpandable:nth-child(n+1)
{
    margin-top: 5px;
}

.arrowExpandable VR
{
    background-position: center 25px;
    background-size: 3px 300px;
    height: 150px;
}

#interactivePricing h2
{
    margin-top: 0px;
}

#interactivePricing
{
    margin: 15px;
}

#interactivePricing #included
{
    float: left;
    width: 280px;
}



#interactivePricing #options table tr th, #interactivePricing #options table tr td
{
    text-align: left;
    vertical-align: top;
    padding: 0px;
}

#interactivePricing #options table tr td
{
    padding-bottom: 15px;
}

#interactivePricing #options table tr td:nth-child(2)
{
    width: 30px;
}

.contentWrapper h3 { margin: 0 0 0 25px;}


#interactivePricing #options table tr td:nth-child(3)
{
    width: 40%;
}

#interactivePricing #options table tr td:nth-child(3) p, #interactivePricing #options table tr td:nth-child(3) ul
{
    font-size: 10px;
    line-height: 115%;
    margin-top: 10px;
}

#interactivePricing #options table tr td:nth-child(3) select
{
    width: 100%;
}

#interactivePricing #options table tr td:nth-child(3) input
{
    width: 20px;
}

#lowerEstimate
{
    background-color: @ORANGE;
    text-align: center;
    padding: 15px;
    border: 1px solid White;
}

#lowerEstimate h3
{
    color: White;
}

#topEstimate
{
    float: right;
    margin-top: 20px;
    min-width: 50px;
    background-color: White;
    min-height: 50px;
    padding: 15px;
    margin-bottom: 15px;
}

#topEstimate h2
{
    margin: 0px;
    margin-top: 10px;
    color: @DARK_GRAY;
}

#topEstimate h2.head
{
    margin-top: 0px;
    color: @ORANGE;
}

#topEstimate p
{
    color: @MID_GRAY;
    margin-top: 15px;
    margin-bottom: 0px;
}

#lowerEstimate a, #lowerEstimate a:hover
{
    color: White;
}


