@charset "UTF-8";
/* CSS Document */
/* Reset */
* { margin:0; padding:0; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; height:100%;margin:0;padding:0; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Global Styles */
body { background:#fff; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
h1, h2, h3, h4, h5, h6, p, a, li, label, input, textarea { font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { text-decoration:none; }
h2 { font-size:60px; }
h1 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:40px;text-align:center;background:#fff;padding-bottom:10px; }
h5 { font-size:25px;letter-spacing:-.05em;font-weight:700;padding-bottom:.8em; }
h6 { font-size:26px;color:#fff;padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #e87272;font-weight:700; }
p { font-size:20px;line-height:1.5em;letter-spacing:-.025em; }
h4, h5, p { color:#3d3d3d; }
br { line-height:2em; }
strong { font-weight:700; }
sup { position: relative; top: -2em; font-size: 30%; }
.section-container { position:relative;z-index:1;width:100%; }
.one-col { float:left;width:25%;padding:25px 20px; }
.two-col { float:left;width:50%;padding:25px 20px; }
.no-bleed { padding-left:0; }
.full-width { float:left;width:100%;padding:0 10px; }
ul.bullets { list-style:outside;margin-left:18px; }
a.black-button { width:100%;float:left;border:1px solid #ee3423;padding:20px 15px;color:#fff;text-align:center;font-size:1.5em;margin-top:10px; }
.one-col a { font-size:20px; }
#secondary-section a { text-decoration:underline; }

/* Logo */
#logo-container { position:absolute;z-index:3;top:0;left:0;padding:0 40px;width:500px;height:auto; }
#burkes-logo { padding:0 15px 15px;background:#fff;-webkit-box-shadow: 3px 3px 15px 2px rgba(0,0,0,.5);-moz-box-shadow: 3px 3px 15px 2px rgba(0,0,0,.5);box-shadow: 3px 3px 15px 2px rgba(0,0,0,.5); }
#burkes-logo img { width:100%;padding:25px;border-left:1px solid #b7b7b7;border-bottom:1px solid #b7b7b7;border-right:1px solid #b7b7b7; }

/* Header */
#login-section, #nav-section, #hero-section, #news-section, #services-section, #footer-section, #copyright-section { width:100%;margin:0 auto; }
#login-container { background:url(../images/top-bar-bg.png) repeat-x; }
#login-section ul { float:right;padding:15px 40px; }
#login-section li { float:left;display:inline;padding:0 40px;border-left:1px solid #666;list-style-type:none; }
#login-section li  a { color:#b5b5b5;font-size:19px; }
#login-section li  a:hover { color:#fff; }
#login-section li img { float:left;margin-right:12px;height:16px; width:auto; }
#login-section li  a#emerg-white { color:#fff; }
#login-section li  a#emerg-white:hover { color:#b5b5b5; }
#mobile-login-section { display:none; }

/* Nav */
#nav-container { position:relative;z-index:2;background:url(../images/nav-bg.png) repeat-x; background-size:100% 100%; }
#nav-section { height:88px;padding-left:40px; }
#nav-section ul { float:right; }
#nav-section li { position:relative;display:inline-block;list-style-type:none;color:#000;font-size:27px;padding:30px 40px;border-left:1px solid #3d3d3d;margin-right:-5px; }
#nav-section li:hover { background: rgb(86, 86, 86);background: rgba(86, 86, 86, 0.50); }
#nav-section li a { color:#000;display:block;font-size:27px; }
#nav-section li ul { position:absolute;z-index:2;display:none;left:0;top:87.5px;background:#fff;width:320px;text-align:left;border-left:1px solid #666;border-right:1px solid #666;border-bottom:1px solid #666; }
#nav-section li ul li { display:list-item;border-left:none;border-bottom:1px solid #666;line-height:.5em;margin-right:0;padding:0; }
#nav-section li ul li a { color:#666;font-size:22px;padding:0;margin:0;display:block;padding:15px 20px; }
#nav-section li ul li:hover { background:#d3d3d3; }
#nav-section li:hover ul { display:block; }
#mobile-menu-icon { display:none; }

/* Mobile Nav */
#mobile-nav { display:none;background:#666;padding:90px 0 0; }
ul#mobile-nav { text-align:left;padding-bottom:0; }
#mobile-nav li, #mobile-nav li a { color:#fff;font-size:18px;width:100%; }
#mobile-nav li { padding:10px 0;border-bottom:1px solid #b7b7b7; }
#mobile-nav li:hover { background:#444; }
#mobile-nav li a { padding-left:20px;display:block; }
img.mobile-lock-icon { float:right; padding:10px 20px 0 0;height:25px; }
li.submenu { background:#fff; }
#mobile-nav li.submenu:hover { background:#DFDFDF; }
#mobile-nav li.submenu a { color:#666;padding-left:20px;display:block; }
#mobile-nav li.submenu a:hover { color:#666; }
#mobile-nav li.li-padding { padding-left:20px;color:#B6B6B6; }
#mobile-nav li.li-padding:hover { background:#666; }
img.menu-arrow { float:right;padding:5px 20px 0 0; }

/* Hero */
#hero-container { position:relative;z-index:1;background:url(../images/burkes-restoration-and-general-contracting.jpg) center center no-repeat; background-size:auto 100%;padding-top:125px; background-size: cover;background-position:left;background-repeat: no-repeat; }
#main-desc-container { float:right;width:100%;}
#main-desc-wrapper { float:right;width:50%;padding:15px 0 15px 15px;border-left:1px solid #005698;border-bottom:1px solid #005698;border-top:1px solid #005698;margin-bottom:125px; }
#main-desc { padding:40px;background:#005698;color:#fff; }
#main-desc h2 { padding-bottom:25px;border-bottom:1px solid #fff; }
#main-desc h1 { line-height:1.5em; }
#main-desc br {line-height:0.5em; }
#divider-wrapper { text-align:center; }
#divider-dots { padding:15px 15px 25px 15px;margin-top:-20px;background:#005698; }
#partner-logos-container { float:right;width:50%; }
#partner-logos-wrapper { padding:15px 15px 0 15px;border-left:1px solid #fff;border-top:1px solid #fff;border-right:1px solid #fff;margin-right:40px; }
#partner-logos { background:#fff;text-align:center; }
#partner-logos img { width:13.5%;opacity: 0.4;filter: alpha(opacity=40);float:left;padding:20px; /* For IE8 and earlier */ }
#partner-logos img:hover { opacity: 1;filter: alpha(opacity=100); /* For IE8 and earlier */ }
img#homestars { width:18%; }
.two-col a { color:#fff; }
.two-col a:hover { color:#005698; }
#main-desc h1 a { color:#fff; }
#main-desc h1 a:hover { color:#000; }
#services-section h5 { color:#005698; }
#services-section h5:hover { color:#000; }

/* Featured News */
#news-container { background:#000; }
#news-section { padding:0 20px 0 0; }
#fn-wrapper { padding:15px 15px 15px 0;border-bottom:1px solid #ee3423;border-top:1px solid #ee3423;border-right:1px solid #ee3423;text-align:center; }
#fn-wrapper h3 { background:#ee3423;padding:15px 20px;color:#fff; }
#news-section p { float:left;color:#fff;font-size:1.4em;line-height:1.5em;width:75%;padding-top:10px; }
img#pbs-logo { float:left;padding:0 20px 0 40px; }
a.black-button:hover { background:#fff;color:#000; }

/* Services */
#services-container { background:#fff; }
#services-section { padding:80px 20px 60px; }
img.service-image { width:100%;padding:15px;border:1px solid #b7b7b7;margin:10px 0 30px; }
#services-section .one-col a { color:#3d3d3d;font-size:1.625em;font-weight:700; }
#services-section .one-col a:hover { color:#005698; }
#services-section .one-col p { padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid #b7b7b7; }
ol.numbered { list-style:decimal;padding-left:28px; }

/* Footer */
#footer-container { background:#771919; }
#footer-section { padding:60px 20px 40px; }
#footer-section a, #footer-section p { color:#e87272;font-size:20px;line-height:1.5em; }
#footer-section p { padding-bottom:25px; }
#footer-section a:hover { color:#fff; }
#footer-section img { float:left; }
a#location-button { float:left; width:100%; padding:15px;border:1px solid #e87272;text-align:center; }
a#location-button:hover { background:#fff;color:#771919; }
.one-col.indent p { padding-left:50px; }
#copyright-container { background:#000;padding:15px 40px; }

/* Secondary Pages */
#gallery-container { position:relative;z-index:1; }
#gallery-section { position:relative;width:100%; }
#caption-wrapper { position:absolute;right:0;bottom:30px;float:right;margin-top:280px;border-left:1px solid #005698;border-bottom:1px solid #005698;border-top:1px solid #005698;width:50%;padding:15px 0 15px 15px; }
.service-caption { background:#005698;padding:20px; }
.service-caption h1 { color:#fff;font-size:30px; }
#secondary-container { background:#fff; }
#secondary-section { padding:20px 10px 10px; }
#secondary-section a { color:#3d3d3d; }
#secondary-section p a { font-size:1em; }
#secondary-section a:hover { color:#005698; }
#secondary-section p { padding-bottom:20px;border-bottom:none; }
#secondary-section li { color:#3d3d3d;font-size:1.3em;line-height:1.5em;padding-bottom:10px; }
#secondary-section .one-col, #secondary-section .two-col { padding-top:20px; }
#service-nav-wrapper { width:25%;padding:15px;border:1px solid #b7b7b7;float:left; }
ul#service-nav { background:#b7b7b7;width:100%; }
#service-nav-section { padding:10px 10px;background:#000; }
#service-nav-section .black-button { margin-top:0; }
a.black-button.active { background:#fff;color:#000; }
#secondary-section h4 { text-align:left;border-bottom:1px solid #b7b7b7;margin-bottom:5px;padding-bottom:15px; }
.full-width h4 { text-align:left;border-top:1px solid #b7b7b7;padding-top:20px; }
#secondary-section h5 { line-height:1.4em;letter-spacing:0;color:#005698;margin-top:15px; }
#secondary-section p.no-padding { padding-bottom:5px; }
.clear-left { clear:left; }
#map-section { height:600px; }
iframe#map_canvas { width:100%;height:100%; }
#secondary-section .one-col.location-page { width:33%; }
#title-wrapper { border-bottom:1px solid #005698;width:100%; }
.center { text-align:center; }
.one-col ul { list-style:outside;margin-left:17px; }
#secondary-section h4.more-info { border-bottom:0;margin-bottom:0; }
#secondary-section .location-page a { text-decoration:none; }
.image-wrapper { width:40%; margin:0 auto; text-align:center;padding-top:50px; }
img#four-image { margin:0 auto;height:auto;width:100%; }
.four-o-four, #secondary-section .four-o-four h4 { text-align:center;margin:0 auto; }
#secondary-section .two-col.four-o-four { float:none;padding-bottom:50px;padding-top:0;width:100%; }
picture.resp-img img { width:100%;display:block; }

/* Testimonials */
.test-wrapper { position:relative;width:100%;height:100%;border:1px solid #B8B8B8;padding:35px 15px 15px;margin:5px 0 5px; }
h4.blue-quote, h4.red-quote { padding:15px;color:#fff;border:none;margin-bottom:0;font-size:1.75em; }
h4.blue-quote { background:#005698; }
h4.red-quote { background:#ee3423; }
.red-arrow, .blue-arrow { margin:10px auto 0 auto;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ee3423; }
.blue-arrow { border-bottom:10px solid #005698; }
.red-arrow { border-bottom:10px solid #ee3423; }
#testimonials-section .one-col .test-wrapper p { padding-bottom:0;color:#666; }
span.test-date { font-size:16px;text-transform:capitalize;color:#fff;letter-spacing:1px; }
img.quote-symbol { position:absolute;right:0;left:0;margin:0 auto;top:-25px; }
#testimonials-section .one-col, #testimonials-section .two-col { padding:15px 10px; }
#button-section { padding:0 20px 20px;background:#fff; }
a.white-button { width:100%;float:left;border:1px solid #ee3423;padding:20px 15px;color:#000;text-align:center;font-size:1.5em; }
a.white-button:hover { background:#000;color:#fff; }
#testimonials-section { padding:20px 0;margin:0 10px; }
.group { display: none; }
.group.active { display: block; }
#load-more.disable { display:none; }

/* Forms */
label, input, textarea, select { width:100%;float:left; }
label { padding-bottom:10px; }
select { height:23px; }
input, textarea, select { margin-bottom:20px;padding:5px;border:1px solid #999; }
textarea { height:103px; }
input.submit { padding:10px;font-size:14px;background:#ee3423;color:#fff;border:0;-webkit-appearance: none; }
input.submit:hover { background:#000; }
textarea.add-info { height:170px; }

/* In The Media */
.news-story { width:100%;border-bottom:1px solid #999;padding-bottom:25px; }
.last-story { border-bottom:0; }
img.blog-thumbnail { width:100%;height:auto; }
#secondary-section p.date { font-size:1.25em;color:#999;font-weight:700;margin-top:-8px;padding-bottom:15px; }
#secondary-section a.read-more { font-size:1.625em;text-decoration:none; }
.news-story h5 { padding-bottom:15px;font-size:2em; }
/* Articles */
.article-col { float:left;width:75%;padding:25px 20px; }
.sidebar-col { float:left;width:25%;padding:25px 20px; }
.article-col h2 { color:#005698;font-weight:700;font-size:2.5em;padding:40px 0 20px; }
p.story-article { -moz-column-count: 3;-moz-column-gap: 40px;-webkit-column-count: 3;-webkit-column-gap: 40px;clear:left; }
.sidebar-col h3 { font-size:1.75em;padding-bottom:15px;border-bottom:1px solid #b7b7b7;margin-bottom:15px; }
#secondary-section .sidebar-col a { text-decoration:none; }
#secondary-section .sidebar-col h4:hover { color:#000; }
#secondary-section .sidebar-col h4 { font-size:1.2em;line-height:1.25em;padding:10px 0 15px;margin-bottom:20px;font-weight:700;color:#005698; }
#secondary-section h4.no-border { border:0;padding-bottom:0; }
iframe.youtube { width:100%;height:100%; }
.youtube-wrapper { position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0; }
iframe.youtube { position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
img.hh-thumb { float:left; width:12.5%%; padding:20px 10px 40px;;opacity:0.4;filter:alpha(opacity=40); }
img.hh-thumb:hover { opacity:1;filter:alpha(opacity=100); }

/* Sticky Footer */
.site { display: flex;min-height: 100vh;flex-direction: column; }
.site-content { flex: 1; }

/* Medium Screen */
@media (max-width: 2050px) {
h2 { font-size:2.5em; }
h1 { font-size:1em; }
h4 { font-size:1.25em; }
h5, h6 { font-size:16px; }
h3, p, .one-col a, .one-col li a { font-size:14px;line-height:1.375em; }
ul.bullets { list-style:outside;margin-left:13px; }
.one-col, .two-col { padding:10px 10px; }
#logo-container { padding:0 20px;width:450px; }
#burkes-logo { padding:0 6px 4px; }
#burkes-logo img { padding:18px; }
#login-section ul { padding:10px 20px; }
#login-section li { padding:0 20px; }
#login-section li  a { font-size:12px; }
#login-section li img { padding-top:2px;margin-right:8px;height:14px;width:auto; }
#nav-section { height:46px;padding-left:20px; }
#nav-section li { font-size:16px;padding:15px 20px;margin-right:-5px;text-align:left; }
#nav-section li a { font-size:16px; }
#nav-section li ul { top:45.5px;width:190px; }
#nav-section li ul li { padding:0; }
#nav-section li ul li a { font-size:14px;line-height:0px;padding:18px 10px 15px; }
#hero-container { padding-top:75px; }
#main-desc-wrapper { padding:6px 0 6px 6px;margin-bottom:75px; }
#main-desc { padding:20px; }
#main-desc h2 { padding-bottom:20px; }
#main-desc h1 { line-height:1.75em; }
#divider-dots { padding:15px; }
#partner-logos-wrapper { padding:6px 6px 0 6px;margin-right:20px; }
#partner-logos { padding:15px 10px; }
#partner-logos img { padding:10px;  }
#news-section { padding-right:10px; }
#fn-wrapper { padding:6px 6px 6px 0; }
#fn-wrapper h3 { padding:10px 15px; }
#news-section p { font-size:16px;padding-left:10px;margin:2px 0; }
.one-col.no-bleed { padding:20px 0 20px 0; }
img#pbs-logo { padding:10px 15px;height:70px;width:auto; }
a.black-button, a.white-button { padding:15px;font-size:14px;margin-top:10px; }
a.white-button { padding:15px;font-size:14px; }
#services-section, #footer-section { padding:40px 10px 30px; }
img.service-image { padding:6px;margin-bottom:15px; }
#services-section .one-col p { padding-bottom:15px;margin-bottom:15px; }
img.more-arrow { height:12px;padding-top:1px; }
h6 { padding-bottom:15px;margin-bottom:15px; }
#footer-section a, #footer-section p { font-size:14px; }
#footer-section p { padding-bottom:15px; }
#footer-section img { height:25px; }
a#location-button { padding:10px; }
.one-col.indent p { padding-left:35px; }
#copyright-container { padding:10px 20px; }
#secondary-section li { font-size:14px;line-height:1.375em; }
#caption-wrapper { padding:6px 0 6px 6px; }
#map-section { height:400px; }
span.test-date { font-size:12px; }
.one-col ul { margin-left:13px; }
#services-section .one-col a { font-size:1em; }
label { font-size:14px; }
#secondary-section a.read-more { font-size:1em; }
.article-col, .sidebar-col { float:left;padding:20px 10px; }
.article-col h2 { font-size:1.5em;padding:20px 0 15px; }
.article-col span.date { font-size:.6em; }
p.story-article { -moz-column-gap: 20px;-webkit-column-gap: 20px; }
.sidebar-col h3 { font-size:1.25em;padding-bottom:10px; }
#secondary-section .sidebar-col h4 { font-size:.85em;line-height:1.25em;padding:5px 0 10px;margin-bottom:15px; }
.news-story h5 { padding-bottom:15px;font-size:1.25em; }
#secondary-section p.date { font-size:.75em; }
h4.blue-quote, h4.red-quote { font-size:1.25em; }
ol.numbered { list-style:decimal;padding-left:18px; }
.image-wrapper { width:60%; }
img.hh-thumb { padding:15px 10px 25px; }
.news-clear { clear:left; }
}

/* Tablet */
@media (max-width: 1023px) {
.one-col, .two-col,#secondary-section .one-col.location-page, #secondary-section .one-col, #testimonials-section .one-col { width:50%; }
#logo-container { width:350px; }
#login-section li { padding:0 10px; }
#login-section li  a { font-size:12px; }
#nav-section { height:44px;padding-left:20px; }
#nav-section li { font-size:14px;padding:15px 10px;margin-right:-5px;text-align:left; }
#nav-section li a { font-size:14px; }
#nav-section li ul { top:43.5px;width:200px; }
#nav-section li ul#contact-dropdown { width:140px; }
#nav-section li ul li { padding:0; }
#nav-section li ul li a { font-size:14px;padding:15px 5px 12px; }
#footer-section .one-col, #footer-section .two-col { width:33%; }
h2 { font-size:30px; }
#news-section { padding:20px 20px 20px 0; }
#news-section .one-col.no-bleed { width:50%;padding:0 20px 20px 0;margin-right:100px; }
#news-section .one-col, #news-section .two-col { padding:0 0 0 20px; }
#fn-wrapper h3 { font-size:16px; }
#news-section p { font-size:16px;line-height:1.5em;width:100%;padding:0 20px 0 0;margin:0; }
img#pbs-logo { display:none; }
a.black-button { padding:15px;font-size:16px;margin-top:10px; }
#news-section .one-col.no-bleed { padding-right:0; }
.service-caption h1 { color:#fff;font-size:24px; }
#map-section { height:300px; }
.clear-left { clear:none; }
.two-col-clear { clear:left; }
#secondary-section .two-col.contact-col { padding-top:0; }
.center { text-align:right; }
p.story-article { -moz-column-count: 2;-webkit-column-count: 2; }
.two-col#video-col { width:100%; }
#partner-logos img { padding:5px; }
.tablet-clear { clear:left; }
.image-wrapper { width:75%; }
img.hh-thumb { width:25%;padding:10px 10px 25px; }
img.hh-thumb.tab-padding { padding:0 10px 25px; }
}

/* Mobile Landscape */
@media (max-width: 767px) {
.one-col, .two-col,#secondary-section .one-col.location-page, #footer-section .one-col, #footer-section .two-col, #secondary-section .one-col, #testimonials-section .one-col, #partner-logos-container, #partner-logos-wrapper { width:100%; }
#logo-container { width:275px;top:36px; }
#burkes-logo img { padding:12px; }
#nav-section ul, #login-section ul { display:none; }
#mobile-login-section { display:block;text-align:right;padding:10px; }
#mobile-login-section a { color:#fff;font-size:14px; }
#mobile-login-section a:hover { color:#b7b7b7; }
#mobile-login-section img { height:15px; padding:3px 6px 0 0; }
a#mobile-menu-icon { display:block;float:right;width:37px;height:29px;background:url(../images/mobile-menu-icon.png) bottom left;margin:15px 20px; }
a#mobile-menu-icon:hover { background-position:37px 0; }
#nav-section { height:60px;padding-left:20px; }
#hero-container { padding-top:125px; }
#main-desc-wrapper { width:100%;padding:6px;margin-bottom:50px;border-right:1px solid #005698; }
#main-desc { padding:15px; }
#hero-section { padding:0 20px; }
a.black-button { font-size:12px;padding:10px; }
#news-section { padding:20px; }
#fn-wrapper { padding:6px;border-left:1px solid #ee3423; }
#news-section .one-col.no-bleed { width:100%;padding-right:0; }
#news-section .one-col, #news-section .two-col { padding:0; }
#news-section p { padding:0; }
a#location-button { margin-bottom:20px; }
#mobile-nav { display:block; }
.service-caption { padding:80px 15px 15px; }
#service-nav-container .one-col { padding:5px 10px; }
#secondary-section { padding:5px 10px 0; }
#footer-section { padding:10px 10px 5px; }
br { line-height:1.5em; }
#service-nav-container { display:none; }
#caption-wrapper { position:relative;right:auto;bottom:auto;float:none;margin-top:0;border:none;width:100%;padding:0;text-align:center; }
.service-caption h1 { font-size:22px; }
#secondary-section .two-col.contact-col { margin-left:0;padding-top:0; }
#secondary-section .one-col.contact-col { padding-top:0; }
.center { text-align:center; }
.service-caption.with-gallery { padding-top:15px; }
.article-col, .sidebar-col { width:100%; }
.article-col { padding-bottom:0; }
.sidebar-col { padding-top:0; }
p.story-article { -moz-column-count: 1;-webkit-column-count: 1; }
.article-col br { line-height:2.5em; }
#secondary-section .location-page p { padding-bottom:0; }
.image-wrapper { width:90%; }
}

/* Mobile Portrait */
@media (max-width: 479px) {
#hero-container { padding-top:80px; }
#main-desc h2 { font-size:26px;line-height:30px;padding-bottom:20px; }
#main-desc-wrapper { margin-bottom:40px; }
#divider-wrapper { height:15px; }
a.black-button { margin-top:20px; }
#partner-logos { padding-bottom:0; }
#partner-logos img { width:22%;padding-bottom:20px; }
img#r2000 { margin-left:15px; }
#hero-container { background-position:-200px; }
#mobile-login-section li a { font-size:14px; }
#mobile-nav { background:#666;padding-top:75px; }
#mobile-login-section { text-align:center; }
#mobile-login-section a { font-size:14px; }
#partner-logos img { float:none; }
}