@charset "utf-8";
/* RESETS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  overflow-x: hidden; scroll-behavior: smooth;
}

a {
  text-decoration: none;
}


img {
max-width: 100%;
height: auto;
}
	
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


.clear { clear:both; visibility:hidden; height:1px; overflow:hidden; }

a { text-decoration:none; color:#708b7c; }
a:active { text-decoration:none; color:#708b7c; }
a:visited { text-decoration:none; color:#708b7c; }

a:hover,
a:focus {
  color: #708b7c;
  text-decoration: none;
}

body {
  
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "graphie", sans-serif;
  font-size:14px;
  word-wrap: break-word;
  color:#2c2c2c;
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}

/* MAIN STYLES */


h1, h2, h3, h4, h5 { font-family: "graphie", sans-serif; color: #2c2c2c;  }
h1 { font-size:28px; line-height:32px; padding:0px 0px 10px 0px; font-weight:600; }
h2 { font-size:44px; line-height:48px; padding:0px 0px 10px 0px; font-weight:600;  }
h3 { font-size:18px; line-height:22px; padding:0px 0px 10px 0px; font-weight:600; }


@media only screen and (max-width: 800px) {

h2 { font-size:30px; line-height:34px; padding:0px 0px 10px 0px; font-weight:600;  }
	
}

.go-center { text-align:center; }
.go-upper { text-transform:uppercase; }
.go-white { color:#fff; }
.go-red { color:#ec161e; }
.go-light { font-weight:300; }
.boldtext { font-weight:bold; }
.smalltext { font-size:11px !important; }
.smalltext13 { font-size:13px !important; }

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

hr { border-top:1px solid #ebebeb; }


/* mobile menu only */

.showmobile-nav { display:none; }
.hidemobile-nav { display:block; }

@media only screen and (max-width: 1024px) {
	
.showmobile-nav { display:block; }
.hidemobile-nav { display:none; }

}

.showmobile { display:none; }
.hidemobile { display:block; }

@media only screen and (max-width: 1024px) {
	
.showmobile { display:block; }
.hidemobile { display:none; }

}

.showmobile-spotlight { display:none; }
.hidemobile-spotlight { display:block; }

@media only screen and (max-width: 640px) {
	
.showmobile-spotlight { display:block; }
.hidemobile-spotlight { display:none; }

}

.img-left { float:left; margin:0px 15px 20px 0px; clear:both; }
.img-icon-left { float:left; margin:0px 15px 0px 0px; clear:both; }

.static-content { }
.static-content p { padding:0; margin:0px 0px 10px 0px; line-height:26px; font-family: "graphie", sans-serif; }

.static-content h1 { color:#303133; }
.static-content h2 { color:#303133; }
.static-content h3 { color:#303133; }


.static-content a { color:#777; }
.static-content a:active { color:#777; }
.static-content a:visited { color:#777; }
.static-content a:hover { color:#303133; }

.text-serif { font-family: "graphie", sans-serif; }

.standard-list { margin:20px 0px 20px 0px; }
.standard-list li { margin:0px 0px 5px 40px; list-style-type:disc; }
.standard-numbered-list { margin:20px 0px 20px 0px; }
.standard-numbered-list li { margin:0px 0px 5px 40px; list-style-type:decimal; }
.standard-alpha-list { margin:20px 0px 20px 0px; }
.standard-alpha-list li { margin:0px 0px 5px 40px; list-style-type:lower-alpha; }



.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

/* layout */

.wrapper-condensed { width:900px; margin-left:auto; margin-right:auto; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

@media only screen and (max-width: 1024px) {

.wrapper-condensed { width:100%; padding:0px 20px 0px 20px; }

}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


@media only screen and (max-width: 800px) {

.col-md-15 {
    width: 25%;
    float: left;
}

}

@media only screen and (max-width: 640px) {

.col-xs-15 {
    width: 50%;
    float: left;
}

}


/* desktop main nav */

.navbar-desktop { padding:20px 20px 20px 20px; width:100%; z-index:100; }

.nav-logo-desktop { padding:5px 0px 0px 0px; }
.nav-logo-desktop img { width: 400px; }

.mainnav-area { font-family: "graphie", sans-serif; padding: 20px 0px 0px 0px; text-align: right; }

.mainnav-area ul li a { color:#fff; }
.mainnav-area ul li a:active { color:#fff; }
.mainnav-area ul li a:visited { color:#fff; }
.mainnav-area ul li a:hover { color:#fcaf17; }

.mainnav-area ul li {
  display: inline-block;
  text-align: right;
  font-size:13px;
  color:#fff;
  font-weight:600;
  font-family: "graphie", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin:0px 0px 0px 15px;
}

.mainnav-area ul li:hover {
  color: #fff;
}

.mainnav-area ul ul li:hover {
  color: #2b3f7a;
  border-bottom: none;
}

.mainnav-area ul li ul {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  transition: 0.1s 0.1s;
}

.mainnav-area ul li:hover ul {
  visibility: visible;
  transition-delay: 0s;
}

.mainnav-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainnav-area a {
  display: block;
  
}

.mainnav-area ul li ul  { 
  background-color:#fff;
  z-index:10;
}

.mainnav-area ul li ul li { 
  text-align:left;
  min-width:260px;  
  display: block;
  font-weight:500;
  font-size:12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding:10px 20px 10px 20px;
  margin:0px 0px 0px 0px;
}

.mainnav-area ul li ul li a { color:#000; }
.mainnav-area ul li ul li a:active { color:#000; }
.mainnav-area ul li ul li a:visited { color:#000; }
.mainnav-area ul li ul li a:hover { color:#fcaf17; }

/* mobile nav */

.mobile-nav { background:#a2c24e; }

.mobile-header-logo { padding:15px 0px 20px 0px; }
.mobile-header-logo img { width: 200px; }
.mobile-menu-icon { position:absolute; left:20px; top:20px; z-index:2; }

.mobile-menu-icon a { color:#fff; }
.mobile-menu-icon a:active { color:#fff; }
.mobile-menu-icon a:visited { color:#fff; }
.mobile-menu-icon a:hover { color:#fff; }

.mobile-menu-icon img { width: 30px; }

.mobilenav ul { padding:0; margin:20px 0px 0px 10px; }

.mobilenav li { font-family: "graphie", sans-serif; padding:0; margin:0px 0px 20px 0px; font-size:15px; font-weight:600; letter-spacing:1px; text-transform: uppercase;  }
.mobilenav a { color:#fff; }
.mobilenav a:active { color:#fff; }
.mobilenav a:visited { color:#fff; }
.mobilenav a:hover { color:#ccc; }

.mobilenav ul li ul li { font-weight: 400; font-size:12px;  } 
.mobilenav ul li ul li a { color:#fff; }
.mobilenav ul li ul li a:active { color:#fff; }
.mobilenav ul li ul li a:visited { color:#fff; }
.mobilenav ul li ul li a:hover { color:#fff; }

/* Body animation when left panel is opened */
    body.ps-active {
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }

    /* Body animation when right panel is opened */
    body.ps-active-right {
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    /* Panel styles */
    .thepanel {
      position: fixed;
      top: 0;
      width: 260px;
      height: 100%;
      padding: 20px;
      background-color: #2c2c2c;
      color: #fff;
	  border-radius:none;
    }

    #left-panel {
      left: 0;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
      -webkit-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      transform: translateX(-260px);
    }

    #right-panel {
      right: 0;

      /* Hide panel on the right of the page. When this panel is opened the
      class .ps-active-right will be apllied to body, and it's X translation
      will reveal the panel. */
      -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
      transform: translateX(260px);
    }


/* home header */

.home-header { min-height: 900px; position: relative;  }

.home-header-content { padding-top: 160px; text-align: center; }
.home-header-content h2 { font-family: "bressay", sans-serif; color:#fff; font-size: 36px; line-height: 44px; font-weight: 600; margin: 0px 0px 0px 0px; letter-spacing: 1px; }
.home-header-content h4 { font-family: "bressay", sans-serif; color:#fff; font-size: 20px; line-height: 30px; font-weight: 400; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; }

.home-header-logo { margin: 0px 0px 30px 0px; }
.home-header-logo img { width: 500px; }

.home-header-btn { padding: 40px 0px 0px 0px; }


.home-header-stats { text-align: center; margin: 30px 0px 0px 0px; }
.home-header-stats h3 { font-family: "graphie", sans-serif; color:#fff; font-size: 60px; line-height: 60px; font-weight: 700; margin-bottom: 0px; letter-spacing: 1px; }
.home-header-stats h4 { font-family: "graphie", sans-serif; color:#fff; font-size: 20px; line-height: 20px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; }

@media only screen and (max-width: 800px) {

.home-header { min-height: 100%; position: relative; padding: 0px 0px 60px 0px;  }

.home-header-content { padding: 40px 20px 0px 20px; text-align: center; }
.home-header-content h2 { font-size: 30px; line-height: 34px; }

.home-header-stats h3 { font-size: 40px; line-height: 40px; }
.home-header-stats h4 { font-size: 12px; line-height: 20px; }

.header-logos { text-align: center; }
.header-logos li { display: inline-block; padding: 0px; margin: 0px 10px 0px 10px; }
.header-logos img { width: 80px; }
	
}

/* solutions items */

.solutions-item { background-color: #fff; height: 600px; position: relative; }
.solutions-item-desc-area { height: 600px; position: relative; text-align: center; }
.solutions-item-desc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.solutions-item-desc h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.solutions-item-desc h3 { color: #2c2c2c; font-size: 22px;  }
.solutions-item-desc p { margin-bottom: 10px; color: #2c2c2c; }
.solutions-item-img { height: 600px; }
.solutions-item-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}


@media only screen and (max-width: 1024px) {

.solutions-item {  height: 100%; } 
.solutions-item-img { height: 500px; width: 100%; }
.solutions-item-desc-area { height: 100%; padding: 60px 50px 60px 50px; }
.solutions-item-desc { position: relative; top: 0%; left: 0%; transform: none; }

}

@media only screen and (max-width: 640px) {

.solutions-item {  height: 100%; } 
.solutions-item-img { height: 350px; width: 100%; }
.solutions-item-desc-area { height: 100%; padding: 60px 50px 60px 50px; }
.solutions-item-desc { position: relative; top: 0%; left: 0%; transform: none; text-align: center; }
.solutions-item-desc h2 { font-size: 28px; margin-bottom: 10px; }

}

/* Image and Text Content Blocks */

.imagetextblock-item { background-color: #fff; height: 600px; position: relative; }
.imagetextblock-item-area { height: 600px; position: relative;}
.imagetextblock-item-desc { position: absolute; top: 30%; left: 30%; transform: translate(-30%, -30%); }
.imagetextblock-item-desc h2 { font-family: "bressay", serif; color: #009b96; font-size: 28px; line-height: 34px; margin-bottom: 10px; }
.imagetextblock-item-desc h3 { color: #2c2c2c; font-size: 22px;  }
.imagetextblock-item-desc p { margin-bottom: 10px; color: #2c2c2c; }
.imagetextblock-item-img { height: 600px; }
.imagetextblock-item-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}


@media only screen and (max-width: 1024px) {

.imagetextblock-item {  height: 100%; } 
.imagetextblock-item-img { height: 500px; width: 100%; }
.imagetextblock-item-area { height: 100%; padding: 60px 50px 60px 50px; }
.imagetextblock-item-desc { position: relative; top: 0%; left: 0%; transform: none; }

}

@media only screen and (max-width: 640px) {

.imagetextblock-item {  height: 100%; } 
.imagetextblock-item-img { height: 350px; width: 100%; }
.imagetextblock-item-area { height: 100%; padding: 60px 50px 60px 50px; }
.imagetextblock-item-desc { position: relative; top: 0%; left: 0%; transform: none; }
.imagetextblock-item-desc h2 { font-size: 28px; margin-bottom: 10px; }

}

/* home members */

.home-members { text-align: center; }
.home-members-content { }
.home-members-content h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.home-members-logos { margin: 40px 0px 40px 0px; }
.home-members-logo-item { padding: 0px 10px 0px 10px; text-align: center; }
.home-members-logo-item img { width: 100px !important; }

/* home technology partners */

.home-techpartners { text-align: center; }
.home-techpartners-content { }
.home-techpartners-content h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.home-techpartners-logos { margin: 40px 0px 40px 0px; }
.home-techpartners-logo-item { padding: 0px 10px 0px 10px; text-align: center; }
.home-techpartners-logo-item img { width: 100px !important; }

/* home about */

.home-about { }
.home-about-content { padding: 60px 0px 0px 60px; }
.home-about-content h3 { font-family: "bressay", serif; color: #009b96; font-size: 26px; line-height: 30px; margin-bottom: 10px; }
.home-about-logos { }
.home-about-logos img { width: 50px; }
.home-about-logos ul { padding: 0; margin-bottom: 0px; }
.home-about-logos li { display: inline-block; padding: 0px; margin: 0px 20px 0px 0px; }

@media only screen and (max-width: 800px) {

.home-about { text-align: center; }
.home-about-content { padding: 20px; }

}


/* home membership */

.home-membership { text-align: center; }
.home-membership-content { }
.home-membership-content h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.home-membership-content p { color: #fff; }


/* home events */

.home-events { padding: 120px 0px 120px 0px; text-align: center; }
.home-events-intro { margin-bottom: 30px; }
.home-events-intro h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.home-event { padding: 0px 20px 20px 20px; }
.home-event h4 { font-family: "graphie", sans-serif; font-size: 16px; line-height: 20px; margin: 20px 0px 0px 0px; }
.home-event p { font-size: 12px; }

@media only screen and (max-width: 800px) {

.home-events { padding: 60px 20px 60px 20px; text-align: center; }

}

/* inner header */

.inner-header { min-height: 400px; position: relative;  }

.inner-header-content { padding-top: 100px; text-align: center; }
.inner-header-content h2 { font-family: "bressay", sans-serif; color:#fff; font-size: 36px; line-height: 44px; font-weight: 600; margin: 0px 0px 0px 0px; letter-spacing: 1px; }
.inner-header-content-5th { padding-top: 70px; }
.inner-header-content-5th h2 { font-family: "bressay", sans-serif; color:#fff; font-size: 36px; line-height: 44px; font-weight: 600; margin: 0px 0px 0px 0px; letter-spacing: 1px; }


@media only screen and (max-width: 800px) {

.inner-header { min-height: 100%; position: relative; padding: 0px 0px 60px 0px;  }

.inner-header-content { padding: 40px 20px 0px 20px; text-align: center; }
.inner-header-content h2 { font-size: 30px; line-height: 34px; }

.inner-header-content-5th { padding: 40px 20px 0px 20px; }
.inner-header-content-5th h2 { font-size: 30px; line-height: 34px; }
	
}

/* inner content area */

.inner-content-area { }

/* content blocks */

.content-block-lgrey { background-color: #f7f7f7; padding: 120px 0px 120px 0px; }
.content-block-white { background-color: #fff; padding: 120px 0px 120px 0px; }

@media only screen and (max-width: 800px) {


.content-block-lgrey { background-color: #f7f7f7; padding: 60px 20px 60px 20px; }
.content-block-white { background-color: #fff; padding: 60px 20px 60px 20px; }

}


/* about */

.about-ppp-desc { padding: 0px 0px 30px 0px; }
.about-ppp-desc h3 { font-family: "bressay", serif; color: #009b96; font-size: 20px; line-height: 24px; margin-bottom: 10px; }

.about-leadership { }
.leadership-img { padding: 0px 0px 40px 30px; }
.leadership-desc { padding: 0px 0px 40px 30px; }
.leadership-desc-title { margin: 0px 0px 10px 0px; }
.leadership-desc-title h3 { font-family: "bressay", serif; color: #009b96; font-size: 20px; line-height: 24px; margin-bottom: 10px; }
.leadership-desc-logo { text-align: right; }

.callout-text-right { border-right:1px solid #009b96; padding: 0px 40px 0px 0px; }
.callout-text-right h3 { font-family: "bressay", serif; color: #009b96; font-size: 24px; line-height: 28px; margin-bottom: 10px; }

.about-intro-content { padding: 0px 20px 0px 20px; }
.about-intro-content h4 { font-family: "graphie", sans-serif; color: #009b96; font-size: 18px; line-height: 22px; font-weight: 600; margin-bottom: 10px; }

.about-founding { text-align: center; }
.about-founding h3 { font-family: "bressay", serif; color: #009b96; font-size: 36px; line-height: 44px; font-weight: 600; margin-bottom: 10px; }
.about-founding-logos { }
.about-founding-logos img { width: 100px; }
.about-founding-logos ul { padding: 0; margin-bottom: 0px; }
.about-founding-logos li { display: inline-block; padding: 0px; margin: 0px 20px 0px 20px; }

.icon-impact  { text-align: center; padding: 0px 0px 0px 0px; }
.icon-impact img { height: 80px; margin-bottom: 15px; }

@media only screen and (max-width: 800px) {

.about-leadership { text-align: center; }
.leadership-img { padding: 0px 0px 40px 0px; }
.leadership-desc { padding: 0px 0px 40px 0px; }
.leadership-desc-logo { text-align: center; }

.about-founding h3 { font-size: 26px; line-height: 34px; }

.callout-text-right { border-right:none; padding: 0px 20px 0px 20px; }

.icon-impact  { padding: 0px 0px 20px 0px; }
.callout-impact { text-align: center; }

}

/* offerings */

.offer-desc-right { padding: 120px 0px 0px 60px; }
.offer-desc-right h3 { font-family: "bressay", serif; color: #009b96; font-size: 36px; line-height: 44px; margin-bottom: 10px; }

.offer-desc-left { padding: 120px 60px 0px 0px; }
.offer-desc-left h3 { font-family: "bressay", serif; color: #009b96; font-size: 36px; line-height: 44px; margin-bottom: 10px; }

.offer-desc { padding: 0px 0px 40px 60px; }
.offer-desc h3 { font-family: "bressay", serif; color: #009b96; font-size: 26px; line-height: 34px; margin-bottom: 10px; }

.offer-icon { padding: 0px 0px 40px 0px; }
.offer-icon img { width: 100px; }

@media only screen and (max-width: 800px) {

.offer-desc-right { padding: 30px 0px 0px 0px; }
.offer-desc-left { padding: 30px 0px 0px 0px; }

.offer-desc-right h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px; }
.offer-desc-left h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px; }

.offer-desc { padding: 0px 0px 40px 0px; text-align: center; }
.offer-desc h3 { font-family: "bressay", serif; color: #009b96; font-size: 20px; line-height: 24px; margin-bottom: 10px; }

.offer-icon { padding: 0px 20px 40px 20px; text-align: center; }
.offer-icon img { width: 150px; }

}

/* tech partners */

.techpartners-intro { padding: 0px 0px 0px 60px; }
.techpartners-logos { }
.techpartners-logos img {  }
.techpartners-logos ul { padding: 0; margin-bottom: 0px; }
.techpartners-logos li { display: inline-block; padding: 0px; margin: 0px 20px 0px 20px; }

.partner-name { padding: 50px 0px 0px 0px; }
.partner-name h1 { font-family: "bressay", serif; color: #009b96; font-size: 28px; line-height: 44px; margin-bottom: 10px; }
.partner-logo { text-align: right; }

.partner-downloads-website { padding: 20px 0px 20px 0px; margin: 0px 0px 20px 0px; border-bottom: 1px solid #efefef; }

.more-techpartners { background-color: #fff; padding: 0px 0px 0px 0px; }

@media only screen and (max-width: 800px) {

.techpartners-intro { padding: 0px 0px 0px 0px; }
.partner-name { padding: 0px 0px 0px 0px; text-align: center; }
.partner-logo { text-align: center; }
.more-techpartners { background-color: #fff; padding: 30px 20px 30px 20px; }

}

/* events */

.events-intro h3 { font-family: "bressay", serif; color: #009b96; font-size: 24px; line-height: 28px; margin-bottom: 10px; }

/* reports */

.reports-desc-right { padding: 40px 0px 0px 60px; }
.reports-desc-right h3 { font-family: "bressay", serif; color: #009b96; font-size: 36px; line-height: 44px; margin-bottom: 10px; }

.reports-desc-left { padding: 40px 60px 0px 0px; }
.reports-desc-left h3 { font-family: "bressay", serif; color: #009b96; font-size: 36px; line-height: 44px; margin-bottom: 10px; }

@media only screen and (max-width: 800px) {

.reports-desc-right { padding: 30px 0px 0px 0px; }
.reports-desc-left { padding: 30px 0px 0px 0px; }

.reports-desc-right h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px; }
.reports-desc-left h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px; }

}

/* parllax quote */

.parallax-quote { text-align: center; }
.parallax-quote-content { }
.parallax-quote-content h2 { font-family: "bressay", serif; color: #009b96; font-size: 38px; margin-bottom: 10px; }
.parallax-quote-content h3 { font-family: "graphie", sans-serif; color: #fff; font-weight: 400; font-size: 18px; line-height: 28px; }
.parallax-quote-content p { color: #fff; }

@media only screen and (max-width: 800px) {

.parallax-quote-content h2 { font-size: 26px; margin-bottom: 10px; }

}

/* spacers */

.black-spacer { display: block; width: 100px; background-color: #303133; height: 2px; margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 30px; }
.red-spacer { display: block; width: 100px; background-color: #8b1515 ; height: 2px; margin-top: 30px; margin-bottom: 30px; }
.black-spacer-left { display: block; width: 100px; background-color: #303133; height: 2px; margin-top: 30px; margin-bottom: 30px; }
.white-spacer-left { display: block; width: 100px; background-color: #fff; height: 2px; margin-top: 30px; margin-bottom: 30px; }


/* Parralax IMAGE CONTENT BLOCK */

.parralax-image-block { overflow: hidden; position: relative; width: 100%; background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
.parralax-image-block-content { padding: 140px 80px 140px 80px; }

@media only screen and (max-width: 900px) {

.parralax-image-block { padding-top: 60px; padding-bottom: 60px; }
.parralax-image-block-content { padding: 40px 30px 40px 30px; text-align: center; }

}




/* footer */

.lux-footer { background-color:#0d232d; padding:80px 0px 80px 0px; font-family: "graphie", sans-serif; margin: 0px 0px 0px 0px; color: #fff;  }

.lux-footer-logo img { width: 350px; margin-bottom: 20px; }

.lux-footer-text { padding: 0px 40px 0px 0px; }
.lux-footer-text h3 { font-weight: 600; margin-bottom: 20px; color:#fff; }
.lux-footer-contact h3 { font-weight: 600; margin-bottom: 20px; color:#fff; }
.lux-footer-text p { margin-bottom: 10px; font-size: 13px; }

.lux-footer-contact p { margin-bottom: 10px; font-size: 13px; }
.lux-footer-contact li { margin-bottom: 10px; font-size: 13px; }
.lux-footer-contact a { color:#fff; }
.lux-footer-contact a:active { color:#fff; }
.lux-footer-contact a:visited { color:#fff; }
.lux-footer-contact a:hover { color:#fcaf17; }
.lux-footer-contact .fa-linkedin { font-size: 30px; }

.lux-footer-links { }
.lux-footer-links h3 { font-weight: 600; margin-bottom: 20px; color:#fff; }
.lux-footer-links li { margin-bottom: 10px; font-size: 13px; }
.lux-footer-links a { color:#fff; }
.lux-footer-links a:active { color:#fff; }
.lux-footer-links a:visited { color:#fff; }
.lux-footer-links a:hover { color:#fcaf17; }


@media only screen and (max-width: 640px) {

.lux-footer { text-align: center;  padding:40px 0px 40px 0px;}
.lux-footer-logo { margin-bottom: 30px; }
.lux-footer-text { margin-bottom: 30px; padding: 0px 20px 0px 20px; }
.lux-footer-links { margin-bottom: 30px; }
	
}



/* forms */

.form-group { }
.form-group input[type=text] { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#363636; -webkit-border-radius:0px; border-radius:0px; border:1px solid #ebebeb; }
.form-group input[type=password] { box-shadow:none; font-size:14px; -webkit-appearance: none; color:#363636; -webkit-border-radius:0px; border-radius:0px; border:1px solid #ebebeb;  }
.form-group textarea { box-shadow:none; font-size:16px; -webkit-appearance: none; color:#363636; -webkit-border-radius:0px; border-radius:0px; border:1px solid #ebebeb; }
.form-group label { font-family: "graphie", sans-serif; font-size:14px; padding:0; margin:0px 0px 5px 0px; color:#363636;  }
.form-group select { background:url(/images/adown.png) no-repeat; background-position: right 8px bottom 12px; background-color:#fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size:14px; box-shadow:none; color:#363636; cursor:pointer; -webkit-border-radius:	0px; border-radius:0px; border:1px solid #ebebeb; }

   
.form-control { color:#515e66; font-size:16px; border-radius:0px; }

.alert li { font-size:13px; }
.alert { margin-top:20px; }

.error-red { color:#ed1c24; }

.checkbox-inline,
.checkbox-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.radio-inline,
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.checkbox-inline:last-child,
.radio-inline:last-child {
    margin-right: 0;
}


/* buttons */

.button-left { }

@media only screen and (max-width: 800px) {

.button-left { margin-bottom:10px; }

}



.button-outline-white {
display: inline-block;
  min-width: 120px;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:1px;
 font-family: "graphie", sans-serif;
  font-size:14px;
  font-weight:500;
  -webkit-appearance: none; 
  -webkit-border-radius:0px; border-radius:0px;
  background:none;
  cursor:pointer;
}

.button-outline-white:hover,.button-outline-white
.bbutton-outline-white:active {
  background-color: #009b96;
  color: #fff !important;
   border: 2px solid #009b96;
}

.button-outline-white:visited {  color: #fff; }


.button-green {
display: inline-block;
  min-width: 120px;
  padding: 8px 16px 8px 16px;
  color: #009b96 !important;
  border: 2px solid #009b96;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform:uppercase;
  letter-spacing:1px;
 font-family: "graphie", sans-serif;
  font-size:14px;
  font-weight:500;
  -webkit-appearance: none; 
  -webkit-border-radius:0px; border-radius:0px;
  background:none;
  cursor:pointer;
}

.button-green:hover,.button-green
.button-green:active {
  background-color: #009b96;
  color: #fff !important;
   border: 2px solid #009b96;
}

.button-green:visited {  color: #009b96; }

.btn-small { font-size:11px !important; padding:6px 10px 6px 10px;}
.btn-default { font-family: 'Kanit', sans-serif; letter-spacing:2px; text-transform:uppercase; font-size:13px; }
.btn-primary { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }
.btn-primary:hover { background-color:#ec161e; border-color:#ec161e; border-radius:0px; }

.btn-go-right { text-align:right; }
.btn-go-left { }

@media only screen and (max-width: 800px) {

.btn-go-right { text-align:center; }
.btn-go-left { text-align:center; margin-bottom:10px; }

}

/* no more tables */

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.form-honeypot-hidden {
  display: none;
 
}

/* modals */

.modal-header { background-color:#fff; }
.modal-content { border-radius:0px; background-color:#fff; }
.modal-close-area { padding:10px; }
.modal-body h2 { font-weight:700; }
.modal-header h3 { font-size:16px; text-transform:uppercase; padding:0px !important; letter-spacing:1px; color:#111; }

/* paging */

.paging-area { padding: 60px 0px 0px 0px; }
.pagination { text-align: center; margin-left: auto; margin-right: auto; }


.page-link { color: #363636; margin: 0px 2px 0px 2px; border-radius: 0px !important; }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8b1515;
    border-color: #8b1515;
	border-radius: none !important;
	margin-bottom: 5px;
	}


/* full width images */

.full-width img {
  width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}


/* context blocks */

.content-block-text-padded { padding: 80px 0px 80px 0px; }
.content-block-text-padded-offwhite { padding: 80px 0px 80px 0px; background-color: #fcfcfa; }
.video-content-block { margin: 0px 0px 30px 0px; }

@media only screen and (max-width: 640px) {

.content-block-text-padded { padding: 40px 30px 40px 30px; }
.content-block-text-padded-offwhite { padding: 40px 30px 40px 30px; }
	
}

/* 5th */

.roundtable-header-left { text-align: left;  }
.roundtable-header-left-logo-originalluxury { width: 400px; }
.roundtable-header-right { text-align: right; }

.roundtable-header-left-logos { }
.roundtable-header-left-logos img { width: 80px; }
.roundtable-header-left-logos ul { padding: 0; margin-bottom: 0px; }
.roundtable-header-left-logos li { display: inline-block; padding: 0px; margin: 0px 20px 0px 0px; vertical-align: middle; }


/* embedded videos */

.youtubeembed { height:500px; }

@media only screen and (max-width: 900px) {
	
.youtubeembed { height:315px; }
	
}

/* Diamonds */

.home-qr { padding: 20px 0px 0px 0px; text-align: center; }
.rt-contributor-logos { }
.rt-contributor-logos img { width: 200px; }
.rt-contributor-logos ul { padding: 0; margin-bottom: 0px; }
.rt-contributor-logos li { display: inline-block; padding: 0px; margin: 0px 20px 0px 20px; }

@media only screen and (max-width: 640px) {

.diamonds { text-align: center; }
	
}