/* Default Styles
   ========================================================================== */

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

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  /* Page Layout & Utility
   ========================================================================== */

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  -ms-font-feature-settings: 'liga' 1, 'kern';
   -o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
      font-feature-settings: 'liga' 1, 'kern';
}

.main-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #65615c;
}

.wide {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }
  .mobile {
	  display: inline-block;
  }

  .container {
    width: 740px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */

.primary {
  position: relative;

  display: block;
  background-color: transparent;
  z-index: 3000;
}

.primary > .container {
  width: 90%;
  overflow: visible;
  display: table;
  vertical-align: middle;
}

#logo {
  display: table-cell;
  width: 20%;
  transition:. 25s ease-out;
  line-height: 1;
  vertical-align: middle;
}

#logo a {
  display: block;
}

#logo img {

  height: auto;
}


@media (max-width: 1024px) {
  .primary {
    padding: 0;
    display: block;
  }
  
  .primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    width: 70%;
    max-width: 300px;
  }
}
  
/*  Navigation
   ========================================================================== */

#menu {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navigation ul li[data-url="/donations"], .navigation li[data-url="/contact-us"] {
    display: none!important;
}
.navigation {
  position: relative;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  text-align: right;
  padding-top: 10px;
}

.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
}

.navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 0px;
  margin: 0 14px !important;
  margin: 0;
  color: white;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  transition: ease .3s;
  text-transform: uppercase;
}
.navigation ul li a.last {
/*
	border: 2px solid white;
    padding: 8px 8px;
    display: none;
*/
}
.navigation ul li a.last:hover {
/*
	border: 2px solid #6e241b;
    padding: 8px 8px;
    background: #6e241b;
*/
}

.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active,
.navigation ul li a.active:hover {
  color: white;
/*   border-bottom: 2px solid white; */
  padding-bottom: 6px;

}
#navigation ul li[data-url="/apply-today"] .subNav {
	display: none;
}
.navigation ul li[data-url="/apply-today"] a:hover {

}
@media (max-width: 500px) {
.navigation ul li[data-url="/donations"], .navigation li[data-url="/contact-us"] {
    display: inline-block!important;
}	
.two-buttons {
	display: none;
}
	}

@media (max-width: 1024px) {
  /*
   * Menu Button
   */
   #navigation ul li[data-url="/apply-today"] .subNav {
	display: inline-block!important;
}
.navigation ul li a.last {
/*
	border: none;
    background: none;
    padding: 12px 10px;
*/
}

.navigation ul li a.last:hover {
/*
	border: none;
    background: none;
    padding: 12px 10px;
*/
}
  #menu {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 29px 20px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  #menu:focus,
  #menu:active {
    outline: 0;
  }

  .menu-bars {
    position: relative;
      display: block;
      width: 30px;
      height: 20px;
      top: 20px;
  }

  .menu-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: white;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  }
  .menu-bar::before,
  .menu-bar::after {
    content: "";
    display: block;
  }
  .menu-bar::before {
    top: -8px;
  }
  .menu-bar::after {
    bottom: -8px;
  }
    .main-container.navActive{
    -webkit-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
            transform: translate3d(-250px,0,0);
 
  }

  /*
   * Menu Animation
   */
   
  #menu.active {
    background-color: transparent;
    height:80px;
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #fff;
  }
  
  .menu-bar {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .menu-bar::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  
  .menu-bar::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .active .menu-bar {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .active .menu-bar::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  
  .active .menu-bar::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);
  }

  .navigation {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 0px;
    float: none;
    background-color: #005a9c;
    transition: 0.4s ease-out;
    overflow: hidden;
  }

  .navigation ul {
    height: auto;
    width: 100%;
  }
  
  .navigation ul .left,
  .navigation ul .right {
    float: none;
    width: 100%;
    display: block; 
  }

  .navigation ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 12px 3%;
    color: black;
    line-height: 24px;
    text-align: center;
  }
  
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: #6e241b;
    padding: 12px 10px;
       
  }
  
    .navigation {
    position: fixed;
    top: 0;
    right: -250px;
    visibility: hidden;
    display: block;
    margin: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    float: none;
    transition: visibility 0s linear .15s;
    overflow: hidden;
    background: white;
    z-index: -1;
  }
  
  .navigation.active {
    visibility:visible;
    transition:visibility 0s linear 0s;
    overflow: scroll;
  }

  .navigation ul {
    position:relative;
    height:auto;
    width:100%;
 
    
  }
    
  .navigation > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .navigation > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .navigation ul li,.navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation > ul > li > a {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
    
  .navigation ul li a:hover {
    border: none;
    
  }
      
      
  .subnavOpen {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 24px;
    text-align: center;
  }
      
  .subnavOpen,
  .subnavOpen span {
    display: block;
    height: 100%;
    line-height: 48px;
  }

  .subnavOpen span {
      width: 100%;
      transition: .2s ease-out;
  }
  
  .subnavOpen.active {
    
  }
  
  .subnavOpen.active span {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
      
  .subnavMask {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
  }
  

  #navigation > ul > li .subNav {
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    box-shadow: none;
    background: #fff;
  }
}


/*  General Content Styles
   ========================================================================== */

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
  

/*  Footer
   ========================================================================== */

.site-footer {
  background: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}

#search {
  position: relative;
  width: 260px;
  margin: 0;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: #404140;
  color: #fff;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
	position: absolute;
    right: 0;
    bottom: 6px;
    width: 50px;
    height: 50px;
	background: rgba(34, 32, 95, 1);
    color: #dea92c;
    font-size: 13px;
}
.social-links {
	position: relative;
    top: -32px;

}
.footer-info {
  background: #212224;
  padding: 2em 0;
}

.footer-copyright {
     display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #acacac;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-copyright a,.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 

.main-header:before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 73, 73, 0.4);
}
#logo img{
	padding: 23px 30px;
	background: rgba(34, 32, 95, 0.90);
}
.main-header {
	position: relative;
	overflow: visible;
}
.floating {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 120px;
}
.tag .container {
	max-width: 870px;
}
.tag h1 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Lora', serif;
	line-height: 60px;
	padding: 0px 20px;
	letter-spacing: 2px;
}
.tag strong {
	font-weight: 700;
}

.red-button {
	padding: 13px 30px;
	background: #6e241b;
	color: white;
	font-size: 15px;
	margin-top: 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s;
	cursor: pointer;
}
.red-button:hover {
	background: #802d22;
}
a.red-button {
	color: white;
}
.tag .red-button {
	top: 42px;
	position: relative;
}
    .custom-search {
	position: absolute;
	right: -35px;
	top: 38px;
}
#express-form-typeahead {
	background-color: transparent;
	border: none;
	background-image: none;	
	cursor: text;
	outline: 0;
	top: 0px;
	color: black;
	left: 0px;
	width: 90%;
	height:50px;
	transition: 0;
	position: relative;
	padding: 0 0 0 0px;
}
#express-form-typeahead:focus {


}

#express-form-typeahead:focus {

}

button.search-btn {
	color: black;
	display: none;
	font-size: 30px;
	top: 6px;
	background-image: url('/images/layouts/search.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 34px 34px;
}
button.search-btn2 {
	color: white;
    display: inline;
    position: relative;
    font-size: 30px;
    top: -35px;
    left: 34px;
    background: transparent;
    width: 34px;
    border: none;
    height: 34px;
    background-image: url(/images/layouts/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    outline: none;
}

button.search-btn {
	display: inline;
	top: -3px;
	right: -5px;
}
.visible {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.93);
}

button.search-btn:active {
	display: inline;
	top: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  font-size: 20px;

}
input {
	font-size: 20px;
	padding-left: 20px;
}
#bottom {
	width: 100%;
	min-height: 260px;
	height: auto;
	background: url('/images/layouts/footer.jpg');
	background-position: center center;
	background-size: cover;
}
#bottom:before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(39, 36, 95, 0.85);

}
#bottom .columns {
	z-index: 2;
	display: flex;
	justify-content: space-around;
	position: relative;
	align-items: center;
	min-height: 260px;
	
}
.col {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.copyright {
	background: #252525;
	min-height: 46px;
	width: 100%;
}
.col a, .col a:active, .col a:visited {
	color: white;
	font-size: 14px
}
.social span {
font-size: 29px;
    text-align: center;
    /* margin: 0 auto; */
    margin: 0 auto;
    padding: 0px 10px;
}
  .main-container.navActive {
  	position: fixed;
  }
  
  /* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.55); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: absolute;
    top: 100px;
    right: 6%;
    width: 500px;
    background: white;
    text-align: center;
    margin-top: 30px;
    color: black;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 54px;
    right: 3%;
    cursor: pointer;
    color: white;
    background: transparent;
    width: 34px;
    border: none;
    height: 34px;
    background-image: url(/images/layouts/x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    outline: none;
    font-size: 0;
    
    }

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
	width: 30px;
    height: 21px;
    box-sizing: content-box;
    /* border: 10px solid #6e241b!important; */
    padding: 15px;
    background: #6e241b;
    font-size: 17px;
    top: 0px;
    border: none;
    cursor: pointer;
    background-image: url(/images/layouts/search.png);
    background-position: center center;
    background-size: contain;
    outline: none;
}

.overlay button:hover {
  	background: #893327;
    background-image: url('/images/layouts/search.png');
    background-position: center center;
    background-size: contain;
   
}
.col a {
	transition: all .3s;
}
.col a:hover {
	color: #c9c9c9;
}
input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
     -webkit-appearance: none;
     border-radius: 0;
}
@media (max-width: 1294px) {
	.primary > .container {
		width: 90%;
	}
	.navigation ul li a {
		margin: 0 8px!important;
	}
	.overlay-content {
		right: 3%;
	}
	.overlay .closebtn {
		right: 2.4%;
	}
	} 
	
@media (max-width: 1024px) {
	.primary > .container {
		width: 100%!important;
	}	
	.custom-search {
		position: relative;
	}
	.search-btn {
		display: inline;
	}
	#express-form-typeahead {
	background-color: white;
    background-image: none;
    cursor: text;
    outline: 0;
    border-bottom: 1px solid black;
    width: 71%;
    margin: 0;
    padding: 0;
    top: -6px;
    left: -18px;
    height: 50px;
	}
	#express-form-typeahead:focus {
	background-color: white;
	background-image: none;	
	cursor: text;
	outline: 0;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	left: -18px;
	width: 71%;
	height:50px;
	transition: 0;
	}
	button.search-btn {
	display: inline;
    top: 11px;
    right: 22px;
    position: relative;
    /* float: left; */
}
 #express-form-typeahead:focus + button.search-btn {
	display: inline;
    top: 11px;
    right: 22px;
    position: relative;
 }
.custom-search {
    position: relative;
    right: -15px;
    /* top: 38px; */
}

	}	
@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
#bottom {
	background-image: none;
	background-color: rgba(39, 36, 95, 1);
}
  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }

  #search {
    width: 100%;
  }


  .footer-copyright {
    text-align: center;
  }

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }
  .columns {
	  flex-direction: column;
	  padding: 60px 0px !important;
  }
  .col {
	  align-items: center;
	  justify-content: center;
	  padding: 20px 0px;
  }
  .footer-copyright {
	  flex-direction: column;
  }
}


.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: visible;
  font-size: 0;
}

.navigation ul li {
  display: inline-block;
}

.navigation > ul > li > a,
.navigation ul li {
  text-align: center;
  font-size: 16px;
}




#navigation > ul > li .subNav {
  position: absolute;
  opacity: 0;
  left: -8px;
  width: 200px;
  min-width: 230px;
  padding: 8px 0;
  visibility: hidden;
  background: #fff;
  background: rgba(255,255,255,.85);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  transition: opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1);
  transition: transform .15s cubic-bezier(0,0,.2,1),
              opacity .15s cubic-bezier(0,0,.2,1),
              -webkit-transform .15s cubic-bezier(0,0,.2,1);
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
  overflow: hidden;
}

#navigation > ul > li:hover .subNav { 
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}

#navigation > ul > li .subNav li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

#navigation > ul > li .subNav li a {
  display: block;
/*   padding: 14px 28px; */
  margin: 0;
  color: #262626;
  line-height: normal;
  text-decoration: none;
  transition: .15s cubic-bezier(0,0,.2,1);
}

            
#navigation > ul > li .subNav li a:hover {
  color: #6e241b;
  border: none;
}   

.subnavOpen {
  display: none;
}

@media (max-width: 768px) {
 .navigation ul li a.last {
/*

    display: block;
*/
} 
  .main-container{
    transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1),
                -webkit-transform .2s cubic-bezier(.4,0,.2,1);
  }
  
  .main-container.navActive{
    -webkit-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
            transform: translate3d(-250px,0,0);
    position: fixed;
  }
  
  .navigation {
    position: fixed;
    top: 0;
    right: -250px;
    visibility: hidden;
    display: block;
    margin: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    float: none;
    transition: visibility 0s linear .15s;
    overflow: hidden;
    background: #f5f5f5;
    z-index: -1;
  }
  
  .navigation.active {
    visibility:visible;
    transition:visibility 0s linear 0s;
    overflow: scroll;
  }

  .navigation ul {
    position:relative;
    height:auto;
    width:100%;
    padding-top: 68px;
    
  }
    
  .navigation > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .navigation > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .navigation ul li,.navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation > ul > li > a {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
    
  .navigation ul li a:hover {
    border: none;
  }
      
      
  .subnavOpen {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 24px;
    text-align: center;
  }
      
  .subnavOpen,
  .subnavOpen span {
    display: block;
    height: 100%;
    line-height: 48px;
  }

  .subnavOpen span {
      width: 100%;
      transition: .2s ease-out;
  }
  
  .subnavOpen.active {
    
  }
  
  .subnavOpen.active span {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
      
  .subnavMask {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
  }
  

  #navigation > ul > li .subNav {
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    box-shadow: none;
    background: #fff;
  }

}