@charset "utf-8";
/* CSS Document */

body {color:#333; font-family:Calibri, Helvetica, sans-serif, Tahoma; background: #282727;}
h1 {font-family:Calibri, Helvetica, sans-serif, Tahoma; text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); font-weight:300; font-size:3rem; color: #FFFFFF;}
h2 {font-family:Calibri, Helvetica, sans-serif, Tahoma; font-size:2.8em; padding:0; color:#FFF; font-weight:300;}
h3 {font-family:Calibri, Helvetica, sans-serif, Tahoma; font-size:2rem; padding:0; color:#333; font-weight:300;}
p {font-family:Calibri, Helvetica, sans-serif, Tahoma; line-height:2rem; font-weight:300; color:#333333; font-size: 1.6rem;}
ul, li {font-family:Calibri, Helvetica, sans-serif, Tahoma; line-height:2rem; font-weight:300; color:#333333; font-size: 1.6rem;}

a:link, a:visited {color:#333333;}
a:hover {text-decoration:underline;}

/* TOP BAR */

.top-bar {
  background: #282727;
}
.top-bar ul { background: #282727;}
.top-bar ul a:link, a:visited {color:#FFF;}
.top-bar ul a:hover { text-decoration:none;}

/*
.topbar-center-logo .menu {
  background: #282727;
}

.topbar-center-logo .menu a {
  color: #FFF;
}

.topbar-center-logo .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .topbar-center-logo .top-bar-center {
    display: none;
  }
}

.topbar-center-logo-mobile {
  background: #282727;
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}
*/
.title-bar {background: #282727;}

/* EOF TOP BAR */

.splash {background-color: #282727;}
.logo {width: 40vw; padding-top: 30vh; padding-bottom: 7vh; margin-left: 2rem;}
.logoMobile {height: 70px; width: 378px; padding-top: 0; padding-bottom: 0; margin-left: 2rem;}
.logoMobileMini {height: 40px; width: 243px; padding-top: 0; padding-bottom: 0; margin-left: 2rem;}

.contentGradient {
	background: rgb(220,180,110);
	background: linear-gradient(54deg, rgba(220,180,110,1) 17%, rgba(219,219,219,1) 100%);
}
.content {padding: 7rem !important;}
.heading {background: #282727; padding: 4rem 0 !important;}
.content li {line-height: 3rem;}




/* HERO  */


/* EOF HERO  */


/* SITE CONTENT  */
.marketing-site-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.marketing-site-content-section .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.marketing-site-content-section .marketing-site-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.marketing-site-content-section .marketing-site-content-section-img img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-img {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.marketing-site-content-section .marketing-site-content-section-block {
  padding: 1rem;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.marketing-site-content-section .marketing-site-content-section-block li { line-height: 2.6rem;}

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-block {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 2rem;
  }
}

.marketing-site-content-section-block-header {
  font-size: 28px;
}

.marketing-site-content-section-block-subheader {
  font-size: 13px;
}
/* EOF SITE CONTENT  */




/* FOOTER  */

footer {font-family:Calibri, Helvetica, sans-serif, Tahoma;  color:#FFF;}
footer p {line-height:2em; font-weight:300; font-size: 1.3rem; color:#e6e6e6;}
footer h3 {font-family:Calibri, Helvetica, sans-serif, Tahoma;  color:#e6e6e6;}

/* EOF FOOTER  */






/* Small screens */
@media screen and (max-width: 39.9375em) {
	h1 {font-size:2rem;}
	h2 {font-size:2rem;}
	h3 {font-size:1.5rem;}
	ul, li {font-size: 1.4rem;}
	.logo {width: 80vw;}
	.content {padding: 7rem 1.3rem !important;}
	.heading {padding: 2rem 0 !important;}

}

/* Medium screens */ /* min-width 641px and max-width */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

	h1 {font-size:2.1rem;}
	h2 {font-size:2.5rem;}
	h3 {font-size:1.8rem;}
	ul, li {font-size: 1.4rem;}
	footer p {line-height:1.6em; font-size: 1.1rem;}
	.logo {width: 60vw;}
	.content {padding: 7rem 2rem !important;}
	.logoMobile {height: 43px; width: 230px;}
	.heading {padding: 3rem 0 !important;}

} 
