/*
----------------------------------------------------
==================================================== 
Created by: Goodinson & Pound Agency 
For use by: Ormsheim Members
Date Created: 13/04/2022
==================================================== 
----------------------------------------------------
*/

@import url("https://use.typekit.net/mig0lfn.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
@import "Norse.css";

@import "login.css";
@import "menu_admin.css";
/* 
==================================================== 
COLOUR PALLET
==================================================== 
*/

:root {
    /*Standard colors*/
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;  
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #333333;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --transparent:transaprent;
    /*Theme colors*/
    --alpha:#000000;
    --beta:#FFA700;
    --gamma:#4CAF50;
    --delta:#FFFFFF;
    --lightgrey:#292b30;
    --midgrey:#232529;
    --darkgrey:#181a1c;
    --lightfont:#c3c5c7;
    --redSeeT: rgba(251,32,0,.1);
    --greenSeeT: rgba(0,167,28,.1);
    --amberSeeT: rgba(255,182,28,.1);
}

* {
    box-sizing: border-box; /* All margins and padding included in size*/
}

html,body {
    margin:0;
    padding:0;
    font-family: Roboto;
    color:var(--lightfont);
    background: var(--lightgrey);
    background-image: url('../images/BG.png'); 
    background-size: auto 100vh; background-position: top right; background-repeat: no-repeat
}

div.row {
    width:100%;
    float:left;
}

div.col {
    float:left;
    padding:0 10px;
}
div.tablecol {
    display:table-cell;
    background:grey;
}
.full {
    width:99.9999%
}
.threequarter {
    width:74.9999%
}
.twothird{
    width:66.6666%
}
.half {
    width:49.9999%
}
.third {
    width:33.3333%
}
.quarter {
    width:24.9999%
}
.widePadding {
    padding: 0 8px
}
.mediumPadding {
    padding: 0 20px !important
}
.narrowPadding {
    padding: 0 45px !important
}
.normalContent {
    width:100%;
    max-width:1200px;
    margin:auto;
}
.narrowContent {
    width:100%;
    max-width:1100px;
    margin:auto;
}
.wideContent {
    width:100%;
    max-width:1500px;
    margin:auto;
}

div.BannerHolderStatic {
    min-height:550px;
    position:relative;
    background-repeat: no-repeat;
    background-position:center top;
    background-size: cover;
    margin: auto;
    width:100%;
    position:relative;
}
div.BannerImageHoldLeft {
    background-position:Left top;
}
div.BannerImageHoldRight {
    background-position:Right top;
}
[class^="bg-container"]{
    width:100%;
    position: relative;
    padding:5px;
    float:left;
}
div.bg-container-alpha {
    background:var(--alpha);
}
div.bg-container-beta {
    background:var(--beta);
}
div.bg-container-gamma {
    background:var(--gamma);
}
div.bg-container-delta {
    background:var(--delta);
}

div.bg-container-grey {
    background:#FCFCFC;
}

a.btn {
    padding:12px;
    text-decoration: none;
    border-radius: 0;
    margin:10px 0px;
    display:block;
    float:left;
    font-size: 18pt
}
a.btnRight {
    float:right
}
a.btnWhite {
    border: 2px solid white;
    color:white;
}
a.btnBlack {
    background:#000000;
    color:white;
}
a.btnWhite:hover,a.btnBlack:hover {
    border: 2px solid black;
    color:black;
    background: #f0f0f0
}
a.btnBeta {
    border: 2px solid var(--beta);
    color:var(--beta);
}
a.btnGamma {
    border: 2px solid var(--gamma);
    background:var(--gamma);
    color:white 
}
a.btnCenter {
    left:50%;
    transform:translate(-50%,0);
    position:relative
}

.P-L{
    padding:60px 0
}
.P-T-L{
    padding-top:60px
}
.P-B-L{
    padding-bottom:60px
}
.P-M{
    padding:40px 0
}
.P-B-M{
    padding-bottom:40px
}
.P-T-M{
    padding-top:40px
}
.P-S{
    padding:20px 0
}
.P-B-S{
    padding-bottom:20px
}
.P-T-S{
    padding-top:20px
}
.P-XS{
    padding:10px 0
}
.P-B-XS{
    padding-bottom:10px
}
.P-T-XS{
    padding-top:10px
}
.P-L-XS{
    padding-left:10px
}
.M-L{
    margin:60px 0
}
.M-T-L{
    margin-top:60px
}
.M-B-L{
    margin-bottom:60px
}
.M-M{
    margin:40px 0
}
.M-B-M{
    margin-bottom:40px
}
.M-T-M{
    margin-top:40px
}
.M-S{
    margin:20px 0
}
.M-B-S{
    margin-bottom:20px
}
.M-T-S{
    margin-top:20px
}
.M-XS{
    margin:10px 0
}
.M-B-XS{
    margin-bottom:10px
}
.M-T-XS{
    margin-top:10px
}
.quarter-m {
    width:calc(24.9999% - 20px);
}
.third-m {
    width:calc(33.3333% - 20px);
}
.BannerHeader {
    margin-top:200px;font-size:40pt;color:white;
}
.floatLeft {
    float:left;
}

/* ------------------- FOOTER ---------------------*/
#footer {
    background:var(--delta);
    float:left;
    width:100%;
}

a.footerLink {
    color: white;
    text-decoration: none;
    display: inline-block;
    position:relative;
    width:100%;
    margin:15px;
    margin-left:0
    }
h2.footerHeader {
    color: white;
    display: inline-block;
    position:relative;
    width:100%;
    margin:15px;
    margin-left:0
    }
p.footer {
    color: white;
    text-decoration: none;
    display: inline-block;
    position:relative;
    width:100%;
    margin:15px;
    margin-left:0
    }
/*------------------Navigation---------------------
This has been altered complared to a normal top right aligned menu. Use as template for center menu.
*/

/*------------------Navigation---------------------*/

/*div.nav {
    z-index:30;
    font-family: 'Montserrat';
    position: relative;
    background-color: transparent;
    min-height:120px
}
.nav .navInner {
    max-width:1200px;
    margin:0 auto;
}
img.top-nav {   
    float: left;
    height: 55px;
    width:55px; 
}
a.navLink {
    float: left;
    display: block;
    color:var(--gamma);
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
a.navLink:hover,.dropdown:hover .dropbtn {
    color: #f0f0f0;
}
.nav a.title {
    margin:0; 
    float:left !important; 
    color:#fff;
    padding:0;
}
a.navImage {
    margin:10px 10px;
    display:block;
    float:left
}
.active {
    background-color: white;
    color: white;
}
.nav .icon {
    display: none;
    float: right;
    color: var(--blue);
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    margin:15px 10px;
    background:var(--yellow);
    border-radius:3px
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    display: block;
    color:white;
    text-align: center;
    padding: 35px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: inherit;
    font-family: inherit;
    border:none;
    margin:0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.4);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size:14px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
h1.header-text {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin:22px 16px;
    font-weight: 300;
    width:250px;
    float:left; 
    color:#fff;
}
.NavOptions {
    float:right;
    padding:20px 0
}
@media screen and (max-width: 1090px) {
    a.navLink, .dropdown .dropbtn {
        display: none;
    }
    .nav a.icon {
        float: right;   
        display: block;
    }
}
@media screen and (max-width: 1090px) {
    .nav.responsive {
        position: fixed;
        background: rgba(20,40,75,.9); 
        z-index:3500; 
    }
    .nav.responsive .icon {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .nav.responsive a.navLink {
        float: left;
        display: block;
        text-align: left;
        width:100%;
        padding:15px;
    }
    .nav.responsive .NavOptions {
        width:100vw;
        height:100vh;
        overflow-y: scroll;
    }
    .nav.responsive .dropdown {
        float: none;
        overflow: visible;
    }
    .nav.responsive .dropdown-content {
            position: relative;
    }
    .nav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        padding:15px;
    }
}*/
/*
------------------------------------------
------------------------------------------
------------------------------------------
*/

@media screen and (max-width: 1120px) {
    .full {
        width:99.9999%
    }
    .threequarter {
        width:99.9999%
    }
    .twothird{
        width:99.6666%
    }
    .half {
        width:99.9999%
    }
    .third {
        width:99.99%
    }
    .quarter {
        width:49.9999%
    }
    .col {
        padding:0 10px
    }
    .BannerHeader {
        margin-top:75px;font-size:35pt;color:white;
    }
}

/* ------------------  Fonts   ------------------*/

p {
    line-height:1.5;
    font-weight: 300;
}

h1,h2,h3 {
    font-weight:300;
                text-align:center;
                letter-spacing: 3px;
                text-transform: uppercase
}
h2 {
    font-size: 22px
}
p.xl,a.xl,h2.large {
    font-size:20pt
}
p.large,a.large,h2.medium {
    font-size:16pt
}
p.medium, a.medium,h2.small {
    font-size:13pt
}
p.small,a.small{
    font-size:10pt
}
p.xsmall,a.xsmall {
    font-size:8pt
}
h1.title-row {
    font-weight:300;
    margin: 0 auto;
}
.italic {
    font-style: italic;
}
.alignLeft {
    text-align: left;
}

.lineheightAdjust {
    line-height: 1.5
}
h1.section, h3.section {
    font-weight:300;
    margin: 0 auto;
}
.bold {
    font-weight:400
}
.extraBold {
    font-weight:700
}
.alphaFont {
    color:var(--alpha)
}
.betaFont{
    color:var(--beta)
}
.gammaFont {
    color:var(--gamma);    
}
.deltaFont {
    color:var(--delta)
}
.epsilonFont {
    color:var(--epsilon)
}
.centerText {
    text-align: center;
}
.rightText {
    text-align: right
}
.upperFont {
    text-transform: uppercase
}
.spacingPlus {
    letter-spacing: 2px;
}



@media only screen and (max-width:1080px){
    .collapsible {
        font-size:12pt
    }
    .quarter-m {
        width:calc(49.9999% - 20px)
    }

    .third-m {
        width:calc(49.9999% - 20px);
    }
    .card {
        margin:5px 0;
    }
}
@media only screen and (max-width:600px){
    .quarter-m {
        width:calc(99.9999% - 20px)
    }
    .third-m {
        width:calc(99.9999% - 20px);
    }
}
/*------------------------*/

.collapsible {   
    color: var(--blue);
    background:white;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13pt;
    margin-top:5px;
    border-bottom:.5px var(--yellow) solid;
    font-weight: 500
}

.activeCollaspsible, .collapsible:hover {
    background-color: #f0f0f0;
    color:var(--blue)
}

.contentCollapsible {
    padding: 10px;
    display: none;
    overflow: hidden;
    background-color: WHITE;

}

.cardThird {
    box-shadow: 0 0 1px var(--blue);
    width:calc(33.3333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.card {
    box-shadow: 0 0 1px var(--darkgrey);
    float:left;
    width:100%;
    border-radius:5px;
    background: var(--midgrey)
}
.card img.h {
    width:100%;
}
/* ================ Forms =================*/

input[type=text],input[type=email],input[type=tel], input[type=date], input[type=password],select, textarea {
    width: 100%;
    padding: 15px 20px;
    margin: 8px 0;
    display: inline-block;
   
    border-radius: 4px;
    box-sizing: border-box;
}


input[type=submit].btn {
    padding:15px;
    text-decoration: none;
    border-radius: 0;
    margin:10px 0px;
    display:block;
    float:left;
    font-size: 20pt;
    background:transparent
}
input[type=submit].btnWhite {
    border: 2px solid white;
    color:white;
}
input[type=submit].btnBlack {
    border: 2px solid black;
    color:black;
    
}
input:disabled {
    color: var(--green)
}
@media only screen and (max-width:900px){
    input[type=submit] {
        width:49.9999%;
        padding: 15px 20px;
        margin: 8px 0;
        display: inline-block;
        background: #ffb600;
        border-radius: 4px;
        box-sizing: border-box;
        border:none;
        float:right
    }
    .collapsible {
        font-size: 14pt;
    }
    .mobileHide {
        display:none
    }
}
@media only screen and (max-width:600px){
    input[type=submit] {
        width:99.9999%;
        padding: 15px 20px;
        margin: 8px 0;
        display: inline-block;
        background: #ffb600;
        border-radius: 4px;
        box-sizing: border-box;
        border:none;
        float:right
    }
}

/* --------- Tables ---------- */
table {
    width:100%;
    font-family: arial;
    font-size:14pt;
    table-layout: fixed
}
td {
    width:50%
}

img.col {
    margin:0
}

img.third {
    width:33.3333%;
    display:block;
    float:left;

}

@media screen and (max-width: 900px) {
    img.third {
        width:99.999%;
        display:block;
        float:left;
    }
    
    p.xl,a.xl,h2.large {
    font-size:16pt
    }
    p.large,a.large,h2.medium {
        font-size:12pt
    }
    p.medium, a.medium,h2.small {
        font-size:9pt
    }
    p.small,a.small{
        font-size:8pt
    }
    p.xsmall,a.xsmall {
        font-size:8pt
    }
}
                          
h1.MainPageHeader {
    margin-top:180px;font-size:46pt;color:white;text-shadow:0px 0px 4px black;width:100%;margin-bottom:5px
}
h1.SectionHeader {
    font-size:28pt;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: .9
}

.MainPageHeaderText {color:white;text-shadow:0px 0px 4px black;font-size:30pt;margin-top:10px}

img.Flag {
    width:90px;
    margin:0 calc(50% - 45px);
    padding:0
}
p.NoMargin {
    margin:0 auto
}
a.button {
    display: block;
    border:1px solid var(--alpha) ;
    width: 150px;
    margin:15px auto;
    padding:10px; 
    text-decoration: none;
    text-align:center;
    color:var(--alpha)
}
/* ------------------  Fonts   ------------------*/

.freightFont {
    font-family: freight-display-pro,serif;
    font-weight: 400;
    font-style: normal;
}

/* ------------ SITE SPECIFIC ---------------*/
img.MainLogo {
    width:90%;
    max-width:500px;
    margin: 50px 0;
    position:relative;
    left:50%;
    transform: translate(-50%,0);
}

.skewed-bg{
    transform:rotate(3deg) skew(3deg);
}
.unskew {
    transform:rotate(-3deg) skew(-3deg);
}
.MenuSectionHeader {
    background: var(--beta);
    text-transform: uppercase;
    padding:20px 0;
}
.MenuSectionHeader_alpha {
    background: var(--alpha);
    text-transform: uppercase;
    padding:20px 0;
    margin-top:0
}
.MenuSubHeader {
    background: var(--delta);
    text-transform: uppercase;
    padding:7px 0;
}
div.client {
    height:170px;
}
img.client {
    margin: 10px 6px;
    object-fit: contain;
    width:90%;
    transform: translate(-50%,-50%);
    left:50%;
    top:50%;
    position: relative;
}
.relative {
    position: relative;
}
.noPadding {
    padding:0 !important
}
.noMargin {
    margin:0;
}
img.GridImage {
    object-fit: COVER;
    width:100%;
}
div.Grid {
    position:relative;
    overflow:auto
}
div.Grid .overlay {
    width:100%;
    height:100%;
    background:rgba(25, 33, 50, .95);
    position:absolute;
    right:100%;
    transition: right .75s, top .75s;
    top:-100%;
    
}
div.Grid:hover div.overlay {
    right:0%;
    top:0%;
}
div.Grid div.overlay div.overlayInner {
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    position:absolute;
    width:80%;
    transition-delay: 1s;
    transition: opacity 2.5s;
}
div.Grid div.overlay:hover div.overlayInner{
opacity:1
}
.bottomBorder {
    border-bottom: var(--alpha) solid 1px;
    padding-bottom: 15px;
    border-right: transparent solid 30px;
    width:75%;
}

.details_holder{
    width: calc(100% - 20px);
    padding: 15px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    background: var(--lightgrey);
    color: var(--lightfont);
    border-color: transparent;
}







/* ----------------------------------------------------
   ----------------------------------------------------
   ------------------------------- -------- -----------*/

div.main-profile-cont {
    width:calc(33.3333% - 20px);
    margin: 10px;
    float:left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background: var(--darkgrey);
}
div.main-profile-cont img {
    height:150px;
    width:130px;
    float:left;
    object-fit: cover;
}
div.main-profile-cont h2 {
    float:left;
    margin: 15px 0 0 10px;
    width: calc(100% - 140px);
    font-weight:300;
    font-size: 16pt
}
div.main-profile-cont p {
    float:left;
    margin: 5px 0 5px 10px;
    width: calc(100% - 140px);
    font-size: 10pt;
    font-weight:300;
}
div.main-profile-cont a {
    color: white
}


.modleinner {
    background:var(--midgrey);
    width:900px;
    min-height:300px;
    max-height:Calc(100vh - 170px);
    margin: 0 calc(50% - 460px);

    position:fixed;
    top:100px;
    z-index:300;
    border-radius: 5px;
    padding:10px;
    overflow-y: scroll;
}
div.modleinner a.closer {
    float:right;
    font-size:10pt;
    padding:10px;
}
div.modleinner h1,
div.modleinner h2,
div.modleinner h3{
    float:left;
    width:100%;
    margin:5px;
    color:#4CAF50
}
div.modleinner h1 {
    font-size:16pt;
}
div.modleinner h2 {
    font-size:14pt;
}
div.modleinner h3 {
    font-size:12pt;
}
div.modleinner p {
    font-size:10pt;
    float:left;
    width:100%;
    margin:5px;
}
#modle_bg{
    width:100%;
    height:100%;
    background: #333;
    position:fixed;
    top:0;
    opacity:.9;
    z-index:20
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

a.action-link {
  float: right;
  margin: 0 3px;
  padding: 5px;
  background: var(--darkgrey);
  border-radius: 3px;   
  text-decoration: none;
  box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
  font-size: 8pt;
  color: var(--lighttext)
}

@media (max-width:1000px) {
    .modleinner {
        width:calc(100% - 40px);
        margin: 0 10px;
    }
}


/* Issues */


#issuepagecontain {
    width:calc(100% - 20px);
    margin:10px;
    float:left;
}
.issueholder {
    min-height: 50vh;
    background: rgba(255,255,255,0.1);
    float:left;
    padding-bottom:60px;
    width:100%

}
div.issue {
    float:left;
    margin: 10px 3px;
    padding: 5px; 
    background: var(--lightgrey); 
    border-radius: 6px; 
    text-decoration: none; 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position:relative
}   
    
div.issue div.topper {
    float:left;
    width:40px;
    margin: 0;
    margin-top:5px;
    text-align: center;
    position:absolute;
    top:-15px;
    left:calc(15px);
    background: green;
    padding:10px 3px;
    opacity: .85;
    color:white;
    line-height: 1.2;
    border-radius: 6px;
    font-size:18px
}
div.issue div.topperWide {
    float:left;
    width:90%;
    margin: 0;
    margin-top:5px;
    text-align: center;
    position:absolute;
    top:-15px;
    left:calc(15px);
    background: green;
    padding:15px 3px;
    opacity: .85;
    color:white;
    line-height: 1.2;
    border-radius: 6px;
    font-size:20px
}
.issue h3 {
    font-weight:300;
    font-size: 14px;
    margin:0px;
    padding:5px
        
    
}
div.issue p {
    margin:0;
    padding:5px;
    font-size:12px;
    line-height:1
}
div.issue a.action-link {
    font-size: 10pt
}
.issueTrayHeader {
    font-size:20px;
    color: #4CAF50;
    font-weight: 300
    
}

@media (max-width:1200px) {
    .col.quarter {
        width:calc(49.99999% - 20px)
    }
}
@media (max-width:900px) {
    .col.quarter {
        width:calc(99.99999% - 20px)
    }
}


img.profile-man {float:left;
    width:40px;
    height:40px;
    margin: 0;
    object-fit: cover;
    object-position: top center
}