﻿@charset "utf-8";

@font-face
{
    /*font-family: 'BebasNeue';*/
    /*src: local('BebasNeue'), url(/res/fonts/BebasNeue.woff) format('woff');*/

    font-family: 'BebasNeue';
    src: url('/res/fonts/BebasNeue.eot');
    src: url('/res/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('/res/fonts/BebasNeue.woff') format('woff'),
         url('/res/fonts/BebasNeue.ttf') format('truetype'),
         url('/res/fonts/BebasNeue.svg#DroidSansRegular') format('svg');
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);

html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
}
body
{
    font-family: 'Roboto' , Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    color: #4D4D4D;
}
*
{
    outline-width: 0;
}
a
{
    text-decoration: none;
    border: 0;
}
.single-location{
}

.single-location a{
    color:#08a1d1;
    font-weight:bold;
}

a img
{
    border: 0;
}
form, p, h1, h2, h3, h4, h5, h6
{
    margin: 0;
}
table
{
    border-collapse: collapse;
    width: 100%;
}
div
{
    position: relative;
}
img
{
    transform: scale(1) rotate(0) translate3d(0,0,0);
}

.con
{
    margin: 0 auto;
    text-align: left;
    padding: 0 10px;
    position: relative;
}
.clear
{
    clear: both;
    height: 1px;
}
.clearfix
{
    clear: both;
}
.alignleft
{
    float: left;
    margin: 0 20px 10px 0 !important;
}
.alignright
{
    float: right;
    margin: 0 0 10px 20px !important;
}
.aligncenter
{
    display: block;
    margin: 0 auto 10px auto !important;
    text-align: center;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.strong, .bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.italic
{
    font-style: italic;
}
.block
{
    display: block;
}
.sm
{
    font-size: 12px;
}
.hidden, .hide
{
    display: none;
}
.main
{
    padding: 10px 10px 20px 10px;
}

.size-thumbnail
{
    width: 150px;
}
.size-icon
{
    width: 50px;
}
.size-tiny
{
    width: 10%;
    padding: 10px 0 0 0;
}
.size-x-small
{
    width: 20%;
    padding: 10px 0 0 0;
}
.size-small
{
    width: 30%;
    padding: 10px 0 0 0;
}
.size-medium
{
    width: 40%;
    padding: 10px 0 0 0;
}
.size-large
{
    width: 50%;
    padding: 10px 0 0 0;
}
.size-x-large
{
    width: 60%;
    padding: 10px 0 0 0;
}
.size-xx-large
{
    width: 75%;
    padding: 10px 0 0 0;
}
.size-full
{
    width: 100%;
    padding: 10px 0 10px 0;
}

.btn
{
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 6px 10px;
    color: #fff;
    font-size: 20pt;
    font-family: 'BebasNeue';
    text-align: center;
    cursor: pointer;
    border: 2px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 1px #fff inset;
}
.btn.orange
{
    padding: 8px 0px 4px 0px;
    border-color: #f1a006;
    background: #f1a006;
    background: -moz-linear-gradient(top, #f1a006 0%, #f6c108 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1a006), color-stop(100%,#f6c108));
    background: -webkit-linear-gradient(top, #f1a006 0%,#f6c108 100%);
    background: -o-linear-gradient(top, #f1a006 0%,#f6c108 100%);
    background: -ms-linear-gradient(top, #f1a006 0%,#f6c108 100%);
    background: linear-gradient(to bottom, #f1a006 0%,#f6c108 100%);
}
.btn.blue
{
    padding: 8px 0px 4px 0px;
    border-color: #3095e7;
    background: #3095e7;
    background: -moz-linear-gradient(top, #3095e7 0%, #3eb6f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3095e7), color-stop(100%,#3eb6f2));
    background: -webkit-linear-gradient(top, #3095e7 0%,#3eb6f2 100%);
    background: -o-linear-gradient(top, #3095e7 0%,#3eb6f2 100%);
    background: -ms-linear-gradient(top, #3095e7 0%,#3eb6f2 100%);
    background: linear-gradient(to bottom, #3095e7 0%,#3eb6f2 100%);
}
.btn.grey
{
    padding: 8px 0px 4px 0px;
    color: #333;
    border-color: #999;
    background: #cecece;
    background: -moz-linear-gradient(top, #cecece 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #cecece 0%,#efefef 100%);
    background: -o-linear-gradient(top, #cecece 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #cecece 0%,#efefef 100%);
    background: linear-gradient(to bottom, #cecece 0%,#efefef 100%);
}

/*Share Styles*/

#shareContainer { width:100%; clear:both; height:32px; margin-bottom:10px;}
#share {
	width:210px;
	float:right;
	height:32px;
	font-family:"Roboto", arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
		}	
#share .socialContainer{margin:0 auto; clear:both; width:auto; height:32px; padding-top:5px;}
#share .socialContainer .social{display:inline-block; clear:none; position:absolute;right:0px;top:0px;}
#share .social .ico{background:url(/images/sprite.png) no-repeat; display:block; width:32px; height:32px; margin:0 0 0 5px; float:right;}
#share .social .ico.fb{background-position:0 -423px;}
#share .social .ico.tw{background-position:-32px -423px;}
#share .social .ico.gp{background-position:-64px -423px;}
#share .social .ico.em{background-position:-96px -423px;}

/*End Share Styles*/



span.iw
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 3px;
    font-family: 'Roboto';
    color: #8c8c8c;
    display: inline-block;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 3px #a8b2b9;
}
span.iw input
{
    color: inherit;
    font-family: inherit;
    border: 0;
    font-size: 16px;
    padding: 4px;
    color: #676767;
    width: 264px;
    border-radius: 0;
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e4e4e4 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 100%);
}
.header-block
{
    height: 55px;
}

#header
{
    background: #393939;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#header a
{
    color: #cacaca;
    line-height: 55px;
    font-family: 'BebasNeue';
    font-size: 28px;
    display: block;
    height: 100%;
    float: left;
    padding: 0 15px;
}
#header a:active, #header a.active
{
    background: #575757;
}
#header .menu
{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding-top: 11px;
    display: block;
}
#header .menu.open
{
    background: #575757;
}
#header .menu .bar
{
    width: 46px;
    height: 6px;
    background: #7a7a7a;
    display: block;
    margin: 0 auto 7px;
}
#header .menu .bar.first
{
    margin-top: 11px;
}
#header .menu .bar.last
{
    margin-bottom: 0;
}

#nav
{
    background: #393939;
    box-shadow: 0 8px 8px #212121 inset;
    padding: 15px 10px;
    font-size: 18px;
    display: none;
}
#nav a
{
    display: block;
    float: left;
    clear: left;
    color: #cacaca;
    margin-bottom: 15px;
}
#nav .sep
{
    height: 1px;
    display: block;
    border-bottom: 1px solid #cacaca;
    margin: 20px 0 20px 0;
    clear: left;
}
#nav .iw
{
    float: left;
    box-shadow: none;
    margin: 0 10px 0 0;
}
#nav .search
{
    clear: left;
    height: 30px;
}
#nav .search .iw input
{
    width: 190px;
    font-family: inherit;
}
#nav .search .submit
{
    font-size: 18px;
    padding: 6px 4px;
    float: left;
    display: block;
}

.logo
{
    background: #fff;
    padding: 10px 30px 0;
    text-align: center;
}
.logo img
{
    width: 100%;
    max-width: 400px;
}
.logo .tel
{
    color: #0d4e78;
    font-size: 34px;
    font-weight: bold;
}

#footer
{
    clear: both;
    background: url(/images/ltblue-bg.png) repeat;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
}
#footer a
{
    color: #fff;
    text-decoration: underline;
}
#footer a.desktop
{
    float: left;
    margin: 3px 0 0 10px;
}
#footer .social
{
    float: right;
}
#footer .social .ico
{
    background: url(/images/sprite.png) no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 0;
    float: left;
}
#footer .social .ico.gp
{
    display: none;
}
#footer .social .ico.pn
{
    display: none;
}
#footer .social .ico.li
{
    display: none;
}
#footer .social .ico.fb
{
    background-position: 0 -84px;
}
#footer .social .ico.tw
{
    background-position: -21px -84px;
}
#footer .social .ico.yt
{
    background-position: -42px -84px;
}
#footer .social .ico.rss
{
    background-position: -63px -84px;
}
#footer p
{
    clear: both;
    text-align: center;
    padding-top: 15px;
    line-height: 22px;
    padding: 15px 10px 0;
}
#footer p.copy
{
    padding-bottom: 15px;
}


.home
{
    background: url(/images/ltblue-bg.png) repeat;
    font-family: 'BebasNeue';
    padding-top: 10px;
}
.home h1
{
    color: #fff;
    text-shadow: 2px 3px 1px rgba(0,0,0,.11);
    font-size: 34px;
    padding: 0 12px;
    margin-bottom: 15px;
    line-height: 36px;
    text-align: center;
}
.home .btn
{
    width: 252px;
    display: block;
    margin: 0 auto 15px;
    font-size: 26px;
}
.home .txt
{
    color: #fff;
    font-size: 22px;
    padding: 0 12px;
    margin-bottom: 5px;
}
.home .logos
{
    background: url(/images/dkblue-bg.png) repeat;
    text-align: center;
    padding: 10px 0;
}

.home .logos .ico
{
    background: url(/images/sprite.png) no-repeat;
    display: inline-block;
    vertical-align: top;
}
.home .logos .ico.uw
{
    width: 66px;
    height: 52px;
    background-position: 0 -126px;
    margin: 3px 15px 0 0;
}
.home .logos .ico.eifle
{
    width: 50px;
    height: 51px;
    background-position: -66px -127px;
    margin: 0 15px 0 0;
}
.home .logos .ico.bbb
{
    width: 112px;
    height: 42px;
    background-position: 0 -377px;
    margin: 7px 0 0 0;
}

.home-featured
{
    padding: 20px 0;
    text-align: center;
    background: #cacaca;
    background: -moz-linear-gradient(top, #cacaca 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #cacaca 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #cacaca 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #cacaca 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #cacaca 0%,#eaeaea 100%);
}
.home-featured .ico
{
    background: url(/images/home.png) no-repeat;
    background-size: 400px;
    display: inline-block;
    vertical-align: top;
}
.home-featured .ico.feat
{
    width: 108px;
    height: 18px;
    background-position: 0 -55px;
    margin-bottom: 10px;
}
.home-featured .ico.cnn
{
    width: 53px;
    height: 24px;
    background-position: 0 0;
    margin: 0 25px 20px 0;
}
.home-featured .ico.for
{
    width: 66px;
    height: 17px;
    background-position: -53px 0;
    margin: 5px 25px 0 0;
}
.home-featured .ico.kip
{
    width: 68px;
    height: 22px;
    background-position: -119px 0;
    margin: 5px 0 0 0;
}
.home-featured .ico.msn
{
    width: 45px;
    height: 30px;
    background-position: -187px 0;
}
.home-featured .ico.usa
{
    width: 55px;
    height: 30px;
    background-position: -232px 0;
    margin: 0 15px 0 46px;
}
.home-featured .ico.yah
{
    width: 76px;
    height: 19px;
    background-position: -287px 0;
    margin: 6px 0 0;
}

.home-featured a.ico.cnn:hover
{
    width: 73px;
    height: 33px;
    background-position: 0 -42px;
}
.home-featured a.ico.for:hover
{
    width: 91px;
    height: 34px;
    background-position: -73px -42px;
}
.home-featured a.ico.kip:hover
{
    width: 94px;
    height: 31px;
    background-position: -164px -42px;
}
.home-featured a.ico.msn:hover
{
    width: 62px;
    height: 42px;
    background-position: -258px -42px;
}
.home-featured a.ico.usa:hover
{
    width: 76px;
    height: 39px;
    background-position: -320px -42px;
}
.home-featured a.ico.yah:hover
{
    width: 104px;
    height: 27px;
    background-position: -396px -42px;
}

.home-testimonial
{
    background: url(/images/ltblue-bg.png) repeat;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.home-testimonial .txt
{
    text-align: center;
}
.home-testimonial .by
{
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin-right: 20px;
}


.home-item
{
    margin: 0 10px;
    padding: 5px;
    height: 60px;
    background: #f1f1f1;
    box-shadow: 0 2px 2px rgba(0,0,0,.27);
    font-family: 'BebasNeue';
    display: block;
    margin-bottom: 10px;
}
.home-item img
{
    width: 85px;
    height: 60px;
    float: left;
    margin: 0 5px 0 0;
}
.home-item .title
{
    font-size: 26px;
    color: #3f629c;
    margin-bottom: 2px;
    line-height: 23px;
}
.home-item .subtitle
{
    color: #c84327;
}
.home-item.counselor .subtitle
{
    font-size: 22px;
}
.home-item.corportate .subtitle
{
    font-size: 15px;
}
.home-item.community .subtitle
{
    font-size: 18px;
}

.home-recent
{
    padding: 10px 0;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.home-recent .title
{
    font-family: 'BebasNeue';
    color: #676767;
    font-size: 32px;
    padding-left: 15px;
}
.home-recent .load
{
    width: 225px;
    display: block;
    margin: 0 auto;
    font-family: 'BebasNeue';
    border-radius: 25px;
    text-align: center;
    color: #676767;
    border: 1px solid #b5b5b5;
    text-shadow: 2px 2px 2px rgba(255,255,255,.82);
    font-size: 28px;
    padding-top: 3px;
    margin-top: 10px;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #b8b8b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#b8b8b8));
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#b8b8b8 100%);
    background: -o-linear-gradient(top, #d3d3d3 0%,#b8b8b8 100%);
    background: -ms-linear-gradient(top, #d3d3d3 0%,#b8b8b8 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%,#b8b8b8 100%);
}
.home-recent .loader
{
    display: none;
    margin: 0 auto;
}

.home-info
{
      text-align: center;
      border-bottom: 1px solid #c9c9c9;
      padding-top:10px;
      padding-bottom:10px;
}
.home-info .item
{
    margin-bottom: 10px;
}

.home-tools
{
    background: #efb500;
    background: -moz-linear-gradient(top, #efb500 0%, #f4c900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efb500), color-stop(100%,#f4c900));
    background: -webkit-linear-gradient(top, #efb500 0%,#f4c900 100%);
    background: -o-linear-gradient(top, #efb500 0%,#f4c900 100%);
    background: -ms-linear-gradient(top, #efb500 0%,#f4c900 100%);
    background: linear-gradient(to bottom, #efb500 0%,#f4c900 100%);
}
.home-tools .ico
{
    display: inline-block;
    width: 102px;
    height: 103px;
    background: url(/images/moble-home-tools-ico.png) 0 0 no-repeat;
    float: left;
    margin: 0;
    margin: 30px 15px 30px -14px;
}
.home-tools .title
{
    color: #fff;
    font-family: 'BebasNeue';
    font-size: 32px;
    margin: 0 15px 15px 0;
    padding-top: 15px;
}
.home-tools .btn
{
    padding: 8px 20px 4px;
    font-size: 24px;
}

.lead
{
    background: url(/images/dkblue-bg.png) repeat;
    color: #fff;
    display: none;
}
.lead .slide
{
    background: #0d4e78;
    padding: 25px 10px 10px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: 'BebasNeue';
    box-shadow: 0 8px 8px rgba(0,0,0,.4) inset;
}
.lead .slide .txt
{
}
.lead .slide .txt .amt
{
    color: #f1a006;
    display: inline-block;
    width: 90px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 5px;
    padding: 2px 0 0 0;
}
.lead .slide .txt .help
{
    font-size: 15px;
    color: #80d1f0;
    vertical-align: baseline;
}
.lead .slide .slider-border
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 5px solid #0b749b;
    margin: 10px 10px 0;
}
.lead .slide #slider
{
    height: 8px;
    position: relative;
    cursor: pointer;
    background: rgb(191,194,197);
    background: -moz-linear-gradient(top, rgba(191,194,197,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,194,197,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
}
.lead .slide #slider .ui-slider-handle
{
    display: block;
    width: 31px;
    height: 16px;
    background: url(/images/sprite.png) -80px -108px no-repeat;
    position: absolute;
    top: -5px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.6);
    outline-width: 0;
    z-index: 1;
    margin-left: -15px;
}
.lead .slide #slider .ui-slider-handle:hover
{
}
.lead .slide #slider .ui-slider-handle:active
{
}

.lead .w
{
    display: block;
    margin: 0 14px 10px 10px;
    position: relative;
}
.lead .w.s
{
    margin-right: 10px;
}
.lead .text
{
    border: 2px solid #fff;
    display: block;
    width: 100%;
    color: #8c8c8c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    padding: 4px 0;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
}
.lead .text:focus
{
    color: #000;
}
.lead .text.left
{
    float: none;
}
.lead .text.right
{
    float: none;
}
.lead .selcon
{
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
}
.lead .selcon.left
{
    float: none;
}
.lead .selcon select
{
    width: 160px;
    background: none;
    -webkit-appearance: none;
    border: none;
    color: #8c8c8c;
    position: relative;
    z-index: 1;
    width: 110%;
    font-size: 16px;
    padding: 4px 0;
}
.lead .selcon select:focus
{
    color: #000;
}
.lead .selcon .arr
{
    background: url(/images/sprite.png) -118px -85px;
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 8px;
    right: 4px;
    z-index: 0;
}
.lead .verify
{
    margin: 0 10px 10px 10px;
}
.lead .verify.right
{
    float: none;
}
.lead .verify .img
{
    width: 81px;
    height: 30px;
    margin: 0 15px 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.lead .verify .text
{
    display: block;
    margin-bottom: 3px;
    width: calc(100% - 101px);
}
.lead .verify .help
{
    font-size: 11px;
    color: #333333;
}
.lead hr
{
    padding: 0;
    margin: 0 10px 10px;
    clear: both;
}
.lead .chk
{
    font-size: 14px;
    position: relative;
    display: block;
}
.lead .chk.left
{
    float: none;
}
.lead .chk.right
{
    float: none;
}
.lead .chk input
{
    float: left;
    margin: 4px 5px 0 0;
    cursor: pointer;
}
.lead .submit
{
    border: 2px solid #f1a006;
    color: #fff;
    font-size: 32px;
    font-family: 'BebasNeue';
    font-weight: bold;
    padding: 8px 0 4px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
    width: 100%;
    background: rgb(241,160,6);
    background: -moz-linear-gradient(top, rgba(241,160,6,1) 0%, rgba(246,193,8,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,160,6,1)), color-stop(100%,rgba(246,193,8,1)));
    background: -webkit-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: -o-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: linear-gradient(to bottom, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
}
.lead .callback
{
    display: none;
}
.lead .consent
{
    font-size: 10px;
    margin: 0 10px 10px;
}
.lead .ico
{
    background: url(/images/sprite.png) no-repeat;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}
.lead .ico.uw
{
    width: 66px;
    height: 52px;
    background-position: 0 -126px;
    margin: 4px auto 0;
}
.lead .ico.eifle
{
    width: 62px;
    height: 51px;
    background-position: -66px -127px;
    margin: 5px 15px 0;
}
.lead .ico.bbb
{
    width: 115px;
    height: 42px;
    background-position: 0 -377px;
    margin: 10px auto 0;
}
.lead .error
{
    border-color: #c00000;
}
a.already-started
{
    color: #ffffff !important;
}

a.recent-post
{
    display: block;
    border-bottom: 2px solid #e8e8e8;
    border-top: 2px solid #fff;
    padding: 7px 15px;
    text-decoration: none !important;
}
a.recent-post.first
{
    border-top: 0;
}
a.recent-post.last
{
    border-bottom: 0;
}
a.recent-post .recent-title
{
    font-size: 20px;
    color: #c84327;
    display: block;
    margin-bottom: 5px;
}
a.recent-post .excerpt
{
    color: #59595a;
    display: block;
}
a.recent-post .date
{
    display: none;
}

.content
{
    padding: 0 10px;
}
.content h1
{
    color: #f17506;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.content h2
{
    color: #0d4e78;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 26px;
}
.content h3
{
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 12px 0;
    background: url(/images/h3.png) 0 5px no-repeat;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #e3e3e3;
}
.content h4
{
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    background: none;
    border: 0;
    padding: 0;
}
.content p
{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.content p strong
{
    font-weight: bold;
}
.content ul
{
    padding-left: 25px;
    list-style-position: outside !important;
}
.content li
{
    font-size: 16px;
    line-height: 24px;
}
.content ul li
{
    list-style-type: square;
}
.content ol ol li
{
    list-style-type: lower-alpha;
}
.content a
{
    color: #08a1d1;
    text-decoration: underline;
}
.content a.btn
{
    color: #08a1d1;
    text-decoration: none;
}
.content h3 a
{
    color: #0d4e78;
    text-decoration: none;
}
.content .toggle .title
{
    color: #0d4e78;
    cursor: pointer;
    font-weight: bold;
}
.content .toggle .hidden
{
    margin-bottom: 15px;
}
.content form.lead
{
    display: block;
}
.content div.contactusinfo
{
    width: 100%;
}
.content div.contactusinfo div.contactusinfoleft
{
    background-color: #f5f5f5;
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 17px;
    border-color: #ddd;
    border-style: solid;
    border-width: thin;
    font-size: 11pt;
    text-align: center;
}
.content div.contactusinfo div.contactusinforight
{
    background-color: #f5f5f5;
    width: 90%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 17px;
    border-color: #ddd;
    border-style: solid;
    border-width: thin;
    font-size: 11pt;
    text-align: center;
}
.content div.contactusinfo div div
{
    width: 100%;
}

.arrowDown
{
    width: 100%;
    text-align: center;
    background: url(/images/old/arrowdown.png) no-repeat;
    background-position: center;
    height: 104px;
    margin-bottom: 10px;
}
.sidebar .mortgage_prequal_calc_banner p,
.sidebar .mortgage_calculator_banner p
{
    float: left;
    margin: 10px 0px 5px 0px;
}
.sidebar .open-housing-form .btn,
.sidebar .mortgage_prequal_calc_banner .btn,
.sidebar .mortgage_calculator_banner .btn,
.overlay.housing-overlay form input.submit
{ 
    width: 85%;
    display: inline-block;
    margin: 5px 0px 15px 0px;
    padding: 10px 10px 6px 10px;
    color:#fff; 
    font-family:'BebasNeue';
    font-size: 20pt; 
    font-weight: normal; 
    text-align: center;
    cursor: pointer;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    box-shadow:0 1px 1px #fff inset;  
    text-shadow:0 2px 2px rgba(0,0,0,.5); 
    box-shadow:0 5px 5px #d4d4d4; 
    border:2px solid rgb(48,149,231);
	background:rgb(48,149,231);
	background:-moz-linear-gradient(top, rgba(48,149,231,1) 0%, rgba(62,182,242,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,149,231,1)), color-stop(100%,rgba(62,182,242,1)));
	background:-webkit-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-o-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-ms-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:linear-gradient(to bottom, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
}
/* HOUSING FORM OVERLAY */
.overlay.housing-overlay 
{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    background-color: rgba(95,95,95,0.5);
}
.overlay.housing-overlay form
{
    width: 95%;
    height: 95%;
    margin: 0px 0px 0px 0px;
    position: fixed;
    z-index: 100;
    top: 1%;
    left: 2.5%;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.overlay.housing-overlay form p 
{
  width: 95%;
  float: left;
  margin: 5px 0px 5px 10px;
} 
.overlay.housing-overlay form p.title 
{
  font-family: "oswald";
  font-size: 15pt;
}
.overlay.housing-overlay table, 
.overlay.housing-overlay table tr
{
  width: 100%;
  float: left;
  clear: left;
} 
.overlay.housing-overlay table td
{
  width: 100%;
  height: 30px;
  float: left;
} 
.overlay.housing-overlay table label 
{
  float: left;
  width: 32%;
  clear: left;
  margin: 5px 0px 5px 5px;
  font-size: 8pt;
}
.overlay.housing-overlay table span.iw 
{
  width: 60%;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 3px;
  font-family: 'Roboto';
  color: #8c8c8c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 2px 3px #a8b2b9;
  overflow: hidden;
}
.overlay.housing-overlay table span.iw input
{
  width: 100%;
  height: 13px !important;
  font-size: 12px;
}
.overlay.housing-overlay table span.iw select 
{
  width: 100%;
  border: none;
  font-size: 12px;
  background: transparent !important;
}
.overlay.housing-overlay form input.submit
{
      float: left;
      clear: left;
      margin: 35px 0px 10px 25px;
}

/* DEFAULT TABLES */
.content table, .content th, .content td
{
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf !important;
    line-height: 1.2;
    margin-bottom: 10px;
}
.content table th
{

    color: #ffffff;
    font-family:'Roboto', Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #00aeef; /* light Consolidated blue */ /*background-color: #0d4e78;*/ /* dark Consolidated title blue */ /*box-shadow: 0 1px 5px #0282b2 inset, 0 -1px 5px #0282b2 inset;*/
}
.content table th img
{
    float: left;
    margin: 10px 0px 10px 10px;
}
.content table th span.title
{
    width: 90%;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 5px;
    color: #ffffff;
    font-family:'Roboto', Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 500;
    line-height: 1.2;
}
.content table th span.titleImg
{
    width: auto;
    float: left;
    margin: 10px 10px 10px 10px;
    text-align: left;
    padding: 10px 10px 10px 50px;
}
.content table th span.titleImg.phone
{
    background: url(/images/icon-phone.png) no-repeat;
    background-position-y: center;
}
.content table th span.titleImg.online
{
    background: url(/images/icon-online.png) no-repeat;
    background-position-y: center;
}
.content table td
{
    padding: 15px;
    font-size: 11pt;
    vertical-align: top;
}

/* 2 COLUMN TABLES */
.content table.cccsTable2Col
{
}
.content table.cccsTable2Col th
{
    width: 50%;
    font-size: 21pt;
    line-height: 1.0;
    vertical-align: middle;
}
.content table.cccsTable2Col th img
{
    float: left;
    margin: 10px 0px 10px 10px;
}
.content table.cccsTable2Col th span.title
{
    font-size: 12pt;
}
.content table.cccsTable2Col td
{
    vertical-align: baseline;
}

/* 3 COLUMN TABLES */
.content table.cccsTable3Col th
{
    width: 33%;
    font-size: 12pt;
}
.content table.cccsTable3Col th span.title
{
    font-size: 12pt;
}

/* 4 COLUMN TABLES */
.content table.cccsTable4Col th
{
    width: 25%;
    font-size: 12pt;
}
.content table.cccsTable4Col th span.title
{
    font-size: 12pt;
}

/* 5 COLUMN TABLES */
.content table.cccsTable5Col th
{
    width: 20%;
    font-size: 11pt;
}
.content table.cccsTable5Col th span.title
{
    font-size: 11pt;
}

.content .reference
{
    font-size:11px;
    line-height:12px;
    font-style:italic;
}

/*Infographic styles*/

.infographics .item{border-bottom:1px dashed #ccc; margin-bottom:10px;}
.infographics .item .title a{color:#0d4e78; font-size:18px; font-weight:bold;}

/*End Infographics dtyles*/

#alphabetMobileSpacer
{
    padding-top: 65px;
}

.quiz .question
{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.quiz .question.toggle
{
    background: #DDF4FF;
}
.quiz .question .q
{
    font-size: 16px;
    float: left;
}
.quiz .question .num
{
    float: left;
    font-size: 18px;
    margin: 0 10px 3px 0;
}
.quiz .question .a
{
    clear: left;
    padding-left: 15px;
}
.quiz .question .a label.rad
{
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #eee;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    position: relative;
    cursor: pointer;
}
.quiz .question .a label.rad input
{
    position: absolute;
    top: 0;
    right: 50px;
}
.quiz .question .a label.rad .box
{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: -22px;
    background: #0086b8;
}
.quiz .question .a label.rad.checked .box
{
    left: 2px;
}
.quiz .question .a label.lbl
{
    float: left;
    margin: 0 20px 8px 0;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    height: 18px;
}
.quiz .question .a label.lbl.last
{
    margin-right: 0;
}
.quiz .submit-line
{
    padding-top: 20px;
}
.quiz .submit
{
    margin: 0 0 10px;
    width: 280px;
}
.quiz a.submit
{
    display: block;
    margin: 0 auto;
    padding: 14px 0 9px;
    color: #fff;
    text-decoration: none;
}
.quiz .reset
{
    font-size: 18px;
    width: 100px;
    box-shadow: none;
    float: right;
    margin-top: 10px;
}

.itc
{
    background: #f9f9f9;
    padding: 10px 0;
}
.itc #thumbs
{
    width: 100%;
    height: 43px;
    padding-bottom: 10px;
}
.itc #thumbs .page-link
{
    position: absolute;
    width: 18px;
    height: 41px;
    border: 1px solid #ccc;
    background: #e1e1e1;
    top: 0;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 36px;
}
.itc #thumbs .page-link.prev
{
    left: 0;
}
.itc #thumbs .page-link.next
{
    right: 0;
}
.itc ul.thumbs
{
    margin: 0;
    padding: 0 20px;
    width: 320px;
    height: 43px;
    overflow: hidden;
}
.itc ul.thumbs li
{
    list-style-type: none;
    display: inline;
    position: relative;
}
.itc ul.thumbs li img
{
    width: 57px;
    height: 43px;
    border: 1px solid #ccc;
    opacity: .67;
    float: left;
    margin-right: 8px;
}
.itc ul.thumbs li img.last
{
    margin-right: 0;
}
.itc ul.thumbs li.selected img
{
    opacity: 1;
}
.itc .slideshow-container
{
    text-align: center;
}
.itc .slideshow-container img
{
    max-width: 276px;
}
.itc .slideshow-container a
{
    text-decoration: none;
}
.itc .slideshow-container .image-wrapper.previous
{
    position: absolute;
}
.itc .caption-container .image-caption.previous
{
    position: absolute;
    top: 0;
    left: 0;
}
.itc .caption
{
    padding: 0 10px;
}
.itc .iw
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ececec;
    background: #f5f5f5;
    padding: 3px;
    color: #8c8c8c;
    display: block;
    width: 270px;
    margin-left: 10px;
}
.itc .iw .selcon
{
    color: inherit;
    font-family: inherit;
    border: 0;
    font-size: 16px;
    width: 270px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #e8e8e8 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%,#f5f5f5 100%);
}
.itc .iw .selcon select
{
    width: 300px;
    background: none;
    -webkit-appearance: none;
    border: none;
    color: #8c8c8c;
    position: relative;
    z-index: 1;
    width: 408px;
    font-size: 16px;
    padding: 3px 0;
    cursor: pointer;
}
.itc .iw .selcon .arr
{
    background: url(/images/sprite.png) -118px -85px;
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 0;
}
.itc .loading
{
    margin: 0 auto;
    display: block;
}

.success-story
{
    background: #F2F2F2;
    margin: 0 0 10px 0;
    padding: 10px;
}
.success-story .name
{
    font-size: 20px;
    color: #C84327;
    font-style: italic;
    margin: 0 0 8px 0;
    font-weight: bold;
}
.success-story .loc
{
    font-size: 13px;
    color: #6C6C6C;
    margin: 0;
    float: right;
}
.success-story .txt
{
}
.success-story .rating
{
    text-align: center;
    margin: 0 0 20px 0;
}
.success-story .lbl
{
    margin: 0 10px 0 0;
    font-weight: bold;
}
.success-story .stars
{
    width: 120px;
    height: 22px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.success-story .stars .bg
{
    background: url(/images/star.png) repeat;
    display: block;
    height: 23px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.success-story .stars .fill
{
    display: block;
    height: 23px;
    position: relative;
    z-index: 1;
    background: #fbfb3d;
    background: -moz-linear-gradient(top, #fbfb3d 0%, #fca72a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfb3d), color-stop(100%,#fca72a));
    background: -webkit-linear-gradient(top, #fbfb3d 0%,#fca72a 100%);
    background: -o-linear-gradient(top, #fbfb3d 0%,#fca72a 100%);
    background: -ms-linear-gradient(top, #fbfb3d 0%,#fca72a 100%);
    background: linear-gradient(to bottom, #fbfb3d 0%,#fca72a 100%);
}
.success-story .stars .fill.f1
{
    width: 12px;
}
.success-story .stars .fill.f2
{
    width: 24px;
}
.success-story .stars .fill.f3
{
    width: 36px;
}
.success-story .stars .fill.f4
{
    width: 48px;
}
.success-story .stars .fill.f5
{
    width: 60px;
}
.success-story .stars .fill.f6
{
    width: 72px;
}
.success-story .stars .fill.f7
{
    width: 84px;
}
.success-story .stars .fill.f8
{
    width: 96px;
}
.success-story .stars .fill.f9
{
    width: 108px;
}
.success-story .stars .fill.f10
{
    width: 120px;
}

.pagination ul
{
    list-style: none;
    display: block;
    padding: 0;
    margin: 15px 0 10px 0;
}
.pagination ul li
{
    display: inline;
}
.pagination ul li a, .pagination ul li span
{
    background: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    float: left;
    height: 25px;
    line-height: 26px;
    margin: 0 2px 8px;
    padding: 0 9px;
    text-align: center;
    color: #006CD2;
    text-decoration: none;
}
.pagination ul li span
{
    opacity: 0.5;
}
.pagination p
{
    font-weight: bold;
}


/*Ask The Expert Form*/
#ate-form
{
    margin-bottom: 25px;
    width: 100%;
}
.ate-form-top
{
    background-color: #0d4e78;
    padding: 10px;
}

.ate-form-top p
{
    text-align: center;
    font-size: 23px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 15px;
}

.ate-form-container
{
    padding: 15px 0 5px 0;
    margin-bottom: 10px;
    min-height: 420px;
}
.ate
{
    background: url(/images/dkblue-bg.png) repeat;
    color: #fff;
    width: 100%;
}
.ate .slide
{
    background: #0d4e78;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: 'BebasNeue';
}
.ate .slide .txt
{
}
.ate .slide .txt .amt
{
    color: #f1a006;
    display: inline-block;
    width: 90px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 5px;
    padding: 2px 0 0 0;
}
.ate .slide .txt .help
{
    color: #80d1f0;
    font-size: 13pt;
    font-weight: normal !important;
    vertical-align: baseline;
}
.ate .slide .slider-border
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 5px solid #0b749b;
    margin: 10px 10px 0;
}
.ate .slide #slider
{
    height: 8px;
    position: relative;
    cursor: pointer;
    background: rgb(191,194,197);
    background: -moz-linear-gradient(top, rgba(191,194,197,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,194,197,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(191,194,197,1) 0%,rgba(255,255,255,1) 100%);
}
.ate .slide #slider .ui-slider-handle
{
    display: block;
    width: 41px;
    height: 18px;
    background: url(/images/sprite.png) -80px -107px no-repeat;
    position: absolute;
    top: -5px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.6);
    outline-width: 0;
    z-index: 1;
    margin-left: -15px;
}
.ate .slide #slider .ui-slider-handle:hover
{
}
.ate .slide #slider .ui-slider-handle:active
{
}

.ate .text
{
    border: 2px solid #fff;
    width: 86%;
    color: #8c8c8c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    padding: 5px;
}
.ate .textarea
{
    border: 2px solid #fff;
    width: 86%;
    height: 120px;
    color: #8c8c8c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    padding: 4px;
    margin: 0 0 20px 5%;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}
.ate .text:focus
{
    color: #000;
}
.ate .text.left
{
    margin: 5px 0 10px 5%;
}
.ate .text.right
{
    margin: 5px 14px 10px 0;
}
.ate .selcon
{
    border: 2px solid #fff;
    width: 89%;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px 0 10px 5%;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
}
.ate .selcon select
{
    width: 92%;
    background: none;
    -webkit-appearance: none;
    border: none;
    color: #8c8c8c;
    position: relative;
    z-index: 1;
    padding: 5px;
}
.ate .selcon select:focus
{
    color: #000;
}
.ate .selcon select option
{
    background: #fff;
}
.ate .selcon .arr
{
    background: url(/images/sprite.png) -118px -85px;
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 312px;
    right: 22px;
    z-index: 0;
}
.ate .verify
{
    width: 135px;
    margin: 0 10px 10px 0;
}
.ate .verify .img
{
    width: 60px;
    margin: 0 10px 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ate .verify .text
{
    width: 59px;
    margin: 0 0 3px;
}
.ate .verify .help
{
    font-size: 11px;
    color: #ffffff;
    clear: both;
}
.ate hr
{
    padding: 0;
    margin: 0 10px 10px;
    clear: both;
}
.ate .chk
{
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
    position: relative;
}
.ate .chk input
{
    float: left;
    margin: 0 3px 0 0;
    cursor: pointer;
}
.ate .chk.left
{
    margin: 0 0 10px 10px;
}
.ate .chk.right
{
    margin: 0 10px 10px 0;
}
.ate .btn
{
    color: #fff;
    width: 115px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 8px 0 4px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
    white-space: normal;
    font-weight: 100;
    font-size: 22px;
}
.ate .btn.lg
{
    width: 276px;
    float: none;
    font-size: 26px;
    padding: 4px 0 1px;
    display: block;
    margin: 0 auto 10px;
}

.ate .button
{
    float: left;
    margin: 0 0 10px 5px;
    border: 2px solid #f1a006;
    background: rgb(241,160,6);
    background: -moz-linear-gradient(top, rgba(241,160,6,1) 0%, rgba(246,193,8,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,160,6,1)), color-stop(100%,rgba(246,193,8,1)));
    background: -webkit-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: -o-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    background: linear-gradient(to bottom, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 5px;
}
.ate .spacer
{
    line-height: 35px;
}
.ate .consent
{
    font-size: 11px !important;
    margin: 0 10px 10px !important;
    font-weight: 400 !important;
    clear: both !important;
    color: #FFF !important;
    padding-left: 5px;
}
.ate .consent a
{
    color: #FFF;
}
.ate .consent a:hover
{
    color: #FFF;
}
.ate .ico
{
    background: url(/images/sprite.png) no-repeat;
    display: block;
    float: left;
    cursor: pointer;
}
.ate .ico.uw
{
    width: 66px;
    height: 52px;
    background-position: 0 -126px;
    margin: 4px 0 10px -10px;
    background-image: none;
}
/*.ate .ico.eifle{width:50px; height:51px; background-position:-66px -127px; margin:5px 15px 10px;}*/
.ate .ico.eifle
{
    background-position: -66px -127px;
    height: 51px;
    margin: 5px 15px 10px 70px;
    width: 50px;
}
.ate .ico.bbb
{
    width: 112px;
    height: 42px;
    background-position: 0 -377px;
    margin: 10px 0 10px;
}
.ate .already-started
{
    color: #f87509;
    text-decoration: underline;
}
.ate .already-started-div
{
    padding-bottom: 5px;
}
.ate .error
{
    border-color: #c00000;
}

.ate-ty-top
{
    background-color: #0d4e78;
    padding: 10px;
}
.ate-ty-top p
{
    text-align: center;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 5px;
}
.ate-ty-container
{
    padding: 15px;
    background-color: #2c8cc2;
    margin-bottom: 20px;
}
.ate-ty-container p
{
    color: #FFF;
    font-size: 13px;
    padding-bottom: 10px;
}
#ate-what-happens
{
    position: absolute;
    width: 90%;
    background-color: #D3DCE3;
    font-size: 12px;
    line-height: 16px;
    padding: 15px;
    z-index: 10000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    margin-top: 290px;
}
.ate-what-happens-click
{
    color: #333 !important;
    text-decoration: none !important;
}
.ate-what-happens-click a
{
    color: #333 !important;
    text-decoration: none !important;
}
#ate-sidebar-links
{
    margin-left: -40px !important;
}
.ate-sidebar-link-container
{
    background-color: #D3DCE3;
    padding: 20px;
    margin-bottom: 20px;
}
.ate-sidebar-category-links
{
}
.ate-sidebar-category-links p
{
    margin-bottom: 10px;
}
.ate-sidebar-category-links a
{
    color: #08a1d1 !important;
    text-decoration: none;
}
.ate-sidebar-category-links a:hover
{
    color: #f17506 !important;
    text-decoration: none;
}
.ate-sidebar a:hover
{
    color: #f17506 !important;
    text-decoration: none;
}
#ate-recent-list, #ate-category-list
{
    height: auto /*125px*/;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -25px;
    margin-left: -35px;
}
#ate-recent-list .page_item_has_children
{
    display: block;
}
#ate-recent-list img, #ate-category-list img
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-height: 100px;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
#ate-recent-list .ate-img-div, #ate-category-list .ate-img-div
{
    border: none;
    display: inline-block;
    width: 100px;
    margin: 10px 20px 10px 0;
    float: left;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
#ate-recent-list .ate-img-div-inner, #ate-category-list .ate-img-div-inner
{
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 100px;
}
.ate-recent-headline
{
    display: table-cell;
    font-size: 1.2em;
    line-height: 1.4em;
}
.ate-recent-summary
{
    clear: both;
}
#ate-category-list .ate-recent-list
{
    padding-left: 0px;
}

.ate-banner
{
    margin: 10px 0 10px 0;
}

.ask-the-expert-q
{
    background: url(/images/ask-the-expert/Q.png) 0 0 no-repeat;
    background-size: 80px 80px;
    font-size: 16px;
    line-height: 24px;
}
.ask-the-expert-q:first-letter
{
    float: left;
    padding: 60px 0 0 90px;
    display: block;
    color: rgba(0, 0, 0, 0);
}
.ask-the-expert-q:before
{
    content: "x";
}

.ask-the-expert-a
{
    background: url(/images/ask-the-expert/A.png) 0 0 no-repeat;
    background-size: 80px 80px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
}
.ask-the-expert-a:first-letter
{
    float: left;
    padding: 60px 0 0 95px;
    display: block;
    color: rgba(0, 0, 0, 0);
}
.ask-the-expert-a:before
{
    content: "x";
}
.ask-the-expert-a h3
{
    margin-left: 95px;
}

/*Photo Gallery*/
.photo_gallery
{
    background: #d3dce3;
    padding: 10px 20px 20px 20px;
    max-width: 300px;
    word-break: keep-all !important;
    margin: 10px auto 20px auto;
}
.photo_gallery .scroll
{
    text-align: center;
    height: 16px;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    font-weight: bold;
}
.photo_gallery .scroll a
{
    color: #C84327;
    font-size: 28px;
    line-height: 10px;
}
.photo_gallery .scroll a:hover
{
    color: #549BD4;
    text-decoration: none;
}
.photo_gallery .scroll .count
{
    padding: 0 10px;
    font-size: 16px;
    vertical-align: bottom;
}
.photo_gallery .item
{
    display: block;
    text-decoration: none;
    color: #666;
}
.photo_gallery .item.active
{
    display: block;
}
.photo_gallery_title
{
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px !important;
    color: #1e3968;
}
.photo_gallery .item .img
{
    float: right;
    margin-left: 10px;
}
.photo_gallery .item .clear
{
    display: block;
}

.bwg_image_container
{
    position: absolute;
    top: 50px;
}

.bwg_image_description
{
    display: none;
}
.bwg_slider
{
    display: block !important;
}
.bwg_slider img
{
    clear: both;
    margin-top: 70px;
    margin-bottom: 20px;
}

.spider_popup_wrap
{
    height: 100% !important;
}

.bwg_image_info
{
    display: block !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun_0
{
    text-align: center !important;
}

/* Start Seminar/Webinar Page Styles */

.seminar {color:#F17506; font-weight:bold;}
.webinar {color:#2C8CC2; font-weight:bold;}
.entry-tickets
{ padding-top:10px;
}
.entry-content a{color:#08a1d1; text-decoration:underline;}
.entry-content a:hover{color:#f17506; text-decoration:none;}

/*Seminar Registration Form*/
#seminar-form { margin-bottom:25px; margin-top:10px; display:table;}
.seminar-form-top { background-color:#0d4e78; padding:10px; text-align:center; font-size:30px; color:#FFF; font-family:"Bebas Neue", arial narrow, helvetica condensed, sans-serif; letter-spacing:.5px; font-weight:100;}
.seminar-form-container{ padding: 15px 15px 5px 15px; margin-bottom:10px; display:table-cell; width:270px}
.seminarform{background-color:#2c8cc2; color:#fff; width:300px; display:block}
.seminar-form-details-block
{
    background-color: rgba(255,255,255,0.2);
    margin-bottom:20px;
}
.seminar-title
{
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    padding:10px 0 5px 0;
    text-align:center;
}
.seminar-date
{
    color:#FFF;
    font-size:14px;
    font-weight:normal;
    padding:0 0 10px 0;
    text-align:center;
}
.seminarform .text{border:2px solid #fff; width:90%; color:#8c8c8c; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	background:rgb(237,237,237);
	background:-moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
	padding:4px 10px;
    margin:0 auto;
    margin-bottom:20px;
}
.seminarform .btn{color:#fff; width:135px; font-family:'BebasNeue'; font-weight:bold; padding:8px 0 4px 0; text-align:center; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0 1px 1px #fff inset; white-space:normal; font-weight:100; font-size:22px;}
.seminarform .btn a{text-decoration:none !important;}
.seminarform .btn a:hover{text-decoration:none !important;}
.seminarform .btn.lg{width:276px; float:none; font-size:26px; padding:4px 0 1px; display:block; margin:0 auto 10px;}

.seminarform .button{float:left; margin:0 0 10px 10px;
	border:2px solid #f1a006;
	background:rgb(241,160,6);
	background:-moz-linear-gradient(top, rgba(241,160,6,1) 0%, rgba(246,193,8,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,160,6,1)), color-stop(100%,rgba(246,193,8,1)));
	background:-webkit-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
	background:-o-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
	background:-ms-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
	background:linear-gradient(to bottom, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
}

    .seminarform .button a.seminarform .button a:hover
    {text-decoration:none !important;}
    .seminarform .button a:hover
    {text-decoration:none !important;
    }

.seminar-ty-top { background-color:#0d4e78; padding:10px; text-align:center; font-size:30px; color:#FFF; font-family:"Bebas Neue", arial narrow, helvetica condensed, sans-serif;}
.seminar-ty-container{ padding: 15px; background-color:#2c8cc2; margin-bottom:20px;}
.seminar-ty-container p{color:#FFF; font-size:13px; padding-bottom:10px;}

#map-container
{
    display:none;
}
#showMapButton
{
    display:none !important;
}

#showMap
    {
    font-family:'BebasNeue'; 
    font-weight:300; 
    color:#fff; 
    border:1px solid rgb(48,149,231);
    border-radius:2px;
     -moz-border-radius:4px; 
     -webkit-border-radius:4px; 
     width:auto; 
     line-height:18px; 
     text-align:center; 
     font-size:16px; 
     letter-spacing:.5px;
     margin:0 auto 5px auto;
     padding-top:6px;
     cursor:pointer; 
     box-shadow:0 1px 1px #fff inset;
	background:rgb(48,149,231);
	background:-moz-linear-gradient(top, rgba(48,149,231,1) 0%, rgba(62,182,242,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,149,231,1)), color-stop(100%,rgba(62,182,242,1)));
	background:-webkit-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-o-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-ms-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:linear-gradient(to bottom, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
    }

#hideMapButton
{
    display:none;
    margin-left:20px;
}
#hideMap
    {
    font-family:'BebasNeue'; 
    font-weight:300; 
    color:#fff; 
    border:1px solid rgb(48,149,231);
    border-radius:2px;
     -moz-border-radius:4px; 
     -webkit-border-radius:4px; 
     width:auto; 
     line-height:18px; 
     text-align:center; 
     font-size:16px; 
     letter-spacing:1px;
     margin:0 auto 5px auto;
     padding-top:6px;
     cursor:pointer; 
     box-shadow:0 1px 1px #fff inset;
	background:rgb(48,149,231);
	background:-moz-linear-gradient(top, rgba(48,149,231,1) 0%, rgba(62,182,242,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,149,231,1)), color-stop(100%,rgba(62,182,242,1)));
	background:-webkit-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-o-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:-ms-linear-gradient(top, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
	background:linear-gradient(to bottom, rgba(48,149,231,1) 0%,rgba(62,182,242,1) 100%);
    }

.webinar-seminar-banner
{
    width:100%;
}
#webinar-banner { margin-bottom:25px;margin-top:10px; width:300px; background-color:#2c8cc2; padding-bottom:10px}
    #webinar-banner .webinar-button
    {
        margin: 10px 0 20px 10px;
        border: 2px solid #f1a006;
        background: rgb(241,160,6);
        background: -moz-linear-gradient(top, rgba(241,160,6,1) 0%, rgba(246,193,8,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,160,6,1)), color-stop(100%,rgba(246,193,8,1)));
        background: -webkit-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
        background: -o-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
        background: linear-gradient(to bottom, rgba(241,160,6,1) 0%,rgba(246,193,8,1) 100%);
        text-decoration:none;
    }

#webinar-banner .btn{color:#fff; width:135px; font-family:'BebasNeue'; font-weight:bold; padding:8px 0 4px 0; text-align:center; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0 1px 1px #fff inset; white-space:normal; font-weight:100; font-size:22px;padding: 5px 30px 2px 30px;text-decoration:none;}
.webinar-button-area
{
    margin-top:20px;
}
.privacy
{
    font-size:11px !important; font-weight:normal !important;
    color:#fff;
}


/* Scalable iFrame for YouTube Video players*/

.scalable
{
    overflow: hidden;
    margin: auto 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.scalable iframe
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.scalable .scalable-content
{
    height: 0;
    position: relative;
}

.scalable-16-9 .scalable-content
{
    /* Percentage from 9 divided by 16 for ratio of 16:9. */
    padding-bottom: 56.25%;
}

span.skype_pnh_container
{
    display: none !important;
}
span.skype_c2c_textarea_span img
{
    display: none !important;
}
#free_num_ui .skype_c2c_free_text_span
{
    display: none !important;
}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"]
{
    display: inline !important;
}



.thanks
{
    font-family: 'BebasNeue';
}

.thanks .main-title
{
    color: #e58c01;
    text-shadow: 0 2px 2px #e3e3e3;
    font-size: 30px;
    line-height: 48px;
    padding: 20px 0 0 0;
}
.thanks .txt
{
    color: #003361;
    font-family: 'Roboto' ,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}

#lightboxus
{
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    display: none;
}
#lightboxus .inner
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 26.5%;
    left: 30%;
    z-index: 9999 !important;
    background: #fff;
    box-shadow: 0px 0px 30px #000;
    margin: -25% 0px 0px -25%;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 90% !important;
}
#lightboxus .close
{
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(/images/sprite.png) -84px -83px no-repeat;
    position: absolute;
    top: 13%;
    left: 65%;
    z-index: 10000;
    margin: -5% 0px 0px 24.5%;
}

/*Transcript Styles*/
#more-button{border-style:none;background:none;font-size:14px;font-weight:bold;font-family:'Roboto', Helvetica, sans-serif;color:#08a1d1;margin: 0 0 5px 0; text-decoration:underline;}
#grow input:checked{color:#666;}
#more-button:hover{color:#f17506;}
#grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
  }
  #transcriptLinkContainer {
	  width:auto;
	  text-align:right;
      margin-top:5px;
	  }
.transcriptWrapper
{
    background-color:#d3dce3;
    padding:0px;
    width:auto;
}
    .transcriptWrapper p
    {
     margin:0;
     padding:5px 20px 5px 20px;
     font-size:13px;
     line-height:20px;
    }


/*Event Calendar Style Hacks*/

.fc-today-button
{
    display:none;
}

.fc-agendaWeek-button
{
    display:none;
}

.fc button
{
    padding:0 5px 0 5px !important;
    font-size:12px;
}
    
.fc button .fc-icon
    {
    margin:0;
    }

.fc-toolbar h2
{
    font-size:13px;
}

.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat
{
    padding-left:5px !important;
    height:20px !important;
    font-size: 9pt !important;
}
.fc-ltr .fc-basic-view .fc-day-number 
{
    text-align: right;
    font-size: 8pt !important;
}
.fc-day-grid-event .fc-content 
{
    line-height: 1 !important;
}
.fc-day-grid-event .fc-content span.fc-title 
{
    font-size: 4.5pt;
}
.fc-widget-content
{
    height:auto !important;
}

.fc-view-container
{
    height:auto !important;
}


.fc-widget-content
{
    height:auto !important;
}

.fc-day-grid-container 
{
    height:auto !important;
}

.fc-view-container table td
{
    padding:1px !important;
}

#events-full-calendar
{
    margin:-10px -10px 0 -10px !important;
}

#events-full-calendar .fc-event
{
    font-size:10px !important;
    padding:3px !important;
}

.fc-basic-view tbody .fc-row
{
    min-height:1em !important;
}

.desktop
{
    display:none;
}
.mobile
{
    display: normal;
}

/*GEO Page Styles*/

.case-study-container {
	width:100%;
	position:relative;
    clear:both;
    padding-top:20px;
    border-top:1px #ccc solid;
	}
.case-study-container .client-box {
	margin-bottom:20px;
	}
.case-study-container .client-box .client-name-BG {
	padding:12px;
	background-color:#0d4e78;
	}
.case-study-container .client-box .client-name {
	font-family:"roboto", arial, sans-serif;
	letter-spacing:.5px;
	font-size:16px;
	padding: 0 0 0 25px;
	background:url(/images/h3.png) 0 4px no-repeat;
	color:#fff;
	font-weight:500;
	}
.case-study-container .client-quote-BG {
	min-height:70px;
	background-color:#4ac9f4;
	position:relative;
	}
.case-study-container .client-quote-BG .client-quote-open {
	position:absolute;
	width:90px;
	height:50px;
	top:0;
	left:0;
	opacity:0.3;
	background-image:url(/images/geo/open-quote.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:10px;
	}
.case-study-container .client-quote-BG .client-quote-close {
	position:absolute;
	width:90px;
	height:50px;
	bottom:0;
	right:0;
	opacity:0.3;
	background-image:url(/images/geo/close-quote.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	}
.case-study-container .client-quote {
	padding:15px;
	text-align:center;
	font-size:14px;
	line-height:1.2;
	color:#000;
	font-style:italic;
    font-weight:400;
	font-family:"roboto", arial, sans-serif;
	vertical-align:middle;
	}

.case-study-container .stats {
	width:100%;
	margin-right:5%;
    margin-bottom:20px
	}
.case-study-container .savings-box {
	overflow:hidden;
	width:100%;
	background-color:#4ac9f4;
	padding-top:10px;
	Padding-bottom:5px;
	z-index:0;
    margin-bottom:20px;
	}
.case-study-container .savings-label {
	float:left;
	clear:both;
	-webkit-box-shadow: -4px 4px 0 0 rgba(0,0,0,.4);
	box-shadow: -4px 4px 0 0 rgba(0,0,0,.4);
	padding:5px 10px 7px 10px;
	background-color:#0d4e78;
	color:#fff;
	font-size:17px;
	font-weight:500;
    letter-spacing:.5px;
	}
.case-study-container .savings-label span {
	background:url(/images/h3.png) 0 4px no-repeat;
	padding-left:23px;
	position:relative;
	}	
.case-study-container .savings-value {
	float:right;
	clear:both;
	background-color:#f1a006;
	width:70%;
	text-align:right;
	font-size:33px;
    letter-spacing:.5px;
	color:#fff;
	margin-bottom:10px;
	margin-top:-8px;
	z-index:-1;
	font-family:"BebasNeue";
	padding:10px 15px 5px 12px;
	}

#map-jump
{
    position:relative;
    top:50%;
}


/*CALIFORNIA MAP SPECIFIC*/

#map-ca {
            margin:0;
			padding:0;
            width:300px;
            height:240px;
			background:url(/images/geo/img-map-ca.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ca a.quote1 {
			top:142px;
			left:170px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote2 {
			top:90px;
			left:136px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote3 {
			top:61px;
			left:54px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote4 {
			top:148px;
			left:184px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ca a.quote5 {
			top:151px;
			left:198px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote6 {
			top:72px;
			left:120px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote7 {
			top:162px;
			left:209px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote8 {
			top:136px;
			left:220px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote9 {
            top:76px;
			left:65px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca a.quote10 {
			top:280px;
			left:174px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ca li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ca li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ca li a span { display:none; }
		
#map-ca li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*FLORIDA MAP SPECIFIC*/

#map-fl {
            margin:0;
            margin-left:-10px;
			padding:0;
            width:300px;
            height:220px;
			background:url(/images/geo/img-map-fl.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-fl a.quote1 {
			top:60px;
			left:195px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-fl a.quote2 {
			top:115px;
			left:261px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-fl a.quote3 {
			top:249px;
			left:567px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-fl a.quote4 {
			top:265px;
			left:559px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-fl a.quote5 {
			top:262px;
			left:566px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-fl a.quote6 {
			top:126px;
			left:270px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-fl a.quote7 {
			top:270px;
			left:558px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-fl a.quote8 {
			top:275px;
			left:565px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-fl a.quote9 {
			top:140px;
			left:268px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}



#map-fl li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-fl li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-fl li a span { display:none; }
		
#map-fl li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

#map-fl li a:hover.quote2  span {
			right:110px;
  		}

#map-fl li a:hover.quote6  span {
			right:110px;
  		}

#map-fl li a:hover.quote9  span {
			right:110px;
  		}

/*GEORGIA MAP SPECIFIC*/

#map-ga {
            margin:0;
			padding:0;
            width:300px;
            height:220px;
			background:url(/images/geo/img-map-ga.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ga a.quote1 {
			top:49px;
			left:219px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ga a.quote2 {
			top:17px;
			left:27px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ga a.quote3 {
			top:2px;
			left:85px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ga a.quote4 {
			top:39px;
			left:79px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ga a.quote5 {
			top:10px;
			left:51px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ga a.quote6 {
			top:27px;
			left:47px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ga a.quote7 {
			top:50px;
			left:66px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ga li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ga li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ga li a span { display:none; }
		
#map-ga li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

#map-ga li a:hover.quote2 span
{
    left:-20px;
}

/*ILLINOIS MAP SPECIFIC*/

#map-il {
            margin:0;
            margin-top:20px;
			padding:0;
            width:300px;
            height:210px;
			background:url(/images/geo/img-map-il.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-il a.quote1 {
			top:-10px;
			left:160px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-il a.quote2 {
			top:10px;
			left:175px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-il a.quote3 {
			top:0px;
			left:101px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-il a.quote4 {
			top:45px;
			left:128px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-il a.quote5 {
			top:-15px;
			left:144px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-il li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-il li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-il li a span { display:none; }
		
#map-il li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*MASSACHUSETTS MAP SPECIFIC*/

#map-ma {
            margin:0;
			padding:0;
            width:300px;
            height:180px;
			background:url(/images/geo/img-map-ma.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ma a.quote1 {
			top:48px;
			left:83px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ma a.quote2 {
			top:32px;
			left:186px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ma a.quote3 {
			top:72px;
			left:208px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ma a.quote4 {
			top:45px;
			left:137px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ma a.quote5 {
			top:37px;
			left:158px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ma a.quote6 {
			top:66px;
			left:182px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ma li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ma li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ma li a span { display:none; }
		
#map-ma li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*MINNESOTA MAP SPECIFIC*/


#map-mn {
            margin:0;
			padding:0;
            width:300px;
            height:220px;
			background:url(/images/geo/img-map-mn.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-mn a.quote1 {
			top:63px;
			left:174px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-mn a.quote2 {
			top:80px;
			left:164px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-mn a.quote3 {
			top:110px;
			left:165px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-mn a.quote4 {
			top:136px;
			left:148px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-mn a.quote5 {
			top:120px;
			left:180px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-mn a.quote6 {
			top:144px;
			left:217px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-mn li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-mn li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-mn li a span { display:none; }
		
#map-mn li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*NEBRASKA MAP SPECIFIC*/

/*NOT SET YET*/

#map-ne {
            margin:0;
			padding:0;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-ne.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ne a.quote1 {
			top:50px;
			left:254px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ne a.quote2 {
			top:75px;
			left:131px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ne a.quote3 {
			top:64px;
			left:245px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ne a.quote4 {
			top:77px;
			left:234px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ne li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ne li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ne li a span { display:none; }
		
#map-ne li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

    #map-ne li a:hover.quote1 span
    {
        left:-90px;
    }
    #map-ne li a:hover.quote3 span
    {
        left:-90px;
    }
    #map-ne li a:hover.quote4 span
    {
        left:-90px;
    }

/*NEW JERSEY MAP SPECIFIC*/

/*NOT SET YET*/

#map-nj {
            margin:0;
            margin-top:10px;
			padding:0;
            width:300px;
            height:220px;
			background:url(/images/geo/img-map-nj.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-nj a.quote1 {
			top:84px;
			left:153px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-nj a.quote2 {
			top:23px;
			left:117px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-nj a.quote3 {
			top:10px;
			left:86px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-nj a.quote4 {
			top:35px;
			left:159px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-nj a.quote5 {
			top:46px;
			left:188px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-nj a.quote6 {
			top:38px;
			left:104px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-nj a.quote7 {
			top:-13px;
			left:98px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-nj li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-nj li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-nj li a span { display:none; }
		
#map-nj li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*NEW YORK MAP SPECIFIC*/

#map-ny {
            margin:0;
			padding:0;
            width:300px;
            height:220px;
			background:url(/images/geo/img-map-ny.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ny a.quote1 {
			top:142px;
			left:222px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ny a.quote2 {
			top:99px;
			left:133px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ny a.quote3 {
			top:159px;
			left:229px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ny a.quote4 {
			top:40px;
			left:180px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ny a.quote5 {
			top:157px;
			left:250px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ny a.quote6{
			top:108px;
			left:197px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ny li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ny li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ny li a span { display:none; }
		
#map-ny li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

    #map-ny li a:hover.quote3 span
    {
        left:-90px;
    }

    #map-ny li a:hover.quote5 span
    {
        left:-90px;
    }

/*OHIO MAP SPECIFIC*/

#map-oh {
            margin:0;
			padding:0;
            margin-top:15px;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-oh.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-oh a.quote1 {
			top:107px;
			left:55px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-oh a.quote2 {
			top:88px;
			left:144px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-oh a.quote3 {
			top:82px;
			left:182px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-oh a.quote4 {
			top:0px;
			left:98px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-oh a.quote5 {
			top:49px;
			left:202px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-oh a.quote6{
			top:4px;
			left:202px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-oh a.quote7{
			top:-9px;
			left:240px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-oh a.quote8{
			top:0px;
			left:250px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-oh li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-oh li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-oh li a span { display:none; }
		
#map-oh li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}


    #map-oh li a:hover.quote7 span
    {
        left:-90px;
    }


    #map-oh li a:hover.quote8 span
    {
        left:-90px;
    }

/*OKLAHOMA MAP SPECIFIC*/

#map-ok {
            margin:0;
			padding:0;
            margin-top:15px;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-ok.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-ok a.quote1 {
			top:39px;
			left:159px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ok a.quote2 {
			top:50px;
			left:172px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ok a.quote3 {
			top:2px;
			left:221px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-ok a.quote4 {
			top:16px;
			left:237px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ok a.quote5 {
			top:96px;
			left:240px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-ok li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-ok li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-ok li a span { display:none; }
		
#map-ok li a:hover span {
			position: relative;
			display:block;
			width:100px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*PENNSYLVANIA MAP SPECIFIC*/

#map-pa {
            margin:0;
			padding:0;
            margin-top:15px;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-pa.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-pa a.quote1 {
			top:107px;
			left:57px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-pa a.quote2 {
			top:115px;
			left:69px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-pa a.quote3 {
			top:120px;
			left:235px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-pa a.quote4 {
			top:84px;
			left:246px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-pa a.quote5 {
			top:12px;
			left:205px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-pa a.quote6{
			top:114px;
			left:257px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-pa a.quote7{
			top:22px;
			left:52px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-pa li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-pa li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-pa li a span { display:none; }
		
#map-pa li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

    #map-pa li a:hover.quote3 span
    {
        left:-90px;
    }

        #map-pa li a:hover.quote4 span
    {
        left:-90px;
    }

        #map-pa li a:hover.quote6 span
    {
        left:-90px;
    }

/*SOUTH DAKOTA MAP SPECIFIC*/

#map-sd {
            margin:0;
			padding:0;
            margin-top:15px;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-sd.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-sd a.quote1 {
			top:0px;
			left:93px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-sd a.quote2 {
			top:38px;
			left:132px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-sd a.quote3 {
			top:102px;
			left:235px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-sd a.quote4 {
			top:35px;
			left:232px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-sd a.quote5 {
			top:79px;
			left:214px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-sd li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-sd li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-sd li a span { display:none; }
		
#map-sd li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

#map-sd li a:hover.quote3 span
    {
    right:90px;
    }

#map-sd li a:hover.quote4 span
    {
    right:90px;
    }

#map-sd li a:hover.quote5 span
    {
    right:90px;
    }

/*TEXAS MAP SPECIFIC*/

#map-tx {
            margin:0;
			padding:0;
            margin-top:15px;
            width:300px;
            height:200px;
			background:url(/images/geo/img-map-tx.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-tx a.quote1 {
			top:60px;
			left:21px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-tx a.quote2 {
			top:31px;
			left:156px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-tx a.quote3 {
			top:48px;
			left:170px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}
		
#map-tx a.quote4 {
			top:51px;
			left:188px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-tx a.quote5 {
			top:39px;
			left:247px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-tx a.quote6{
			top:80px;
			left:224px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-tx a.quote7{
			top:79px;
			left:263px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-tx a.quote8{
			top:94px;
			left:248px;
			width:24px;
			height:35px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
            background-size:80%;
		}

#map-tx li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-tx li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-tx li a span { display:none; }
		
#map-tx li a:hover span {
			position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

#map-tx li a:hover.quote1 span
    {
    left:0px;
    }

#map-tx li a:hover.quote5 span
    {
    right:90px;
    }

#map-tx li a:hover.quote7 span
    {
    right:90px;
    }

#map-tx li a:hover.quote8 span
    {
    right:90px;
    }

/*WASHINGTON MAP SPECIFIC*/

#map-wa {
            margin:0;
			padding:0;
            width:300px;
            height:215px;
			background:url(/images/geo/img-map-wa.jpg) top left no-repeat #fff;
            background-size:100%;
		}

#map-wa a.quote1 {
			top:26px;
			left:52px;
			width:32px;
			height:45px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;

		}
		
#map-wa a.quote2 {
			top:4px;
			left:76px;
			width:32px;
			height:45px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;

		}
		
#map-wa a.quote3 {
			top:50px;
			left:94px;
			width:32px;
			height:45px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;
		}
		
#map-wa a.quote4 {
			top:76px;
			left:92px;
			width:32px;
			height:45px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;

		}

#map-wa a.quote5 {
			top:83px;
			left:188px;
			width:32px;
			height:45px;
            background:url(/images/geo/icon-map-pin.png) top left no-repeat;

		}
		
#map-wa li {
			margin:0;
			padding:0;
			list-style:none;
            font-weight:normal;
            color:#666;
		}
		
#map-wa li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(/images/spacer.png);
   			text-decoration:none;
            font-weight:normal;
			color:#666;
		}
		
#map-wa li a span { display:none; }
		
#map-wa li a:hover span {
            position: relative;
			display:block;
			width:110px;
			right:55px;
            top:-80px;
            text-align:center;
			bottom:0px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
			
            z-index:10000;
            font-size:12px;
            line-height:15px;
            color:#666;
            margin:5%;
  		}

/*END Geo Page Styles*/




/* Full Seminar Message Styles */

.eventEndedWrap 
{
  background-color: #f1a006;
  color: #ffffff;
  padding: 10px 7px 10px 17px;
  
}
.eventEndedTitle 
{
  float: none;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0px 0px 5px 0px;
  font-family: oswald;
  font-size: 28pt;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.4);
}
.eventEndedTitle 
{
  
  margin: 0 auto;
  font-family: 'BebasNeue';
  font-size: 35pt;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  text-transform: uppercase;
}
p.eventEnded 
{
 
  margin: 0px 0px 30px 0px;
  float: none;
  display: inline-block;
  font-size: 21pt;
  line-height: 1.25;
  text-align: center;
}
/* END Full Seminar Message Styles */

@media only screen and (max-width: 750px)
{
    /* DEBT CALCULATOR RESULTS (IN LIGHTBOX) */

    #lightboxus .inner #chart-amount,
    #lightboxus .inner #chart-time 
    {
        display: none;        
    }
    #lightboxus .close {
        top: 10%;
        margin: -5% 0px 0px 26.5%;
    }
    #lightboxus .inner 
    {
        width: 95% !important;
        height: 85% !important;
        margin: -25% 0px 0px -28%;
        overflow-x: hidden;
    }    
    #lightboxus p.title {
        width: 90%;
        margin: 20px 0px 10px 10px;
    }
    #lightboxus .content p {
        margin: 10px 0 15px 10px;
    }
    #lightboxus .summary p {
        margin: 10px 0 15px 10px;
        font-size: 9pt;
        line-height: 1.5;
    }
    #lightboxus table th 
    {
        height: 20px;
        padding: 10px;
        font-family: arial;
        font-size: 7pt;
    }
    #lightboxus table td {
        font-size: 7pt;
    }
    #sidebarContainer
    {
        margin:0 auto;
        width:300px;
        margin-top:20px;
    }
}


/****************max-width: 480px**************/
@media only screen and (max-width: 480px) 
{
    /*Calculator iFrame margin adjustments for mobile devices*/

    .iFrameDTRCalc iframe { height: 1150px !important; }
    .iFrameDTRCalc iframe[Attributes Style] { height: 1150px !important; }
    .iFrameMortCalc iframe { height: 1220px !important; }
    
    .logo 
    {
        width: 90%;
        display: inline-block;
        padding: 10px 15px 0px 15px;
    }

    .content table td {
        width: 90%;
        /*float: left;*/ /*Blew up Calendar styling*/
        margin: 0px;
    }
    img.aligncenter
    {
        width: 100%;
    }
}
