@charset "UTF-8";
/* Custom Login Page Styles */
/* Colors */
/* Fonts */
/* Responsive Breakpoints */
/* Container Widths */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Fluid Typography */
/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.aligncenter, figure.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

img.alignright, figure.alignright {
  display: inline-block;
  padding-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto;
}

img.alignleft, figure.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

hr {
  margin: 4.5% auto;
  border: 1px solid #333333;
}

#content-wrapper .container {
  max-width: 1360px;
}

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%;
  }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px;
  }
}
.container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.no-sidebar .alignwide {
  margin: 25px calc(25% - 25vw);
}
@media (max-width: 991px) {
  .no-sidebar .alignwide {
    margin: 0 auto;
  }
}
.no-sidebar .alignfull {
  margin: 25px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

/* SCREEN READER ONLY SPAN */
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ol, ul {
  padding-left: 1.5em;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
}

li {
  margin-bottom: 1%;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table th,
table td, .wp-block-table th,
.wp-block-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

/* FORMS AND FIELDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 10px !important;
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  color: #ADADAC !important;
  border-radius: 5px !important;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
input[type=email]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=url]:-webkit-autofill,
input[type=password]:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #222222 inset;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 0 30px #222222 inset;
}

textarea {
  min-height: 100px;
  color: #ADADAC !important;
}

select:not([multiple]) {
  padding-right: 26px;
  color: #ADADAC;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gcG9pbnRzPSI1Ny4zLDcgMzAsMjcuNSAyLjcsNyAwLDEwLjUgMzAsMzMgNjAsMTAuNSAiLz4KPC9zdmc+Cg==);
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
select:not([multiple]):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:not([multiple]) option:not(:checked) {
  color: #000;
}

label,
legend {
  display: block;
  margin-bottom: 10px;
  --minFontSize: 1.3rem;
  --maxFontSize: 1.5rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

::placeholder {
  opacity: 1;
  color: #ADADAC !important;
}

:focus::placeholder {
  opacity: 0.15;
}

form br {
  display: none;
}

/* LINKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #F7941D;
}

/* BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button], .wp-block-file__button, .wp-block-button__link {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #333333;
  border: 2px solid #F7941D;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.button:hover, .button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  color: #000000;
  border-color: #F7941D;
  background-color: #F7941D;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary, .wp-block-file__button, .wp-block-button__link {
  color: #000000;
  background-color: #F7941D;
  border-color: #F7941D;
}
.button.button-primary:hover, .button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input[type=submit].button-primary:hover,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=button].button-primary:hover,
input[type=button].button-primary:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #F7941D;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%;
}

pre,
dl,
table,
ul,
ol,
form {
  margin-bottom: 5%;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
code textarea, .wp-block-code textarea {
  background-color: transparent;
}

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre;
}

/* Default WP Image Gallery Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.blocks-gallery-grid.blocks-gallery-grid {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  /* NOTE
  html is set to 62.5% so that all the REM measurements throughout
  are based on 10px sizing. So basically 1.6rem = 16px :) */
  font-size: 62.5%;
}

/* Fluid Typography */
h1 {
  --minFontSize: 4.8rem;
  --maxFontSize: 5.2rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  text-transform: uppercase;
}

h2 {
  --minFontSize: 2.4rem;
  --maxFontSize: 3.2rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  z-index: 1;
  padding-bottom: 7px;
  line-height: 1.2;
}
h2:before {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  background-color: #F7941D;
  height: 2px;
  bottom: 0;
  z-index: 1;
}
h2:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  background-color: #333333;
  height: 2px;
  bottom: 0;
}

h3, .eyebrow {
  --minFontSize: 1.6rem;
  --maxFontSize: 2.4rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

h4 {
  --minFontSize: 1.3rem;
  --maxFontSize: 1.5rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

h5 {
  --minFontSize: 1.28rem;
  --maxFontSize: 2.08rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

h6 {
  --minFontSize: 1.12rem;
  --maxFontSize: 1.92rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

body {
  --minFontSize: 1.3rem;
  --maxFontSize: 1.5rem;
  --scaler: 10vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

/*Base font sizes - Comment these out if using fluid typography*/
/*body {font-size: 1.6rem; line-height: 1.6; }
h1 { font-size: 4.0rem; line-height: 1.2; }
h2 { font-size: 3.6rem; line-height: 1.25; }
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }

@media(max-width:575px){
	h1 { font-size: 5.0rem; }
	h2 { font-size: 4.2rem; }
	h3 { font-size: 3.6rem; }
	h4 { font-size: 3.0rem; }
	h5 { font-size: 2.4rem; }
	h6 { font-size: 1.5rem; }
}*/
p {
  margin-top: 0;
}

h1, h2 {
  color: #F5F5F5;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 1.65em;
}

h3, h4 {
  color: #F5F5F5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.07em;
}

.eyebrow {
  color: #AAAAAA;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.07em;
}

body {
  color: #D5D5D5;
  line-height: 24.5px;
  background-color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
span.color-black {
  color: #000000;
}

span.color-white {
  color: #ffffff;
}

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.weight-bold {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  padding: 30px 0;
  transition: all 1s;
}
#header-wrapper.sticky-header {
  position: fixed;
  padding: 10px 0;
  z-index: 10;
  top: 0;
  background-color: #222222;
}
#header-wrapper.sticky-header .logo {
  width: 125px;
}
#header-wrapper.sticky-header #slideout-trigger {
  top: 15px;
}
#header-wrapper .container {
  max-width: 1860px;
}

.logo {
  height: auto;
  width: 177px;
  float: left;
  transition: all 1s;
}

.text-logo {
  float: left;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 700;
}
.text-logo:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar .nav-menu {
  float: right;
}
#linkbar a {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #F5F5F5;
  opacity: 0.55;
  font-size: 1.4rem;
}
#linkbar a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  #linkbar nav {
    display: none;
  }
}
#linkbar ul {
  list-style-type: none;
  margin-bottom: 0;
}
#linkbar ul li {
  display: inline;
  padding: 0 20px;
  position: relative;
}
#linkbar ul li:hover ul {
  display: block;
}
#linkbar ul li ul {
  display: none;
}
#linkbar ul li ul li {
  display: block;
  margin: 10px 0;
}
#linkbar .current-menu-item a {
  opacity: 1;
}

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative;
}

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gcG9pbnRzPSI1Ny4zLDcgMzAsMjcuNSAyLjcsNyAwLDEwLjUgMzAsMzMgNjAsMTAuNSAiLz4KPC9zdmc+Cg==);
  background-position: 98.5% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  transition: transform 0.2s ease;
}

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg);
}

.nav-menu li.menu-item-has-children .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: 0;
  background: #fff;
  transform: translateX(-50%);
  animation-fill-mode: forwards;
}

.nav-menu li.menu-item-has-children:hover > .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards;
}

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    z-index: 5;
    visibility: visible;
  }
  25% {
    opacity: 1;
  }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible;
  }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

/*   Mobile Nav 
==========*/
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 150px;
  width: 100%;
  top: 0;
  right: -350px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow: auto;
  background-color: #F7941D;
}
#slideout-menu a {
  color: #fff;
  text-decoration: none;
}
#slideout-menu #nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 20px;
  width: 20px;
  line-height: 4.5;
  font-size: 10px;
}
#slideout-menu .close-lines1, #slideout-menu .close-lines2 {
  width: 30px;
  display: block;
  background-color: #fff;
  height: 2px;
  position: relative;
  transition: transform 300ms ease;
  transition-delay: 400ms;
}
#slideout-menu .close-lines1 {
  top: 8px;
  transform: rotate(-180deg);
}
#slideout-menu .close-lines2 {
  top: 6px;
}
#slideout-menu .menu-item-has-children > a:after {
  position: relative;
}
#slideout-menu .mobile-logo {
  max-width: 150px;
  margin: 0 auto 25px;
}
#slideout-menu ul {
  text-align: center;
  list-style: none;
}
#slideout-menu ul li {
  margin-bottom: 1em;
  position: relative;
  margin-bottom: 20px;
}
#slideout-menu ul li a {
  font-size: 2em;
  text-decoration: none;
}
#slideout-menu ul li #submenu-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -18px;
  margin-top: -15px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: transparent;
  width: 25px;
  height: 25px;
  transition: transform 0.2s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
#slideout-menu ul.sub-menu {
  display: none;
  margin: 2em 0;
}
#slideout-menu .widget {
  border-bottom: 0;
  text-align: right;
}
#slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
  margin-left: 20px;
}

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg);
}
#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg);
}

a#slideout-trigger {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 40px;
  display: none;
  text-align: center;
  line-height: 4.5;
  font-size: 10px;
}
@media (max-width: 991px) {
  a#slideout-trigger {
    display: block;
  }
}

#slideout-bar {
  width: 30px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #ffffff;
}
#slideout-bar:before, #slideout-bar:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  background-color: #ffffff;
}
#slideout-bar:before {
  bottom: 8px;
}
#slideout-bar:after {
  top: 6px;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  padding: 15px 0;
  margin-top: 50px;
  background-color: #252525;
  border-top: 2px solid #333333;
}
footer ul#menu-social-links {
  list-style: none;
  diplay: inline;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul#menu-social-links li {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer ul#menu-social-links li {
    padding: 0 10px;
  }
}
footer ul#menu-social-links li a {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #F5F5F5;
  opacity: 0.55;
  font-size: 1.4rem;
}
footer ul#menu-social-links li a:hover {
  opacity: 1;
}
footer #credits .footer-left {
  width: 50%;
}
@media (max-width: 767px) {
  footer #credits .footer-left {
    width: 100%;
    text-align: center;
  }
}
footer #credits .footer-right {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  footer #credits .footer-right {
    width: 100%;
    text-align: center;
  }
}
footer .social-links a {
  text-decoration: none;
}
footer .social-links a i, footer .social-links a svg {
  width: 32px !important;
}

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #f1f1f1;
}
#creditslide #credit-close {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 15px;
  width: 15px;
  content: "";
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjM1N3B4IiBoZWlnaHQ9IjM1N3B4IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzU3IDM1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImNsb3NlIj4NCgkJPHBvbHlnb24gcG9pbnRzPSIzNTcsMzUuNyAzMjEuMywwIDE3OC41LDE0Mi44IDM1LjcsMCAwLDM1LjcgMTQyLjgsMTc4LjUgMCwzMjEuMyAzNS43LDM1NyAxNzguNSwyMTQuMiAzMjEuMywzNTcgMzU3LDMyMS4zIA0KCQkJMjE0LjIsMTc4LjUgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
#creditslide .container > * {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 0 1%;
}
#creditslide .callout-std span {
  display: table;
  margin: 0 auto;
}

#creditslide.credit-open {
  bottom: 0;
}

body, html {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222222 !important;
}
body h1 a, html h1 a { /*This is the login logo*/
  width: 100% !important;
  height: 100px !important;
  background-size: contain !important;
  max-width: 250px;
  max-height: 50px;
  margin-bottom: 0 !important;
}
body #loginform, html #loginform {
  box-shadow: none;
  border: none;
  margin-top: 0 !important;
  background-color: transparent !important;
}
body #loginform label, html #loginform label {
  color: #ffffff !important;
  font-size: 16px;
}
body #loginform input[type=text], body #loginform input[type=password], body #loginform input[type=checkbox], html #loginform input[type=text], html #loginform input[type=password], html #loginform input[type=checkbox] {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 400;
}
body #loginform input[type=submit], html #loginform input[type=submit] {
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #F7941D;
  border-radius: 30px;
  padding: 0 30px;
  height: 38px;
  font-size: 15px;
}
body #nav, body #backtoblog, html #nav, html #backtoblog {
  text-align: center;
}
body #nav a, body #backtoblog a, html #nav a, html #backtoblog a {
  color: #F7941D !important;
  text-decoration: underline !important;
}
body #nav a:hover, body #backtoblog a:hover, html #nav a:hover, html #backtoblog a:hover {
  color: #F7941D !important;
}

/*# sourceMappingURL=login-styles-min.css.map */
