/*  VARIABLES  */
/*----------------------------

  RESET

----------------------------*/
* { box-sizing: border-box; margin: 0; padding: 0; }

html, body, header, aside, footer { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div { display: block; }

table { border-collapse: collapse; border-spacing: 0; }

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

  FONTS

----------------------------*/
@font-face { font-family: 'BentonSans'; src: url("/fonts/BentonSans-Book.woff2") format("woff2"), url("/fonts/BentonSans-Book.woff") format("woff"); font-style: normal; font-weight: 300; }

@font-face { font-family: 'BentonSans'; src: url("/fonts/BentonSans-Regular.woff") format("woff"); font-style: normal; font-weight: 400; }

@font-face { font-family: 'BentonSans'; src: url("/fonts/BentonSans-Medium.woff") format("woff"); font-style: normal; font-weight: 500; }

@font-face { font-family: 'BentonSans'; src: url("/fonts/BentonSans-Bold.woff") format("woff"); font-style: normal; font-weight: 700; }

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

  GENERAL STYLES / TYPE

-----------------------------*/
html { -webkit-text-size-adjust: none; }

body { -webkit-text-size-adjust: 100%; font-weight: normal; margin: 0 auto; font-family: "BentonSans", "Source Sans Pro", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; overflow-x: hidden; position: relative; }

img { max-width: 100%; align-self: center; }

p { margin-bottom: 25px; letter-spacing: 0.2px; color: #bdbec1; }

p a { color: #fff; text-decoration-line: underline; text-decoration-style: solid; text-decoration-thickness: 2px; text-decoration-color: #aaa; text-underline-position: under; font-weight: 500; font-weight: 500; transition: all 0.3s ease-out; }

p a:hover { text-decoration-color: #fff; text-decoration-thickness: 2px; transition: all 0.3s ease-out; }

a { text-decoration: none; }

a:hover, a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-weight: 400; margin-bottom: 15px; text-transform: capitalize; color: #fff; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 500; text-decoration: none; color: #137ab5; }

h1 { font-size: 32px; font-weight: 800; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }

h6 { font-size: 20px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }

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

  GRID 

-----------------------------*/
.container { width: 90%; max-width: 1280px; margin: 0 auto; position: relative; padding: 0; overflow: hidden; }

.container-med { width: 90%; max-width: 960px; margin: 0 auto; padding: 0; position: relative; overflow: hidden; }

.container-sm { width: 90%; max-width: 750px; margin: 0 auto; padding: 0; position: relative; overflow: hidden; }

.one-of-two { width: 48.5%; }

.one-of-three { width: 31.33%; }

.two-of-three { width: 65.65%; }

.one-of-four { width: 22.75%; }

.three-of-four { width: 74.25%; }

.one-of-five { width: 18.5%; }

.two-of-five { width: 38.2%; }

.three-of-five { width: 58.8%; }

.four-of-five { width: 79.4%; }

.one-of-six { width: 16%; }

.one-of-seven { width: 13.5%; }

.flexrow { display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: row; }

.grid { display: grid; }

.gc-small { grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); }

.gc-2 { grid-template-columns: repeat(2, 1fr); }

.gc-3 { grid-template-columns: repeat(3, 1fr); }

.gc-4 { grid-template-columns: repeat(4, 1fr); }

.gc-5 { grid-template-columns: repeat(5, 1fr); }

.gc1-3 { grid-template-columns: 30% 1fr; }

.gap-10 { grid-gap: 10px; }

.gap-15 { grid-gap: 15px; }

.gap-20 { grid-gap: 20px; }

.gap-25 { grid-gap: 25px; }

.gap-30 { grid-gap: 30px; }

.gap-35 { grid-gap: 35px; }

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

  HEADER & LOGO & NAV

--------------------*/
header { position: relative; width: 100%; overflow: hidden; background: #181818; z-index: 1; padding: 10px 0; border: none; }

header .container { display: flex; align-items: center; justify-content: space-between; overflow: visible; }

header .btn { padding: 8px 12px; font-size: 15px; align-self: center; }

.logo { line-height: 0; overflow: hidden; }

.logo img { max-height: 28px; }

.nav-items { display: flex; }

.social { list-style: none; text-align: left; }

.social li { display: inline-flex; padding: 0; width: auto; font-size: 0px; transition: all 0.3s ease-out; }

.social li i { color: #fff; opacity: .6; font-size: 25px; margin-right: 15px; transition: all 0.3s ease-out; }

.social li i:hover { opacity: 1; transition: all 0.3s ease-out; }

.social li a { display: flex; align-items: center; justify-content: center; }

.nav { margin-right: 10px; }

.nav ul { display: flex; width: auto; }

.nav li { display: inline-block; position: relative; }

.nav ul li a { text-transform: capitalize; font-weight: 400; font-size: 15px; display: inline-block; margin: 0 2px; color: #bdbec1; padding: 10px; position: relative; text-decoration: none; text-align: center; outline: none; line-height: 1; list-style: none; }

.nav ul li a:hover { color: #fff; }

.nav ul li a i { display: block; padding-bottom: 8px; font-size: 18px; }

.nav ul li a.active { opacity: 1; color: #fff; font-weight: 500; }

.mini-nav { background-color: #181818; border-top: 1px solid #222; }

.mini-nav ul { display: block; text-align: center; }

.mini-nav ul li { display: inline-block; }

.mini-nav ul li a { text-transform: capitalize; font-weight: 400; font-size: 16px; display: inline-block; margin: 0 2px; color: #bdbec1; padding: 15px 10px; position: relative; text-decoration: none; outline: none; line-height: 1; list-style: none; }

.mini-nav ul li a:hover { color: #fff; }

.mini-nav ul li a.active { color: #fff; border-bottom: 2px solid #fff; }

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

  SECTIONS & CONTENT

----------------------------*/
main { min-height: 100vh; padding: 0; }

section { overflow: hidden; height: auto; padding: 60px 0; margin: 0; width: 100%; position: relative; }

#content { min-height: 110vh; background-color: #181818; }

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

  FOOTER

----------------------------*/
footer { position: relative; background-color: #181818; padding: 40px 0; }

footer p { margin: 0; font-size: 16px; color: #bdbec1; font-weight: 500; }

footer a { font-weight: 500; color: white; }

footer a:hover { color: #ecf0f1; }

footer hr { border-color: #444; margin: 20px 0; }

footer li { line-height: 1.8; }

footer li.header { color: #fff; }

footer li a { color: #676e75; font-weight: 400; }

.footer-menu { text-align: right; }

.footer-menu ul { display: flex; width: auto; max-height: 48px; }

.footer-menu li { display: inline-block; position: relative; }

.footer-menu li a { text-transform: capitalize; font-weight: 400; font-size: 15px; display: inline-block; margin: 0 0 0 15px; color: #bdbec1; padding: 10px; position: relative; text-decoration: none; text-align: center; outline: none; line-height: 1; list-style: none; letter-spacing: .25px; }

.footer-menu li a:hover { color: #fff; }

/*--  BUTTONS  --*/
.btn { display: inline-block; margin: 0 0 10px 0; position: relative; border-radius: 4px; line-height: 1.2; padding: 12px 16px 10px; font-size: 16px; font-weight: 500; border: 1px solid transparent; width: auto; text-decoration: none !important; }

.btn i { margin-right: 8px; font-size: 15px; }

.btn + .btn { margin-left: 10px; }

.btn-dark { background-color: #394048; border-color: #394048; color: #fff; }

.btn-dark:hover { background: #292d30; border-color: #292d30; color: #fff; }

.btn-black { background-color: #292d30; border-color: #292d30; color: #fff; }

.btn-black:hover { background: #3f454a; border-color: #3f454a; color: #fff; }

.btn-white { background-color: #fff; border-color: #fff; color: #181818; }

.btn-white:hover { background: #3f454a; border-color: #3f454a; color: #fff; }

.btn-blue { background-color: #137ab5; border-color: #137ab5; color: #fff; }

.btn-blue:hover { background: #0e5b87; border-color: #0e5b87; color: #fff; }

.btn-cta { background: #fff; border-color: #fff; color: #181818; }

.btn-cta:hover { background: transparent; border-color: #fff; color: #fff; }

.btn:hover, .btn:focus { cursor: pointer; outline: none; }

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

  HELPERS AND OTHER

-------------------------------*/
.gray { background: #f7f9fa; }

.gray2 { background-color: #ecf0f1; }

.gray3 { background-color: #6d6f71; }

.red { background-color: #a60000; }

.dark { background-color: #292d30; color: #fff; }

.black { background-color: #181818; color: #fff; }

.blue { background-color: #137ab5; color: #fff; }

.mt0 { margin-top: 0px; }

.mt5 { margin-top: 5px; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mt25 { margin-top: 25px; }

.mt35 { margin-top: 35px; }

.mb0 { margin-bottom: 0px; }

.mb5 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.mb25 { margin-bottom: 25px; }

.mb35 { margin-bottom: 35px; }

.mb40 { margin-bottom: 40px; }

.bt { border-top: 1px solid #262626; }

.bg { background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #181818; }

.bs { box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.15); }

.hoverbs { transition: all 0.3s ease-out; }

.hoverbs:hover { box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.25); transition: all 0.3s ease-out; }

.br2 { border-radius: 2px; }

.br4 { border-radius: 4px; }

hr { border: none; border-bottom: 1px solid #ddd; height: 1px; margin: 30px auto; width: 100%; clear: both; }

hr.divider-center { border-bottom: 5px solid #181818; max-width: 75px; margin: 30px auto 50px; }

hr.divider-left { border-bottom: 5px solid #181818; max-width: 75px; margin: 30px 0; }

.divided { position: relative; display: inline-block; }

.divided::before, .divided::after { content: ""; border-bottom: 1px solid #fff; width: 30%; position: absolute; top: 50%; }

.one-of-two.divider { border-right: 2px solid rgba(0, 0, 0, 0.2); padding-right: 30px; }

.separator { display: flex; align-items: center; text-align: center; max-width: 90%; margin: 0 0 10px; }

.separator::before, .separator::after { content: ''; flex: 1; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }

.separator:not(:empty)::before { margin-right: 1em; }

.separator:not(:empty)::after { margin-left: 1em; }

a, a:hover, .btn, .btn:hover { transition: all 0.3s ease-out; }

.hidden, .show-sm, .show-lg, .show-med, .closed { display: none !important; visibility: hidden; }

.center, .center-left { text-align: center; margin: inherit auto; }

.flex { -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.notice { background: #6d6f71; color: #fff; padding: 12px; border-radius: 4px; line-height: 1; }

.notice i { margin-right: 10px; color: black; }

.logo-links { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: center; align-content: center; column-gap: 50px; grid-gap: 20px; text-align: center; }

.logo-links li, .logo-grid li { list-style: none; }

.logo-link { display: block; }

.logo-grid img, .logo-link img { max-height: 90px; max-width: 80%; margin: 10px auto; display: block; filter: grayscale(100%); }

.logo-grid img[src*="svg"], .logo-link img[src*="svg"] { width: 100%; }

.logo-grid li.text { background-color: #137ab5; padding: 20px; display: block; line-height: 1; border-radius: 4px; color: #fff; font-size: 18px; transition: all 0.3s ease-out; }

.logo-grid li.text:hover { background: #0e5b87; transition: all 0.3s ease-out; color: #fff; }

.logo-grid li.text img { max-height: 48px; }

#mc_embed_signup { margin-top: 20px; }

#mc_embed_signup label { color: #fff; font-weight: 500; font-size: 1rem; margin-bottom: 5px; }

#mc_embed_signup #mc-embedded-subscribe { background: #6d6f71; color: #fff; border: none; }

#mc_embed_signup #mc-embedded-subscribe:hover { background: #323232; color: #fff; }

.share, .share-dark { margin: 0; padding: 0; }

.share li, .share-dark li { display: inline-block; text-align: center; list-style: none; margin: 0 14px 10px 0; }

.vertical-share { position: relative; transform: unset; display: flex; align-items: center; width: 100%; text-align: left; }

.vertical-share li { display: inline-flex; margin: 0; }

.vertical-share li a i { font-size: 24px; position: absolute; width: 100%; left: 50%; margin-left: -12px; top: 50%; margin-top: -12px; }

.vertical-share li a { background: #181818; display: inline-block; color: #fff; position: relative; height: 48px; width: 48px; margin-right: 3px; opacity: .7; }

.vertical-share li a:hover { opacity: 1; background-color: #292d30 !important; }

.vertical-share li:nth-child(4) a i { font-size: 22px; }

.vertical-share li:last-child a i { font-size: 22px; }

.sharebtn:hover { color: #fff; }

.sharebtn:hover img { opacity: 1; }

.sharebtn:hover { color: #fff; }

.sharebtn, .share-dark .sharebtn { display: inline-block; border-radius: 120px; color: #111; background-color: #fff; border: 1px solid transparent; position: relative; height: 45px; width: 45px; }

.sharebtn:hover { color: #fff; background-color: #137ab5; border: 1px dashed #fff; }

.share-dark .sharebtn { background-color: #181818; color: #fff; border: none; }

.share-dark .sharebtn:hover { border: none; background-color: #137ab5; }

.twt:hover { background: #1da1f2; color: #fff; }

.share-dark .twt { background: #1da1f2; }

.share-dark .twt:hover { background-color: #0c85d0; }

.ig:hover { background: #C13584; color: #fff; }

.share-dark .ig { background: #C13584; }

.share-dark .ig:hover { background-color: #992a69; }

.fb:hover { background: #3b5998; color: #fff; }

.share-dark .fb { background: #3b5998; }

.share-dark .fb:hover { background-color: #2d4373; }

.reddit:hover { background: #FF5700; color: #fff; }

.share-dark .reddit { background: #FF5700; }

.share-dark .reddit:hover { background-color: #cc4600; }

.sharebtn i { font-size: 20px; position: absolute; top: 11px; left: 0; width: 100%; }

.sharebtn i.fab { font-size: 24px; top: 10px; }

#copylink { cursor: pointer; }

.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom: 25px; }

.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#copied { display: inline-block; position: absolute; top: 50px; left: 50%; border-radius: 3px; background: #137ab5; color: #fff; font-size: 14px; padding: 6px 10px 4px; font-weight: 500; line-height: 1; z-index: 999; margin-left: -46px; }

#copied::before { content: ''; position: absolute; top: -8px; left: 50%; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #137ab5; margin-left: -8px; z-index: 1; }

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

  FORM

-----------------------------*/
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); grid-gap: 15px; margin-bottom: 5px; grid-auto-rows: minmax(10px, auto); }

button.btn { margin-bottom: 0px; padding: 14px 20px; outline: none; }

.form-error { font-size: 14px; line-height: 1.5; display: block; margin: -5px 0 20px; }

label { display: block; font-size: 17px; font-weight: 500; margin-bottom: 8px; line-height: 1; position: relative; }

.required { font-size: .85rem; color: red; top: -3px; position: absolute; }

input, select, textarea { width: 100%; min-width: 100px; background-color: #fff; border: 1px solid #ddd; font-size: 15px; font-family: "BentonSans", "Source Sans Pro", sans-serif; padding: 6px 10px; margin-bottom: 15px; line-height: 1.65; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition-duration: 0s; -webkit-border-radius: 3px; border-radius: 3px; font-weight: 400; -webkit-transition: all 0.3s ease-out; position: relative; }

textarea { padding: 10px 15px; }

.select { position: relative; }

::placeholder, input::placeholder { font-weight: 400; letter-spacing: 0; font-family: "BentonSans", "Source Sans Pro", sans-serif; color: #3f454a; opacity: .9; }

input[type=checkbox], input[type=radio] { display: inline-block; width: auto; height: auto; padding: 0; margin: 13px 0px 0 0; border: none; outline: none !important; }

input:hover, textarea:hover, select:hover { border-color: #ccc; background-color: #fff; outline: none; }

select:hover { cursor: pointer; }

input:focus, textarea:focus, select:focus { outline: none !important; -webkit-appearance: none !important; border-color: #181818; background-color: #fff; }

input[type=checkbox] { display: inline-block; width: auto; height: auto; padding: 0; margin: 13px 0px 0 0; border: none; outline: none !important; }

input:focus::placeholder { opacity: 0; }

textarea:focus::placeholder { opacity: 0; }

.checkbox-custom, .radio-custom { opacity: 0; position: absolute; }

.checkbox-custom, .checkbox-custom-label, label.checkbox-custom-label { display: inline-block; line-height: 1.9; margin: 5px 10px 10px 0px; cursor: pointer; font-size: 1rem; font-weight: 400; }

.checkbox-custom-label { position: relative; }

.checkbox-custom + .checkbox-custom-label:before { width: 4px; height: 8px; border-width: 0px 3px 3px 0px; border-style: none solid solid none; border-color: #fff; content: ""; display: inline-block; margin: 0px 18px 0px 8px; transition: transform 0.15s ease 0s; transform: rotate(45deg) scale(0); position: relative; z-index: 1; }

.checkbox-custom + .checkbox-custom-label::after { content: ""; height: 20px; width: 20px; border: 1px solid #ddd; position: absolute; top: 3px; left: 0; background-color: #fff; z-index: 0; }

.checkbox-custom.error > .checkbox-custom-label::after { content: ""; height: 20px; width: 20px; border: 1px solid #f00; position: absolute; top: 4px; left: 1px; box-shadow: 0 0 2px #f00; }

.checkbox-custom:checked + .checkbox-custom-label:before { transform: rotate(45deg) scale(1); transition: all 0.3s ease-out; }

.checkbox-custom:checked + .checkbox-custom-label::after { background-color: #181818; border-color: #181818; transition: all 0.3s ease-out; }

.checkbox-custom:focus + .checkbox-custom-label::after { border-color: #181818; }

input[type=submit]:focus { background: #292d30; border: none; }

fieldset { border: none; padding: 0; margin: 0; }

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

  RESPONSIVE MEDIA QUERIES

-----------------------------*/
@media only screen and (max-width: 1000px) { .break-xl > .one-of-two, .break-xl > .one-of-three, .break-xl > .two-of-three, .break-xl > .one-of-four, .break-xl > .three-of-four, .break-xl > .one-of-five, .break-xl > .two-of-five, .break-xl > .three-of-five, .break-xl > .four-of-five { width: 100%; } .break-xl { display: block; } .gc-4 { grid-template-columns: repeat(3, 1fr); } .gc-5 { grid-template-columns: repeat(3, 1fr); } }

@media only screen and (max-width: 920px) { .gc-3, .gc-4, .gc-5 { grid-template-columns: repeat(2, 1fr); } }

@media only screen and (max-width: 850px) { .break-lg > .one-of-two, .break-lg > .one-of-three, .break-lg > .two-of-three, .break-lg > .one-of-four, .break-lg > .three-of-four, .break-lg > .one-of-five, .break-lg > .two-of-five, .break-lg > .three-of-five, .break-lg > .four-of-five { width: 100%; margin-bottom: 30px; } .break-lg .one-of-six { width: 33.1%; } .break-lg { flex-direction: column-reverse; } .show-lg { display: inherit !important; visibility: visible; } .hide-lg { display: none !important; } .right-left, .center-left { text-align: left; } .gc1-3 { grid-template-columns: 1fr; } }

@media only screen and (max-width: 710px) { .show-med { display: inherit !important; visibility: visible; } .hide-med { display: none !important; } }

@media only screen and (max-width: 680px) { .break-med > .one-of-two, .break-med > .half, .break-med > .one-of-three, .break-med > .two-of-three, .break-med > .one-of-four, .break-med > .three-of-four, .break-med > .one-of-five, .break-med > .two-of-five, .break-med > .three-of-five, .break-med > .four-of-five, .break-med > .one-of-six { width: 100%; } .one-of-six { width: 33.1%; } .break-med { display: block; } .notice { line-height: 1.6; } }

@media only screen and (max-width: 480px) { .break-sm > .one-of-two, .break-sm > .one-of-three, .break-sm > .two-of-three, .break-sm > .one-of-four, .break-sm > .three-of-four, .break-sm > .one-of-five, .break-sm > .two-of-five, .break-sm > .three-of-five, .break-sm > .four-of-five, .break-sm > .one-of-six { width: 100%; } .break-sm { display: block; } .show-sm { display: inherit !important; visibility: visible; } .hide-sm { display: none !important; } .gc-2, .gc-3, .gc-4, .gc-5, .logo-grid { grid-template-columns: 1fr; } }

@media only screen and (max-width: 400px) { .break-xs > .one-of-two, .break-xs > .one-of-three, .break-xs > .two-of-three, .break-xs > .one-of-four, .break-xs > .three-of-four, .break-xs > .one-of-five, .break-xs > .two-of-five, .break-xs > .three-of-five, .break-xs > .four-of-five, .break-xs > .one-of-six { width: 100%; } .two, .three, .four, .five { display: none; } .one-of-six, .one-of-seven { width: 48%; } }

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

  MOBILE MENU

-----------------------------*/
#mobile { max-height: 0; overflow: hidden; transition: max-height .5s; }

.hamburger { display: none; cursor: pointer; overflow: hidden; background: transparent; border: none; }

.hamburger-inner { display: block; top: 50%; margin-top: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 26px; height: 3px; background-color: #fff; border-radius: 3px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }

.hamburger-inner::before { top: -9px; }

.hamburger-inner::after { bottom: -9px; }

.hamburger .hamburger-inner { transition-duration: 0.1s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger .hamburger-inner::before { transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger .hamburger-inner::after { transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger.is-active ~ #mobile, #mobile.is-active { transition: max-height 1.1s; max-height: 1000px; }

.menu li:hover, .has-children.active { transition: all 0.3s ease-out; }

.menu { padding: 0; margin: 0; }

.menu li { margin: 0px; background: #181818; border-top: 1px solid rgba(255, 255, 255, 0.2); list-style: none; transition: all 0.3s ease-out; }

.menu a { font-size: 17px; font-weight: 400; text-decoration: none; color: #bdbec1; line-height: 1; letter-spacing: .5px; padding: 18px 25% 18px 5%; display: block; }

.menu a:hover { background: #131313; color: #fff; }

.menu a i { font-size: 18px; margin-right: 10px; }

@media only screen and (max-width: 1000px) { .nav ul li a { padding: 8px; } }

@media only screen and (max-width: 900px) { .nav { display: none; visibility: none; } #mobile { display: block; } .hamburger { display: inline-block; width: 26px; height: auto; margin: 0 0 0 10px; } }

@media only screen and (max-width: 600px) { .hamburger { height: 24px; margin: 0 10px 0 0; } #account { display: inline-block; line-height: 1; padding-top: 1px; } #account a { display: block; } #account i { color: #fff; font-size: 22px; } .nav-btn { display: none; } }

@media only screen and (max-width: 420px) { .logo { max-width: 250px; } }

@media only screen and (max-width: 380px) { .logo { max-width: 220px; } }

/*# sourceMappingURL=main.css.map */