/*
Theme Name: CreditRepair 2019
Description: Credit Repair 2019 Redesign
Author: Progrexion & Siege Media
Version: 1.0

*/

/* MEYER RESET
   v2.0 | 20110126
   License: none (public domain)
*/
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
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;}
/* MEYER RESET */
html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */
body {text-align:center; font-size:16px; color:#595959; font-family: "source-sans-pro", sans-serif; }


#page_content_wrapper {
	background-color: #fff;
}

.home #page_content_wrapper,
.search #page_content_wrapper,
.category #page_content_wrapper {
	background-color: #f5f5f5;
}

.category #page_content {
	padding: 70px 20px 0;
}
.category #left > .title_wrapper {
	display: inline-block;
}
.category .title_wrapper .dropdown-container {
	position: relative;
	max-width: 380px;
	cursor: pointer;
}
.category .title_wrapper .dropdown-container > .label:first-child {
	position: relative;
	padding: 15px 14px 13px;
    display: block;
    font-size: 22px;
    color: #6f7072;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #a1a1a1;
    line-height: 1;
    margin-top: 15px;
}
.category .title_wrapper .dropdown-container > .label:first-child:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #6f7072 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
.category .title_wrapper .dropdown-container.drop-open > .label:first-child:after {
    transform: rotate(180deg) translateY(50%);
}
.category .title_wrapper .dropdown-container .category-dropdown {
	display: none;
    position: absolute;
	top: 100%;
	left: 0;
    width: 100%;
    z-index: 2;
    background: #f5f5f5;
    padding: 14px;
	font-size: 20px;
	border: 1px solid #a1a1a1;
}
.category .title_wrapper .dropdown-container.drop-open .category-dropdown {
	display: block;
}
.category .title_wrapper .dropdown-container .category-dropdown a {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.search .article-wrap,
.category .article-wrap {
	margin-bottom: 40px;
}

.search #left > .title_wrapper,
.category #left > .title_wrapper {
	margin-bottom: 40px;
}

.search-excerpt {
	margin: 10px auto;
}

.search-result-link {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.search-result-title {
	font-size: 30px;
}

.search .article-wrap img {
	width: 400px;
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.search-wrap {
	width: 800px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}

.search .sidebar {
	margin-top: 38px;
}

.search #page_content .title_wrapper h1,
.category #page_content .title_wrapper h1 {
	font-size: 40px;
}
.category #page_content .title_wrapper h1 {
	font-weight: bold;
	color: #333;
}

a {color:#007cba; text-decoration:none;}
a:hover {color:#19b3c4;}
strong {font-weight:bold;}
.clear {clear:both;}
hr {height:2px; margin:0 auto; text-align:center; clear:both; background:url(images/hr.png) repeat-x; font-size:1px; border:none;}
.hr {font-size:1px; height:2px; background:url(images/hr.gif) repeat-x; clear:both;}

/* Buttons
================================================== */
.btn {border: none; border-radius: 4px; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .40); box-shadow: 1px 1px 1px rgba(0, 0, 0, .40); color: #fff; display: inline-block; font-size: 16px; letter-spacing: 1px; line-height: 1; outline: none; padding: 12px 0; position: relative; text-align: center; text-decoration: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, .45); width: 150px;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}
.btn:hover {color: #fff;}
.btn-small {font-size: 13px; padding: 8px 0; width: 80px;}
.btn-large {padding: 12px; min-width: 174px; width: auto;}
.btn-xlarge {font-size: 36px; padding: 12px; width: auto;}
.btn-blue {background-color: #15a1b2;}
.btn-blue:hover {background-color: #1497a6;}
.btn-gray {background-color: #f2f2f2; -webkit-box-shadow: 1px 2px #cccccc; box-shadow: 1px 2px #cccccc; color: #00c2df; text-shadow: none;}
.btn-gray:hover {background-color: #e5e5e5; color: #00c2df;}
.btn-green {background-color: #82bc00; -webkit-box-shadow: 1px 2px #63a70a; box-shadow: 1px 2px #63a70a;}
.btn-green:hover {background-color: #78b000;}
.btn-orange {background-color: #ff9400;}
.btn-orange:hover {background-color: #f28d00;}

.pixel-manager-wrap {display:none;}

/*social media bar-vertical*/
.social_media_vert_wrap {position: relative; margin: 0 0 0 -110px;}
.social_media_vertical {padding-top:20px; position:absolute; top:0;}
.sticky {position:fixed; top:0;}

/* pagination links */
#left_bottom { position:relative; margin: 60px 20px 65px; }
.pagination_link_left {float:left;}
.pagination_link_left a {display:block; width:116px; height:18px; background:url(images/button-pagination.png) no-repeat; font-size:13px; font-weight:bold; text-align:center; padding-top:3px; margin:4px 35px 0 70px; color:#FFF;}
.pagination_link_right {float:right;}
.pagination_link_right a {display:block; width:116px; height:18px; background:url(images/button-pagination.png) no-repeat; font-size:13px; font-weight:bold; text-align:center; padding-top:3px; margin:4px 35px 0; color:#FFF;}
#left_bottom .searchform {position:absolute; top:0; left:235px; width:210px; height:33px; background:url(images/sidebar-searchinput-wrapper-bg.png) no-repeat; margin:0 auto 15px; padding:1px 0 0 3px; float:left;}
#left_bottom .searchform .searchinput {width:171px; font-size:17px; border:none; background-color:#f3f3f3; padding:4px; margin-top:3px;}
#left_bottom .searchform .searchsubmit {position:absolute; top:5px; left:177px; width:31px; height:34px; border:none; text-indent:-1000em; background:url(images/button-sidebar-search-go.png) no-repeat;}

.load-more { text-align: center; }
.load-more a { font-size: 16px; padding-bottom: 30px; }

.load-more a::after {
    border: solid #007cba;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 8px;
    margin: auto;
    bottom: -20px;
    pointer-events: none;
    cursor: pointer;
}

.load-more a:hover::after,
.load-more a:focus::after {
	border-color: #19b3c4;
}

.previous_next_link_wrapper {margin:5px 0 25px 35px; padding:1px 0;}
.previous_next_link_wrapper .previous_link_wrapper {float:left;}
.previous_next_link_wrapper .next_link_wrapper {float:right;}
.previous_next_link_wrapper .button {font-size:14px; font-weight:bold; color:#807f7f; border-bottom:1px solid #d8d8d8; padding:4px 8px; border-radius:4px;
	background: #fefefe; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(#fefefe),to(#f5f5f5));
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}


/* category page */
.category_page {background-color:#FFF; border:1px solid #d4d4d4; margin-bottom:22px; padding:7px;}
.category_page h1 {font-size:25px; color:#3e7191; margin:12px 16px 10px; padding:10px 25px; background-color:#f5f4f4;}
.category_page .category_result {margin:20px;}
.category_page .category_result a {font-size:16px; font-weight:bold; color:#15a1b1; text-decoration:none;}
.category_page .category_result a:hover {color:#19b3c4;}
.category_page .category_result .meta {font-size:12px; font-style:italic; padding-top:3px;}

/* author page */
#author_info {font-size:14px; line-height:19px;}
.author_name {font-size:25px; line-height:30px; font-weight:bold; margin-bottom:15px;}
#author-avatar {margin:15px 0;}
#author-avatar img {width:155px; border:1px solid #d4d4d4;}
#author-description p {margin-bottom:15px;}
.author-posts-seperator {font-weight:bold; margin:35px 0 20px;}

/*Static Page*/
.static_page { background-color: #fff; border:1px solid #d4d4d4; float:left; padding:3% 2% 3% 4%; width:94%;}
.static_page .experts_container { float: left; width: 48%; padding:10px 0 20px; margin-bottom: 10px; border-bottom:1px solid #d8d8d8;}
.static_page .experts_container.last_row{margin-bottom: 0; border:0; padding:10px 0 0;}
.static_page .experts_container img{ float:left; width:113px; height:135px; margin-left:5px;}
.static_page .experts_container .details { float:left; margin-left:15px; padding-top:5px; }
.static_page .experts_container .details span{ display:block; font-size: 15px;}
.static_page .experts_container .details span.name{color: #15a1b1; font-weight: bold; margin-bottom: 5px;}
.static_page .experts_container .details span.role{ font-style: italic;}
.static_page .experts_container .details span.role u { text-decoration: none; display:block;}
.static_page .experts_container .details a.read_bio_link{ text-decoration: none; font-weight: bold; padding:5px 10px; border-radius: 5px; display:inline-block; border-bottom:1px solid #d8d8d8; color:#6f7072; margin-top: 10px}
.static_page .vertical_divider{ float:left; height:155px; width:1px; background-color: #d8d8d8; margin:0px 1%}

/* 404 page */
.page_not_found_wrapper {font-size: 17px; padding: 50px;}
.page_not_found_wrapper p {margin-bottom:10px;}
.page_not_found_wrapper ul {margin:15px 0;}
.page_not_found_wrapper li {list-style-type:disc; margin:0 0 5px 30px;}

/* site footer */
div.logo-container-v2 {max-width: 960px;margin: 0 auto; overflow: hidden; padding-bottom: 30px;background-color: #E9E9E9;}
p.partner-text-header {text-align: center;margin: 16px auto 5px; font-size: 20px;}
.logo-column {width: 20%;float: left;}
img.logo-image {width: 100%; max-width: 125px; margin: 0 auto; display: block;}
img.logo-image.lendingtree {margin: 18px auto;}
img.logo-image.intuit {margin: 14px auto 18px;max-width: 115px;}
img.logo-image.badcredit {margin: 29px auto;}
img.logo-image.bankrate {margin: 30px auto 22px;}
.social_icons_img {padding: 0px 2px; zoom: .9;}
.social_icons_img.instagram {padding-left: 5px;}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.logo-column {width: 33%;float: left;}
	img.logo-image {margin-top: 3px;}
}
@media only screen and (max-width: 479px){
	.logo-column.credit-com {width: 100%;}
	.logo-column {width: 50%;float: left;}
	img.logo-image.lendingtree, img.logo-image.intuit, img.logo-image.badcredit, img.logo-image.bankrate {margin: 3px auto;}
	img.logo-image.creditcom {margin: 0px auto 3px;}
}
.bottom_nav_wrapper {background-color:#f2f2f2; font-family:"source-sans-pro",sans-serif; font-size:13px; padding-top:24px;}
.bottom_nav_wrapper a {text-decoration:none;}
.bottom_nav_wrapper a:hover {color:#007cba;}
.bottom_nav_section {width:140px!important;}
.bottom_nav_section_title {font-size:14px; font-weight:600; text-transform:uppercase; padding:5px 8px 2px 8px; display:block; color:#007cba; font-family: work-sans, sans-serif;}
.bottom_nav_section_title.follow {padding-left: 10px;}
.bottom_nav_section ul {list-style:none; margin:0; padding:0;}
.bottom_nav_section ul li.redundant {display:none;}
.bottom_nav_section ul li {padding:5px 10px;}
.bottom_nav_section ul li a {display:block; color:#aaaaaa; font-family: source-sans-pro, sans-serif;}
.bottom_nav_section ul li:hover {background-color:#ffffff; cursor:pointer; border-radius:3px;}
.social_icons {padding:5px;}
/* Hiding pixels returned from the pixel management service in a hidden div,
 so that they do not cause display issues on the site.
================================================== */
.pixel-manager-wrap {display:none;}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.bottom_nav_section {width:108px!important;}
	.bottom_nav_section_title {font-size: 11px;}
	.bottom_nav_section_title {font-size: 11px;}
}
@media only screen and (max-width: 767px) {
	.bottom_nav_section {width:300px!important;}
	.bottom_nav_section .bottom_nav_section_title .expand_contract {position:relative; display:block; width:13px; height:13px; float:right; margin:4px 0 0 0; border-radius:100%; background-color:#aaaaaa;
	}
	.bottom_nav_section .bottom_nav_section_title .expand_contract:before {
		content:"\002B"; color:#ffffff; position:absolute; top:-3px; left:3px; opacity:1; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";font-size: 14px;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
	}
	.bottom_nav_section .bottom_nav_section_title .expand_contract:after {
		content:"\002D"; color:#ffffff; position:absolute; top:-6px; left:4px; opacity:0; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; font-size:17px;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
	}
	.bottom_nav_section.expanded .bottom_nav_section_title .expand_contract {
		position:relative;
	}
	.bottom_nav_section.expanded .bottom_nav_section_title .expand_contract:before {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		opacity:0; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.bottom_nav_section.expanded .bottom_nav_section_title .expand_contract:after {
		transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		opacity:1; filter:alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.bottom_nav_section_title {font-size:15px; padding: 12px 8px 10px 8px; border-top:2px solid #ffffff;}
	.bottom_nav_section_title.follow {padding-left: 8px;}
	.bottom_nav_section ul {max-height:0; overflow:hidden;}
	.bottom_nav_section.expanded ul {max-height:450px;}
	.bottom_nav_section ul li {background-color:#ffffff;}
}

#copyright_wrapper {background-color:#ffffff; padding-bottom:0px; font-family:"source-sans-pro",sans-serif; font-size:13px; color:#aaaaaa;}
#copyright {padding-top:30px; font-size:13px;}
#copyright_text {float:left;}
#copyright_text #google_plus_link {color:#aaaaaa; font-weight:600;}
#copyright .badges {margin-top: 20px;}
#copyright .confirm_link {margin-top: 20px;}
#copyright .credit_view_link {letter-spacing: normal; margin-left: 5px; margin-top: 20px; width: 84px;}
#digicert {float:right;}
#bbb {float: right; margin-right:20px;}
#tid_display {float:right; clear:right; margin-top:15px;}
#copyright_wrapper .fico-acknowledgment {font-size: 13px; color: #aaaaaa;}
#back_to_top_button {position:fixed; right:0; bottom:160px; z-index:10; width:69px; height:38px; background:url(/content/dam/credit-repair/common/assets/imgs/back-to-top-button.png) no-repeat; text-indent:-1000em; display:none;}

.row { margin-bottom: 20px; }




/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}

.row:after,
.clearfix:after {clear:both;}

.row,
.clearfix {zoom:1;}


/* ===============================================

	MAIN STYLES

================================================== */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
img { -webkit-box-sizing: content-box; box-sizing: content-box; max-width: 100%; height: auto;}


body{margin:0; padding:0; text-align:left; font-size:14px; color:#6f7072; }
/* site header */
#header_wrapper {background-color:#007cba; clear:both; border-bottom:3px solid #2e96c8;}
#header_wrapper .container {font-family:"source-sans-pro",sans-serif; height:81px;}
#credit_repair_logo {position:absolute; top:37px; left:10px; display:block; width:208px; height:33px;}
#top_nav {position:absolute; top:11px; right:10px; margin:0;}
#top_nav li {float:left; list-style-type:none; text-align:center;}
#top_nav li a {display:block; text-decoration:none; font-style:normal; color:#fff; font-size:13px; font-weight:600;}
.top_nav_sign_up {width:92px; height:27px; margin-left:7px; background-color:#faa31f; box-shadow:1px 2px #e0911b; border-radius:3px; line-height:2.2;}
.top_nav_member_login {position:relative; width:75px; height:24px; padding-left:8px; background-color:#007cba; border:2px solid #2e96c8; border-radius:3px; line-height:1.8; box-shadow: 1px 2px #006a9e;}
.top_nav_member_login .top_nav_login_icon {position:absolute; top:7px; left:8px; display:block; width:8px; height:10px; background:url(https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png) -79px 0 no-repeat; background-size:112px 23px;}
.top_nav_phone_number_wrapper {display:block; clear:both; float:right !important; margin:8px 3px 0 0;}
.top_nav_phone_number_wrapper.signup_no_buttons {margin-top:31px;}
.top_nav_phone_number .phone_number, .top_nav_phone_number .phone_number_prefix {font-size:22px; line-height:1; overflow:hidden;}
.top_nav_phone_number .mobile_text, .top_nav_phone_number .mobile_text_icon {display:none;}
#navigation {position:absolute; bottom:-3px; left:255px; margin:0; padding:0;}
#navigation li {position:relative; display:block; float:left; padding-right:12px; overflow:hidden; font-size:16px; font-weight:400;}
#navigation li a {color:#FFF; text-decoration:none; display:block; padding:5px 10px 10px; border-bottom:5px solid transparent;}
#navigation li a:hover, #navigation li a.active {border-bottom-color:#81be41;}
#navigation .navigation_login_wrap, #navigation .navigation_signup_wrap {display:none;}
#mobile_nav_toggle {display:none;}
#page_pop_background {position:fixed; width:100%; height:100%; top:0; left:0; background-color:#000; z-index:90; display:none;}
#page_pop {position:fixed; top:0; left:0; background-color:#FFF; width:400px; height:400px; margin:0 auto; z-index:91; display:none;}
/* Mobile Login Bar */
.mobile_login_bar {
	overflow: hidden;
	text-align: center;
}

.mobile_login_bar {
	display: block;
	font-family: work-sans, sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 0 5px;
	background-color: #fff;
	border-bottom: 1px solid #007CBA;
}

.mobile_login_bar a {
	font-weight: 600;
	color: #007CBA;
	text-decoration: none;
}

.hub-link {
	display: inline-block;
	padding: 3px 5px;
}

.bar-login {
	float: right;
	padding: 3px 5px;
}

.hub-link:hover,
.bar-login:hover {
	text-decoration: underline;
}

.mobile_login_bar.active {
	display: none;
	transition-duration: .2s, .3s
}

/* ===============================================

	MEDIA SPECIFIC STYLES

================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#navigation {display:none; bottom:auto; left:10px; border-right:1px solid #f3f3f4; border-bottom:2px solid #f3f3f4; top:73px; padding:15px; width:302px; z-index:101; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAABlBMVEXz8/T///8wT18XAAAAHUlEQVR42qWJsQkAAACC9P+nG4IeyEmUoj7CClsBBRkAHH7GpWwAAAAASUVORK5CYII=) #f3f3f4;}
	#navigation.active {display:block;}
	#navigation li {float:none; padding:0 0 8px; font-weight:600;}
	#navigation li a {border:2px solid #f3f3f4 !important; border-radius:2px; color:#007cba; background-color:#fff; padding:5px 20px;}
	#mobile_nav_toggle {display:block; position:absolute; width:34px; height:31px; left:10px; top:50%; margin-top:-18px; background:url(https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png) #007cba 5px 6px no-repeat; background-size: 112px 23px; text-indent:100%; white-space:nowrap; overflow:hidden; border:2px solid #2e96c8; border-radius:2px; box-shadow:1px 2px #006a9e;}
	#mobile_nav_toggle.active {width:35px; height:35px; background-color:#2e96c8; background-position:-22px 10px; border:0 none; box-shadow:none;}
	#mobile_nav_toggle:hover {cursor:pointer;}
	#bottom_navigation {margin-left:0;}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header_wrapper .container {height:70px;}
	#credit_repair_logo {top:20px; left:270px;}
  #top_nav {top:8px;}
  .top_nav_phone_number .phone_number, .top_nav_phone_number .phone_number_prefix {font-size:18px;}
  .top_nav_phone_number_wrapper.signup_no_buttons {margin-top:21px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #header_wrapper .container {height:49px;}
	.top_nav_member_login_wrapper, .top_nav_sign_up_wrapper {display:none;}
	.top_nav_phone_number_wrapper {margin:0;}
	.top_nav_phone_number {font-size:13px; width:39px; height:24px; padding-left:17px; background-color:#007cba; border:2px solid #2e96c8; border-radius:3px; line-height:1.8; box-shadow:1px 2px #006a9e;}
	.top_nav_phone_number .phone_number, .top_nav_phone_number .phone_number_prefix {display:none;}
	.top_nav_phone_number_wrapper.signup_no_buttons {margin-top:0;}
	.top_nav_phone_number .mobile_text {display:inline;}
	.top_nav_phone_number .mobile_text_icon {display:block; width:12px; height:13px; background:url(https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png) -57px 0 no-repeat; background-size:112px 23px; position:absolute; top:7px; left:10px;}
	#navigation {left:0; top:52px;}
	#navigation .navigation_login_wrap, #navigation .navigation_signup_wrap {display:inline-block; overflow:visible; padding:10px 0 10px 14px;}
	#navigation .navigation_signup_btn {background-color:#faa31f; box-shadow:1px 2px #e0911b; border:0 none !important; border-radius:3px; color:#fff;}
	#navigation .navigation_login_btn {position:relative; padding-left:40px;}
	#navigation .navigation_login_btn .navigation_login_icon {position:absolute; top:9px; left:19px; display:block; width:10px; height:12px; background:url(https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png) -97px 0 no-repeat; background-size:112px 23px;}
  .forced_bottom_margin {margin-bottom:0px !important;}
  #digicert {float:left; margin-top:30px;}
  #bbb { float: left; margin-top: 30px; margin-left: 10px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mobile_nav_toggle {left:0;}
	#navigation {left:0; top:52px;}
	#top_nav {padding-left:0; right:0; top:50%; margin:-15px 0 0;}
	#credit_repair_logo {top:10px; left:115px; width:171px; height:29px;}
	.top_nav_phone_number .mobile_text {display:inline;}
	.top_nav_phone_number_wrapper {margin:0;}
	.top_nav_phone_number {font-size:13px; width:56px; height:24px; padding-left:17px; background-color:#007cba; border:2px solid #2e96c8; border-radius:3px; line-height:1.8; -webkit-box-shadow:1px 2px #006a9e; box-shadow:1px 2px #006a9e;}
	.top_nav_phone_number .phone_number {display:none;}
	.top_nav_phone_number .mobile_text_icon {display:block; width:12px; height:13px; background:url('https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png') -57px 0 no-repeat; background-size:112px 23px; position:absolute; top:7px; left:10px;}

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#header_wrapper .container {width:100%;}
  #top_nav {padding-left:0;}
  #credit_repair_logo {width:152px; height:25px; top:15px; left:65px;}
	#header_wrapper {position: fixed;width: 100%;z-index: 1000;}
	#top_nav {top: 5px;}
	.top_nav_phone_number {width: 80px;height: 35px;}
  .top_nav_phone_number .mobile_text {display: block;text-transform: uppercase;font-size: 17px;line-height: normal;margin-top: 7.5px;text-align: left;margin-left: 2px;}
  .top_nav_phone_number .mobile_text_icon {left: 5px;top: 13px;width: 14px;height: 15px;background-size: 117px 27px;}
}

/* Temporary navigation login styles */
@media only screen and (min-width:960px) {
	.mobile_login_bar {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	#top_nav {
		padding-left: 0;
		right: -50px;
		top: 50%;
		margin: -15px 0 0;
	}

	#top_nav li a {
		font-size: 14px;
	}

}

@media only screen and (max-width: 600px) {
	#top_nav {
		right: -40px;
	}
}

@media only screen and (max-width: 500px) {
	#top_nav {
		right: 10px;
	}

	#top_nav li a {
		font-size: 13px;
	}

	.top_nav_sign_up {
		width: 100px;
		line-height: 2.5;
	}
}

@media only screen and (max-width: 380px) {
	#top_nav {
		top: -4px;
		right: -3px;
		margin: 15px;
	}

	#top_nav li a {
		font-size: 12px;
	}

	.top_nav_sign_up {
		width: 85px;
		height: 30px;
	}

	.hub-link {
		padding: 3px;
	}

	.mobile_login_bar {
		font-size: 12px;
		padding-left: 12px;
	}
}


@media only screen and (max-width:360px) {
	.mobile_login_bar {
		font-size: 11px;
	}
}

/* End Temporary navigation login styles */


/* page headings */
#page_header_wrapper {background:url('images/page-header-wrapper-bg.png)') repeat-x; border-bottom:1px solid #c1c1c1;}
#page_header {position:relative; width:960px; height:67px; margin:0 auto;}
	#page_header span.header {display:block; float:left; margin:19px 0 0 10px; font-size:32px; font-weight:bold; letter-spacing:-1px; color:#626262;}
	#page_header span.page_heading {display:block; float:left; margin:29px 0 0 25px; font-size:18px; font-weight:bold; letter-spacing:-1px; color:#6f7072; font-style: italic;}
	#page_header p {display:block; float:left; margin:30px 0 0 30px; font-size:18px; font-weight:bold; font-style:italic; color:#626262;}
	#page_header a {color:#626262; text-decoration:none;}
	#page_header .sidebarLink {display:none; position: absolute; top: 55%; right: 15px; width:28px; height:20px; background:url('images/sidebar-link.png)') no-repeat; margin-top:27px;}

/* carousel */
.homepage-carousel {
	margin: -35px -50vw 45px;
	height: 538px;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: 10;
}

.homepage-carousel div {
	height: 100%;
}

.homepage-carousel div.slider-content div {
	height: auto;
}

.homepage-carousel div.slider-content {
	padding: 0!important;
}

.homepage-carousel div.slider-content,
.homepage-carousel div.slider-content .bg-overlay {
	height: 100%;
}

.homepage-carousel .slick-image-slide .slide-wrap  div.slider-content .bg-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 445px;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-left: 8.5%;
	padding: 0 45px!important;
	background: rgba(255, 255, 255, 0.75)!important;
}


.homepage-carousel .slick-image-slide .slide-wrap  div.slider-content .slide-title {
    color: #007cba;
    text-shadow: none;
    text-align: left;
    font-size: 45px;
    line-height: 1.15;
	margin-bottom: 0 !important;
	display: block;
	text-transform: capitalize;
}
.homepage-carousel .slick-image-slide .slide-wrap  div.slider-content .slick-slider-short-content {
	display: block;
	margin: 10px 0 30px;
}

.wpsisac-slick-slider.design-3 .slick-image-slide .slide-wrap .slick-slider-short-content p {
	color: #333;
	text-shadow: none;
	margin-top: 30px;
	line-height: 1.5;
}

.wpsisac-slick-slider.design-3 .slick-image-slide img {
	-o-object-position: 0 20%!important;
	   object-position: 0 20%!important;
}

.wpsisac-slick-slider.design-3 .slick-dots {
	display: none!important;
}

.wpsisac-slick-slider button.slick-arrow.slick-next {
	width: 38px;
	height: 38px;
	position: absolute;
	right: 40px !important;
	background: transparent !important;
	border-radius: 50% !important;
	border: 2px solid #fff9 !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.wpsisac-slick-slider button.slick-arrow.slick-next::after {
    content: "";
	border: solid #fff9;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
	position: absolute;
	right: 12px;
	-ms-transform: rotate(-45deg) !important;
	    transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg) !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wpsisac-slick-slider button.slick-arrow.slick-prev {
	width: 38px;
	height: 38px;
	position: absolute;
	left: 40px !important;
	background: transparent !important;
	border-radius: 50% !important;
	border: 2px solid #fff9 !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.wpsisac-slick-slider button.slick-arrow.slick-prev::after {
    content: "";
	border: solid #fff9;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
	position: absolute;
	left: 12px;
	-ms-transform: rotate(-225deg) !important;
	    transform: rotate(-225deg) !important;
	-webkit-transform: rotate(-225deg) !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.wpsisac-slick-slider button.slick-arrow:hover,
.wpsisac-slick-slider button.slick-arrow:focus {
	border-color: #fff!important;
}

.wpsisac-slick-slider button.slick-arrow:hover::after,
.wpsisac-slick-slider button.slick-arrow:focus::after {
	border-color: #fff!important;
}

.slide-wrap .readmore a.slider-readmore {
	background: none;
	padding: 0;
	display: inline-block;
	margin: 0;
	border: 0;
	text-transform: initial;
	color: #007cba;
	font-size: 18px;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.slide-wrap .readmore a.slider-readmore:hover,
.slide-wrap .readmore a.slider-readmore:focus {
	color: #3c7caecc;
}

.slide-wrap .readmore a.slider-readmore::after {
    content: ">";
    position: relative;
    left: 7px;
	top: 0;
	font-size: 18px;
    line-height: 1;
    height: 100%;
}


@media(max-width: 610px) {
	.homepage-carousel .slick-image-slide .slide-wrap div.slider-content .bg-overlay {
		width: 100%;
		margin-left: 0;
		padding: 0 75px!important;
	}

	.homepage-carousel .slick-image-slide .slide-wrap div.slider-content .slide-title {
		font-size: 30px;
	}

	.wpsisac-slick-slider button.slick-arrow.slick-prev { left: 20px !important; }

	.wpsisac-slick-slider button.slick-arrow.slick-next { right: 20px !important; }

	.wpsisac-slick-slider button.slick-arrow.slick-prev,
	.wpsisac-slick-slider button.slick-arrow.slick-prev:after,
	.wpsisac-slick-slider button.slick-arrow.slick-next,
	.wpsisac-slick-slider button.slick-arrow.slick-next:after {
		border-color: #878787!important;
	}


}



/* page content */
#page_content {position:relative; width: 1125px; max-width: 100%; margin:0 auto; padding: 50px 20px 0; text-align:left; }

.home #page_content {  padding: 35px 20px 0; }

@media(min-width: 1164px) {
	#page_content #left {
		width: calc(100% + 50px);
		max-width: none;
		margin: 0 -25px;
	}
}


.single #page_content #left .article {
	display: inline-block;
	width: 835px;
	max-width: 100%;
	padding-right: 40px;
}

@media(max-width: 1163px) {
	.single #page_content #left .article {
		display: block;
		margin: auto;
		padding-right: 0;
	}
}

.single h2,
.single h2 strong {
		font-size: 40px;
		margin: 40px 0 25px;
		font-weight: 500;
		color: #007cba;
		line-height: 1.3em;
}

@media(max-width: 714px) {

	.single h2,
	.single h2 strong {
			font-size: 30px;
	}

}

.single h3,
.single h3 strong {
    font-size: 32px;
    line-height: 1.15;
    margin: 30px 0 20px;
	font-weight: 400;
	color: #333;
}

a.learn-how-it-works {
    color: #fff;
    background: #357cb8;
    padding: 10px 15px;
	font-size: 17px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 30px 0 10px;
	display: inline-block;

}


a.learn-how-it-works:hover,
a.learn-how-it-works:focus {
opacity: 0.75;

}

.featured-posts {
	margin-bottom: 40px;
}

@media(max-width: 873px) {
	.featured-posts { display: none; }

	.homepage-carousel {
		margin: -35px -50vw 0;
	}
}

.featured-post + .featured-post {
	margin-left: 14px;
}


.featured-posts h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid #d4d4d4;
	line-height: 1;
	color: #333;
	font-weight: 600;
}



@media(min-width: 1355px) {
	.featured-posts {
		width: calc(100% + 215px);
		margin: 0 -107px 40px;
	}

}

.featured-post h1 {
	margin-bottom: 20px;
}

.featured-posts img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



.featured-post {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: calc(100% / 3 - (36px / 3));
}


@media(max-width: 1000px) {
	.featured-post {
		width: calc(50% - (18px / 2));
	}

	.featured-post:last-of-type {
		display: none;
	}
}



.featured-post:after {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: -webkit-gradient( linear, left top, left bottom, from(hsla(0, 0%, 0%, 0)), color-stop(45%, hsla(0, 0%, 0%, 0.002)), to(hsla(0, 0%, 0%, 0.9)));
	background: -webkit-linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
	background: -o-linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
	background: linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
  }

.featured-post-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 26px;
	padding: 25px 30px;
	font-weight: 600;
	line-height: 1.3;
	z-index: 10;
 }

 @media(min-width: 1001px) and (max-width: 1354px) {
	.featured-post-title { font-size: 21px; }
 }

 /*
 .featured-post:hover img,
 .featured-post:focus img {
	 -webkit-transform: scale(1.15);
	     -ms-transform: scale(1.15);
	         transform: scale(1.15);
 }
*/

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 165px;
    margin-bottom: 44px;
}

.margin-b0 {
	margin-bottom: 0;
}

.white {
    background: #fff;
}

.improve-credit-score,
.questions-credit-repair {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	min-height: 165px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.questions-credit-repair {
	padding: 60px 0;
}

.ics-left {
	text-align: center;
	padding: 20px;
}

.ics-left p {
	font-size: 28px;
}



.questions-credit-repair .ics-left p,
.article .content .questions-credit-repair .ics-left p {
	color: #333;
	font-size: 26px;
}

.article .content .questions-credit-repair .ics-left p {
	font-size: 23px;
	margin-bottom: 0;
}

.article .questions-credit-repair .ics-right {
	padding: 20px 0 0;
}

.questions-credit-repair .ics-left p a {
	color: #f09a45;
}



.ics-left p b {
	font-weight: bold;
}

.ics-left p:last-of-type,
.article .content .questions-credit-repair .ics-left p:last-of-type {
	margin-top: 10px;
	font-size: 22px;
}

.ics-right {
	padding: 20px;

}

.questions-credit-repair .ics-left {
	position: relative;
	padding-top: 90px;
}

.questions-credit-repair .ics-right {
	padding: 20px 20px 0;
	text-align: center;
}

.questions-credit-repair .ics-left::before {
	content: "";
	display: block;
	margin-right: 10px;
	width: 130px;
	height: 112.8px;
	position: absolute;
	background: url('./images/chat-icon-01.png');
	background-size: auto auto;
	background-size: 100% 100%;


	left: 0;
	top: -20px;
	right: 0;
	margin: auto;
}

@media(min-width: 854px) {
	.ics-left { text-align: right; }
	.questions-credit-repair .ics-left { text-align: left; }

	.questions-credit-repair {
		margin-left: 110px;
	}

	.single .questions-credit-repair {
		margin-left: 80px;
	}

	.single .questions-credit-repair .btn-new {
		margin: 0 5px 20px;
	}

	.questions-credit-repair .ics-left {
		padding-top: 20px;
	}

	.questions-credit-repair .ics-left::before {
		left: -110px;
		top: -5px;
		right: auto;
	}

	.ics-right { border-left: 2px solid #d4d4d4; }

	.questions-credit-repair .ics-right { border: 0; }
}

.call-btn {
    padding: 20px 50px;
    color: #fff;
    background-color: #f09a45;
    overflow: auto;
    display: block;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.call-btn:hover,
.call-btn:focus {
	color: #fff;
	background-color: #5288a9;
}

.sign-up {
	padding: 10px 65px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sign-up a {
	font-size: 20px;
	color: #333;
}

.sign-up a:hover,
.sign-up a:focus {
	color: #5288a9;
}


.btn-new {
    padding: 0 15px;
    min-width: 135px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 48px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 15px 20px;
}

.btn-new.login { margin-bottom: 0; }

/* page content sidebar */
#page_content #sidebar { display: inline-block; width: 285px; background-color:#fff; vertical-align: top; margin-left: 10px; }
	#sidebar .sidebar_section {padding:0;}
	#sidebar .sidebar_section .sidebar_section_title {font-size:16px; font-weight:bold; text-transform:uppercase; color:#626262; padding:15px 25px; border-top:1px solid #f5f4f4; background: #fefefe; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f5f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f5f4f4 100%); /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear,  left top, left bottom,  from(#fefefe),to(#f5f4f4));
	background: linear-gradient(to bottom,  #fefefe 0%,#f5f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f4f4',GradientType=0 ); /* IE6-9 */
}
#sidebar .sidebar_section .expandable_section_list{display:none;}
	.expandable_section_list .experts { padding: 5%; display: block; float: left; width: 90%; border-top: 1px solid #DDD; background-color: #FFF}
		.sidebar_section .experts img{ float:left; width:76px; height:90px;}
		.sidebar_section .experts .details { float:left; margin-left:15px; max-width: 65%; height:85px; padding-top:5px; position:relative;}
		.sidebar_section .experts .details span{ display:block; font-size: 15px;}
		.sidebar_section .experts .details span.name{color: #15a1b1; font-weight: bold; margin-bottom: 5px;}
		.sidebar_section .experts .details span.role{ font-style: italic;}
		.sidebar_section .experts .details span.role u { text-decoration: none; display:block;}
		.sidebar_section .experts .details a.read_bio_link{ text-decoration: none; font-weight: bold; padding:5px 15px; border-radius: 5px; display:inline-block; border-bottom:1px solid #d8d8d8; color:#6f7072; position:absolute; bottom:0;}
#sidebar_categories_list li, #sidebar_recent_posts_list li {border-top:1px solid #ffffff; background:#f5f4f4;}
#sidebar_categories_list li a, #sidebar_recent_posts_list li a {display:block; font-size:16px; color:#15a1b1; font-weight:bold; text-decoration:underline; line-height:18px; padding:15px 25px;}
#sidebar_categories_list li a:hover, #sidebar_recent_posts_list li a:hover,
#sidebar_categories_list li a:focus, #sidebar_recent_posts_list li a:focus {color:#18b9cb;}
#sidebar .searchform {position:relative; display:block; width:220px; height:33px; background:url('images/sidebar-searchinput-wrapper-bg.png)') no-repeat; margin:17px auto 15px; padding:1px 0 0 3px; float:none;}
#sidebar .searchform .searchinput {width:171px; font-size:17px; border:none; background-color:#f3f3f3; padding:4px; margin-top:3px;}
#sidebar .searchform .searchsubmit {position:absolute; top:5px; left:184px; width:31px; height:34px; border:none; text-indent:-1000em; background:url('images/button-sidebar-search-go.png)') no-repeat;}


#sidebar .call-link {
	color: #fff;
	display: block;
	background-color: #f09a45;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 15px;
	font-size: 22px;
	letter-spacing: 2px;
	height: auto;
	padding: 5px 0 2px;
}

#sidebar .call-link:hover, #sidebar .call-link:focus {
    color: #fff;
    background-color: #f09a45cc;
}

#sidebar .signup {

    text-align: center;
    color: #333;
    margin: auto;
    display: block;
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	letter-spacing: 0.5px;
}

#sidebar .signup:hover, #sidebar .signup:focus {
	opacity: 0.75;
}

.top-posts {
	position: relative;
}

.top-posts::before {
    content: "Top Posts";
    position: absolute;
    top: -32px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    color: #2e2e2e;
}

.top-posts li {
	margin-bottom: 20px;
}

.top-posts a {
	position: relative;
	display: block;
	overflow: hidden;
}

.top-posts a img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.top-posts a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, left bottom, from(hsla(0, 0%, 0%, 0)), color-stop(45%, hsla(0, 0%, 0%, 0.002)), to(hsla(0, 0%, 0%, 0.9)));
    background: -webkit-linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
    background: -o-linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
    background: linear-gradient( hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.002) 45%, hsla(0, 0%, 0%, 0.9));
}

.top-posts a p {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
	z-index: 10;
	font-size: 18px;
	line-height: 1.25;
}

/*

.top-posts a:hover img,
.top-posts a:focus img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

*/

/* related posts */

.single #page_content #left .recent-reviews {

	padding-bottom: 25px;
	margin-bottom: 5px;
}

@media(min-width: 1148px) {
	.single #page_content #left .recent-reviews { 	margin-top: -35px; }
}


.single #page_content #left .recent-reviews .homepage-list {
	margin: 0;
	padding: 0;
}

.single #page_content #left .recent-reviews .homepage-list li.article {
	width: 100%;

	display: inline-block;
	margin-right: 10px;
	padding-right: 0;
	vertical-align: top;
	margin-bottom: 20px;
}

@media(min-width: 752px) and (max-width: 1148px) {
	.single #page_content #left .recent-reviews .homepage-list li.article {
		width: calc(100% / 3 - 10px);
	 }

}

.single #page_content #left .recent-reviews .homepage-list .article-image a {
	display: block;
	overflow: hidden;
	height: 168px;
}

.single #page_content #left .recent-reviews .homepage-list .article-data {
	padding: 10px 0;
}

.single #page_content #left .recent-reviews .homepage-list .article-data a {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.single #page_content #left .recent-reviews .homepage-list .article-data a:hover,
.single #page_content #left .recent-reviews .homepage-list .article-data a:focus {
	color: #5288a9;
}

.single #sidebar .recent-reviews .homepage-list .article a img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
		transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/*
.single #sidebar .recent-reviews .homepage-list .article a:hover img,
.single #sidebar .recent-reviews .homepage-list .article a:focus img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}
*/

@media(max-width: 767px) {
	.single #page_content #left .recent-reviews .homepage-list li.article {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

	.single #page_content #left .recent-reviews .homepage-list .article-image a {
		height: auto;
	}
}



.single #page_content #left .recent-reviews h4.recent-reviews-title {
    font-size: 20px;
    color: #007cba;
    font-weight: 300;
    font-family: "source-sans-pro",sans-serif;
    margin: 0 0 15px;
	display: block;
	text-align: left;
}

@media(max-width: 750px) {
	.single #page_content #left .recent-reviews h4.recent-reviews-title { margin: 0 0 32px; }
}

.expandable_section {}
	.expandable_section .expandable_section_title span {float:right; display:block; width:15px; height:10px; background: url('images/expandable_section_arrow.png') 0 0;}
	.expandable_section.expanded .expandable_section_title span {background-position:0 -10px;}

/* article */
.article {position:relative;}
.article:not(:last-of-type) {margin-bottom: 48px; }
	#page_content .date {position:absolute; top:19px; left:-34px; width:52px; height:47px; background:url('images/date-bg.png') no-repeat;}
	#page_content .date .day {font-size:23px; font-weight:bold; color:#FFF; text-align:center; padding-top:5px;}
	#page_content .date .month {font-size:13px; color:#FFF; text-align:center;}

	.single .title_wrapper {
		margin-bottom: 40px;
		width: 815px;
		max-width: 100%;
	}


	@media(max-width: 1163px) {

		.single .title_wrapper {
			padding: 0;
			margin: 0 auto 30px;
			width: 835px;
		}

		#page_content #sidebar {
			display: block;
			width: 835px;
			background-color: #fff;
			vertical-align: top;
			max-width: 100%;
			margin: 60px auto;
		}
	}

	#page_content .title_wrapper h1 {font-size:25px; padding-bottom:10px;  }
	#page_content .title_wrapper h1 a {color: #333; text-decoration: none; font-family: "source-sans-pro",sans-serif; font-weight: 600; font-size: 28px; line-height: 36px; text-decoration:none; -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out;  }


.single #page_content .title_wrapper h1 { font-size: 48px; font-weight: 400; line-height: 1.15; color: #505050; }


.questions-credit-repair .ics-right.mobile { display: none; }
.questions-credit-repair .ics-right.desktop { display: block; }

@media(max-width: 1188px) {
	.single #page_content .title_wrapper h1 a { font-size: 40px; }
}

	#page_content .title_wrapper h1 a:hover,
	#page_content .title_wrapper h1 a:focus { color:#5288a9; }

	.article .content { background-color: #fff; padding: 0; line-height:19px; overflow: hidden; min-height: 398px; }
	.article .content p,
	.article .content li { margin-bottom: 30px; font-family: "source-sans-pro",sans-serif; font-size: 18px; line-height: 28px; color: #333; font-weight: 500; }

	.article .content .content-excerpt p { margin-bottom: 0; }

	.article .content .title_wrapper p { font-size: 16px; color: #a1a1a1; }

	.article .content ol {list-style-type:decimal; margin:10px 0 15px; padding-left: 20px;}
	.article .content ul {list-style-type:disc; margin:10px 0 15px; padding-left:20px; }
	.article .content ul ul {list-style-type:circle;}
	.article .content ul ul ul {list-style-type:square;}
	.article .content li {margin:10px 0;}

	.article .content img { min-height: 100%; width: 100%; padding: 0; -ms-interpolation-mode: bicubic; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

	.single .article .content img { height: auto; }

	/*
	.article .content a:hover img,
	.article .content a:focus img {
		-webkit-transform: scale(1.15);
		    -ms-transform: scale(1.15);
		        transform: scale(1.15);
	}
	*/

	.article .content-excerpt { padding: 65px 40px 20px; width: 475px; max-width: 100%; height: 100%; }



	.home .article .content-excerpt p { margin: 2px 0 12px; }

	.article .content-image { width: 650px; max-width: 100%;  height: 100%; background-size: cover; background-position: center center; overflow: hidden; }

	.search .article .content-image,
	.category .article .content-image { height: 428px; }

	.article .content-excerpt .read-more {
		display: block;
		padding: 15px 20px 12px;
		margin: 25px 0 0 0;
		background-color: #007cba;
		color: #fff;
		width: auto;
		float: none;
		width: 133px;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 0.5px;
		white-space: nowrap;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}

	.article .content-excerpt .read-more:hover,
	.article .content-excerpt .read-more:focus {
		background-color: #3c7caecc;
	}

	@media(max-width: 1162px) { .article .content-excerpt {  padding: 45px 30px 20px; } }

	@media(max-width: 714px) {
		.article .content p { font-size: 16px; line-height: 22px;  }
	}

	@media(max-width: 650px) {

		.single #page_content .title_wrapper h1 {
			font-size: 38px;
		}

		.homepage-carousel {
			height: 410px;
		}

		.article .title_wrapper {background-color:transparent; padding:10px 0;}
		.article .content-excerpt {  padding: 5px 20px 0; }
		.home .article .content-excerpt p:first-of-type {
			font-size: 14px;
			margin-bottom: 0;
			line-height: 22px;
		}
		.home .article .content-excerpt p:last-of-type,
		.home .article .content-excerpt p:last-of-type a,
		.category .article .content-excerpt p:last-of-type,
		.category .article .content-excerpt p:last-of-type a { margin-bottom: 0; }

		.home .article .content-excerpt > p:last-of-type { margin-top: 24px; }

		#page_content .title_wrapper h1 a { font-size: 20px; line-height: 1.4; }



		.article .content-excerpt .read-more { width: calc(100% + 40px); margin: 10px -20px; text-align: center;  padding: 10px 20px 8px; font-size: 17px; }
		.questions-credit-repair .ics-right.desktop { display: none; }
		.questions-credit-repair .ics-right.mobile { display: block; }

		.questions-credit-repair .ics-right.mobile .btn-new.signup {
			background: transparent;
			color: #333;
			padding: 0;
			line-height: 1;
			margin-top: -8px;
			height: auto;
			white-space: nowrap;
		}

		.questions-credit-repair .ics-right.mobile p {
			margin: 10px 0 15px;
			font-size: 22px;
			font-weight: 600;
			color: #333;
		}

		.questions-credit-repair .ics-right { padding-top: 10px; }
		.questions-credit-repair .ics-left { padding-bottom: 0; }

		.questions-credit-repair .ics-left p,
		.questions-credit-repair .ics-right.mobile p {
			font-size: 22px;
		}

		.questions-credit-repair .ics-left p:nth-of-type(2) {
			font-size: 18px;
		}

		.questions-credit-repair .ics-left p:last-of-type a {
			display: inline-block;
			margin: 20px auto 10px;
			color: #fff;
			background-color: #f09a45;
			width: 215px;
			padding: 15px 0;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

		.questions-credit-repair .ics-left p:last-of-type a:hover,
		.questions-credit-repair .ics-left p:last-of-type a:hover {
			background-color: #f09a45cc;
		}
	}

	.article:nth-of-type(odd) .content-excerpt { float: left; }
	.article:nth-of-type(odd) .content-image { float: right; }

	.article:nth-of-type(even) .content-excerpt { float: right; }
	.article:nth-of-type(even) .content-image { float: left; }

	.article .meta {padding:13px 42px 0; line-height:19px;}
	.article .social_wrapper {position:relative; height:30px; margin-top:15px;}
	.article .social_article_link {position:absolute; top:0;}
	.article .social_twitter {left:0;}
	.article .social_google_plus {left:111px;}
	.article .social_facebook {left:205px;}

	@media(max-width: 1219px) {
		.article:nth-of-type(odd) .content-excerpt,
		.article:nth-of-type(odd) .content-image,
		.article:nth-of-type(even) .content-excerpt,
		.article:nth-of-type(even) .content-image {
			float: none;
			width: 100%;
			height: auto;
			min-height: 0;
		}
	}

#site_footer_wrapper, .bottom_nav_wrapper, #copyright_wrapper {display:inline-block; width:100%;}

#share-buttons {
	position: fixed;
	left: 30px;
	top: 42%;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

#share-buttons-mobile {
	display: none;
	float: right;
	height: 20px;
	margin-top: -4px;
}

.single .social_wrapper > p {
	display: inline-block;
}

.home #share-buttons {
	display: none;
}

#share-buttons a,
#share-buttons-mobile a {
	display: block;
	width: 30px;
	margin-bottom: 20px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#share-buttons-mobile a{
	display: inline-block;
	width: 20px;
}

#share-buttons a:hover,
#share-buttons a:focus,
#share-buttons-mobile a:hover,
#share-buttons-mobile a:focus {
	opacity: .65;
}



/* persistent footer */
#persistent_footer_wrapper {position:fixed; bottom:0; left:0; width:100%; z-index:20; background:url('images/persistent-footer-bg.gif)') repeat-x #437b9a; font-size:17px; color:#f1f5f7; text-shadow:1px 1px 1px #214e70;}
#persistent_footer {position:relative; width:960px; height:51px; margin:0 auto;}
	#persistent_footer a {color:#f1f5f7; text-decoration:underline;}
	#persistent_footer a:hover {color:#e8ebed;}
	#persistent_footer .phone_number {position:absolute; top:18px; left:47px;}
	#persistent_footer .sign_up_button {position:absolute; top:13px; right:172px; text-decoration: none; width: 95px;}
	#persistent_footer .seperator {position:absolute; top:15px; right:150px; width:1px; height:24px; background-color:#f1f5f7; -webkit-box-shadow:1px 1px 1px #214e70; box-shadow:1px 1px 1px #214e70;}
	#persistent_footer .member_login_link {position:absolute; top:18px; right:27px;}

	#persistent_footer_phone_popup_button {position:absolute; top:12px; left:2px;}
	#persistent_footer_phone_popup_button:hover {cursor:pointer;}
	#persistent_footer_phone_popup_content {position:absolute; top:75px; left:4px; z-index:25;}
	#persistent_footer_phone_popup_content .text_box {text-align:left; width:322px; height:147px; background:#afd138; border-radius:13px;
		-webkit-box-shadow: inset 2px 2px 7px #759220, inset 14px 14px 20px #A5C936, inset -7px -7px 20px #A5C936, 8px 7px 10px -8px #606060;
		        box-shadow: inset 2px 2px 7px #759220, inset 14px 14px 20px #A5C936, inset -7px -7px 20px #A5C936, 8px 7px 10px -8px #606060;}
	.ie8 #persistent_footer_phone_popup_content .text_box {border:1px solid #759220;}
	#persistent_footer_phone_popup_content .text_box img {position:absolute; bottom:0; left:0; border-radius:0 0 0 13px;}
	#persistent_footer_phone_popup_content .text_box .text {padding:32px 0 0 123px; font-size:14px; font-weight:bold; line-height:19px; color:#FFF; text-shadow:1px 1px 1px #8aa52c;}
	#persistent_footer_phone_popup_content .text_box .creditRepairPhoneNumber {padding:10px 0 0 123px; font-size:24px; font-weight:bold; color:#FFF; text-shadow:1px 1px 1px #8aa52c;}
	#persistent_footer_phone_popup_content .text_box .close_button {float:right; color:#FFF; font-size:13px; line-height:8px; margin:9px 9px 0 0; padding:3px; border:2px solid #FFF; border-radius:5px;}
	#persistent_footer_phone_popup_content .text_box .close_button:hover {cursor:pointer;}
	#persistent_footer_phone_popup_content .bottom_arrow {position:absolute; bottom:-23px; left:105px; width:30px; height:25px; background:url('images/persistent-footer-text-box-arrow.png)') no-repeat;}


@media(max-width: 1287px) {
	#share-buttons { display: none; }
	#share-buttons-mobile { display: inline-block;  }
}

@media(min-width: 1148px) and (max-width: 1287px) {
	#share-buttons-mobile { margin-right: 20px; }
}


/* 768 and up */
@media only screen and (min-width: 768px) {
	#author-avatar {float:left; width:155px; margin:0;}
	.author_name {float:right; width:320px;}
	#author-description {float:right; width:320px;}
}

/* 960 and up */
@media only screen and (min-width: 960px) {
	.author_name {float:right; width:475px;}
	#author-description {float:right; width:475px;}
}

@media(min-width: 1126px) {
	#navigation { margin-top: 10px; }
}


/* Smaller than standard 1125 (devices and browsers) */
@media only screen and (max-width: 1125px) {

	#site_header { display: block; }
	#site_header > a { display: block; margin: 20px auto 10px; text-align: center; }
	#site_header > p.site-title { border-left: 0; display: none; }
	.mobile-bottom-row p.site-title { border-left: 0; padding-left: 0; margin-left: auto; position: relative; left: 38px; top: 3px; }

	.mobile-bottom-row .search-toggle {
		display: block;
		margin: 0 5px 0 auto;
		position: relative;
		top: -2px;
	}

	.mobile-bottom-row .site-title { display: block; }

	.mobile-bottom-row {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 60px; margin-top: -10px; }


	.social_media_vert_wrap {display:none;}

	.static_page { padding-top:20px; padding-bottom:35px;}
	.static_page .experts_container { display:block; width:100%;}
	.static_page .experts_container img { width: 102px; height: 125px;}
	.static_page .vertical_divider{ display:none;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#top_nav {top:8px;}
	.top_nav_phone_number .phone_number {font-size:18px;}

	#page_header {width: 100%;}
	#page_content {width: 100%;}

	#page_content #sidebar {width: 100%; }
	.pagination_link_left a {margin-left:35px;}
	.pagination_link_right a {margin-right:0;}

	#bottom_navigation .columns {padding-left:10px;}
	#bottom_navigation .columns.smaller {width:100px;}

	.get_started_banner .text {font-size:16px; padding-left:40px;}
	.get_started_banner .text span {font-size:21px; padding-left:13px;}
	.get_started_banner .btn {right:55px;}

	#persistent_footer {width:768px;}
	#persistent_footer .phone_number {font-size: 14px;}

	.container .columns { margin-left: 10px; margin-right: 10px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#navigation .navigation_login_wrap, #navigation .navigation_signup_wrap {display:inline-block; overflow:visible; padding:10px 0 10px 14px;}
	#navigation .navigation_signup_btn {background-color:#faa31f; -webkit-box-shadow:1px 2px #e0911b; box-shadow:1px 2px #e0911b; border:0 none !important; border-radius:3px; color:#fff;}
	#navigation .navigation_login_btn {position:relative; padding-left:40px;}
	#navigation .navigation_login_btn .navigation_login_icon {position:absolute; top:9px; left:19px; display:block; width:10px; height:12px; background:url('https://www.creditrepair.com/content/dam/credit-repair/common/assets/imgs/header-icons-2x.png') -97px 0 no-repeat; background-size:112px 23px;}

	.top_nav_member_login_wrapper, .top_nav_sign_up_wrapper {display:none;}



	#persistent_footer_wrapper {display:none;}

	#page_header_wrapper { margin-bottom: 10px;}
	#page_header{ height:75px;}
	#page_header span.header{ font-size:24px;}
	#page_header span.page_heading{ margin:5px 0 0 10px; clear:both;}
	#page_header .sidebarLink {display:block; margin-top: -15px;}

	.get_started_banner {background:#FFF; text-align:center; padding:20px 0; height:auto;}
	.get_started_banner .text {font-size:20px; padding:0;}
	.get_started_banner .text span {display:block; padding-top:20px; font-size:21px;}
	.get_started_banner .btn {position:static; margin:20px auto 0;}

	.article .content {padding-left: 0; padding-right: 0;}
	.article .meta {padding-left:0; padding-right:0;}
	.article .meta p {padding-left:20px; padding-right:20px;}

	#left_bottom { margin-bottom: 60px;}
	#left_bottom .searchform {display:none;}

	#bottom_navigation_wrapper {border-top:none; margin-top:0;}
	#bottom_navigation .columns {float:none; width:90%; height:auto; border-left:none; border-top:1px solid #D4D4D4; padding-top:15px;}

	#sidebar {margin-top:50px;}

	#digicert {float:left; margin-top:30px;}
	#tid {float:left; clear:both;}

	.previous_next_link_wrapper {margin-left:0;}
	.container { width: 100%; }
	.container .columns,
	.container .column { margin: 0; }
}

@media(max-width: 767px) {
	#page_content #sidebar {
		width: 100%;
		text-align: center;
		margin: auto;
		padding-bottom: 60px;
	}

	.top-posts::before {
		left: 0;
		right: 0;
	}
	#navigation {right:0; position: absolute; height: auto;
	}


}


@media(max-width: 500px) {
	#share-buttons-mobile { float: none; display: block; margin: 12px 0 0 -5px; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#site_header {width: 100%;}

	#top_nav {padding-left:0; right:0; top:50%; margin:-15px 0 0;}

	#page_header { width: 100%; }
	#page_content { width: 100%; }
	.pagination_link_left a {margin-left:35px;}
	.container { width: 100%; }

	.get_started_banner {margin:0;}

	.sidebar_section .experts .details span.role u { display:inline;}
	.container { width: 100%; }
	.container .columns,
	.container .column { margin: 0; }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#top_nav {padding-left:0;}
	#site_header { width: 100%; }
	.mobile-bottom-row p.site-title { left: 0; font-size: 20px; }
	#page_header { width: 100%; }
	#page_content {width: 100%; }
	.article {margin-left:0; margin-top:50px; margin-bottom:30px;}
	.article .title_wrapper {background-color:transparent; padding:10px 0;}
	.article .date {top:-33px; left:20px;}
	.article .meta {padding-left:20px; padding-right:20px; padding-bottom:30px;}
	.article .meta p {padding-left:0; padding-right:0;}
	.addthis_toolbox a {margin-bottom:10px;}
	.pagination_link_left a {margin:0;}
	.pagination_link_right a {margin:0;}
	.container {width: 100%;}
}

/* ===============================================
	BASE STYLES
================================================== */
	.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
	.container .column,
	.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.row                                        { margin-bottom: 20px; }
	/* Nested Column Classes */
	.column.alpha, .columns.alpha               { margin-left: 0; }
	.column.omega, .columns.omega               { margin-right: 0; }
	/* Base Grid */
	.container .one.column,
	.container .one.columns                     { width: 40px;  }
	.container .two.columns                     { width: 100px; }
	.container .three.columns                   { width: 160px; }
	.container .four.columns                    { width: 220px; }
	.container .five.columns                    { width: 280px; }
	.container .six.columns                     { width: 340px; }
	.container .seven.columns                   { width: 400px; }
	.container .eight.columns                   { width: 460px; }
	.container .nine.columns                    { width: 520px; }
	.container .ten.columns                     { width: 580px; }
	.container .eleven.columns                  { width: 640px; }
	.container .twelve.columns                  { width: 700px; }
	.container .thirteen.columns                { width: 760px; }
	.container .fourteen.columns                { width: 820px; }
	.container .fifteen.columns                 { width: 880px; }
	.container .sixteen.columns                 { width: 940px; }
	.container .one-third.column                { width: 300px; }
	.container .two-thirds.column               { width: 620px; }
	/* Offsets */
	.container .offset-by-one                   { padding-left: 60px;  }
	.container .offset-by-two                   { padding-left: 120px; }
	.container .offset-by-three                 { padding-left: 180px; }
	.container .offset-by-four                  { padding-left: 240px; }
	.container .offset-by-five                  { padding-left: 300px; }
	.container .offset-by-six                   { padding-left: 360px; }
	.container .offset-by-seven                 { padding-left: 420px; }
	.container .offset-by-eight                 { padding-left: 480px; }
	.container .offset-by-nine                  { padding-left: 540px; }
	.container .offset-by-ten                   { padding-left: 600px; }
	.container .offset-by-eleven                { padding-left: 660px; }
	.container .offset-by-twelve                { padding-left: 720px; }
	.container .offset-by-thirteen              { padding-left: 780px; }
	.container .offset-by-fourteen              { padding-left: 840px; }
	.container .offset-by-fifteen               { padding-left: 900px; }
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.container                                  { width: 768px; }
		.container .column,
		.container .columns                         { margin-left: 10px; margin-right: 10px;  }
		.column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
		.column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
		.alpha.omega                                { margin-left: 0; margin-right: 0; }
		.container .one.column,
		.container .one.columns                     { width: 28px; }
		.container .two.columns                     { width: 76px; }
		.container .three.columns                   { width: 124px; }
		.container .four.columns                    { width: 172px; }
		.container .five.columns                    { width: 220px; }
		.container .six.columns                     { width: 268px; }
		.container .seven.columns                   { width: 316px; }
		.container .eight.columns                   { width: 364px; }
		.container .nine.columns                    { width: 412px; }
		.container .ten.columns                     { width: 460px; }
		.container .eleven.columns                  { width: 508px; }
		.container .twelve.columns                  { width: 556px; }
		.container .thirteen.columns                { width: 604px; }
		.container .fourteen.columns                { width: 652px; }
		.container .fifteen.columns                 { width: 700px; }
		.container .sixteen.columns                 { width: 748px; }
		.container .one-third.column                { width: 236px; }
		.container .two-thirds.column               { width: 492px; }
		/* Offsets */
		.container .offset-by-one                   { padding-left: 48px; }
		.container .offset-by-two                   { padding-left: 96px; }
		.container .offset-by-three                 { padding-left: 144px; }
		.container .offset-by-four                  { padding-left: 192px; }
		.container .offset-by-five                  { padding-left: 240px; }
		.container .offset-by-six                   { padding-left: 288px; }
		.container .offset-by-seven                 { padding-left: 336px; }
		.container .offset-by-eight                 { padding-left: 384px; }
		.container .offset-by-nine                  { padding-left: 432px; }
		.container .offset-by-ten                   { padding-left: 480px; }
		.container .offset-by-eleven                { padding-left: 528px; }
		.container .offset-by-twelve                { padding-left: 576px; }
		.container .offset-by-thirteen              { padding-left: 624px; }
		.container .offset-by-fourteen              { padding-left: 672px; }
		.container .offset-by-fifteen               { padding-left: 720px; }
	}
/*  #Mobile (Portrait)
================================================== */
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 767px) {
		.container { width: 300px; }
		.container .columns,.container .column { margin: 0; }
		.container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column  { width: 300px; }
		/* Offsets */
		.container .offset-by-one,.container .offset-by-two,.container .offset-by-three,.container .offset-by-four,.container .offset-by-five,.container .offset-by-six,.container .offset-by-seven,.container .offset-by-eight,.container .offset-by-nine,.container .offset-by-ten,.container .offset-by-eleven,.container .offset-by-twelve,.container .offset-by-thirteen,.container .offset-by-fourteen,.container .offset-by-fifteen
		{ padding-left: 0; }
	}
/* #Mobile (Landscape)
================================================== */
	/* Note: Design for a width of 480px */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.container { width: 420px; }
		.container .columns,.container .column { margin: 0; }
		.container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,
		.container .two-thirds.column { width: 420px; }
	}
/* #Clearing
================================================== */
	/* Self Clearing Goodness */
	.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; }
	.row:after,
	.clearfix:after {
		clear: both; }
	.row,
	.clearfix {
		zoom: 1; }
	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
