lo/*
Theme Name: RMHC Blue Theme 2016
Theme URI: http://sandbox.fl-imagine.net/
Description: A theme built to coordinate with the style guides, themes and practices found on <a href="http://rmhc.org">The RMHC Parent Site</a>.
Author: DDB Chicago Development Team (R.W.L.)
Author URI: http://www.ddb.com/offices/north-america/usa/ddb-chicago/
Version: 1.0
Tags: responsive, rmhc, bootstrap, blue, local-chapters, local, chapter, charity, charities

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This theme was built using the Bootstrap Framework, which can be found on and downloaded from the web site http://getbootstrap.com/
*/


/* HEADER
**********************************/

html {
	font-size: 100% !important;
}

body {
	font-size: 16px !important;
	line-height: 1.5em !important;
	font-family: 'Lato', sans-serif !important;
	margin: 0 0;
	padding: 148px 0 0 0;
	color: #555 !important;
}

img#wpstats{ display: none; }

img#wpstats{ position:absolute; top:0; width:0px; height:0px; overflow:hidden }

a {
	color: #4872ae;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
	color: #68645d;
	text-decoration: none !important;
}

p {
	font-size: 16px !important;
	margin: 0 0 15px 0 !important;
}

ul {
	margin-bottom: 20px !important;
}

ul.ubermenu-nav {
  margin-bottom: 0 !important;
}

h1, h2, h3, h4 { 
	font-family: Raleway,sans-serif !important;
	margin-bottom: 15px !important;
	font-weight: 400;
	margin-top: 0;
}

h1 {
	font-size: 36px !important;
	line-height: 1.2em;
}

h2 {
	font-size: 30px !important;
	line-height: 1.4em;
}

h3 {
	font-size: 24px !important;
	line-height: 1.4em;
}

h4 {
	font-size: 18px !important;
}

.small {
  font-size: .9em !important;
}

.white {
	color: #fff !important;
}

.center {
	text-align: center;
}

ol li, ul li {
	margin-bottom: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

#main-header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.top-bar-wrapper {
	width: 100%;
	margin: 0 0;
	background: #4872ae;
}

.top-bar {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 5px 15px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: baseline;
	justify-content: flex-end;
	background: #4872ae;
	color: #fff;
	font-size: .8em;
	letter-spacing: 1px;
}

.top-bar a {
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.top-bar a:hover {
	color: #ffc829 !important;
	text-decoration: none;
}

.top-bar a:focus, .top-bar a:visited {
	color: #fff !important;
	text-decoration: none;
}

focus {
	box-shadow: 0 0 5px #2CC4FF!important;
}

.header {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 15px 0 15px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

#logo {
	padding: 0 0;
}

#logo img {
	max-width: 250px;
}

.social {
	text-align: right;
	padding: 5px 10px 5px 5px;
}

.social a {
	padding: 0 0 !important;
	opacity: 0.5;
	-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.social a:hover {
	opacity: 1;
}

.social img {
	max-width: 32px;
}

.callout-container {
	margin: 0 auto !important;
}

.ppt {
	display: none !important;
}


h2.gsection_title {
  font-size: 24px !important;
	line-height: 1.4em !important;
  font-weight: 400 !important;
}

#alertBox {
  width: 100%;
  background: #faf29b;
  padding: 15px 15px 15px 15px;
}



/* GAppointments
**********************************/

#ga_appointments_calendar {
  box-shadow: none !important;
}




/* BUTTONS
**********************************/

.support-buttons {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
}

.btn-callout {
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	text-align: center;
	font-size: 1.2em;
	color: #4872ae;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
}

.callOut-buttons {
	width: 100%;
	margin: 20px auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.callOut-buttons a {
	width: 100%;
	display: inline-block;
	padding: 20px 20px;
	margin: 5px;
	background: #4872ae;
	color: #fff;
	text-align: center;
	font-family: Raleway,sans-serif !important;
	font-size: 1.4em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.callOut-buttons a:hover {
	background: #68645d;
	color: #fff;
}




/* CALLOUTS
**********************************/

.callout {
	color: #fff;
	padding: 20px 15px;
	width: 100%;
	min-height: 300px;
	margin: 5px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.loyal-supporters {
	background: url(../../../images/kohls-cares.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wishlist {
	background: url(../../../images/wishlist-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pop-tabs {
	background: url(../../../images/pop-tabs.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tour {
	background: url(../../../images/tour-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.house-videos {
	background: url(../../../images/house-videos-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rmhc-news {
	background: url(../../../images/rmhc-news-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.callout:hover {
  background: rgba(72,114,172,0.9);
}

.hover-content {
  display: none;

}

.hover-content p {
	color: #fff !important;
}

.callout:hover .hover-content {
  display: block;
}

.callout h2 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff !important;
}

.flex-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 600px) {
	
.flex-container {
	flex-direction: column
}
	
}




/* Buttons
**********************************/
.btn-blue {
	padding: 10px 20px !important;
	border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
	background: #4872ae;
	color: #fff;
	border: none !important;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-blue:hover {
	color: #fff;
	opacity: 0.5;
}





/* Sidebar
**********************************/
.sidebarRight {
	background: #eee;
	padding: 15px;
	border: 1px #ddd solid;
}

.sidebarRight a {
	color: #4872ae;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebarRight a:hover {
	text-decoration: none !important;
}

.sidebarRight span.duration.time {
	font-size: .8em !important;
}

.sidebarRight h4 {
	margin-bottom: 5px !important;
}

#newsLetterFormContainer input {
	margin: 5px 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.events-list ul {
	padding: 0;
	margin: 0 0;
	list-style: none !important;
}

.events-list ul li {
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
}

.events-list ul li:last-child {
	border-bottom: none;
}

.events-list span.duration.time {
	font-size: .9em !important;
}

#subscribe-email label {
	display: none;
}

#subscribe-email input {
	padding: 5px !important;
	border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#subscribe-submit input {
	padding: 5px 15px !important;
	border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
	background: #4872ae;
	color: #fff;
	border: none !important;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#subscribe-submit input:hover {
	opacity: 0.5;
}

#latestPosts ul {
	padding: 0;
	margin: 0 0;
	list-style: none !important;
}


#latestPosts ul li {
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}

.help {
	width: 100%;
	display: inline-block;
	padding: 20px 20px;
	margin: 5px 0;
	background: #4872ae;
	color: #fff !important;
	text-align: center;
	font-family: Raleway,sans-serif !important;
	font-size: 1.4em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.help:hover {
	background: #68645d;
	color: #fff !important;
}

#pageSidebar {
  margin-bottom: 32px !important;
}



/* Full Width Page
**********************************/
.page-header-title {
  margin: 0 0;
  padding: 15px 10px;
  background: #eee;
  border-bottom: 1px #ddd solid;
}

.page-header-title h1 {
	color: #555 !important;
	letter-spacing: 1px;
	font-size: 48px !important;
	margin: 10px 0 !important;
}

.mainContent {
	/* margin-top: 15px !important; */
}

.pageContent {
	padding: 60px 0;
	margin: 0;
}

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



/* FAMILY SHOWCASE
**********************************/

.family-showcase {
	background: #ffc829;
	padding: 60px;
	color: #555 !important;
}





/* FOOTER
**********************************/

footer {
	margin: 0 0;
	padding: 40px 15px;
	background: #f8f8f8;
	border-top: 1px #eee solid;
	color: #666;
}

.footer-widget {
	
}

footer h3 {
	color: #555;
}

.footer-widget ul {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

.footer-widget ul li {
	padding: 0 0 10px 0;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}

.footer-widget ul li:last-child {
	border-bottom: none;
}

.footer-widget ul li a {
	-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#sub-footer {
	width: 100%;
	margin: 0 0;
	padding: 20px;
	background: #4872ae !important;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff !important;
	font-size: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 10px #ffc829 solid;
}

.copyright {
	width: 100%;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: .9em;
}

.copyright a {
	color: #ffc829;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.copyright a:hover {
	color: #ffc829;
	text-decoration: none;
}

.sub-footer-links {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.sub-footer-links a {
	padding: 0 10px;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.sub-footer-links a:hover {
	padding: 0 10px;
	color: #ffc829;
	text-decoration: none;
}


.footer-callouts-wrapper {
	background: #ffc829;
	padding: 20px;
	
}
.footer-callouts {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
}

.footer-callout {
	width: 100%;
	max-width: 400px;
	padding: 5px 15px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
	align-items: center;
	justify-content: center;
}

footer h4 {
	margin-bottom: 0 !important;
}

.footer-social:hover {
	opacity: 0.5
}
	




/* WIDGET AREA STYLING
**********************************/

.rmhc_widgetArea {
	margin: 20px 0 0;
  overflow: hidden;
  white-space: normal;
  width: 100%;
	padding: 0 !important;
}

.rmhc_widgetArea h3  {
	color: #68645d;
}

.rmhc_widgetArea ul {
	/* display: inline-block; */
	padding-right: 40px;
	width: 100%;
	text-align: center;
}

.rmhc_widgetArea li {
	list-style: none;
	padding: 15px 30px;
	float: left;
	margin: 5px 0;
	background-color: #628ecc;
	width: 100%;
}

.rmhc_widgetArea li a {
	text-decoration: none;
	color:#fff;
	padding: 17px 30px;
}

.rmhc_widgetArea .page_item_has_children > a {
	font-weight:bold;
	margin-bottom:5px;	
}

.rmhc_widgetArea .flex-control-nav li {
	width: auto;
  background-color: transparent;
}


.jetpack_subscription_widget {
	padding: 15px;
}


/* BLOG PAGE / PAGINATION STYLING
**********************************/

.wp-pagenavi span, .wp-pagenavi a {
  text-decoration: none;
  border: none !important;
  padding: 5px 10px !important;
  margin: 2px;
	background: #4872ae;
	color: #fff !important;
}
.wp-pagenavi span.current {
  background: #666 !important;
}
.post-title h2 {
	margin-bottom: 10px !important;
}
.post-title h2 a {
	color: #555 !important;
}
span.pages {
	display: none;
}
.postHeaderLink {
	color: #4D5050;
  text-decoration: none;
}

.postHeaderLink:hover, postHeaderLink:focus, .postHeaderLink:visited {
	text-decoration: none;
	color: #4D5050 !important;
}

.current {
  font-weight: bold;
}

.page-numbers {
	padding: 10px;
	color: #4D5050 !important;
	text-decoration: none;
}

.page-numbers:not(.current):hover, .page-numbers:not(.current):focus {
	color: #4D5050;
	text-decoration: none;
	opacity: .6;
}

.archiveResult, .pageTitle {
	margin: 20px 0;
	color: #68645d;
}

.wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}




/* Media Queries
******************************* */

@media (max-width: 1350px) {
	
#sub-footer {
	align-items: center;
	flex-direction: column-reverse;
}
.copyright {
	text-align: center !important;
}
.sub-footer-links {
	text-align: center !important;
}
	
}


@media (min-width: 1200px) {
.navMobile {
	display: none;
}
}

@media (max-width: 1200px) {
.navMenu {
	display: none;
}

.navMobile {
	display: block;
}

}

@media (max-width: 768px) {
  
  .page-header-title h1 {
    font-size: 36px !important;
  }
  
  .top-bar {
    padding: 5px 10px;
    justify-content: center;
    color: #fff;
    font-size: .8em;
  }
  .callOut-buttons {
    flex-direction: column;
  }
  
  .col-reverse {
    flex-direction: column-reverse; 
  }
  
}

@media (max-width: 767px) {
#logo img {
	max-width: 150px;
}
body {
	padding: 70px 0 0 0;
}
}

@media (max-width: 480px) {
.family-showcase { 
  padding: 60px 15px;
}
.footer-callouts {
	flex-direction: column;
}
}






/* Bootstrap Grid
******************************* */

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}