/*Tools*/
/*Base*/
/*------------------------
  Breakpoints:
  * Mobile 0-767px          => Fluid
  * Tablet 768px-991px      => 720px grid
  * Desktop 992px-1199pxpx  => 960px grid
  * Desktop XL 1200px+      => 1200px grid
------------------------*/
/*------------------------

SUSY defaults

$susy: (
  flow: ltr,
  math: fluid,
  output: float,
  gutter-position: after,
  container: auto,
  container-position: center,
  columns: 4,
  gutters: .25,
  column-width: false,
  global-box-sizing: content-box,
);
------------------------*/
/*  Default Menu  */
.wrapper-mobile-menu {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.wrapper-mobile-menu div {
  min-height: 50px;
  padding: 0px;
}

#hamb-acton a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  background-color: #d00;
}

#hamb-acton a img {
  width: 25px;
  height: 17px;
  margin-left: 10px;
  margin-top: 19px;
}

#logo-acton-mobile a img {
  width: 75px;
  height: 26px;
}

#hamb-acton img {
  display: block;
  margin: 0px auto;
  margin-top: 16px;
}

#logo-acton-mobile {
  overflow: hidden;
  min-height: 50px;
  background-color: #d00;
}

#logo-acton-mobile img {
  display: block;
  margin: 0px auto;
  margin-top: 12px;
}

.main-mobile {
  position: fixed;
  height: 150%;
  overflow: scroll;
  background-color: #d00;
  left: 0px;
  right: 0px;
  z-index: 10001;
  display: none;
  top: 0px;
}

/* Main Menu Mobile */
.main-mobile-wrapper {
  max-width: 767px;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  margin-top: 10px;
}

.main-menu-mobile {
  width: 100%;
  float: left;
  padding: 15px 0px;
  margin-top: 9px;
}

.main-menu-mobile li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 7px 0px;
}

.main-menu-mobile li a {
  width: 97.4%;
  float: left;
  text-decoration: none;
  color: #fff;
  margin-left: 30px;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.show-main-top {
  display: block;
}

/* Search Menu Mobile */
.main-mobile-search {
  position: absolute;
  height: 100%;
  overflow: scroll;
  background-color: #d00;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20000;
  display: none;
}

.search-mobile-wrapper {
    max-width: 767px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    margin-top: -5px;
    position: relative;
    padding-bottom: 40px;
}

.main-mobile-search {
  padding: 10px 0px;
  margin-top: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 150%;
}

.search-menu-mobile {
  padding: 5px 0px 10px 0px;
  float: left;
  width: 100%;
  margin-top: 0px;
}

.search-menu-mobile li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.search-menu-mobile li a {
  text-decoration: none;
  color: #fff;
  font-size: 27px;
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 100;
  font-style: normal;
  float: left;
  width: 92%;
  margin-left: 40px;
}

#exit-search {
  background: url("/themes/acton/dist/img/mobile-menu/close.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 13px;
  top: 19px;
  z-index: 100000;
}

.main-mobile-search.show-search {
  display: block !important;
}

/* Secondary Menu */
.secondary-menu-mobile {
  padding: 15px 0px;
  float: left;
  width: 100%;
  margin-top: 0px;
}

.secondary-menu-mobile li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 7px 0px;
}

.secondary-menu-mobile li a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 100;
  font-style: normal;
  float: left;
  width: 92.5%;
  margin-left: 30px;
  letter-spacing: 2px;
  opacity: .8;
}

/* Search Mobile */
.results {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

#search-toggle-mma .results li a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-family: "franklin-gothic-urw",sans-serif;
    font-weight: 100;
    font-style: normal;
    float: left;
    width: 97%;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 15px;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#search-toggle-mma .results li a:hover {

  background-color: rgba(255,255,255, .1);

}

#search-toggle-mma input#edit-submit-search {
  position: absolute;
  top: 17px;
  left: 13px;
  padding: 10px;
  height: 30px;
  width: 30px;
  background: url("/themes/acton/dist/img/mobile-menu/search.svg") no-repeat center center;
  border: 1px solid rgba(255, 255, 255, 0.0001);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 1e-05);
}

#search-toggle-mma input#edit-text {
    width: 90%;
    background-color: rgba(255,255,255, .003);
    border: 1px solid rgba(255, 255, 255, 0.001);
    border-radius: none;
    outline: none;
    color: rgba(255, 255, 255, 0.6);
    margin: 0px 50px;
    font-size: 21px;
    position: relative;
    top: -23px;
}

/* Quick Links */
#quick-links h2 {
  margin: 25px 0px 0px 20px;
  font-size: 13px;
  color: #fff;
  float: left;
  width: 95%;
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 100;
  font-style: normal;
  opacity: .8;
}

/* Style Form Elements */
.search-toggle-mma {
  float: left;
  width: 100%;
}

input[type=search] {
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid rgba(255, 255, 255, 0.001);
  padding: 2px;
  background: rgba(255, 255, 255, 0.001);
  margin: 0px 0px 0px 20px;
  color: #fff;
  font-size: 19px;
  opacity: .6;
  float: left;
  width: 86%;
  letter-spacing: 1px;
}

input[type=search]:focus {
  outline: none;
}

/* input[type=submit] {
  background-color: rgba(255,255,255, .001);
  border: 1px solid rgba(255,255,255, .001);
  outline:none;
} */
/* Spacing line Main Menu */
.short-bar-wrap {
  width: 100%;
  float: left;
  display: block;
  padding: 4px 0px;
  margin: 0px;
}

.short-bar {
  height: 2px;
  width: 20px;
  float: left;
  background-color: #fff;
  margin-left: 30px;
  opacity: .8;
}

/* Top Navigation Styling */
.top-nav-mma {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav-mma.search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    width: 100%;
    height: 65px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0px auto;
    background-color: rgba(0,0,0, .001);
    margin: 0px auto;
    position: relative;
}

#left-toggle-mma {
  background: url("/themes/acton/dist/img/mobile-menu/search.svg") no-repeat center center;
  background-size: cover;
  float: left;
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: 0px;
  margin-top: 3px;
}

#right-toggle-mma {
  background: url("/themes/acton/dist/img/mobile-menu/close.svg") no-repeat center center;
  background-size: cover;
  float: right;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

#left-toggle-mma:hover {
  opacity: .8;
}

#right-toggle-mma:hover {
  opacity: .8;
}

/* containers for toggle elements */
.left-toggle-wrapper {
  width: 100%;
  float: left;
  padding: 5px 0px;
}

.left-toggle-wrapper .form-item {

    margin-bottom: 24px;
    float: left !important;
    width: 100% !important;
}

.right-toggle-wrapper {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

/* Toggle Menu Screens */
.toggle-menu-screens.desktop {
  position: fixed;
  top: 297px;
  left: 0px;
  display: inline-block;
  width: 170px;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 10px 5px;
}

.toggle-menu-screens.mobile {
  float: left;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.path-frontpage .page-header--home {
  margin-top: -85px;
}

 .sec-menu-static { text-align: right; margin-right: 12px; float: right; width: 100%; margin-bottom: 6px; margin-top: 3px; }
 .sec-menu-static li { display: inline; margin-right: 10px; }
 .sec-menu-static li a { color: #fff; font-weight: bold; font-size: 13px; cursor: pointer !important; }

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .main-menu-mobile li a {
    width: 92.5%;
  }
  .search-menu-mobile li a {
    width: 89.5%;
  }
  .secondary-menu-mobile li a {
    width: 92.5%;
  }
  .toggle-menu-screens.mobile {
    display: none;
  }
  #hamb-acton {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
  }
  .wrapper-mobile-menu {
    display: none;
  }
  .path-frontpage .page-header--home {
    margin-top: -85px;
  }
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .main-menu-mobile li a {
    width: 85%;
  }
  .search-menu-mobile li a {
    width: 85%;
  }
  .secondary-menu-mobile li a {
    width: 85%;
  }
  #quick-links h2 {
    width: 90%;
  }
  .top-nav-mma.search {
    width: 90%;
  }
  input[type=search] {
    width: 73%;
    margin: 0px 0px 0px 5px;
  }
  .top-nav-mma.search {
    width: 100%;
  }
  .toggle-menu-screens.desktop {
    display: none;
  }
  #hamb-acton {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
  }
  .wrapper-mobile-menu {
    z-index: 10000;
  }
  .path-frontpage .page-header--home {
    margin-top: 0px;
  }
}
