@charset"UTF-8";


#block_navigation {
    height: 56px;
    position: relative;
    margin: 0 auto;
    clear: both;
    border-top: 1px solid #d2c197;
    border-bottom: 1px solid #d2c197;
    z-index: 105;
 
 background: -moz-linear-gradient(top, rgba(64,75,84,1) 0%, rgba(64,75,84,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,75,84,1)), color-stop(100%,rgba(64,75,84,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(64,75,84,1) 0%,rgba(64,75,84,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(64,75,84,1) 0%,rgba(64,75,84,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(64,75,84,1) 0%,rgba(64,75,84,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(64,75,84,1) 0%,rgba(64,75,84,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404b54', endColorstr='#cc404b54',GradientType=0 ); /* IE6-9 */
 
 
}
#block_navigation ul {
    width:92%;
    margin:0 auto;
    max-width:1024px
}
#block_navigation ul li {
    position:relative;
    list-style:none;
    float:left;

}
#block_navigation ul li a {
	text-decoration: none;
	display: block;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	height: 54px;
	white-space: nowrap;
	text-transform:uppercase;
		
}
@media only screen and (max-width:1130px) {
    #block_navigation ul li a {
        font-size:16px;
        padding-left:12px;
        padding-right:12px
    }
}


@media only screen and (max-width:1060px) {
    #block_navigation ul li a {
        font-size:15px;
        padding-left:11px;
        padding-right:11px
    }
}

@media only screen and (max-width:969px) {
    #block_navigation ul li a {
        font-size:14px;
        padding-left:9px;
        padding-right:9px
    }
}


@media only screen and (max-width:900px) {
    #block_navigation ul li a {
        font-size:13px;
        padding-left:8px;
        padding-right:8px
    }
}


@media only screen and (max-width:835px) {
    #block_navigation ul li a {
        font-size:12px;
        padding-left:7px;
        padding-right:7px
    }
}


@media only screen and (max-width:775px) {
    #block_navigation ul li a {
        font-size:11px;
        padding-left:6px;
        padding-right:6px
    }
}



#block_navigation ul li:hover>a {
   background: -moz-linear-gradient(top, rgba(64,75,83,1) 0%, rgba(64,75,83,0.93) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,75,83,1)), color-stop(100%,rgba(64,75,83,0.93))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(64,75,83,1) 0%,rgba(64,75,83,0.93) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(64,75,83,1) 0%,rgba(64,75,83,0.93) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(64,75,83,1) 0%,rgba(64,75,83,0.93) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(64,75,83,1) 0%,rgba(64,75,83,0.93) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404b53', endColorstr='#ed404b53',GradientType=0 ); /* IE6-9 */
    color:#fff;
    text-shadow:1px 1px #000
}
#block_navigation li a:active {
    color:#888
}
#block_navigation ul li ul {
    position:absolute
}
#block_navigation ul ul {
   text-transform:none; z-index:1;
    opacity:0;
    visibility:hidden;
    border-bottom:solid 1px #e7e7e7;
    background:#fff;
    display:block;
    -webkit-box-shadow:0 1px 1px #eee;
    -moz-box-shadow:0 1px 1px #eee;
    box-shadow:0 1px 1px #eee;
    margin-left:30px;
    -webkit-transition:opacity .2s linear, margin-left .2s linear;
    -moz-transition:opacity .2s linear, margin-left .2s linear;
    -ms-transition:opacity .2s linear, margin-left .2s linear;
    -o-transition:opacity .2s linear, margin-left .2s linear;
    transition:opacity .2s linear, margin-left .2s linear
}
#block_navigation ul li ul li {
    position:relative;
    display:block;
    float:none;
    border-top:solid 1px #e7e7e7;
    border-right:solid 1px #e7e7e7;
    border-left:solid 1px #e7e7e7;
    z-index:1000;
	  text-transform:none;
	
}
#block_navigation ul li ul li a {
    width:222px;
    font-weight:400;
    line-height:31px;
    color:#777;
    display:block;
    padding-left:15px;
    background:#fff;
margin:0;
   font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    height:31px;   text-transform:none;
}
#block_navigation ul li ul li a:hover {
    line-height:31px
}
#block_navigation ul ul ul li {
    top:-1px;
    padding:0;
    position:relative
}
#block_navigation ul ul ul {
    position:absolute;
    left:100%;
    top:30%;
    padding:0
}
#block_navigation i {
    font-size:14px;
    font-style:normal;
    font-weight:400;
    padding-right:7px
}
#block_navigation ul li:hover>ul {
    z-index:1;
    opacity:1;
    visibility:visible;
    margin:0
}
#block_navigation ul ul li:hover>a {
    background-color:#333;
    color:#fff
}
#block_navigation li.right_item {
    float:right
}
#block_navigation span.span_level_1, span.span_level_2 {
    position:absolute;
    top:0;
    right:10px;
    font-size:16px;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -ms-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear
}
#block_navigation ul ul li:hover span.span_level_1, #block_navigation ul ul ul li:hover span.span_level_2 {
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg));
    opacity:.5
}
.contact_block {
    background:#fff;
    display:none;
    position:absolute;
    right:0;
    border-right:solid 1px #e7e7e7;
    border-left:solid 1px #e7e7e7;
    border-bottom:solid 1px #e7e7e7;
    -webkit-box-shadow:0 1px 1px #eee;
    -moz-box-shadow:0 1px 1px #eee;
    box-shadow:0 1px 1px #eee;
    z-index:30
}
#block_navigation li.right_item:hover .contact_block {
    display:block
}
#block_navigation h1, #block_navigation input, #block_navigation textarea {
    margin:0;
    padding:0;
    outline:0;
    border:none
}
#block_navigation h1 {
    line-height:50px;
    font-style:normal;
    font-size:20px;
    font-weight:400;
    margin-top:0;
    margin-left:25px;
    margin-right:25px;
    color:#555;
    border-bottom:solid 1px #e7e7e7
}
#block_navigation input {
    position:relative;
    width:200px;
    height:25px;
    padding-top:2px
}
#block_navigation textarea {
    width:250px;
    height:100px;
    padding-top:7px
}
#block_navigation input, #block_navigation textarea {
    display:block;
    padding-left:7px;
    font-size:12px;
    color:#555;
    margin:25px;
    border:1px solid #e7e7e7
}
#block_navigation input:focus, #block_navigation textarea:focus {
    border:1px solid #bbb
}
#block_navigation input[type=submit] {
    color:#fff;
    padding:0;
    width:60px;
    display:block;
    position:relative;
    border:none;
    background:#001966;
    background:hsla(225, 100%, 20%, 1);
    background-image:linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0)
}
#block_navigation input[type=submit]:hover {
    cursor:pointer;
    background:#002699;
    background:hsla(225, 100%, 30%, 1);
    background-image:linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0);
    background-image:-ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .09) 0)
}
#block_navigation #pull {
    position:relative;
    list-style:none;
    font-weight:400;
    height:55px;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -ms-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear;
    background-position:center center
}
#block_navigation #pull a {
	display: block;
	line-height: 55px;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	padding-left: 17px
}
#block_navigation #pull a:hover {
    color:#fff;
    background:#363c5e;
    background:-moz-linear-gradient(top, #363c5e 0, #202040 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #363c5e), color-stop(100%, #202040));
    background:-webkit-linear-gradient(top, #363c5e 0, #202040 100%);
    background:-o-linear-gradient(top, #363c5e 0, #202040 100%);
    background:-ms-linear-gradient(top, #363c5e 0, #202040 100%);
    background:linear-gradient(to bottom, #363c5e 0, #202040 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#363c5e', endColorstr='#202040', GradientType=0)
}



#block_navigation2 {
    position: relative;
    margin: 0.8% auto;
    clear: both;
    z-index: 105;
}
#block_navigation2 ul {
    margin:0 auto;
}
#block_navigation2 ul li {
    position:relative;
    list-style:none;
    float:left;
	width:24.5%;
	margin:0% 0 0 .66667%;
	
}

@media only screen and (max-width:675px) {
#block_navigation2 ul li {
   
    float:left;
	width:49.5%;
	margin:0% 0 0 0%;
}}


@media only screen and (max-width:545px) {
#block_navigation2 ul li {
   
    float:none;
	width:100%;}
	
	
}

#block_navigation2 ul li.first {
	margin:0%;
}
#block_navigation2 ul li a {
	text-decoration: none;
	line-height: 75px;
	color: #FFFFFF;
	font-size: 18px;
	height: 74px;
	white-space: nowrap;
	font-weight: lighter;
	text-align:center;
	border-radius:5px;
	border:1px solid;
	display:block;
	
	background: rgb(27,61,104); /* Old browsers */
background: -moz-linear-gradient(top, rgba(27,61,104,1) 0%, rgba(57,58,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,61,104,1)), color-stop(100%,rgba(57,58,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3d68', endColorstr='#393a4c',GradientType=0 ); /* IE6-9 */
}

@media only screen and (max-width:985px) {
#block_navigation2 ul li a {
	text-decoration: none;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
}}


#block_navigation2 ul li:hover>a {
   background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color:#fff;
    text-shadow:1px 1px #000
}



#block_navigation2 li a:active {
    color:#888
}
#block_navigation2 ul li ul {
    position:absolute
}
#block_navigation2 ul ul {
    z-index:1;
    opacity:0;
    visibility:hidden;
    border-bottom:solid 1px #e7e7e7;
    background:#fff;
    display:block;
    -webkit-box-shadow:0 1px 1px #eee;
    -moz-box-shadow:0 1px 1px #eee;
    box-shadow:0 1px 1px #eee;
    margin-left:30px;
    -webkit-transition:opacity .2s linear, margin-left .2s linear;
    -moz-transition:opacity .2s linear, margin-left .2s linear;
    -ms-transition:opacity .2s linear, margin-left .2s linear;
    -o-transition:opacity .2s linear, margin-left .2s linear;
    transition:opacity .2s linear, margin-left .2s linear
}
#block_navigation2 ul li ul li {
    position:relative;
    display:block;
    float:none;
    border-top:solid 1px #e7e7e7;
    border-right:solid 1px #e7e7e7;
    border-left:solid 1px #e7e7e7;
    z-index:1000
}
#block_navigation2 ul li ul li a {
    width:222px;
    font-weight:400;
    line-height:31px;
    color:#777;
    display:block;
    padding-left:15px;
    background:#fff;
    margin:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    height:31px
}
#block_navigation2 ul li ul li a:hover {
    line-height:31px
}
#block_navigation2 ul ul ul li {
    top:-1px;
    padding:0;
    position:relative
}
#block_navigation2 ul ul ul {
    position:absolute;
    left:100%;
    top:30%;
    padding:0
}


@font-face {
    font-family:HypatiaSansPro-Regular;
    src:url(../fonts/HypatiaSansPro-Regular.otf) format("opentype")
}
header a.phone {
	color: #bdcecd;
    font-size:2.7em;
    text-decoration:none
}
header p.city {
	margin: 2% 0 1%;
	text-align: center;
	font-size: 16px;
	color: #d3c298;
	font-family: 'Open Sans' Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 1.1
}
header p.number {
    text-align:center;
    margin:0 0 5px
}
.number-wrap {
	margin: 1%;
	float: right;
	clear: both;
	white-space: nowrap;
	position: absolute;
	right: 1%;
	top: 1%;
	padding: 0 0 4% 0;
	display:block;
}
.column-wrap {
    float:right;
    margin:1% 0 0 3.5%
}
.message-wrap {
    float:left;
    clear:left;
    width:78%
}
@media screen and (max-width:900px) {
    header a.phone {
	font-size: 26px;
	text-decoration: none;
	margin: 1px 0 0;
	color: #bdcecd;
    }
    header p.city {
	margin: 3px 0 4px;
	text-align: center;
	font-size: 13px;
	color: #d3c298;
    }
}
@media screen and (max-width:760px) {
    .number-wrap {
        margin:1px 5% 0;
        width:90%;
        float:none;
        clear:both;
        position:relative;
        bottom:2px
    }
	
	img.logo {width:80%; margin: 1% 10% 1% 10%;}
}
.content h1 {
	color: #3f0000;
	font-size: 28px;
	margin: .75% 0 2% 1%;
	font-weight: lighter;
	line-height: 1.2
}
.content h2 {
	font-size: 22px;
	color: #383838;
	margin: 2.2% 0 2.2% 1%;
	font-weight:400;
}
.content h2 a:link {
    color:#d08504;
    text-decoration:none
}
.content h2 a:hover {
    color:#244326;
    text-decoration:underline
}
.content h3 {
    color:#143c6f;
    margin:4% 0 0 1%;
    padding:0
}
.content h4 {
    color:#2d65ac;
    margin:.5% 0 0 1%;
    padding:0
}
.content h3 a:link {
    color:#2a80b9;
    text-decoration:none
}
.content h3 a:hover {
    text-decoration:underline;
    color:#2a80b9
}

.content ul li {margin: 0 0 .4% 0; line-height:1.2;}
.content ul {margin: 0 0 4% 5%;}

.logo {
    width:52%;
    float:left;
    margin:1% 0 2% 0
}

.content p {margin: 0 0 0 1%; text-align:justify;}

.content a:link,.content a:visited {
	color: #333;
	text-decoration: underline;
}
.content a:hover {color:#000;}

IMG.slide-logo {min-width: 250px; width:100%; float:none;}
 
 .runner {float:right; width:30%;}

pic-float {
    border:1px solid;
    padding:1%
}
FLright {
    float:right;
    margin:1% 0 1% 1%
}
FLleft {
    float:left;
    margin:1% 1% 1% 0
}
.pagetop {
    width:100%
}

pic {
    margin:0;
    opacity:.33
}
.headerpic-darker {
    margin:0;
    opacity:.73
}
.pagepicL {
    width:99%;
    margin:1% .5%
}
.pagepicP {
    width:45%;
    float:right;
    margin:2% .5% 1% 3%
}
.attorneys {
    z-index:100;
    position:absolute;
    top:0;
    height:100%
}
.tagline {
    width:78%;
    z-index:100;
    position:absolute;
    bottom:0;
    right:0
}
#accolades {
    list-style-type:none;
    width:23%;
    float:left;
    margin:1.5% 0 0 5%
}
#accolades img {
    float:left;
    width:49%
}
.attorney-profile {
    margin:0 0 1% 1%;
    padding:.75%;
    border:1px solid;
    float:right;
    width:34%
}
.staff-profile {
    margin:0 0 1% 1%;
    padding:.75%;
    border:1px solid;
    float:right;
    width:54%
}
@media screen and (max-width:700px) {
    .attorney-profile {
        margin:1% 20%;
        padding:.75%;
        border:1px solid;
        float:left;
        width:57%
    }
    .staff-profile {
        margin:1% auto;
        padding:.75%;
        border:1px solid;
        float:none;
        width:77%;
        display:block
    }
    #accolades {
        list-style-type:none;
        width:50%;
        float:none;
        margin:1.5% 25% 0
    }
}
#hero h2 {
    z-index:100;
    color:#fff;
    font-size:32px;
    padding:0;
    margin:0;
    position:absolute;
    bottom:5.7%;
    left:4%;
	text-shadow: 1px 1px #000;
}
@media screen and (min-width:1152px) {
    #hero h2 {
        padding-left:2%
    }
}
@media screen and (min-width:1232px) {
    #hero h2 {
        padding-left:5%
    }
}
@media screen and (min-width:1300px) {
    #hero h2 {
        padding-left:8%
    }
}
@media screen and (min-width:1400px) {
    #hero h2 {
        padding-left:11%
    }
}
.insert {
    margin:0 auto;
    width:100%;
    display:block;
    max-width:1024px;
    opacity:.33
}
img.insertlight {
    width:100%;
    max-width:margin:0 auto 0 auto;
    opacity:.23
}
img.asideinsert {
    width:100%;
    max-width:1024px;
    margin:2% auto
}
#hero h2#tall {
    position:absolute;
    left:23.7%;
    z-index:100;
    color:#fff;
    bottom:4%px;
    font-size:32px;
    padding:0;
    margin:0;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 1)
}
@media screen and (max-width:700px) {
    #hero h2, #hero h2#tall {
        font-size:22px
    }
}
.main3 {
    margin:7px 0 9px
}
.alpha, .omega {
    margin:0
}
.main3 a:link img {
    display:block;
    margin:0;
    opacity:.85;
    background-color:#272325;
    width:98%;
    box-shadow:0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow:0 1px 4px rgba(0, 0, 0, .2)
}
.main3 a:visited img {
    width:98.2%
}
.main3 a:hover img {
    -webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    opacity:1
}
@media screen and (max-width:600px) {
    .logo {
        width:92%;
        margin:1% 4%
    }
    .main3 a img {
        display:block;
        margin:2%;
        opacity:1;
        background-color:#272325
    }
}
.traffic-wrap {
    border:1px solid;
    text-align:center;
    width:80%;
    padding:4px;
    background-color:#fff;
    margin:12px 10% 2px;
    border-color:#0493ca;
    font-size:90%
}
.traffic-wrap h2 {
    color:#0493ca;
    margin:0 0 4px;
    padding:0
}
.head-color {
	background: rgb(76,69,61); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,69,61,1) 0%, rgba(51,48,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,69,61,1)), color-stop(100%,rgba(51,48,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,69,61,1) 0%,rgba(51,48,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,69,61,1) 0%,rgba(51,48,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,69,61,1) 0%,rgba(51,48,44,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,69,61,1) 0%,rgba(51,48,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c453d', endColorstr='#33302c',GradientType=0 ); /* IE6-9 */

}
.hero-color {
    background:#131313;
    background:-moz-linear-gradient(top, rgba(19, 19, 19, 1) 0, rgba(28, 28, 28, 1) 9%, rgba(43, 43, 43, 1) 24%, rgba(17, 17, 17, 1) 45%, rgba(0, 0, 0, 1) 66%, rgba(44, 44, 44, 1) 85%, rgba(76, 76, 76, 1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(19, 19, 19, 1)), color-stop(9%, rgba(28, 28, 28, 1)), color-stop(24%, rgba(43, 43, 43, 1)), color-stop(45%, rgba(17, 17, 17, 1)), color-stop(66%, rgba(0, 0, 0, 1)), color-stop(85%, rgba(44, 44, 44, 1)), color-stop(100%, rgba(76, 76, 76, 1)));
    background:-webkit-linear-gradient(top, rgba(19, 19, 19, 1) 0, rgba(28, 28, 28, 1) 9%, rgba(43, 43, 43, 1) 24%, rgba(17, 17, 17, 1) 45%, rgba(0, 0, 0, 1) 66%, rgba(44, 44, 44, 1) 85%, rgba(76, 76, 76, 1) 100%);
    background:-o-linear-gradient(top, rgba(19, 19, 19, 1) 0, rgba(28, 28, 28, 1) 9%, rgba(43, 43, 43, 1) 24%, rgba(17, 17, 17, 1) 45%, rgba(0, 0, 0, 1) 66%, rgba(44, 44, 44, 1) 85%, rgba(76, 76, 76, 1) 100%);
    background:-ms-linear-gradient(top, rgba(19, 19, 19, 1) 0, rgba(28, 28, 28, 1) 9%, rgba(43, 43, 43, 1) 24%, rgba(17, 17, 17, 1) 45%, rgba(0, 0, 0, 1) 66%, rgba(44, 44, 44, 1) 85%, rgba(76, 76, 76, 1) 100%);
    background:linear-gradient(to bottom, rgba(19, 19, 19, 1) 0, rgba(28, 28, 28, 1) 9%, rgba(43, 43, 43, 1) 24%, rgba(17, 17, 17, 1) 45%, rgba(0, 0, 0, 1) 66%, rgba(44, 44, 44, 1) 85%, rgba(76, 76, 76, 1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0);
    border-top:1px solid #fff;
    border-bottom:1px solid #fff
}
.hero-white {
    background-color:#fff;
    border-top:1px solid #fff;
    border-bottom:2px solid #fff
}
.hero-color-blue(old) {
    background:#ecf0f1;
    background:-moz-linear-gradient(top, rgba(236, 240, 241, 1) 0, rgba(91, 104, 118, 1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(236, 240, 241, 1)), color-stop(100%, rgba(91, 104, 118, 1)));
    background:-webkit-linear-gradient(top, rgba(236, 240, 241, 1) 0, rgba(91, 104, 118, 1) 100%);
    background:-o-linear-gradient(top, rgba(236, 240, 241, 1) 0, rgba(91, 104, 118, 1) 100%);
    background:-ms-linear-gradient(top, rgba(236, 240, 241, 1) 0, rgba(91, 104, 118, 1) 100%);
    background:linear-gradient(to bottom, rgba(236, 240, 241, 1) 0, rgba(91, 104, 118, 1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf0f1', endColorstr='#5b6876', GradientType=0)
}
.body-color {
    background:#fff
}
.body-color-old-blue {
    background:#58636d;
    background:-moz-linear-gradient(top, rgba(88, 99, 109, 1) 0, rgba(45, 62, 80, 1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(88, 99, 109, 1)), color-stop(100%, rgba(45, 62, 80, 1)));
    background:-webkit-linear-gradient(top, rgba(88, 99, 109, 1) 0, rgba(45, 62, 80, 1) 100%);
    background:-o-linear-gradient(top, rgba(88, 99, 109, 1) 0, rgba(45, 62, 80, 1) 100%);
    background:-ms-linear-gradient(top, rgba(88, 99, 109, 1) 0, rgba(45, 62, 80, 1) 100%);
    background:linear-gradient(to bottom, rgba(88, 99, 109, 1) 0, rgba(45, 62, 80, 1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#58636d', endColorstr='#2d3e50', GradientType=0)
}
.iframe-rwd {
    position:relative;
    padding-bottom:65.25%;
    padding-top:30px;
    height:0;
    overflow:hidden
}
.iframe-rwd iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden
}
.video-container embed, .video-container iframe, .video-container object {
    position:absolute;
    top:0;
    width:88%;
    height:96%;
    margin:0 6%
}
#CTA2mainmid {
    background-color:#847857;
    color:#fff;
    border-left:2px solid;
    border-right:2px solid;
    border-bottom:2px solid;
    padding:5px 0 12px 20px;
    position:relative;
    bottom:0;
    border-color:#283847
}
select {
    width:90%;
    display:block;
    line-height:1.7;
    font-size:14px;
    background-color:#FFF;
    color:#222F47;
    margin:1px 5% 0;
    padding:2px
}
.formcontainermain {
    font-size:90%;
    border:none;
    width:90%;
    margin:2px 5% 5px;
}


.formcontainercolumn {
    font-size:90%;
    border:none;
    width:82%;
    margin:2px 5% 5px;
		padding:3%;
		border:1px solid;
		border-radius:5px;
		
		
		background: rgb(27,61,104); /* Old browsers */
background: -moz-linear-gradient(top, rgba(27,61,104,1) 0%, rgba(57,58,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,61,104,1)), color-stop(100%,rgba(57,58,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(27,61,104,1) 0%,rgba(57,58,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3d68', endColorstr='#393a4c',GradientType=0 ); /* IE6-9 */

}

.formcontainercolumn h4 {
	font-size: 2.4em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

.formcontainercolumn p.dotted { font-size:1.4em; text-align:center; text-transform:uppercase; color:#CCC; border-bottom: 1px dotted #fff; padding: 1% 2% 3% 2%; margin: 0 0 2% 0;}

}

#CTA1maintop {
    background-color:#506374;
    text-align:center;
    padding:5px 0;
    margin-top:10px;
    font-size:18px;
    color:#FFF;
    border-left:2px solid;
    border-right:2px solid;
    border-top:2px solid;
    font-weight:lighter;
    border-color:#283847
}
.formcontainermain p.solo {
    margin:0 auto;
    padding:0;
    clear:both;
    line-height:1.1;
    width:90%;
    display:block
}
input {
    width:90%;
    display:block;
    line-height:1.7;
    font-size:14px;
    background-color:#FFF;
    color:#222F47;
    margin:1px 5% 0;
    padding:2px
}
input[type=submit] {
    width:35%
}
.captcha-wrap {
    width:82%;
    margin:2px 5%;
    text-align:center;
    border:1px solid;
    border-color:#5B0700
}
.img-wrap {
    float:left;
    margin:0 9px 0 8px
}
input[name=captcha_code] {
    width:50%;
    height:35px;
    margin:0 0 0 5px
}
textarea {
    width:90%;
    display:block;
    line-height:1.8;
    font-size:14px;
    background-color:#FFF;
    color:#222F47;
    margin:1px 5%;
    padding:2px
}
.CTAsect {
    background-color:#fff
}
@media only screen and (min-width:600px) {
    .CTAsect {
        display:none
    }
}
.CTAsect ul {
    margin:0 2%;
    padding:0;
    width:96%
}
.CTAsect li {
    float:left;
    width:32%;
    text-align:center;
    list-style-type:none
}
.CTAsect li.first {
    float:left;
    text-align:center;
    margin:2% .66% 2% 0;
    list-style-type:none
}
.CTAsect li.second {
    float:left;
    text-align:center;
    margin:2% .66%;
    list-style-type:none
}
.CTAsect li.third {
    float:left;
    text-align:center;
    margin:2% 0 2% .66%;
    list-style-type:none
}
.CTAsect li a:link {
    color:#999;
    line-height:1.5;
    vertical-align:middle;
    text-decoration:none;
    width:32%
}
.CTAsect li.first a:link {
    color:#244326;
    line-height:1.5;
    vertical-align:middle;
    text-decoration:none
}
.CTAsect li.second a:link {
    color:#d08504;
    line-height:1.5;
    vertical-align:middle;
    text-decoration:none
}
.CTAsect li.third a:link {
    color:#29407c;
    line-height:1.5;
    vertical-align:middle;
    text-decoration:none
}
.iconpic {
    width:100%
}
ul.mobilestuff {
	list-style-type: none;
	width: 98%;
	margin: 1% 1% 0
}
ul.mobilestuff li {
    width:48%;
    display:inline;
    padding:0;
    margin:0 .5%
}
ul.mobilestuff li:hover {
    opacity:.8
}
ul.mobilestuff img {
    width:48%
}
@media only screen and (min-width:600px) {
    ul.mobilestuff {
        display:none
    }
}
@media only screen and (max-width:767px) {
    .bigger {
        display:none
    }
}
@media only screen and (min-width:767px) {
    .smaller {
        display:none
    }
}
@import url(footer.css);
@import url("menu.css");

.aside-wrap {
    width:97%;
    margin:2% 0 3% 3%;
    background-color:#fff;
    padding:1%;
    -webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, .67);
    -moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, .67);
    box-shadow:0 0 3px 0 rgba(0, 0, 0, .67)
}
.aside-wrap h2 {
    margin:2% 0 2% 2%;
    color:#202040
}


@media screen and (max-width:700px) {
    .aside-wrap {
        width:100%;
        margin:0
    }
}
.column3 {
    margin:7px 0 4px
}
.column3 ul.three {
    list-style-type:none
}
.column3 ul li.three img {
    vertical-align:top;
    list-style:none
}
.column3 ul li.three a {
    display:block;
    margin:2px 0;
    opacity:.8;
    width:100%;
    line-height:18px;
    padding:0;
    text-decoration:none;
    list-style-type:none
}
.column3 ul li.three a:hover {
    -webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    opacity:1
}
.columnSL img {
    opacity:.8;
    vertical-align:top;
    width:98%;
    margin:1% auto
}
.columnSL img:hover {
    opacity:1
}
.googlereview {
    width:60%;
    margin:1% 20%
}
a.googlelink:link {
    font-size:12px;
    text-align:center;
    width:70%;
    margin:0 15% 1%
}
.columnmenu {
    font-family:Oswald, sans-serif
}
.columnmenu ul li {
    list-style-type:none;
    border-bottom:1px solid;
    border-color:#CCC
}
.columnmenu ul li.last {
    border:none
}
.columnmenu ul li a:link {
    font-size:17px;
    text-decoration:none;
    display:block;
    padding:3% 0 3% 5%;
    background-color:#fff;
    color:#093
}
.columnmenu ul li a:visited {
    color:#093
}
.columnmenu ul li a:hover {
    text-decoration:underline;
    background-color:#eee;
    border-color:#333
}
.columnmenu2 {
    font-family:Oswald, sans-serif
}
.columnmenu2 ul {
    padding:0 0 5%
}
.columnmenu2 ul li {
    list-style-type:none;
    border-bottom:1px solid
}
.columnmenu2 ul li a:link {
    font-size:17px;
    text-decoration:none;
    display:block;
    padding:2% 0 2% 3%;
    background-color:#CCC
}
.columnmenu2 ul li a:hover {
    text-decoration:underline;
    background-color:#eee
}
footer {
    clear:both;
    font-size:80%;
    padding:20px 0
}
footer ul {
    padding:0
}
footer p {
    font-size:85%;
    line-height:1.1
}
footer a.spaced:link {
    color:#CCC;
    text-decoration:none;
    padding:0 1.5%
}
footer a.spaced:hover, footer a.spaced:visited {
    color:#CCC;
    text-decoration:underline
}
footer a:link {
    color:#CCC;
    text-decoration:none
}
footer a:hover, footer a:visited {
    color:#CCC;
    text-decoration:underline
}
.g-plus-wrap {
    float:left;
    margin:0 1% 0 0
}
footer {
    background:#333;
    color:#ccc
}
footer h1, footer h2, footer h3, footer h4 {
    color:#CCC;
    margin-bottom:10px
}
footer ul {
    margin:0
}
.footerlogos {
    margin:7px 0 4px 10px;
    position:relative
}
.footerlogos ul.FLs {
    list-style-type:none
}
.footerlogos ul li.FLs img {
    vertical-align:top;
    list-style:none;
    float:left;
    opacity:.55
}
.footerlogos ul li.FLs#fbook img, .footerlogos ul li.FLs#gplus img, .footerlogos ul li.FLs#twitter img {
    max-height:45px
}
.footerlogos ul li.FLs#yelp img {
    max-height:50px;
    margin:0 0 0 5px
}
.footerlogos ul li.FLs#superL img {
    max-height:47px;
    margin:0;
    position:relative;
    top:9px
}
.footerlogos ul li.FLs img:hover {
    opacity:1
}
.footerlogos ul li.FLs a {
    display:block;
    margin:2px 0 7px;
    opacity:1;
    line-height:18px;
    padding:0;
    text-decoration:none
}
.column3 ul li.FLs a:hover {
    -webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 1);
    opacity:1
}
.recognition {
    margin:7px 0 4px 10px;
    position:relative
}
.recognition ul {
    list-style-type:none
}
.recognition ul li img {
    vertical-align:top;
    list-style:none;
    float:left;
    max-height:90px
}
.recognition ul li#notpng img {
    margin:0 1%
}
.recognition ul li#sl img {
    max-height:60px;
    line-height:vertical-align:middle
}
.recognition ul li img:hover {
    opacity:.75
}
.recognition ul li a {
    display:block;
    margin:2px 0 7px;
    opacity:1;
    line-height:18px;
    padding:0;
    text-decoration:none
}
.content {
    background-color:#fff;
    padding:1% 1% 7%;
    margin:1% 0 1%;
    -webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, .67);
    -moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, .67);
    box-shadow:0 0 3px 0 rgba(0, 0, 0, .67);
    font-size:17px;
    font-family:'Open Sans', sans-serif;
    font-weight:lighter;
    background-image:url(../images/bottom-insert.png);
    background-repeat:no-repeat;
    background-position:bottom;
    background-size:100%
}

@media screen and (max-width:700px) {
    .content {
        padding:1% 1% 7%;
        margin:.3% 0 1%;
        width:100%
    }}
    .content p {
        text-align:justify;
        width:98%;
        margin:.75% 1% 2%;
        line-height:1.3
    }
	
    .content ol, .content ul {
        text-align:left;
        margin:4px 40px 8px
    }
    .content ul.under {
        margin:1% 0 1% 3%
    }
    .content ul under li {
        list-style-type:disc
    }
    .callout {
        width:94%;
        border:1px solid;
        padding:.5 2%;
        margin:2% auto;
        color:#fff;
        background:#3f4c6b;
        background:-moz-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(39, 59, 104, 1) 50%, rgba(35, 45, 84, 1) 52%, rgba(35, 45, 84, 1) 52%, rgba(63, 76, 107, 1) 100%);
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(63, 76, 107, 1)), color-stop(50%, rgba(39, 59, 104, 1)), color-stop(52%, rgba(35, 45, 84, 1)), color-stop(52%, rgba(35, 45, 84, 1)), color-stop(100%, rgba(63, 76, 107, 1)));
        background:-webkit-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(39, 59, 104, 1) 50%, rgba(35, 45, 84, 1) 52%, rgba(35, 45, 84, 1) 52%, rgba(63, 76, 107, 1) 100%);
        background:-o-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(39, 59, 104, 1) 50%, rgba(35, 45, 84, 1) 52%, rgba(35, 45, 84, 1) 52%, rgba(63, 76, 107, 1) 100%);
        background:-ms-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(39, 59, 104, 1) 50%, rgba(35, 45, 84, 1) 52%, rgba(35, 45, 84, 1) 52%, rgba(63, 76, 107, 1) 100%);
        background:linear-gradient(to bottom, rgba(63, 76, 107, 1) 0, rgba(39, 59, 104, 1) 50%, rgba(35, 45, 84, 1) 52%, rgba(35, 45, 84, 1) 52%, rgba(63, 76, 107, 1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=0)
    }
    .callout h2 {
        margin:2% 0 0 1%;
        color:#fff;
        font-size:24px;
        text-shadow:1px 1px 1px #000;
        line-height:1.2
    }
    .callout h3 {
        margin:2% 0 0 1%;
        color:#eee;
        font-size:24px;
        text-shadow:1px 1px 1px #000;
        line-height:1.2
    }
    #SLcallfloat {
        width:40%;
        float:right;
        padding:0 0 2% 2%
    }
    .callout a:link, .callout a:visited {
        color:#fff;
        text-decoration:none
    }
    .callout a:hover {
        color:#fff;
        text-decoration:underline
    }
    p.from {
        text-align:right;
        margin-bottom:30px
    }
    .gplus-wrap {
        float:right
    }
    .schema-hide {
        font-size:9px;
        text-align:center;
        width:100%;
        line-height:1;
        color:#2c2c2c
    }
    .schema-hide a:link, .schema-hide a:visited {
        color:#2c2c2c
    }
    .schema-hide a:hover {
        color:#2c2c2c;
        text-decoration:underline
    }
    .testimonial-wrap {
        clear:both;
        border:1px solid;
        margin:3%;
        padding:2%
    }
    .testimonial-wrap p {
        padding:0 0 0 3%
    }
    .testimonial-wrap p.from {
        text-align:left;
        clear:both;
        margin:5% 0 0
    }
    .testimonial-wrap IMG {
        padding:0;
        width:100%
    }
    .testimonial-wrap a {
        color:29407c;
        text-decoration:none
    }
    .testimonial-wrap a:visited {
        color:29407c
    }
    .testimonial-wrap a:hover {
        text-decoration:underline
    }
    .testimonialthumb {
        float:right;
        width:45%;
        margin-left:4%
    }
    .testimonialthumb a {
        display:block
    }
    .testimonialthumb a:hover {
        -webkit-box-shadow:3px 3px 12px -1px rgba(0, 0, 0, .67);
        -moz-box-shadow:3px 3px 12px -1px rgba(0, 0, 0, .67);
        box-shadow:3px 3px 12px -1px rgba(0, 0, 0, .67)
    }
    @media screen and (max-width:768px) {
        .testimonialthumb a {
            margin:0 10% 4px;
            width:80%
        }
        .testimonial-wrap p {
            text-align:justify;
            margin:0
        }
    }
    @media screen and (max-width:500px) {
        .testimonialthumb a {
            margin:0 5% 4px;
            width:90%
        }
    }
	
	
    .insert2 {
        width:84%;
        margin:1% 8%;
        background:rgba(76, 76, 76, 1);
        background:-moz-linear-gradient(top, rgba(76, 76, 76, 1) 0, rgba(41, 41, 41, 1) 28%, rgba(44, 44, 44, 1) 50%, rgba(36, 36, 36, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
        background:-webkit-gradient(left top, left bottom, color-stop(0, rgba(76, 76, 76, 1)), color-stop(28%, rgba(41, 41, 41, 1)), color-stop(50%, rgba(44, 44, 44, 1)), color-stop(51%, rgba(36, 36, 36, 1)), color-stop(60%, rgba(17, 17, 17, 1)), color-stop(76%, rgba(43, 43, 43, 1)), color-stop(91%, rgba(28, 28, 28, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
        background:-webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0, rgba(41, 41, 41, 1) 28%, rgba(44, 44, 44, 1) 50%, rgba(36, 36, 36, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
        background:-o-linear-gradient(top, rgba(76, 76, 76, 1) 0, rgba(41, 41, 41, 1) 28%, rgba(44, 44, 44, 1) 50%, rgba(36, 36, 36, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
        background:-ms-linear-gradient(top, rgba(76, 76, 76, 1) 0, rgba(41, 41, 41, 1) 28%, rgba(44, 44, 44, 1) 50%, rgba(36, 36, 36, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
        background:linear-gradient(to bottom, rgba(76, 76, 76, 1) 0, rgba(41, 41, 41, 1) 28%, rgba(44, 44, 44, 1) 50%, rgba(36, 36, 36, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0)
    }
    .insert2 h3 {
        color:#fff;
        font-size:26px;
        font-family:Oswald, sans-serif;
        margin:1% 2%;
        padding:1% 2%;
        line-height:1.3
    }
    .insert2 p {
        color:#eee
    }
    .insert2 ul li {
        color:#fff;
        list-style:none;
        background-image:url(../images/checkmark.png);
        background-repeat:no-repeat;
        background-position:10px 7px;
        padding:2% 3% 3% 45px;
        font-family:Oswald, sans-serif;
        font-size:20px;
        line-height:1.2
    }
    .staff IMG {
        float:left;
        padding:1% 1% 3% 0;
        width:25%;
        clear:both
    }
    .staff h2 {
        clear:both;
        text-transform:uppercase;
        margin:7% 0 0;
        padding-top:5%
    }
    .testimonials IMG {
        float:right;
        padding:1% 0 2% 1%;
        max-width:25%;
        clear:both
    }
    .testimonials hr {
        padding:0;
        border:none;
        border-top:medium double #333;
        color:#333;
        text-align:center;
        clear:both
    }
    .testimonials hr:after {
        content:"B";
        display:inline-block;
        position:relative;
        top:-.7em;
        font-size:1.5em;
        padding:0 .25em;
        background:#fff;
        font-family:'Marck Script', cursive
    }
    .testimonials h2 {
        clear:both
    }
  
  
    .grid_1 {
        width:8.333333333333%
    }
    .grid_2 {
        width:16.666666666667%
    }
    .grid_3 {
        width:25%
    }
    .grid_4 {
        width:33.3333333333%
    }
    .grid_5 {
        width:41.6666666667%
    }
    .grid_6 {
        width:50%
    }
    .grid_7 {
        width:58.3333333333%
    }
    .grid_8 {
        width:66.6666666667%
    }
    .grid_9 {
        width:75%
    }
    .grid_10 {
        width:83.333333333333%
    }
    .grid_11 {
        width:91.6666666667%
    }
    .grid_12 {
        width:100%
    }
    .wrapper {
        max-width: 1024px;
        width: 92%;
        margin: 0 auto 0 auto;
        display: block;
    }
    header {
        position:relative;
		
    }
	

		
    #hero, #page-header {
        position:relative;
        padding:0;
		min-height:195px;
		border-bottom:1px solid #d2c198;
    }
	
	    @media screen and (max-width:650px) {
  #hero, #page-header {
		min-height:125px;
		}}
		
		  @media screen and (max-width:500px) {
  #hero, #page-header {
		min-height:105px;
		}}
		
    #herofront, #page-header {
        position:relative;
        border-top:1px solid #143c6f;
        padding:0 0 4px
    }
    #hero img {
        vertical-align:top
    }
    aside {
        margin:.2% 0 0
    }
    .head-wrap {
        width:100%;
        margin:0
    }
    img {
        max-width:100%;
        height:auto
    }
    .menu-toggle {
        display:block;
        padding:10px;
        margin:20px 0 0;
        background:#666;
        color:#fff;
        cursor:pointer;
        text-transform:uppercase;
        font-size:20px
    }
    .menu-toggle.toggled-on {
        background:#09f
    }
    .srt-menu {
        display:none
    }
    .srt-menu.toggled-on {
        display:block;
        position:relative;
        z-index:10
    }
    .srt-menu {
        clear:both;
        margin-bottom:60px
    }
    .srt-menu li a {
        background:#dadada;
        display:block;
        margin:1px 0;
        padding:10px;
        text-decoration:none
    }
    .srt-menu li a:hover {
        background:#09f;
        color:#fff
    }
    .srt-menu li li a {
        background:#e8e8e8;
        padding-left:40px
    }
    .srt-menu li li li a {
        background:#efefef;
        padding-left:80px
    }
    .srt-menu ul li ul li ul {
        margin:0 0 98%
    }
    .grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
        float:left
    }
    a.buttonlink {
        background:#09f;
        border-radius:7px;
        color:#fff;
        display:block;
        float:left;
        margin:10px 15px 10px 0;
        padding:10px;
        text-decoration:none
    }
    a.buttonlink:hover {
        background:#8dbc01
    }
    .greenelement {
        background:#5ec79e;
        color:#fff
    }
    .violetelement {
        background:#887dc2;
        color:#fff
    }
    .clearfix:after, .clearfix:before {
        content:"";
        display:table
    }
    .clearfix:after {
        clear:both
    }
    .clearfix {
        zoom:1
    }
    .rightfloat {
        float:right
    }
    .leftfloat {
        float:left
    }
    @media only screen and (min-width:481px) {
        #banner {
            float:left;
            text-align:left;
            margin-bottom:-20px
        }
        .menu-toggle {
            margin-top:10px;
            float:right
        }
    }
    @media only screen and (max-width:767px) {
        .grid_4, .grid_5, .grid_8 {
            width:100%
        }
    }
    @media only screen and (min-width:920px) {
        .wrapper {
            max-width:1024px;
            margin:0 auto
        }
        #banner {
            float:left;
            text-align:left;
            margin-bottom:0
        }
        header {
            padding:0
        }
        aside {
            width:100%
        }
        .grid_1 {
            width:8.333333333333%
        }
        .grid_2 {
            width:16.666666666667%
        }
        .grid_3 {
            width:25%
        }
        .grid_4 {
            width:33.3333333333%
        }
        .grid_5 {
            width:41.6666666667%
        }
        .grid_6 {
            width:50%
        }
        .grid_7 {
            width:58.3333333333%
        }
        .grid_8 {
            width:66.6666666667%
        }
        .grid_9 {
            width:75%
        }
        .grid_10 {
            width:83.333333333333%
        }
        .grid_11 {
            width:91.6666666667%
        }
        .grid_12 {
            width:100%
        }
        .grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
            margin-left:0;
            margin-right:0;
            float:left;
            display:block
        }
        .alpha {
            margin-left:0
        }
        .omega {
            margin-right:0
        }
        .rightfloat {
            float:right
        }
    }
    @media print {
        * {
            background:0 0!important;
            color:#000!important;
            text-shadow:none!important;
            filter:none!important;
            -ms-filter:none!important
        }
        a, a:visited {
            text-decoration:underline
        }
        a[href]:after {
            content:" (" attr(href)")"
        }
        abbr[title]:after {
            content:" (" attr(title)")"
        }
        .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content:""
        }
        blockquote, pre {
            border:1px solid #999;
            page-break-inside:avoid
        }
        thead {
            display:table-header-group
        }
        img, tr {
            page-break-inside:avoid
        }
        img {
            max-width:100%!important
        }
        @page {
            margin:.5cm
        }
        h2, h3, p {
            orphans:3;
            widows:3
        }
        h2, h3 {
            page-break-after:avoid
        }
    }
}
body {
    color:#444;
    font-family:Ubuntu, Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1.4em;
    font-weight:400
}
.grid_1 {
    width:8.333333333333%
}
.grid_2 {
    width:16.666666666667%
}
.grid_3 {
    width:25%
}
.grid_4 {
    width:33.3333333333%
}
.grid_5 {
    width:41.6666666667%
}
.grid_6 {
    width:50%
}
.grid_7 {
    width:58.3333333333%
}
.grid_8 {
    width:66.6666666667%
}
.grid_9 {
    width:75%
}
.grid_10 {
    width:83.333333333333%
}
.grid_11 {
    width:91.6666666667%
}
.grid_12 {
    width:100%
}
.wrapper {
    max-width:1200px;
    width:92%;
    margin:0 auto
}
header {
    padding:15px 0;
    position:relative
}
#hero, #page-header {
    position:relative;
    padding:0
}
#herofront, #page-header {
    position:relative;
    border-top:1px solid #143c6f;
    padding:0 0 4px
}
#hero img {
    vertical-align:top
}
aside {
    margin:.2% 0 0
}
.head-wrap {
    width:100%;
    margin:0
}
img {
    max-width:100%;
    height:auto
}
.menu-toggle {
    display:block;
    padding:10px;
    margin:20px 0 0;
    background:#666;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
    font-size:20px
}
.menu-toggle.toggled-on {
    background:#09f
}
.srt-menu {
    display:none
}
.srt-menu.toggled-on {
    display:block;
    position:relative;
    z-index:10
}
.srt-menu {
    clear:both;
    margin-bottom:60px
}
.srt-menu li a {
    background:#dadada;
    display:block;
    margin:1px 0;
    padding:10px;
    text-decoration:none
}
.srt-menu li a:hover {
    background:#09f;
    color:#fff
}
.srt-menu li li a {
    background:#e8e8e8;
    padding-left:40px
}
.srt-menu li li li a {
    background:#efefef;
    padding-left:80px
}
.srt-menu ul li ul li ul {
    margin:0 0 98%
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
    float:left
}
a.buttonlink {
    background:#09f;
    border-radius:7px;
    color:#fff;
    display:block;
    float:left;
    margin:10px 15px 10px 0;
    padding:10px;
    text-decoration:none
}
a.buttonlink:hover {
    background:#8dbc01
}
.greenelement {
    background:#5ec79e;
    color:#fff
}
.violetelement {
    background:#887dc2;
    color:#fff
}
.clearfix:after, .clearfix:before {
    content:"";
    display:table
}
.clearfix:after {
    clear:both
}
.clearfix {
    zoom:1
}
.rightfloat {
    float:right
}
.leftfloat {
    float:left
}
@media only screen and (min-width:481px) {
    #banner {
        float:left;
        text-align:left;
        margin-bottom:-20px
    }
    .menu-toggle {
        margin-top:10px;
        float:right
    }
}
@media only screen and (max-width:767px) {
    .grid_4, .grid_5, .grid_8 {
        width:100%
    }
}
@media only screen and (min-width:920px) {
    .wrapper {
        margin:0 auto;
		max-width:1024px;
    }
    #banner {
        float:left;
        text-align:left;
        margin-bottom:0
    }
    header {
        padding:0
    }
    aside {
        width:100%
    }
    .grid_1 {
        width:8.333333333333%
    }
    .grid_2 {
        width:16.666666666667%
    }
    .grid_3 {
        width:25%
    }
    .grid_4 {
        width:33.3333333333%
    }
    .grid_5 {
        width:41.6666666667%
    }
    .grid_6 {
        width:50%
    }
    .grid_7 {
        width:58.3333333333%
    }
    .grid_8 {
        width:66.6666666667%
    }
    .grid_9 {
        width:75%
    }
    .grid_10 {
        width:83.333333333333%
    }
    .grid_11 {
        width:91.6666666667%
    }
    .grid_12 {
        width:100%
    }
    .grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
        margin-left:0;
        margin-right:0;
        float:left;
        display:block
    }
    .alpha {
        margin-left:0
    }
    .omega {
        margin-right:0
    }
    .rightfloat {
        float:right
    }
}
@media print {
    * {
        background:0 0!important;
        color:#000!important;
        text-shadow:none!important;
        filter:none!important;
        -ms-filter:none!important
    }
    a, a:visited {
        text-decoration:underline
    }
    a[href]:after {
        content:" (" attr(href)")"
    }
    abbr[title]:after {
        content:" (" attr(title)")"
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content:""
    }
    blockquote, pre {
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead {
        display:table-header-group
    }
    img, tr {
        page-break-inside:avoid
    }
    img {
        max-width:100%!important
    }
    @page {
        margin:.5cm
    }
    h2, h3, p {
        orphans:3;
        widows:3
    }
    h2, h3 {
        page-break-after:avoid
    }
}

p.geo {font-size:90%; line-height:1.2; color:#555;}