/* cmsms stylesheet: eb_layout modified: 12/24/20 17:14:39 */
:root{

    scroll-behavior: smooth;
    --transition: all 0.3s ease-in-out;
}



html, body{
	height:100%;
	padding:0;
	margin:0;
}

.millco-table { width: 100%; display: table; }
.millco-row { width: 100%; display: table-row; }
.millcol, .millco-col, .millco-cell {
	display: table-cell;
	vertical-align: top;
}

.wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:100%;
}
   /*
.wrapper.toggled {
    padding-left: 250px;
}
*/

header{
    position: fixed;
    top:0;
    height:110px;
    width:100%;
    z-index: 20;
}

.header-tint{
    position: fixed;
    top:0;
    height:110px;
    background-color: rgba(256,256,256,0.666);
    width:100%;
    z-index: 10;
}

.logo{
    padding:24px 0 0 10px;
    max-width:300px;
}

.eb-logo{
    height:75px;
    width:auto;
}

.eb-logo:hover .cls-1{ fill:#96A2A8 }

.eb-main{
    padding-top:120px;
}
.nobile{
	display: none;
}

.nowrap{
	display: inline-block;
	white-space: nowrap;
}

.mobile-div{
	 display: block;
 }

.desktop-only-block,
.desktop-only-span{
	display:none;
}


.page-content-wrapper {
    width: 100%;
  /*  position: absolute; */
    padding: 0;
	height:100%;
}



.wrapper.toggled .page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


#millco-soc-drawer{
	padding-top: 20px;
}
.millco-soc{
	width:22px;
	font-size: 12px;
	margin:40px 0 0 18px;
}

.soc-med-icon{
  width:36px;
  border:2px solid #5b5b5b;
  border-radius: 20px;

}
.soc-med-icon:hover{
  border-color: #eee;
}


.millco-single-col .container-fluid{
max-width: 1900px;
}

.millco-col-first{
    padding-top: 0;
}

.img-resp{
	width:100%;
  height:auto;
}


figure.image {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px 0 1px;
    background: #eee;
}

figure.image.align-left {
    float: left;
    margin-right:16px;
}

figure.image.align-right {
    float: right;
    margin-left:16px;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    font-style:italic;
}

section{
	padding:10px 0;
}



.millco-full-width{
    margin: 0 -50px ;
}






@media(min-width:576px) {

    section{
        padding: 50px;
    }

}

footer{
    background-color: #88939a;
}

.footer-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    color:white;

}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    display: inline-block;
    text-decoration: none;
    line-height: 32px;
    padding: 2px;
    color:white;
}

.footer-nav li a:hover {
    text-decoration: underline;
    color:#333;
}

.footer-nav li a:active,
.footer-nav li a:focus {
    text-decoration: none;
}


/* fancy bits */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}



@media(min-width:992px) {

	body{	padding-top: 0;}

    .sidebar-wrapper {width: 80px;}

    .wrapper.toggled .sidebar-wrapper {
        width: 80px;
    }

    .page-content-wrapper {
        position: relative;
        padding-top: 0;
    }

  
    .millco-default-page{
		padding:0 30px;
	}


}
/* cmsms stylesheet: eb_nav modified: 12/24/20 17:14:39 */
.eb-menu-toggle{
    display: block;
    height: 42px;
    width: 42px;
    margin: 42px 19px 18px 19px;
    background-size: 42px 42px;
    background-color: transparent;
    cursor: pointer;
 }
  
.eb-menu-close{
  background-image:url("/assets/images/icon_close.svg");
  float:right;
  margin-top: 0;
}

.eb-menu-logo  {
  display: block;
  padding:0 10px 10px 10px;
  max-width:100px;
}

#eb-icon-menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 810;
  margin: 28px;
  width: 44px;
  height: 44px;
}

.eb-menu-fill{
  fill:#333;
}

.header-home .eb-menu-fill{
  fill:#fff;
}

#eb-icon-menu-mobile:hover .eb-menu-fill,
.header-home #eb-icon-menu-mobile:hover .eb-menu-fill{
  fill: #F75C19;
}


.eb-menu-toggle .ico-bg,
.eb-menu-toggle .cls-1{ 
  fill:#333;
}
.eb-menu-toggle:hover .cls-1,
.eb-menu-toggle:hover .ico-bar{ 
  fill:#fff;
}

.eb-menu-toggle .ico-bar{
  fill:#F75C19;
}

.eb-icon-menu-background{
  display: block;
  background-color:#F75C19;
  padding:6px 6px 0 6px;
}
  
.eb-menu-logo img{
  width:80px;
  height:107px;
  margin:18px 0 4px 0;
}

.millco-main-menu {
  box-sizing: border-box;
  height: 100%;
  right: -100%;
  overflow: hidden;
  padding-right: 0;
  position: fixed;
  top: 0;
  transition: right 0.3s ease 0s;
  width: 100%;
  z-index: 800;
}

.millco-menu-active {
  right: 0;
}

.millco-main-menu {
  padding-right: 0;
}

.millco-main-menu > .menu-content {
  height: 100% !important;
}

.millco-main-menu > .menu-content {
  background-color: #88939a;
  box-sizing: border-box;
  color:white;
  height: 100%;
  overflow: auto;
}

.eb-nav-inner{
  padding:50px 20px 50px 20px;
}

.eb-menu-link,
.eb-menu-link:focus,
.eb-menu-link:visited{
  display: block;
  font-size: 1.1rem;
  padding:4px 0;
  color:white;
  }

  .menu_depth_0,
  .menu_depth_0:focus,
  .menu_depth_0:visited{
    color:#333;
    font-size:1.4rem;
    font-weight: 600;
    display:block;
    border-top:1px solid white;
    padding:12px 0 4px 0;
    margin-top:12px;
  }

  .menu_depth_0:hover,
  .menu_depth_0:focus:hover,
  .menu_depth_0:visited:hover{
    color:#333;
  }

  .eb-link-home{
    border-top:0;
  }

  .menu_depth_1{
  color:#fff;
  display:block;
}


.eb-in-this-section{
  padding:30px 0;
  margin-top:30px;
  border-top:1px solid #96A2A8;
}

.eb-in-this-section h3{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.its-parent{
  margin-bottom: 1.2rem;
  letter-spacing: 0.05rem;
}

.its-link {
  font-size: 1.25rem;
}

.nav-card-body{
  padding:12px;
}

.nav-card-link,
.nav-card-link:visited,
.nav-card-link:focus{
  color:#333;

}

.nav-card-link:hover{
  color:#F75C19;
  text-decoration: none;
}

.eb-footer a{
    color:#ccc;
  }
  
  .eb-footer a:hover{
    color:#ccc;
    text-decoration:underline;
  }
  
  
  .footer-link-separator{
    display:inline-block;
    color:#ccc;
    padding:0 6px;
  }
  .menu-nav-explore{
    font-size: 16px;
    line-height: 16px;
  }
  .menu-nav-explore li{
    padding-bottom: 14px;
  }
  
  .menu-nav-explore .millco-icon-box{
    float: left;
  }
  
  
  .footer-nav-explore{
    line-height: 32px;
  }
  
  
  .menu-nav-pages{
    line-height: 42px;
  }
  
  .footer-nav-pages{
    line-height: 36px;
  }
  
  .footer-title{
    color:#ccc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
  }
  
  
  .footer-nav-explore{
    display: block;
    line-height: 26px;
    margin-top: 6px;
  }
  
  .eb-partner-logos{
    margin-top: 14px;
  }
  
  .eb-partner-logos unit{
      max-width: 280px;
  }
  
  .eb-partner-logos img{
    width:100%;
    max-width: auto;
  }
  
  @media(min-width:992px) {
  
   .millco-menu-active {
      top: 0;
    }

    .eb-search-input{
      width: 280px;
    }
    .footer-title{
      margin-top: 0;
    }
  
  }
  
/* cmsms stylesheet: eb_typography modified: 12/24/20 17:14:39 */
/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
       url('../../assets/fonts/source-sans-pro-v11-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../../assets/fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../../assets/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../../assets/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../assets/fonts/source-sans-pro-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('../../assets/fonts/source-sans-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../assets/fonts/source-sans-pro-v11-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


 body, html{
    font-size:16px;
    font-family: 'Source Sans Pro', serif;
    color:#333333;
    font-weight: 300;
  }

  a,a:visited,a:focus{
    color:#F75C19;
    text-decoration:none;
    transition: var(--transition);
  }

 a:hover, 
 a:visited:hover, 
 a:focus:hover{
    color:inherit;
    text-decoration:underline;
    transition: var(--transition);
  }

  .link-reverse,
  .text-reverse,
  .link-reverse:visited,
  .link-reverse:focus{
    color:white;
  }

  .link-reverse:hover,
  .link-reverse:visited:hover,
  .link-reverse:focus:hover{
    color:#333;
  }

  b, strong {
    font-weight: 600;
  }


  h2, .h2{
    font-size: 2.666rem;
    font-weight: 600;
  }

  .h3, h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1rem;
  }

  .h4, h4 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 1rem;
  }


  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #96A2A8;
  }

  .hr-reverse{
    border-color:white;
  }

  .text-light{
    font-weight: 200;
  }

  .text-mid{
    font-weight: 400;
  }

  .text-heavy{
    font-weight: 600;
  }

  .text-upper{
    text-transform: uppercase;
  }

  .text-featured{
    font-size: 1.125rem;
  }
 
  main{
    font-size: 1.15rem;
  }

  main p:first-of-type{
    font-weight: 600;
  }


  .grey-box{
    background-color: #96A2A8;
    color:white;
  }

  .grey-box a,
  .grey-box a:visited,
  .grey-box a:focus{
    color:#333;
    font-weight: 400;
  }

  .grey-box a:hover{
    text-decoration:underline;
  }

  footer{
    font-size:0.9rem;
  }
/* cmsms stylesheet: eb_components modified: 12/24/20 17:14:39 */
/*various stand alone bits... buttons etc but also one off items */

/* colours for eb


Dark Orange #F75C19
Dark Green #8EC51A 
Bright Blue #00A5C9 

Tint orange: #FFAF99 
Tint green #CAE589 
Tint blue #89D8E5 

Black (duh) #000000 
Dark grey #333333 
Light grey #96A2A8 
White ... #FFFFFF

*/
.bg-tint{
        background-color: rgba(0,0,0,0.666);
}

.eb-featured-image{
    background-color:#eee;
    width:100%;
    padding-bottom:33.33%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.eb-page-image{
    position: relative;
    background-color:#eee;
    width:100%;
    padding-bottom:66.66%;
    background-size: cover;
    background-position: center center;
    margin-bottom:1.5rem;
}

.eb-title{
    padding:18px 0;
}

.eb-button,
.eb-button:visited,
.eb-button:focus{
    background-color:#F75C19;
    border:2px solid white;
    border-radius: 3px;
    color:white;
    display: inline-block;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.05rem;
    padding:0 20px;
    text-transform: uppercase;
    margin:1rem 0;
    cursor:pointer;
}

.eb-button:hover,
.eb-button:visited:hover,
.eb-button:focus:hover{
    background-color:#333333;
    color:white;
    text-decoration: none;
}

.eb-socmed{
    margin-top:0;
    padding-top:0;
}


.eb-socmed-title{
    font-size:1.125rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.socmed-icon {
	background-color: #333;
	color: white;
	display: inline-block;
	padding: 10px;
	height: 38px;
	width: 38px;
	border-radius: 19px;
	margin: 5px 2px 5px 0;
}

.si-small{
    padding: 8px 0;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	margin: 5px 5px 5px 5px;
}


.fbIntent{
    background-color: #3B5998;
}
.twitIntent{
    background-color: #55ACEE;
}
.linkedIntent{
    background-color: #0177B5;
}

.socmed-icon-mono{
    background-color: #fff;
}

.socmed-icon:hover{
    background-color: #F75C19;
}

.socmed-icon-mono:hover{
    background-color: #333;
}

.news-filter,
.news-filter:visited,
.news-filter:focus{
    line-height: 42px;
    font-size: 1.2rem;
    display:inline-block;
    margin-bottom:1rem;
    color:#333;
}

.news-filter:hover,
.news-filter:hover .cls-grey{
    color: #F75C19;
}

.csr-card{
	display: flex;
	flex-direction: column;
}

.csr-card-img{
	width: 100%;
	padding-bottom: 66.66%;
	background:url(/images/placeholder.png) no-repeat #333; /** <-- For the demo **/
	background-size: cover;
}

.csr-card-body{
	flex-grow: 1;
	padding:20px 20px 0 20px;
    background-color:#88939A;
    color:white;
}

.card-title{
    min-height: 90px;
}

.csr-card-footer{
	background-color:#88939A;
	padding:0 20px 20px 20px;
}


.partner-card,
.player-card{
    height: 100%;
}

.partner-card-toggle,
.player-card-toggle{
    height:18px;
    width:18px;
    background:url(/assets/images/BUTT_expand.svg) no-repeat;
    background-size: contain;
    margin:6px auto;
    cursor: pointer;
}


.partner-card-image-container{
    width:200px;
    height:200px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: auto;
}

.partner-card-image{
    width:100%;
    height:auto;
    max-height: 100%;
    margin:auto;

}

.player-image-circle{
    border-radius: 50% !important;
    width:200px;
    height:200px;
}

.partner-card-toggled,
.player-card-toggled{
    background:url(/assets/images/BUTT_collapse.svg) no-repeat;
}

.grey-fill{
    fill:pink;
}

.partner-card-name,
.player-card-name{
    font-size: 0.875rem;
    font-weight:600;
    color:#000;
}

.player-image-container{
    padding:20px;
}

.player-image-circle{
    background-image: url(/uploads/images/team_photos/Team_Female_PlaceHolder@2x.png);
    background-size:cover;
    background-position: center center;
    margin:auto;
}

.player-card-role{
    font-size: 0.875rem;
}

.partner-website-link{
    display: block;
    padding: 0.5rem 0;
}

.partner-card-toggle:hover .grey-fill,
.player-card-toggle:hover .grey-fill{
    fill:#333;
}

.partner-content,
.player-content{
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding:0;
    font-size: 0.875rem;
    color:#6D6D6D;
}


.partner-content-expanded,
.player-content-expanded{
    display:block;
    height: auto;
    max-height:400px;
    padding:6px;
}

.partner-socmed,
.player-socmed{
    padding:4px;
}


.eb-signup{
    padding-bottom:40px;
}

.eb-signup-label{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1em;
}

.eb-signup-email{
    width:100%;
    max-width: 278px;
    line-height:38px;
    border:1px solid #97A2A8;
    border-radius: 3px;
    padding:0 10px;
    margin:24px 12px;
}


@media(min-width:576px) {

	.csr_feature_link{
		margin-bottom:0;
		background-color: #ffffff;
		min-height:100px;
	}
	
	.csr-card{
		height:100% !important;
    }
/*     
    .eb-page-image{
        position: fixed;
        width:525px;
        height:325px;
        padding:0;
    } */
}


/* eb campaigb */

.eb-camp-container{
    background-color:#FBFBFB;
    border:1px solid #96A2A8;
    padding:1.5rem 10px;
    margin:1rem 0;
}

.eb-camp-title{
    text-transform: uppercase;
    text-align: center

}

.eb-camp-count{
    font-size:4em;
    line-height: 1em;
    color:#EB5D16;
    text-align: center
}

.eb-camp-cta{
    text-align: center;
    padding:1em 10px;
}

.eb-camp-pledge {
	width: 200px;
	height: 200px;
	font-size: 1.1rem;
    font-style: italic;
	color: #fff;
	text-align: center;
    line-height: 1.2em;
    margin:auto;
	padding: 20px;
	border-radius: 50%;
    background: #3FA1CC;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.eb-camp-single .eb-camp-pledge{
    width:320px;
    height:320px;
}

.eb-camp-pledge2{
    background: #93CC00;
}


.eb-post-pledge-title{
    padding:1em 0;
    font-weight: 600;
}



/* stats */

.eb-stat-intro{
    font-size:1.3125rem;
}

.eb-stat-box{
    background-color: #666;
    background-size: cover;
    color:white;
    text-align: center;
}

.eb-stat{
    font-size:6rem;
    font-weight: 600;
    padding:24px 12px;
    width:100%;
    height:100%;
    background-color:rgba(241,93,23,0.6);

}

.eb-stat-green{
    background-color: rgba(144, 201, 1, 0.6);
}

.eb-stat-blue{
    background-color: rgba(42, 155, 192, 0.6);
}


.eb-stat-card-body, .eb-stats-card-footer{
    background-color:#333;
    text-align: center;
}

@media(min-width:992px) {

    .eb-camp-pledge1-container{
        border-right:1px solid #96A2A8;
    }

    .eb-camp-single{
        border-right:0;
    }
}

@media(min-width:1200px) {


}

/* cmsms stylesheet: eb_homepage modified: 12/24/20 17:14:39 */
.header-tint-home,
.header-tint-copy-of-home{
    background-color: rgba(0,0,0,0.666);
    opacity: 0;
    transition:opacity 1s linear;
}

.header-tint-active-home{
    opacity: 1;
    transition:opacity 0.7s linear;
}

.eb-homepage{
    height: auto;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.eb-home-loop{
    padding:110px 28px 110px 28px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 1.2rem;
}

.eb-home-loop-content h2{
    font-size: 2rem;
}



@media(min-width:992px) {

    .eb-homepage{
        min-height: 100vh;
    }

    .eb-home-loop-content h2{
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .eb-home-loop{
        padding:110px 40px 110px 28px;
        background-color: rgba(0,0,0,0.7);
        height: 100vh;
        min-height: 400px;
        width: 55%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        border-radius: 0 60% 60% 0;
        border-left: 0;
    }

    .eb-home-loop-carousel{
        height: auto;
        height: calc(100vh - 140px);
        max-height:720px;
        padding:110px 90px 40px 28px;
        width:50%;
        border-radius: 0 0 70% 0;
        /* height: calc(100vh - 140px);
        padding: 110px 90px 40px 28px;
        width: 55%;
        border-radius: 0 60% 60% 0; */
    }

}


.hompage-featured-partners{
    padding: 1rem 2rem 1rem 1rem;
}

.partner_homepage_grid{
    display:flex;
    flex-wrap: wrap;
    background-color: white;
    padding:0 0.5rem;
    opacity: 0.7;
}

.partner_homepage_image_container{
    display: flex;
    flex:auto;
    width:25%;
    padding-right: 8px;
    text-align: center;
    background-color: white;
}

.partner_homepage_image{
    filter: grayscale(100%);
    margin:auto;
    width:100%;
    max-width: 100px;
    height: auto;
}

.partner_homepage_link{
    padding-right:30px;
    display: block;
    position: relative;
    background-image: url(/assets/images/butt_continue.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 30px;
    transition: var(--transition);
}

.partner_homepage_link:hover{
    background-image: url(/assets/images/butt_continue_active.svg);
    transition: var(--transition);
}

@media(min-width:992px) and (min-height:640px) {

    .hompage-featured-partners{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .partner_homepage_image_container{
        width:12.5%;
    }

}

/* cmsms stylesheet: eb_blog modified: 12/24/20 17:14:39 */
.post-meta{
    margin:12px 0;
}

.eb-post-meta{
    font-size:0.875rem;
}

.eb-post-main{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.eb-post-main-row{
    display: table-row;
}


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

.eb-post-main-cell{
    background-position: center center;
    background-size: cover;
    background-color: #96A2A8;
    display: block;
    width:100%;
    min-height: 200px;
}

.eb-post-icon-image{
    opacity: 0.9;
}



.post-filter-link{
    display: block;
    text-align: center;
    font-size:0.9rem;
    line-height: 1em;
    margin:8px 2px;
}

.post-filter-link .cls-1,
.post-filter-link .cls-2{
    fill:#f75c19;
}

.post-filter-link img{
    max-width:55px;
    height:auto;

}

.post-filter-link:hover img{
    opacity:0.6;

}


.post-colophon{
    border:1px solid #96A2A8;
    background-color:#FAFBFB;
}

@media(min-width:576px) {

    .eb-post-main-cell{
        display: table-cell;
        color:white;
        vertical-align: top;
        padding:0;
    }

}


.eb-post-icon{
    position: absolute;
    top:16px;
    left:26px;
    width:60px;
    height:60px;
}

.eb-post-link{
    display: block;
}

.eb-post-link:hover{
    text-decoration: none;
    color:#333;
}

