/* Brand Colors */
/*****************

Light Blue: #208DC9;
Light Grey: #E7E7E9;
Dark Purple: #41376E;

*****************/

/* root */
:root {
  --blue: #228dca;
  --gold: #e4b23a;
  --red: #b31942;
    --green: #5cb85c;
}

/************************************************************************************* HELPER CLASSES ************/
.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat: no-repeat;
} /* for image replacement */

.hidden {
	display:none;
	visibility:hidden;
}  /* Hide for both screenreaders and browsers */

.visuallyhidden {
	position:absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
} /* Hide only visually - available for screenreaders */

.invisible {
	visibility: hidden;
} /* Hide visually and from screenreaders, but maintain layout */

.clear {
	clear: both;
	display: block;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

small {
	font-size:0.6875em;
}

/************************************************************************************* FONTS ************/
html {
	text-align: center;
}

body {
    text-align: left;
    color: #505050;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather Sans', sans-serif;
	color:#171717;
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#3777AF;
}

.rgba h1, .rgba #logo, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 {
	text-shadow: 0 1px 0 rgba(255,255,255,0.95)
}

h1,
.h1 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 20px 0;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px 0 !important;
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid;
}

h3, .h3 {
	font-size:25px;
	line-height: 28px;
	margin: 0 0 7px 0;
}

h4, .h4 {
	font-size:20px;
	line-height: 22px;
	margin: 0 0 7px 0;
} 

h5,
.h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 7px 0;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px 0;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
    margin-top: 0;
    margin-bottom: 3px;
}
/* Main Content */
#main-content blockquote {
	font-style: italic;
	font-family: cambria, georgia, times, serif;
}
.postMeta {
	color:#999;
	font-size:12px;
	/*text-transform:uppercase;*/
	}
/************************************************************************************* LAYOUT ************/
/* Base */
html{
	height: 100%;
	
	/* 
		Use this if the site has width 100% to prevent the background becoming smaller than the main container. 
		Change 980px to the width of your main container 
	
		min-width: 980px; 
	*/ 
}

body{
	/*height:100%;*/
	position: relative;
	background: url('images/mainBG.jpg') no-repeat fixed;
	background-size: cover;
	padding: 0;
}

#wrap{
	margin:0 auto;
}

.headWrap{
	background-color: #fff;
}

.headWrap.headMenu{
	margin-bottom: 20px;
	padding-top: 6px;
	border-top: 1px solid #ddd;
}

.headMenu > .cf{
	width: 1020px;
	margin: 0 auto;
}

.headWrap header{
	margin:0 auto;
	width: 1020px;
}



p, dl, blockquote, hr, pre, table, fieldset, article, article footer, nav, ul, ol {
	margin: 0 0 20px 0;
}


article ul:not(.wpt-form-set-checkboxes), article ol{
	position:relative;
	/*left:45px;*/
	padding-right: 25px; /*necessary to ensure content fits in page*/
	/*margin-left: 45px; - Doesn't work when an image is floated left of the list */
	padding-left: 45px;
}
article ul ul, article ul ul ul {
	margin-bottom:0;	
	}
#main-content article,
#main-content .pagetitle-search,
#main-content .pagecontent-noresults{
	padding:0 20px;
}
.blog .post{
	margin: 0 0 20px;
	padding: 0 0 20px !important;
	/*border-bottom: 1px dotted #333; */
}

.blog .post:last-child{
	border-bottom: none;
}

.blog .post h2{
	margin: 0;
}

.blog .post .postMeta{
	margin: 0 0 10px;
}

.home .post{
	margin-bottom: 10px;
}

/* Header */
#header{
	position:relative;
	margin-bottom: 3px;
	min-height:93px;
}
#header .headerWidgets {
	float:right;
  position: relative;
  top: 21px;
}
#header > .cf{
	padding: 20px 0;
}
#logo {
	float: left;
	position: relative;
	top: 10px;
}
.logo img {
  width: 205px;
}
.tagline {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0;
}
.tagline-2 {
  margin-bottom: 0px;
  margin-top: 65px;
  text-align: right;
}

/* Main Content */
#main {
	clear: both;
	margin-bottom: 20px;
	padding-top:20px;
	background: #fff;
	width: 1020px;
	margin: 0 auto;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
#main-content{
	width: 715px;
	padding: 0 20px;
	float: left;
	margin-bottom: 20px;
	border-right: 2px solid #ddd;
  max-width: calc(100% - 40px);
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

#main-content.home {
	width: 598px;
	padding: 0 20px;
	float: left;
	margin-bottom: 20px;
	border-right: 2px solid #ddd;
}
#main-content.fullWidth{
	width: auto;
	float: none;
	border:none;
}

#main-content blockquote {
	margin: 0 2.5em 1.25em 2.5em;
	border: 1px solid #eee;
	background: #f6f6f6;
	padding: 1.19em 1.25em 0;
}

.sponsorwrapper, .sport-mpu-box, .spotlightAd, .sqAd2, .sq_ad, .square-ad, .square-ad-1, .square-ad-container, .square-advt, .square-sidebar-ad, .square-sponsorship, .squareAd, .squareAdWrap, .squareAdd, .squareAddtwo, .squareAds, .square_ad, .square_ads, .square_advert_inner, .square_banner_ad{
	display: inherit !important;
}

.adText{
	font-size: 10px;
	font-style: italic;
	color: #b9b9b9;
	text-align: left;
	margin-bottom: 0 !important;
	margin-left: 4px;
}

/* Docs */
.doc{
	list-style-type: none;
	background-image: url('images/icon-for-docs.jpg');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-left: 20px;
	margin-bottom:5px !important;
	padding: 3px 0 5px 30px;
}

/* Sidebar */
#sidebar {
	width: 223px;
	float: left;
	padding: 0 20px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
#homeSidebar{
	width: 380px;
	text-align: center;
	float: left;
	padding: 1.5rem;
}
#subpages {
	width: 210px;
}
.widget_reallysimpletwitterwidget{
	padding:5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.widget_reallysimpletwitterwidget .widget_title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.really_simple_twitter_widget{
	list-style: none;
}
.really_simple_twitter_widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.really_simple_twitter_widget li img{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
}
#reallysimpletwitterwidget-2 .widget_title{
	font-size: 16px;
}

/* Footer */
.fatFoot {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	width: 980px;
	margin: 0 auto;
}

.bannerAd {
	width: 688px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.memberLinks {
	padding: 15px;
	background: #e8e8e8;
}
#menu-member-links, .member-links ul.menu {
	list-style: none;
	margin: 0;
}
.memberLinks p{
	margin-bottom: 5px;
}
.memberLinks .menu li a{
	font-weight: normal;
}

/* Fat Footer - Internal Page */
.fatFoot.internal .fatFootWidget{
	width: 234px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
  box-sizing: initial;
}
.fatFoot.internal .fatFootWidget:last-child{
	margin-right:0;
}

.fatFoot.internal .memberLinks{
	width: 203px;
}

.footLinks{
	clear:both;
}
.footer_menu .menu {
	list-style: none;
	margin-bottom: 0;
}
.footer_menu li a {
	float: left;
	padding: 0 10px;
}

/* Homepage Fat Foot */
.fatFoot.home .leftCol {
	float: left;
	width: 708px;
	margin-right: 20px;
}
.fatFoot.home .rightCol {
	float: left;
	width: 252px;
	margin-bottom: 20px;
}
.fatFoot.home .innerLeftCol {
	width: 255px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.fatFoot.home .innerRightCol{
	width: 426px;
	float: left;
	margin-bottom: 20px;
}
.fatFoot.home .squareAd {
	margin-bottom: 20px;
	text-align: center;
}

.squareAd img{
	border:1px solid #ddd;
}

#footer {
    overflow: hidden;
    zoom: 1;
    clear: both;
    font-size: 12px;
    line-height: 12px;
    margin-top: 30px !important;
    width: 1020px;
    margin: 0 auto;
}

/*.left, .right{
	position: relative;
	top: 7px;
}
*/
.left{
	float:left;
}
.right{
	float:right;
}
.copyright{
	padding: 15px 0;
}
.codingLogos{
	clear: none;
	text-align: center;
	width: 120px;
	margin: 0 auto;
}

.codingLogos img:first-child{
	margin-right: 20px;
}

/********** IMAGES ************/

.wp-post-image, img.alignright, img.alignleft, img.aligncenter, img.alignnone {
	background: #fff;
	border: 1px solid #eee;
  max-width: 100%;
  height: auto;
}
.recentNews .alignleft {
	max-width: 145px;
	height: auto;
}

.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	margin: 15px auto;
	display: block;
}

div.wp-caption {
	text-align: center;
	background: #11161a;
	border: 1px solid #1a1f23;
	outline: 4px solid #0d1015;
	padding: 0 5px;
	text-align: center !important;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
  max-width: 100%;
  box-sizing: border-box;
}

div.wp-caption img {
	margin: 0;
	padding: 5px 0 0;
	outline: 0;
	border: 0;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

p.wp-caption-text {
	margin: 0 !important;
	padding: 0 3px 3px !important;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #eee;
}

/********** WIDGETS ************/
.widget{
	margin: 0 0 20px 0;
}

.widget:last-child{
	margin-bottom:0;
}

.widget_search {
	overflow: hidden;
	zoom: 1;
}

.widget_search input#s {
	float: left;
	width: 50%;
}

.widget_search #searchsubmit {
	font-size: 0.875em;
	padding: 0 1em;
	border: 0;
	margin: 1px 0 0 0;
	line-height: 2.29em;
}

.widget_search label {
	display: none;
}

.widget_categories ul, .widget_archive ul, .widget_links ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul, .widget_categories ul {
	padding: 0;
	list-style-type: none;
}

.widget_archive ul li, .widget_links ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_meta ul li, .widget_rss ul li, .widget_pages ul li, .widget_nav_menu ul li, .widget_categories ul li {
	display: block;
}

.widget_archive ul li a, .widget_links ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_pages ul li a, .widget_nav_menu ul li a, .widget_categories ul li a {
	text-decoration: none;
}

.widget_archive ul li a:hover, .widget_archive ul li a:focus, .widget_links ul li a:hover, .widget_links ul li a:focus, .widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus, .widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus, .widget_meta ul li a:hover, .widget_meta ul li a:focus, .widget_rss ul li a:hover, .widget_rss ul li a:focus, .widget_pages ul li a:hover, .widget_pages ul li a:focus, .widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus, .widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: underline;
}

.widget_tag_cloud div {
	padding: 0;
	overflow: hidden;
}

.widget_tag_cloud a {
	line-height: 1.62em;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	text-decoration: underline;
}
#text-5{
	margin-bottom: 100px;
}
#text-6 .widget_title{
	display: none;
}
#text-6 .textwidget a{
	display: block;
}
#text-6 .textwidget img{
	max-width: 223px;
}

/************************** LINKS & BUTTONS ****************************/

a {
	color: #3777AF;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	color: #41376E;
	text-decoration: none;
}

a.cta img{
	border-bottom: 2px solid transparent;
	border-radius: 6px;
}

a.cta img:hover{
	border-bottom: 2px solid #065886;
}

a.cta img:active{
	border-bottom: none;
	position:relative;
	top: 2px;
}

.button,
#commentform .submit{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	padding:6px 24px 4px;
	text-decoration:none;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-transform: none;
}

.button:disabled {
  opacity: 0.65!important;
  cursor: not-allowed!important;
}

@media (max-width: 768px) {
  .button,
  #commentform .submit {
    width:100%;
  }
}
.primary-button, .primary-button:hover, .primary-button:focus .primary-button:active,
.secondary-button, .secondary-button:hover, .secondary-button:focus .secondary-button:active,
.dark-button, .dark-button:hover, .dark-button:focus .dark-button:active,
#commentform .submit, #commentform .submit:focus, #commentform .submit:hover, #commentform .submit:active{
  color: #fff!important;
}
.light-button, .light-button:hover, .light-button:focus .light-button:active{
  color: #000!important;
}
.primary-button {
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9933), color-stop(1, #cc6600));
	background:-moz-linear-gradient(top, #ff9933 5%, #cc6600 100%);
	background:-webkit-linear-gradient(top, #ff9933 5%, #cc6600 100%);
	background:-o-linear-gradient(top, #ff9933 5%, #cc6600 100%);
	background:-ms-linear-gradient(top, #ff9933 5%, #cc6600 100%);
	background:linear-gradient(to bottom, #ff9933 5%, #cc6600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9933', endColorstr='#cc6600',GradientType=0);
	background-color:#ff9933;
}
.primary-button:hover:not(:disabled) {
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc6600), color-stop(1, #ff9933));
	background:-moz-linear-gradient(top, #cc6600 5%, #ff9933 100%);
	background:-webkit-linear-gradient(top, #cc6600 5%, #ff9933 100%);
	background:-o-linear-gradient(top, #cc6600 5%, #ff9933 100%);
	background:-ms-linear-gradient(top, #cc6600 5%, #ff9933 100%);
	background:linear-gradient(to bottom, #cc6600 5%, #ff9933 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6600', endColorstr='#ff9933',GradientType=0);
	background-color:#cc6600;
}
.secondary-button,
#commentform .submit{
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3399cc), color-stop(1, #336699));
	background:-moz-linear-gradient(top, #3399cc 5%, #336699 100%);
	background:-webkit-linear-gradient(top, #3399cc 5%, #336699 100%);
	background:-o-linear-gradient(top, #3399cc 5%, #336699 100%);
	background:-ms-linear-gradient(top, #3399cc 5%, #336699 100%);
	background:linear-gradient(to bottom, #3399cc 5%, #336699 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399cc', endColorstr='#336699',GradientType=0);
	background-color:#3399cc;
}
.secondary-button:hover:not(:disabled),
#commentform .submit:hover{
	color:#ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #336699), color-stop(1, #3399cc));
	background:-moz-linear-gradient(top, #336699 5%, #3399cc 100%);
	background:-webkit-linear-gradient(top, #336699 5%, #3399cc 100%);
	background:-o-linear-gradient(top, #336699 5%, #3399cc 100%);
	background:-ms-linear-gradient(top, #336699 5%, #3399cc 100%);
	background:linear-gradient(to bottom, #336699 5%, #3399cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#3399cc',GradientType=0);
	background-color:#336699;
}
.dark-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a3a3a3), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #a3a3a3 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #a3a3a3 5%, #666666 100%);
	background:-o-linear-gradient(top, #a3a3a3 5%, #666666 100%);
	background:-ms-linear-gradient(top, #a3a3a3 5%, #666666 100%);
	background:linear-gradient(to bottom, #a3a3a3 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#666666',GradientType=0);
	background-color:#a3a3a3;
  color: #fff;
}
.dark-button:hover:not(:disabled){
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #a3a3a3));
	background:-moz-linear-gradient(top, #666666 5%, #a3a3a3 100%);
	background:-webkit-linear-gradient(top, #666666 5%, #a3a3a3 100%);
	background:-o-linear-gradient(top, #666666 5%, #a3a3a3 100%);
	background:-ms-linear-gradient(top, #666666 5%, #a3a3a3 100%);
	background:linear-gradient(to bottom, #666666 5%, #a3a3a3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#a3a3a3',GradientType=0);
	background-color:#666666;
  color: #fff;
}
.light-button {
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
  background-color: #ffffff;
}
.light-button:hover:not(:disabled) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e8e8e8 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #e8e8e8 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
  background-color: #e8e8e8;
}
.light-button-outline {
  border: solid darkgray;
}
.yellow-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a3a3a3), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #fde957 5%, #ffc107 100%);
	background:-webkit-linear-gradient(top, #fde957 5%, #ffc107 100%);
	background:-o-linear-gradient(top, #fde957 5%, #ffc107 100%);
	background:-ms-linear-gradient(top, #fde957 5%, #ffc107 100%);
	background:linear-gradient(to bottom, #fde957 5%, #ffc107 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#666666',GradientType=0);
	background-color:#a3a3a3;
  color: #fff;
}
.yellow-button:hover:not(:disabled),
.yellow-button:focus:not(:disabled),
.yellow-button:active:not(:disabled){
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #a3a3a3));
	background:-moz-linear-gradient(top, #ffc107 5%, #fde957 100%);
	background:-webkit-linear-gradient(top, #ffc107 5%, #fde957 100%);
	background:-o-linear-gradient(top, #ffc107 5%, #fde957 100%);
	background:-ms-linear-gradient(top, #ffc107 5%, #fde957 100%);
	background:linear-gradient(to bottom, #ffc107 5%, #fde957 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#a3a3a3',GradientType=0);
	background-color:#666666;
  color: #fff;
}
.inactive-button {
  color: #333333;
  background-color: #ffffff;
  -webkit-box-shadow:inset 0px 0px 0px 2px #cccccc;
  -moz-box-shadow:inset 0px 0px 0px 2px #cccccc;
  box-shadow:inset 0px 0px 0px 2px #cccccc;
	cursor:default;
}
.btn-group > .button {
  display: inline;
}
.btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .button:first-child {
  margin-left: 0;
}
.btn-group > .button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*********** END LINKS AND BUTTONS **************?

/* Stellar Social Icons */
.socialDiv {
  float: left;
  margin-right: 4px;
}
.socialList{
	list-style: none;
	margin-bottom: 4px;
  float:right;
}

.socialList li{
	display: inline-block;
}
.socialList li:last-child{
  margin-right:0!important;
}

.socialList li a{
	display: block;
  color: #cbcbcb;
  margin-right: 5px;
  margin-top: 1px;
}

.fbLink{
	background: url('images/social.png') no-repeat left top;
}

.twLink{
	background: url('images/social.png') no-repeat -40px top;
}

.liLink{
	background: url('images/social.png') no-repeat -80px top;
}

.rsLink{
	background: url('images/social.png') no-repeat right top;
}

.fbLink:hover{
	background-position: left bottom !important;
}

.twLink:hover{
	background-position: -40px bottom !important;
}

.liLink:hover{
	background-position: -80px bottom !important;
}

.rsLink:hover{
	background-position: right bottom !important;
}

/* END STELLAR SOCIAL ICONS */

.siteBy ul{
	margin:0;
	padding:0;
	display:table;
	float: right;
}

.siteBy ul li {
	list-style: none;
	height: 30px;
	padding: 6px 3px 0;
	display:table-cell;
	vertical-align:middle;
	float: left;
	margin: 0;
	margin-right:-1px;
	min-width: 35px;
	text-align: center;
}

.siteBy .stellar {
	margin-top: 5px;
	display: inline-block;
}

.siteBy a.stellar:hover {
	text-decoration:none;
}	

#wpstats {
	display:none;
	visibility:hidden;
	}

/*
 * Testimonials on events page
 */

.testimonials img {
  height: auto;
}

@media screen and (min-width: 992px){
  .testimonials img {
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .testimonials img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px){
  .testimonials img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
}

/* Search Form */

#main-content #s{
	float: left;
	position: relative;
	left: 2px;
}

#main-content .screen-reader-text{
	float: left;
	margin-right: 10px;
}

#s{
	border-top: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	border-left: 1px solid #CCC !important;
	border-right:none !important;
	border-radius: 4px 0px 0px 4px !important;
	margin: 0px !important;
  line-height: initial;
  flex: 2;
}
#searchform div:first-child {
  display:flex;
}
#searchsubmit {
	text-indent: -9999px;
	background: url('images/button-search.png') no-repeat;
  background-position: center;
	border-radius: 0px 4px 4px 0px;
	display: block;
	float: left;
	border: 1px solid #ccc !important;
	margin: 0px !important;
	height: 30px;
	width: 33px;
}

/* Responsive table with fixed header */
@media screen and (max-width: 1032px) {
  .tenant-table-container > .dataTables_wrapper {
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 90vh;

  }
  .tenant-table-container thead th {
    position: -webkit-sticky!important; /* for Safari */
    position: sticky!important;
    top: 0;
  }

  .tenant-table-container thead th:first-child {
    left: 0;
    z-index: 1;
  }

  .tenant-table-container tbody td:first-child {
    position: -webkit-sticky!important; /* for Safari */
    position: sticky!important;
    left: 0;
  }
}
.tenant-table-container .tablepress td {
  padding: 0 1px;
}
.tenant-table-container .tablepress th:not(:first-child) {
  padding-left: 1px;
}
.tenant-table-container .tablepress th {
  padding-top: 0;
  padding-bottom: 0;
}

/* End of article "Join" funnel entrace */

.end-of-article-funnel-entrance-title {
  background-color:#3399cc;
  border: 5px solid #3399cc;
}
.end-of-article-funnel-entrance-title > div{
  font-size:16px; color:#fff;
}
.end-of-article-funnel-entrance-body {
  border: 5px solid #3399cc;
  background-color: #f3f7f9;
}


/*
 * Admin bar
 * Bootstrap tweak
 */
#mm-preview-settings-bar{
  box-sizing: initial;
}

/*
 * EWS page, tweak to MM form
 */

.mm-form-condensed #mm_custom_form > p {
  margin-bottom: 10px;
}

.mm-form-condensed #mm_custom_form > p > br {
  display: none;
}

/*
 * Forms
 */

form .required-text {
  color: #a94442;
  margin-left: 5px;
}


/*
 * Progress bars
 */

.checkout-wrap {
    color: #444;
    font-family: "PT Sans Caption", sans-serif;
    margin: 10px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar {
  margin: 0;
  padding: 0;
}
ul.checkout-bar li {
  color: #b6b6b6;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  background: #fff;
  color: #b6b6b6;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  font-weight: bold;
  color: #57aed1;
}
ul.checkout-bar li.active:before {
  color: #57aed1;
  background: #fff;
  z-index: 99999;
  border: 2px solid #57aed1;
}
ul.checkout-bar.complete li,
ul.checkout-bar li.visited {
  z-index: 99999;
  color: #57aed1;
    cursor: pointer;
}
ul.checkout-bar.complete li:before,
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
  border: 2px solid #fff;
  color: #fff;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
@media all and (max-width:900px) and (min-width: 800px) {
  ul.checkout-bar li {
    font-size: 13px!important;
  }
}
@media all and (min-width: 800px) {
  .checkout-wrap {
    margin: 30px auto 80px auto;
  }

  ul.checkout-bar.complete {
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);

  }
  ul.checkout-bar:not(.complete) {
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  }
  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	  display: flex;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 15%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
	  padding-left: 5px;
	  padding-right: 5px;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 999999;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }


}

/*
 * Certification
 */
.ml-best-practices .panel{
  margin-bottom:10px;
}
.ml-best-practices .panel-default .panel-heading{
  background-color: #336699;
  color: #fff;
}
.ml-best-practices .panel-default .panel-heading:hover{
  background-color: #337ab7;
  cursor: pointer;
}
.ml-best-practices .panel-default .panel-heading a:hover{
  color: #fff;
}
.ml-best-practices ol > li > ol,
.ml-best-practices ol > ol{
  list-style-type: upper-alpha;
}
.ml-best-practices ol > li > ol > li > ol,
.ml-best-practices ol > ol > ol {
  list-style-type: lower-roman;
}
.ml-best-practices ol > ol > ol > ol,
.ml-best-practices ol > li > ol > li > ol > li > ol {
  list-style-type: lower-latin;
}
.ml-best-practices .collapse-caret {
  color: gray;
}
.ml-best-practices .collapse-caret.collapsed .collapse-trigger,
.ml-best-practices .collapse-caret:not(.collapsed) .expand-trigger{
  display: none;
}

/*
 * alerts
 */

.alert.alert-default {
  color: #383d41;
  background-color: #f5f5f5;
  border-color: #d6d8db;
}

.light-box {
  padding: 0.5rem;
  color: #383d41;
  background-color: #f5f5f5;
  border-color: #d6d8db;
}
.dark-box-title {
  padding: 0.4rem;
  color: #fff;
  background-color: #777777;
}


/*
 * concerto
 */
 
  .question-responses-container
 {
	  margin-right: 20px ;
	  margin-left: 35px ;
 }
 
 
.concerto-response-option{
  margin-top: 14px!important;
}
.concerto-response-option-label{
  padding: 7px 20px;
  border: 1.5px solid #fff;
  border-radius: 7px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.concerto-response-option:checked + .concerto-response-option-label{
  background: #ffeb3b50;
  border: 1.5px solid #FFC10750;
  text-shadow: -0.7px -0.1px 0 #000;
}


.progress-bar.concerto-progress-bar {
  -webkit-transition: width 90s linear;
  -o-transition: width 90s linear;
  transition: width 90s linear;
  background-color: #6a98c6;
}

#concerto-question-feedback-saved-status {
  color: #3c763d;
  float: right;
}
#concerto-question-feedback-saved-time {
  font-weight: bold;
}

/*
 *  s3 File uploader
 */
form.s3-upload input.s3-upload-file[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
form.s3-upload label.disabled {
  opacity: 0.65!important;
  cursor: not-allowed!important;
}

 /*
 * groove, CTA footer, and bloom positioning
 */

.fixed-footer {
  z-index: 1000000;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: calc(100vh + 400px);
  pointer-events: none;
}
.cta-footer, .et_bloom_optin, .groove-container  {
  pointer-events: auto;
}

@media (max-height: 500px) {
  #mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
  #mc_embed_signup_scroll .mc-field-group:nth-child(1),
  #mc_embed_signup_scroll .mc-field-group:nth-child(2){
    width: 49%!important;
  }
  #mc_embed_signup_scroll .clear:nth-child(7) {
    width: 100%!important;
  }
  .et_bloom_form_text h2 {
    margin-bottom: none!important;
  }
  .et_bloom_form_text p {
    display: none;
  }
}

@media (max-height: 660px) {
  .et_bloom_optin.et_bloom_visible ~ .cta-footer {
    display: none;  
  }
  .et_bloom_optin.et_bloom_visible ~ .cta-footer:not(.d-none) ~ .groove-container {
    height: calc(100vh - 120px);
  }

}


.cta-footer {
  order: 3;
  position: relative;
}
.et_bloom_optin {
  position: relative!important;
  bottom: initial!important;
}
.groove-container {
  position: initial!important;
  max-height: 100vh!important;
}

.et_bloom_optin {
  order: 1;
}
.groove-container {
  order: 2;
}


@media (min-width: 701px){
  .cta-footer:not(.d-none) ~ .groove-container {
    max-height: calc(100vh - 120px)!important;
  }
}
@media (min-width: 496px) and (max-width: 700px) {
  .cta-footer:not(.d-none) ~ .groove-container {
    max-height: calc(100vh - 150px)!important;
  }
}
@media (max-width: 495px) and (min-height: 661px) {
  .cta-footer:not(.d-none) ~ .groove-container {
    max-height: calc(100vh - 320px)!important;
  }
}
@media (max-width: 495px) {
  .groove-container {
    width: 100vw;
  }
  .cta-footer.d-none ~ .groove-container {
    height: calc(100vh - 120px);
  }
  .cta-footer:not(.d-none) ~ .groove-container {
    height: calc(100vh - 320px);
  }
}



 /*
 *  CTA footer
 */

.cta-footer, .cta-footer-mini {
  background-color: rgba(35, 140, 202, 0.95);
  color: #fff;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px -10px 5px -8px rgba(0,0,0,0.2);
}
.cta-footer .cta-footer-text{
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
}
.cta-footer .cta-footer-body {
  font-weight: lighter;
}
.cta-footer-button{
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cta-footer-button span{
  line-height: 27px;
  margin-right: 10px;
}
.cta-footer-title{
  font-weight: normal;
}
.cta-footer{
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 5px;
  z-index: 2000000000!important;
}
.cta-footer-close{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.cta-footer .cta-footer-button-wrapper {
  margin: 10px;
}
.cta-footer-login {
  font-weight: lighter;
  margin-top: 8px;
}
.cta-footer-login a {
  color: #fff;
  text-decoration: underline;
}
.cta-footer-login a:hover {
  color: #cbcbcb;
}

@media (max-width: 991px) { 
  .cta-footer .cta-footer-body {
    font-size: 12px;
    line-height: 15px;
  }
  .cta-footer-title{
    font-size: 20px;
  }
}
@media (min-width: 992px) { 
  .cta-footer .cta-footer-body {
    font-size: 18px;
  }
  .cta-footer-title{
    font-size: 28px;
  }
}
@media (max-width: 725px) {
  .cta-footer {
    padding-top: 10px;
  }
  .cta-footer .cta-footer-text{
    margin: 10px;
  }
  .cta-footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .cta-footer-login{
    text-align: left;
  }

	div.lang-selector{
		float:none !important;
		width: 100% !important;
		position: relative;
		margin-top:5px;
	}
}
@media (min-width:726px) {
  .cta-footer .cta-footer-button-wrapper > .textwidget {
    margin-top: 16px;
    display: inline-block;
  }
  .cta-footer {
    height: 122px;
  }
  .cta-footer .cta-footer-text {
    height: 100%;
  }
  .cta-footer .cta-footer-button-wrapper {
    margin: 0 80px;
  }
  .cta-footer-button{
    transform: scale(1.3);
  }
  .cta-footer .cta-footer-text{
    margin: 0 20px;
  }
  .cta-footer .cta-footer-button-wrapper {
    display: inline-block;
  }
  .cta-footer .cta-footer-content{
    display: flex;
    margin: auto 0;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cta-footer-mini-close{
    cursor: pointer;
    float: right;
    position: fixed;
    right: 0px;
    bottom: 60px;
    background-color: #238cca;
    border: solid 3px #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 2147483647;
    font-size: 21px;
    padding: 3px 3px 3px 6px;
    color: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px -10px 5px -8px rgba(0,0,0,0.2);
  }
  .cta-footer-mini {
    width: 446px;
    bottom: 15px;
    right: 10px;
    height: 66px;
    text-align: center;
    padding: 20px 31px;
  }
  .cta-footer-mini-button {
    transform: scale(1.5);
  }
  .cta-footer.cta-footer-mini .cta-footer-text{
    display: none;
  }
}

/*
 * bloom
 */

body.logged-in div.et_bloom_flyin {
	display:none !important;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content {
  padding: 15px 15px!important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_content label, 
.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group {
  margin-bottom: 10px!important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_header {
  padding: 0px!important;
}
@media screen and (max-width: 479px) {
  .et_bloom .et_bloom_flyin.et_bloom_optin {
    padding: 0 !important;
  }
}
et_bloom .et_bloom_form_container .et_bloom_form_content span, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group strong, .et_bloom .et_bloom_form_aweber .af-body label.previewLabel, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content label, .et_bloom .mimi_field label {
  margin-bottom: 0px !important;
}
.et_bloom .et_bloom_form_header img, .et_bloom .et_bloom_form_header .et_bloom_form_text {
  padding: 10px!important; 
}


/*
 * lists
 */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
@media screen and (min-width: 768px){
  .columnize-3{
    columns:3;
  }
}
/*
 * Max widths
 */

.mw-500{
  max-width: 500px;
}
/*
 * Text alignment
 */

.text-center{
  text-align:center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}


.text-bold {
  font-weight: bold;
}

.text-sm {
    font-size: 0.9rem;
}
/*
 * Border-radius
 */

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

/* display */
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.d-inline-block {
  display: inline-block;
}
.w-100 {
	width: 100%;
}


/* Margins and padding */
/* copied from bootstrap 4 */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}


@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.cursor-not-allowed,
.cursor-not-allowed * {
    cursor: not-allowed !important;
}

/***************** login *************/

@media (max-width: 725px) {
	div.mm-login {
		width: 100%;
		max-width: 100%;
	}
}

.bannerAd{
	overflow-x:hidden;
}



/********************** MENU ******************/


.mobile_arrow {
	display: none;
}

@media (max-width: 725px) {
	.mobile_arrow {
		position: absolute;
		right: 0px;
		display: block;
		font-size: 21px;
		text-align: right;
		top: 0px;
		padding: 8px;
		height: 100%;
		width: 50px;
	}


	#main-nav .menu li:hover > .mobile_arrow {
		background: #208dc9;
		color: #fff !important;
	}

}

#main-nav ul li .aDown {
	display:none
}
#main-nav ul li:hover .aDown{
	display:block !important;
}

#main-nav ul li:hover .aRight{
	display:none !important;
}


/******* MEMBERMOUSE CHECKOUT ************************************/



.mm-checkoutContainer .mm-paymentbuttons .mm-button.orange, .ml-paymentbuttons .mm-button.orange{
	background: #f57c00 !important;
	color: white !important;
	margin: .375rem;
	color: inherit;
	width: 200px !important;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	border-radius: .125rem;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	-webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	padding: 1rem 2.4rem;
	font-size: .94rem;
	font-family: 'Merriweather Sans', sans-serif !important;
	text-shadow: none !important;

}

.mm-checkoutContainer .mm-checkoutSection2 ul{
	padding-left: 0;
	padding-right: 0px;
	list-style-type: none;
	margin: .5rem 0 1rem 0;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.mm-checkoutContainer .mm-checkoutSection2 ul li{
	background-color: #fff;
	line-height: 1.3rem;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	list-style-type: none;
}

.mm-checkoutContainer .mm-checkoutSection2 ul li:last-child {
	border-bottom: none;
}

.mm-checkoutContainer .mm_left_column {
	margin-right: 15px !important;

}

.mm-checkoutContainer .mm_right_column {
	/*width: calc(34.2% + 15px);*/

}

.mm-checkoutContainer .mm-textField ,.mm-checkoutContainer .mm-selectList{
	padding: 7px;
	border: solid 1px;
	border: 1px solid #c2c2c2;
	height: 40px;
	border-radius: 4px;
	width:300px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.mm-checkoutContainer .mm-giftsection{
	display: none;
}

.mm-checkoutContainer .mm-formField br{
	display: none;

}

.mm-checkoutContainer .mm-formField {
	padding: 7px;
}

.mm-checkoutContainer ul ul{
	border: none !important;
	margin-bottom: 0px !important;
}

.mm-checkoutContainer .mm-checkoutSection2 h1{
	margin-top:0px;

}


.mm-checkoutContainer .mm-checkoutInfoBlock {
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 3px 0 #e6ebf1;

}

.mm-checkoutSection2 p {
	font-size: 1.3em;
}


.mm-checkoutContainer .mm-formField label{
	font-size: 14px;
}

.mm-checkoutContainer .mm-formField .mm-textField,.mm-checkoutContainer .mm-formField .mm-selectList{
	font-size: 14px;
}

#mm-billing-information-section #mm_field_cc_exp_month,#mm-billing-information-section #mm_field_cc_exp_year{
	width: auto;
	margin-right: 5px;
}



@media (max-width: 725px) {
	.mm-checkoutContainer .mm-textField ,.mm-checkoutContainer .mm-selectList{
		width:100%;
	}

	#mm-billing-information-section #mm_field_cc_exp_month,#mm-billing-information-section #mm_field_cc_exp_year{
		width: 100%;
		margin-right: 0px;
		margin-top:15px;
	}

}

.border{
    border:solid 1px;
}
.border-red{
    border-color:#dc3545 !important;
}
.border-gray{
    border-color: #e5e5e5;
}
.rounded{
   border-radius: 5px; 
}


.text-red{
    color:#dc3545;
}

.text-green {
    color: var(--green);
}

.text-blue{
    color:#208DC9;
}
.vertical-align-top{
    vertical-align: top;
}

.checkout-form input[type=text],.checkout-form select, .checkout-form input[type=number],.checkout-form input[type=password],.checkout-form input[type=email]{
    padding: 7px;
    border: solid 1px;
    border: 1px solid #c2c2c2;
    height: 40px;
    border-radius: 4px;
    width: 300px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.checkout-form label{
    min-width:120px;
}

/*toast*/
.toast{
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(33, 142, 207, 1);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    position:fixed;
    top:30px;
    padding:15px;
    right:30px;
    color:white;
    z-index:2000;
}

.toast a{
    color:white;
    text-decoration: underline;
}
.toast.error{
    background: rgba(220, 53, 69, 1) ;
}

.toast.hide {
    display: none;
}
.toast.show {
    opacity: 1 !important;
}

/*end toast*/


/*positions */
.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

/* animations */

.fadeIn{
    animation: fadein 1s;
}

.bounce {
   
    -moz-animation: bounce 0.5s 3 ease-in-out;
    -o-animation: bounce 0.5s 3 ease-in-out;
    -webkit-animation: bounce 0.5s 3 ease-in-out;
    animation: bounce 0.5s 3 ease-in-out;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

/* stripe fields */

#ml-card-number,#ml-expiry, #ml-cvc{
    padding: 7px;
    border: solid 1px;
    border: 1px solid #c2c2c2;
    height: 40px;
    border-radius: 4px;
    width: 300px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;

}

.show-when-600{display:none;}

@media all and (max-width: 600px) {
    .hide-when-600{display:none;}
    .show-when-600{display:block;}

}


div.join-blurb{
    position: absolute;
    top: -95px;
    right: 0px;
}
body,html{
    overflow-x:hidden;
}

.strikethrough{
    position: relative;
    display: inline-block;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

section#main-content.custom-checkout{
    max-width: 600px;
    margin: auto;
}


.container-county{
    display: flex;
    flex-wrap: wrap;
}


.container-county .item{
    width: 25% ;
    padding:15px;
    position:relative;
    cursor: pointer;
}


.check-input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.county-checkbox{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    width: 34px;
    border-radius: 50%;
    border: 3px solid #369!important;
    background: white;

}
.county-checkbox:after {

    content: "";
    position: absolute;
    display: none;

    left: 10px;
    top: 6px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-input:checked ~ .county-checkbox {
    background-color: #2196F3;
}

.check-input:checked ~ .county{
  background: rgba(33, 142, 207, .9);
    color: white;
 
}

.county .scroll{
    visibility:hidden;
}

.check-input:checked ~ .county .scroll{
 visibility:visible;

}
.check-input:checked ~ .county .bouncing{
    -moz-animation: bounce 0.5s 3 ease-in-out;
    -o-animation: bounce 0.5s 3 ease-in-out;
    -webkit-animation: bounce 0.5s 3 ease-in-out;
    animation: bounce 0.5s 3 ease-in-out;

}





.check-input:checked ~ .county *{
    color: white;

}


.check-input:checked ~ .county-checkbox:after {
    display: block;
}

@media (max-width: 769px) {

    .container-county .item{
        width: 100% ;
     
    }


}




.bouncing.arrow{
    -moz-animation: bounce 0.5s 3 ease-in-out;
    -o-animation: bounce 0.5s 3 ease-in-out;
    -webkit-animation: bounce 0.5s 3 ease-in-out;
    animation: bounce 0.5s 3 ease-in-out;

}


.pointer-none{
    pointer-events:none;
}

.county-map-selector svg{
    width: 100%;
    height: auto;
}
.county-map-selector svg path{
    cursor:pointer;
    fill:gray !important;
}
.county-map-selector svg path.active{
    cursor:pointer;
    fill:#e4b23a !important;
}
.county-map-selector svg path:hover{
  opacity: 0.9;
}

i.map-arrow{
    display: none;
    margin-top:-30px;
    left:0;
  right: 0;
}

@media (max-width: 725px) {
    .county-map-selector{
        margin-left: -15px;
        margin-right: -15px;
    }
}
    
.thumbnail-container:after {
    content: "";
    display: block;
    padding-bottom: 67%;
}

.thumbnail-container img{
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 100%;
}

.thumbnail-container{
   overflow:hidden;
    position: relative;
    background-color:#e8e8e8;
}
.thumbnail-container .content{
   position: absolute;
    height: 100%;
    width: 100%;
}


@media (min-width: 1200px){
    .lg-grid {
        display: grid;
        
    }

    /* three column */
    .lg-grid-cols{
        grid-template-columns: 1fr 1fr 1fr;
        gap:0px 20px;
        grid-auto-rows: 1fr;
    }
    
}

@media (min-width: 768px) and (max-width: 1199px){
    .lg-grid {
        display: grid;
        
    }

    /* two column */
    .lg-grid-cols{
        grid-template-columns: 1fr 1fr ;
        gap:0px 20px;
        grid-auto-rows: 1fr;
    }

}


.home-benefit-item:nth-child(even){
    background: #DCA42D;
    border: solid 5px #DCA42D;
    
}

.home-benefit-item:nth-child(odd){
    background: #208DC9;
    border: solid 5px #208DC9;

}

.home-benefit-item{
    font-size: 18px;
    padding:0px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    overflow:hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: transform .3s ease;
    margin-left:auto;
    margin-right:auto;
    max-width: 400px;
    width: 100%;

}
.home-benefit-item:hover {
    transform: scale(1.03);
}

.home-benefit-item a{
    width: 100%;
}
.home-benefit-item a,.home-benefit-item .benefit-text *{
    color:white;
    

}
.home-benefit-item p{
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 1199px){
    .home-benefit-item{
       margin-bottom:15px;
    }

}

.page-template-homepage-v2 h1{
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

/* disable landlord business expiration field */
[data-wpt-id="wpcf-expiration-date"] {
  pointer-events: none;
}

.ml-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
}

.ml-table th {
  background-color: rgba(247, 250, 252, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0.75rem 1.25rem;
  border-bottom-width: 2px;
  font-size: 0.75rem;
}

.ml-table th.text-right {
    text-align: right;
}

.ml-table td {
  padding: 1.25rem;
  border-bottom: solid 1px rgba(237, 242, 247, 1);
}

.landlord-info {
  font-size: 16px;
}

.landlord-info > div {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  border-bottom: solid 1px rgba(237, 242, 247, 1);
  display: flex;
    flex-wrap: wrap;
  min-height: 55px;
  align-items: center;
}

.ml-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}
.landlord-info svg,
.ml-icon svg {
  width: 24px;
    min-width:24px;
  margin-right: 5px;
}

/*** landlord profile page ***/
.landlord_edit_field .icon_edit_landlord_info {
  display: none;
}

.landlord_edit_field:hover .icon_edit_landlord_info {
  display: block;
  cursor: pointer;
}
.landlord_edit_field {
  position: relative;
  cursor: pointer;
}

/* mobile */
@media (max-width: 725px) {
  .landlord_edit_field .icon_edit_landlord_info {
    display: block;
  }
}

.landlord_edit_field .edit_value {
  display: none;
  margin-left: 5px;
  margin-right: 5px;
}

.landlord_edit_field.edit_mode .value {
  display: none;
}

.landlord_edit_field.edit_mode .edit_value {
  display: block;
}

.landlord_edit_field:hover .edit_value {
  /* display: block;*/
}
.landlord_edit_field:hover .value {
  /* display: none;*/
}

.landlord_edit_field.edit_mode .icon_edit_landlord_info {
  display: none !important;
}

.landlord_edit_field .save_edit {
  display: none;
  cursor: pointer;
}

.landlord_edit_field.edit_mode .save_edit {
  display: block;
  color: var(--blue);
}

.landlord_edit_field.edit_mode .cancel_edit {
  display: block;
  color: var(--gold);
}

.landlord_edit_field .cancel_edit {
  display: none;
  cursor: pointer;
}

.row-units {
  display: none;
}

.row-units.has-units {
  display: table-row;
}

.row-units .units_owned {
  display: none;
}

.row-units .units_managed {
  display: none;
}

.row-units.edit_mode .units_owned {
  display: block;
}

.row-units.edit_mode .units_managed {
  display: block;
}

.row-units.edit_mode .total {
  display: none;
}

button.btn-landlord-cancel-edit {
  display: none;
}

.landlord-select-county {
  display: none;
}

button.btn-landlord-save-units {
  /*display: none;*/
}

.row-members .edit_value {
  display: none;
}

.table-member_information .edit_mode .edit_value {
  display: block;
}

.table-member_information .edit_mode .value {
  display: none;
}

button.btn-landlord-save-members {
  display: none;
}

button.btn-landlord-cancel-edit-members {
  display: none;
}

.btn.btn-landlord-save-invitees {
  display: none;
}

.edit_mode .btn.btn-landlord-save-invitees {
  display: inline-block;
}

/*dialog*/
.pop-layer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1px);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  z-index: 1000;
}

.pop-layer:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.pop-layer .popup-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 7px;
}

.pop-alert .popup-body,
.pop-confirm .popup-body {
  width: 300px;
}

.pop-layer .popup-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 20px;
}

.pop-alert .popup-content,
.pop-confirm .popup-content {
  line-height: 1.5;
  font-size: 13px;
  color: #222;
  text-align: center;
  padding: 30px 20px;
}

.pop-layer .popup-button {
  display: flex;
}

.pop-layer .popup-button button.btn-confirm {
  color: #fff;
  background-color: var(--color-primary);
}

.pop-layer .popup-button button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #333;
  background-color: #eee;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.pop-layer .popup-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 20px;
}

.checkbox-item {
    position: relative;
    cursor: pointer;
}

.checkbox-item .checkbox {
    position: absolute;
    top: -1.2rem;
    left: -0.8rem;
    height: 35px;
    width: 34px;
    border-radius: 50%;
    border: 3px solid #369 !important;
    background: white;
}

.checkbox-item .checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 6px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input:checked ~ .checkbox:after {
    display: block;
}

.checkbox-item .item {
    border: 3px solid #369 !important;
    padding: 1rem;
    margin-bottom: 1rem;
}

input:checked ~ .checkbox {
    background-color: #2196f3;
}

.payment-plan-button {
    width: 300px;

    word-wrap: break-word;
    white-space: normal;
    margin-top: 1rem;
}

.payment-plan-button:not(.border-warning) {
    border-color: gray;
    border-style: dashed;
}

#ml-testimonials-block .row {
    display: block;
}

.ml-btn.loading {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}
/*spinner at end */
.ml-btn.loading:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #208dc9;
    animation: spin 0.6s linear infinite;
    margin-left: 5px;
    vertical-align: middle;
}

.two-column-list {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
}

@media (max-width: 768px) {
    .two-column-list {
        column-count: 1;
    }
}

.benefits-list {
    display: flex;
    max-width: 310px;
    width: 100%;
    margin: auto;
    flex-direction: column;
}

.ml-btn.loading {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}

.ml-btn.loading::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 5px;
    width: 1rem;
    height: 1rem;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    will-change: transform;
    transform: translateZ(0); /* triggers GPU acceleration */
}


@media screen and (min-width: 992px){
	.custom-checkout .checkout-wrap {
		margin-left: -140px;
		margin-right:-140px;
	}
}

ol, ul {
	padding-left: 0;
}