body, html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

html, body, #main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body, #menu, #main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar,
#menu::-webkit-scrollbar,
#main::-webkit-scrollbar { 
    display: none;
}

body, html, img, p {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: DM Sans;
    font-size: 18px;
    line-height: 24px;
}

.scrollbar-track {
    background: transparent !important;
}

.fixed-not-active .scrollbar-thumb {
    background: transparent !important;
    transition: background 0.7s;
}

.fixed-not-active .scrollbar-track:hover .scrollbar-thumb {
    background: #CCB7E3 !important;
    transition: background 0.7s;
}

.scrollbar-thumb {
    top: 4px !important;
    left: -4px !important;
    border-radius: 3px !important;
    background: #333136 !important;
    transition: background 0.7s;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

nav {
    background: white;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    padding: 30px;
    color: #273b94;
    font-size: 32px;
    line-height: 32px;
    font-family: Darker Grotesque;
    text-transform: uppercase;
    border-bottom: 3px solid #273b94;
}

nav .menu {
    width: 34px;
    float: right;
    margin-top: 2px;
    z-index: 99999;
    cursor: pointer;
}

.close { 
    cursor: pointer;
    display:none;
    position: fixed;
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

.closemodal { 
    cursor: pointer;
    display:block;
    position: fixed; 
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

.fixed-not-active .fixed-menu.open {
    display: none !important;
}

/* Padding */
.padding-all {
    padding: 30px;
}

.padding-left {
    padding-left: 30px;
}

.padding-right {
    padding-right: 30px;
}

.padding-right-not-responsive {
    padding-right: 30px;
}

.portrait .padding-right-not-responsive {
    padding-right: 0px;
}

.padding-top {
    padding-top: 30px;
}

.padding-top-not-responsive {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-bottom-not-responsive {
    padding-bottom: 30px;
}

.padding-all-but-left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.padding-all-but-right {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.padding-all-but-top {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.padding-right-90 {
    padding-right: 90px;
}

.portrait .padding-right-90 {
    padding-right: 0px;
}

.padding-all-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.portrait .padding-all-90 {
    padding-right: 0px;
    padding-left: 0px;
}

.portrait .padding-left,
.portrait .padding-right,
.portrait .padding-top,
.portrait .padding-bottom,
.portrait .padding-all,
.portrait .padding-all-but-left,
.portrait .padding-all-but-right {
    padding: 30px;
}

.portrait .padding-inside-block {
    padding-left: 0px;
    padding-right: 0px;
}

/* Containers */

.inline-block {
    display: inline-block !important;
    width: auto !important;
}

header {
    margin-top: 90px;
}

.ssa {    width: 108px;
    position: absolute;
    top: 23px;
    left: 30px;}

.header-img {
    background: url(../img/header.svg);
    width: 100%;
    background-size: cover;
    padding-bottom: 40.5%;
}

.portrait .header-img {
    background: url(../img/header-mobile.svg);
    width: 100%;
    background-size: cover;
    padding-bottom: 128%;
}

.portrait .portrait-hide {
    display: none;
}

.portrait-show {
    display: none;
}

.portrait .portrait-show {
    display: block;
}

.portrait .portrait-show h5 {
    display: none;
}

.portrait .portrait-show h6 {
    display: none;
}

.portrait .spacer {
    display: none;
}

.portrait .portrait-right {
    float: right;
}

.container, section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container::after {
  content: "";
  clear: both;
  display: table;
}

section::after {
  content: "";
  clear: both;
  display: table;
}

.w33 {
    width: 33.33%;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
}

.w66 {
    width: 66.66%;
    float: left;
}

.portrait .w33,
.portrait .w50, 
.portrait .w66 {
    width: 100%;
}

.columns {
    columns: 3;
    padding-right: 52px;
    padding-top: 12px;
    column-width: 300px
}

.column-item {
    display: block;
    padding-top: 9px;
    page-break-inside: avoid;
    break-inside: avoid-column; 
    display:table;  
}

.portrait .column-item.padding-right {
    padding: 0px;
    padding-bottom: 10px;
}

.column-group {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid-column; 
    display:table;  
}

.bg-video {
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    object-fit: cover;
}

.scrim {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: black;
    opacity: 0.575;
}

.zindex {
    z-index: 3;
}

.dead-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.center-center {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    transform: translate(0,-50%);
}

.portrait .center-center {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 30px;
    transform: none;
}

.portrait .dead-center { 
    padding-top: 28px;
} 

.right {
    float: right;
}

.bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.bottom-left {
    padding: 20px;
    background: #26FF00;
    color: #3A281C;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 24% !important;
}

.show-850 {
    display: none;
    width: 100% !important;
    float: right;
    padding: 20px;
    background: #0DFF00;
    color: #3A281C;
}

@media only screen and (min-width: 850px) {
    .bottom {
        background: transparent !important;
    }
}

@media only screen and (max-width: 850px) {
  .bottom {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: calc(100%) !important;
    float: left;
    padding: 30px !important;
  }
  .bottom-left {
    display: none !important;
  }
  .show-850 {
    display:block;
  }
}

.bottom.bottom-open {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: calc(100%) !important;
    float: left;
    padding: 30px !important;
  }

.bg-norepeat {
    background-size: 100% !important; 
    background-repeat: no-repeat !important;
}

.slideshow {
    position: relative;
    width: 100%;
    padding-top: 67%;
}

@media only screen and (max-width: 700px) {
  #events-slideshow .slideshow {
    padding-top: 92%;
  }
}

@media only screen and (max-width: 500px) {
  #events-slideshow .slideshow {
    padding-top: 122%;
  }
}

.slideshow-contents { 
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.slideshow .slide {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    bottom: 0px;
    background-size: cover !important;
    background-position: center center !important;
}

.slideshow .slideshow-scrim {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

.slideshow .slide-text {
    width: calc(100% - 60px);
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.additional-scrim {
    display: inline-block;
    position: absolute;
    width: 100% !important;
    height: auto !important;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
}

.absolute {
    width: 101%;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -2px;
}

.event {
    margin-top: -1px;
}

/* Type */

.center {
    text-align:center;
}

a:hover {
    border-bottom: 2px solid;
}

.no-underline {
    border: 0px !important;
}

a.underline {
    border-bottom: 2px solid;
}

sup {
    line-height: 0;
    font-size: 11px;
    vertical-align: super;
}

small {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
}

ol {
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
}

h2 {
    margin: 0px;
    font-family: Darker Grotesque;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    width: 100%;
}

h2.case {
    text-transform: none;
    line-height: 34px;
}

@media only screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.display h2 {
    line-height: 1;
    margin: 0px;
    margin-top:8px;
}

h2.pad-h2 {
    margin-bottom: 0px;
}

.h2-30 {
    line-height: 30px;
}

.portrait h2.pad-h2 {
    margin-bottom: 4px;
}

h5 {
    margin: 0px;
    font-family: Darker Grotesque;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 30px;
    width: 100%;
}

h6 {
    margin: 0px;
    font-family: Darker Grotesque;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    width: 100%;
}

h3 {
    margin: 0px;
    font-family: Darker Grotesque;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (max-width: 550px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.halfspace {
    display: block;
    height: 10px;
    overflow: hidden; 
}

.event .w50 {
    font-size: 1.5vw;
    line-height: 1.9vw;
}

.portrait .event .w50 {
    font-size: inherit;
    line-height: inherit;
}

.event .w50 h2 {
    line-height: 3.1vw;
    font-size: 2.8vw;
    margin-bottom: 4px;
}

.portrait .event .w50 h2 { 
    line-height: 32px;
    font-size: 32px;
}

.portrait .event-description {
    margin-top: -1px;
}

@media screen and (min-width: 1250px) {
  .event .w50 {
        font-size: inherit;
        line-height: inherit;
    }
    .event .w50 h2 { 
        line-height: 32px;
        font-size: 32px;
    }
}

.event-month {
    position: absolute;
    bottom: 22px;
    right: 30px;
    display: inline-block;
    width: auto !important;
}

.event video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.ecto {
    font-family: Ectogasm;
    font-size: 26px;
}

.fixed-menu {
    cursor: pointer;
    display:none;
    position: fixed;
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

#menu {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #273b94;
    padding: 30px;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ecto.mobile {
    display:none !important;
}

@media screen and (max-width: 850px) {
    .ecto.right.inline-block {
        display:none !important;
    }
    .ecto.mobile {
        display:block !important;
        width: 100% !important;
        margin-top: 26px;
        text-align: right;
    }
}

@media screen and (max-width: 575px) {
    .ecto.mobile {
        text-align: left;
    }
}

#menu .button {
    border-color: white !important;
    background: white !important;
    color: #273b94 !important;
}

#menu .columns {
    column-width: 200px
}

#menu .column-item {
    display: block;
    height: 150px;
}

@media screen and (max-width: 530px) {
    #menu .column-item {
        height: auto;
    }
}


#menu ::placeholder {
  color: white;
  opacity: 1; 
}
#menu :-ms-input-placeholder {
  color: white;
}
#menu ::-ms-input-placeholder {
  color: white;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.the-modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #273b94;
    z-index: 99999;
    color: white;
}

.modal-content {
    display: none !important;
}

.modal-contents {
    padding: 30px;
}

.modal-scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

.the-modal .columns {
    column-width: 250px;
}

.the-modal .button {
    color: #273b94 !important;
    background: white !important;
    border-color: white !important;
}

.c-logo-sidebar .st0, .ohplogo .st0, .roaclogo .st0, .roaclogo path {fill:#f1541d !important;} 
.ohplogo path{fill:#f1541d !important;}
.cc       {position: relative;top: 2px;padding:1px; }

.the-logo {
    font-family: Inter;
    padding: 12px 0px 8px 0px;
    border: 5px solid #222;
    color: #222;
    font-size: 24px;
    letter-spacing: 2px;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity 0.5s;
    width: 216px;
    overflow: hidden;
    text-align: center;

}


.card a {
    border-bottom: 0px !important;
}
.followButton,.btn-info {
    word-break: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    line-height: 1.5;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    outline: 0!important;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 12px;
    background: #31414a;
    color: #fff!important;
    float: left;
    margin: 0 8px 4px 0;
    white-space: normal;
    hyphens: none;
}



.card-footer {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    padding: 0 16px 20px;}

    .card {
   font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    min-height: 1px;
    float: left;
    position: inherit;
    display: flex;
    flex-direction: row;
    width: calc(100% - 30px) !important;
}

.card-panel {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    border-radius: 4px;
    background-color: #fff;
}

.card-bg-image {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    width: 100%;
    height: 86px;
    background-color: #cfcfcf;
    background-size: cover;
    background-position: center;
    border-radius: 4px 4px 0 0;
}

.card-header {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    position: absolute;
    padding: 16px;
    display: table;
    width: 100%;
}

.card-image-link {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    background-color: transparent;
    color: #242424;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    border: none;
}
.space-acronym {
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    display: none !important;
    border-radius: 50%!important;
    color: #fff;
    text-align: center;
    background-color: #00ff2b;
    width: 94px;
    height: 94px;
    font-size: 41.36px;
    padding: 16.92px 0;
}
.profile-user-photo {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-family: 'Open Sans',sans-serif;
    color: #242424;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    image-orientation: from-image;
    border-radius: 50%;
    width: 94px;
    height: 94px;
}
.card-body {
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #31414a;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 44px 16px 24px;
    overflow: auto;
}

#conf .header-img {
    background: url(../../pits/img/giblin.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 43.85%;
}

.portrait #conf .header-img {
    background: url(../../pits/img/giblin.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 124%;
}

#conf {cursor: pointer !important;}





#make-img .header-img {
    background: url(../img/make-bg.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 52.85%;
}

.portrait #make-img .header-img {
    background: url(../img/make-bg.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 113%;
}

#make-img {cursor: pointer !important;}


footer .social {display:none !important;}