@charset "UTF-8";

/*

Colours:

#e9e5f0 rgba(233, 229, 240, 1) - lilac
#7088a9 - Blue dark
#a6c7f5 - Blue light

*/


/* Responsive Navigation */

#rn-navigation {
    width: 100%;
    height: 50px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    pointer-events: none;
}

#rn-navigation.rn-open {
    background: rgba(255, 255, 255, 0.9); /* Edit this */
    height: 100%;
    pointer-events: auto;
}

#rn-nav-button {
    width: 35px;
    height: auto;
    top: 10px;
    right: 10px;
    position: absolute;
    margin: 0;
    pointer-events: auto;
}

#rn-nav-button:after, #rn-nav-button:before, #rn-nav-button div {
  background-color: #7088a9; /* Edit this */
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: all .5s ease-in-out;
}

#rn-nav-button.rn-toggle:before {
  transform: translateY(9px) rotate(135deg);
}

#rn-nav-button.rn-toggle:after {
  transform: translateY(-9px) rotate(-135deg);
}

#rn-nav-button.rn-toggle div {
  transform: scale(0);
}

#rn-nav-button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: transparent !important;
    box-sizing: content-box !important;
    margin: 0 !important;
    font: 400 13.3333px Arial;
    padding: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: none !important;
    border-image: none !important;
}

#rn-main-navigation {
    visibility: hidden;
    opacity: 0;
    pointer-events: auto;
}

#rn-main-navigation.rn-visible {
    visibility: visible;
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
    text-align: center;
    opacity: 1;
    transition-delay: 0.5s !important;
    transition: opacity 0.5s ease-in-out;
}

#rn-main-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rn-main-navigation li {
	color: #a6c7f5; /* Edit this */
    font-family: "futura-pt-condensed", sans-serif; /* Edit this */
    font-weight: 400;
	font-style: normal;
	font-size: 2.50em; /* Edit this */
    margin: 0px 0px 16px 0px; /* Edit this */
    text-transform: uppercase;
}

#rn-main-navigation li a {
    color: #a6c7f5; /* Edit this */
    text-decoration: none;
}

#rn-main-navigation li a:hover, #rn-main-navigation li.current-menu-item a, #rn-main-navigation li.current-page-ancestor a, #rn-main-navigation li.current_page_parent a {
    color: #7088a9; /* Edit this */
    text-decoration: none;
}



/* Small */

@media only screen and (max-width: 449px) {
    
    #rn-main-navigation li {
	    color: #a6c7f5; /* Edit this */
        font-family: "futura-pt-condensed", sans-serif; /* Edit this */
        font-weight: 400;
	    font-style: normal;
    	font-size: 2.20em !important; /* Edit this */
        margin: 0px 0px 16px 0px !important; /* Edit this */
        text-transform: uppercase;
    }
    
    
    /* Hidden */
    
    #sn-navigation {
        display: none !important;
    }
    
}


/* Small Phones */

@media only screen and (min-width : 450px) and (max-width: 699px) {
    
    #rn-main-navigation.rn-visible {
        visibility: visible;
        width: 90%;
        height: 75% !important;
        position: relative;
        top: 15% !important;
        left: 5%;
        text-align: center;
        opacity: 1;
        transition-delay: 0.5s !important;
        transition: opacity 0.5s ease-in-out;
        column-count: 2;
        column-gap: 5%;
    }

    #rn-main-navigation li {
	    color: #a6c7f5; /* Edit this */
        font-family: "futura-pt-condensed", sans-serif; /* Edit this */
        font-weight: 400;
	    font-style: normal;
    	font-size: 2.0em !important; /* Edit this */
        margin: 0px 0px 6px 0px !important; /* Edit this */
        text-transform: uppercase;
    }
    
    
    /* Hidden */
    
    #sn-navigation {
        display: none !important;
    }
    
}


/* Large Phones */

@media only screen and (min-width : 700px) and (max-width: 959px) {

    #rn-main-navigation.rn-visible {
        visibility: visible;
        width: 90%;
        height: 75% !important;
        position: relative;
        top: 15% !important;
        left: 5%;
        text-align: center;
        opacity: 1;
        transition-delay: 0.5s !important;
        transition: opacity 0.5s ease-in-out;
        column-count: 2;
        column-gap: 5%;
    }
    
    #rn-main-navigation li {
	    color: #a6c7f5; /* Edit this */
        font-family: "futura-pt-condensed", sans-serif; /* Edit this */
        font-weight: 400;
	    font-style: normal;
    	font-size: 2.0em !important; /* Edit this */
        margin: 0px 0px 6px 0px !important; /* Edit this */
        text-transform: uppercase;
    }
    
    
    /* Hidden */
    
    #sn-navigation {
        display: none !important;
    }
    
}


/* Desktop */

@media only screen and (min-width: 960px) and (max-width: 1599px) {

    /* Hidden */
    
    #rn-navigation {
        display: none !important;
    }
    
}


/* Large Desktop */

@media only screen and (min-width : 1600px) {
    
    /* Hidden */
    
    #rn-navigation {
        display: none !important;
    }
    
}