blockquote.cms-quote-style-1::before {
    display: inline-block;
    content: "“";
   /*font-style: normal;*/
    font-style: italic;
    position: absolute;
    top: 21px;
    left: -29px;
    color: #b2cd67;
    z-index: -1;
}/* -------------------------------------------------------------
   @media screen and (min-width: 1133px) {
  #masthead {
    /* Maximum width of 991 pixels. */ }
    #masthead #cms-menu-mobile {
      display: none !important; }

    #masthead .main-navigation {
      /* header layout */ }
      #masthead .main-navigation > div {
        /* menu Position */ }
        #masthead .main-navigation > div ul:first-child {
          /* Level 2+ */ }
          #masthead .main-navigation > div ul:first-child > li {
            display: inline-block;
            padding: 0 40px 0 0;
            margin: 0; }
            #masthead .main-navigation > div ul:first-child > li:first-child {
              padding-left: 0; }
            #masthead .main-navigation > div ul:first-child > li:last-child {
              padding-right: 0; }
            #masthead .main-navigation > div ul:first-child > li > a {
              color: #0a0a0a;
              font-size: 16px;
              position: relative; }
              #masthead .main-navigation > div ul:first-child > li > a:after {
                display: block;
                content: "";
                width: 0;
                position: absolute;
                bottom: -5px;
                left: 0;
                border-bottom: 2px solid #b2cd67;
                -webkit-transition: all 300ms linear 0ms;
                -khtml-transition: all 300ms linear 0ms;
                -moz-transition: all 300ms linear 0ms;
                -ms-transition: all 300ms linear 0ms;
                -o-transition: all 300ms linear 0ms;
                transition: all 300ms linear 0ms;
                /* BACKGROUND GRADIENT */
                /* TRIPLE BORDERS */ }
              #masthead .main-navigation > div ul:first-child > li > a:hover {
                color: #b2cd67; }
              #masthead .main-navigation > div ul:first-child > li > a:active, #masthead .main-navigation > div ul:first-child > li > a:focus, #masthead .main-navigation > div ul:first-child > li > a.active {
                color: #0a0a0a; }
            #masthead .main-navigation > div ul:first-child > li:hover, #masthead .main-navigation > div ul:first-child > li:focus, #masthead .main-navigation > div ul:first-child > li:active {
              background: transparent; }
              #masthead .main-navigation > div ul:first-child > li:hover > a, #masthead .main-navigation > div ul:first-child > li:focus > a, #masthead .main-navigation > div ul:first-child > li:active > a {
                color: #b2cd67; }
                #masthead .main-navigation > div ul:first-child > li:hover > a:after, #masthead .main-navigation > div ul:first-child > li:focus > a:after, #masthead .main-navigation > div ul:first-child > li:active > a:after {
                  width: 100%;
                  border-color: #b2cd67; }
            #masthead .main-navigation > div ul:first-child > li.current_page_item > a, #masthead .main-navigation > div ul:first-child > li.current-menu-ancestor > a {
              color: #0a0a0a; }
              #masthead .main-navigation > div ul:first-child > li.current_page_item > a:after, #masthead .main-navigation > div ul:first-child > li.current-menu-ancestor > a:after {
                width: 100%;
                border-color: #0a0a0a; }
            #masthead .main-navigation > div ul:first-child > li.has_full_width {
              /* Fix for dropdown menu full width */
              position: static; }
          #masthead .main-navigation > div ul li {
            position: relative;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */
            /* Remove arrow open level 2+ for mobile menu */ }
          #masthead .main-navigation > div ul li ul {
            margin: 40px 0 0 0;
            padding: 20px 0;
            position: absolute;
            left: 0;
            z-index: -1;
            min-width: 250px;
            background-color: #000;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 300ms linear 0ms;
            -khtml-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            -o-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */ }
            #masthead .main-navigation > div ul li ul li {
              display: block;
              padding: 0 30px;
              /* Menu touched on right/left of window*/ }
              #masthead .main-navigation > div ul li ul li a {
                display: block;
                color: #fff;
                padding: 6px 0;
                font-size: 16px;
                /* Active State*/ }
              #masthead .main-navigation > div ul li ul li a:hover {
                color: #b2cd67; }
              #masthead .main-navigation > div ul li ul li.current-menu-item, #masthead .main-navigation > div ul li ul li.current-menu-ancestor, #masthead .main-navigation > div ul li ul li.current_page_item, #masthead .main-navigation > div ul li ul li.current_page_ancestor {
                background-color: ;
                /* Arrow for Parent item */ }
              #masthead .main-navigation > div ul li ul li.current-menu-item > a, #masthead .main-navigation > div ul li ul li.current-menu-ancestor > a, #masthead .main-navigation > div ul li ul li.current_page_item > a, #masthead .main-navigation > div ul li ul li.current_page_ancestor > a {
                color: #b2cd67; }
              #masthead .main-navigation > div ul li ul li.menu-item-has-children > a:after {
                display: block;
                font-family: "FontAwesome";
                content: "\f105";
                position: absolute;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -khtml-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                /* BACKGROUND GRADIENT */ }
            #masthead .main-navigation > div ul li ul ul {
              top: 0;
              left: 100%; }
              #masthead .main-navigation > div ul li ul ul.back {
                right: 100%;
                left: auto; }
              #masthead .main-navigation > div ul li ul ul.back ul:not(.back) {
                right: 100%;
                left: auto; }
              #masthead .main-navigation > div ul li ul ul.back ul.back {
                left: 100%;
                right: auto; }
                #masthead .main-navigation > div ul li ul ul.back ul.back ul:not(.back) {
                  left: 100%;
                  right: auto; }
                #masthead .main-navigation > div ul li ul ul.back ul.back ul.back {
                  right: 100%;
                  left: auto; }
          #masthead .main-navigation > div ul li:hover {
            background-color: ; }
            #masthead .main-navigation > div ul li:hover > a {
              color: #b2cd67; }
            #masthead .main-navigation > div ul li:hover > ul {
              margin-top: 0;
              width: auto;
              z-index: 100;
              visibility: visible;
              opacity: 1; }
              #masthead .main-navigation > div ul li:hover > ul li:hover > ul {
                margin-top: -20px;
                margin-left: 1px; }
                #masthead .main-navigation > div ul li:hover > ul li:hover > ul.back {
                  margin-left: 0;
                  margin-right: 1px; }
          #masthead .main-navigation > div ul .cms-menu-toggle {
            display: none;
            /* Mega Menu */ }
          #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li {
            float: left;
            padding: 0 0 0 30px; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li a {
              /* Remove Left/ Right space in menu item */
              padding-left: 0;
              padding-right: 0;
              /* Grouped */ }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group ul {
              /* Grouped arrow */ }
              #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group ul > li {
                padding: 0; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group.menu-item-has-children {
              /* Grouped Title */ }
              #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group.menu-item-has-children > a {
                position: relative; }
                #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group.menu-item-has-children > a:after {
                  content: "\f107";
                  right: 5px; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group > a {
              text-transform: uppercase;
              border-bottom: 1px solid #222;
              margin-bottom: 15px;
              /* Submenu in group */ }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn > li.group ul {
              position: relative;
              margin: 0;
              visibility: visible;
              opacity: 1;
              padding: 0;
              z-index: 1;
              min-width: inherit;
              width: 100%;
              top: auto;
              left: auto; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.columns2 > li {
              width: 50%; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.columns3 > li {
              width: 33.3333%; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.columns4 > li {
              width: 25%; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.columns5 {
              /* Dropdown Position */ }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.columns5 > li {
              width: 20%; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.drop_to_left {
              right: 0;
              left: auto; }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.drop_to_center {
              left: 50%;
              -webkit-transform: translateX(-50%);
              -khtml-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              /* BACKGROUND GRADIENT */ }
            #masthead .main-navigation > div ul:first-child > li > ul.multicolumn.drop_full_width {
              width: 100% !important; }
      #masthead .main-navigation.pull-center {
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        /* BACKGROUND GRADIENT */ }

    #masthead.header-v1 {
      /* Fixed header */ }
      #masthead.header-v1 #cms-header-navigation {
        padding-top: 80px;
        margin-top: 70px;
        background: url(../images/icon-pink.png) top center no-repeat; }
      #masthead.header-v1 .main-navigation {
        float: none;
        /* Header on right sidebar */ }
        #masthead.header-v1 .main-navigation > div {
          float: none; }
          #masthead.header-v1 .main-navigation > div ul:first-child {
            width: 100%;
            /* Level 2+ */ }
            #masthead.header-v1 .main-navigation > div ul:first-child > li {
              display: block;
              padding: 8px 0; }
          #masthead.header-v1 .main-navigation > div ul ul {
            left: 100%;
            top: 0;
            text-align: left; }
      #masthead.header-v1.header-right #cms-header-navigation .main-navigation ul li ul {
        right: 100%;
        left: auto;
        /* arrow for parent item */
        text-align: right; }
        #masthead.header-v1.header-right #cms-header-navigation .main-navigation ul li ul li.menu-item-has-children > a:after {
          right: auto;
          left: 30px;
          content: "\f104"; }

    #masthead .header-ontop {
      /* Sticky Header */ }
      #masthead .header-ontop .main-navigation > div ul:first-child > li.current_page_item > a:after, #masthead .header-ontop .main-navigation > div ul:first-child > li.current-menu-ancestor > a:after {
        width: 100%; }

    #masthead .header-sticky .main-navigation > div ul:first-child > li > a {
      color: #212121; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li > a:hover, #masthead .header-sticky .main-navigation > div ul:first-child > li > a:active, #masthead .header-sticky .main-navigation > div ul:first-child > li > a:focus {
        color: #b46d70; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li > a:hover:after, #masthead .header-sticky .main-navigation > div ul:first-child > li > a:active:after, #masthead .header-sticky .main-navigation > div ul:first-child > li > a:focus:after {
        border-bottom-color: #b46d70; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li > a:after {
        border-bottom-color: #212121; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li:hover, #masthead .header-sticky .main-navigation > div ul:first-child > li:active, #masthead .header-sticky .main-navigation > div ul:first-child > li:focus {
        cursor: pointer; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li:hover > a, #masthead .header-sticky .main-navigation > div ul:first-child > li:active > a, #masthead .header-sticky .main-navigation > div ul:first-child > li:focus > a {
        color: #b46d70; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li:hover > a:after, #masthead .header-sticky .main-navigation > div ul:first-child > li:active > a:after, #masthead .header-sticky .main-navigation > div ul:first-child > li:focus > a:after {
        border-bottom-color: #b46d70; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li.current_page_item > a, #masthead .header-sticky .main-navigation > div ul:first-child > li.current-menu-ancestor > a {
        color: #b46d70; }
      #masthead .header-sticky .main-navigation > div ul:first-child > li.current_page_item > a:after, #masthead .header-sticky .main-navigation > div ul:first-child > li.current-menu-ancestor > a:after {
        width: 100%;
        border-bottom: 2px solid #b46d70; } }
  @media screen and (max-width:1100px) {
  #masthead #cms-header-navigation {
    background-color: #000;
    position: absolute !important;
    left: 0;
    z-index: -1;
    max-height: 0;
    width: 100%;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    -webkit-transition: max-height, 500ms, ease-in-out;
    -khtml-transition: max-height, 500ms, ease-in-out;
    -moz-transition: max-height, 500ms, ease-in-out;
    -ms-transition: max-height, 500ms, ease-in-out;
    -o-transition: max-height, 500ms, ease-in-out;
    transition: max-height, 500ms, ease-in-out;
    /* BACKGROUND GRADIENT */
    /* TRIPLE BORDERS */ }
    #masthead #cms-header-navigation .main-navigation {
      padding: 20px; }
      #masthead #cms-header-navigation .main-navigation .cms-menu.pull-left, #masthead #cms-header-navigation .main-navigation .cms-menu.pull-right, #masthead #cms-header-navigation .main-navigation .cms-menu.pull-center {
        float: none !important; }
      #masthead #cms-header-navigation .main-navigation ul {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        background: transparent; }
        #masthead #cms-header-navigation .main-navigation ul li {
          position: relative; }
          #masthead #cms-header-navigation .main-navigation ul li a {
            padding: 7px 60px 7px 0;
            display: block;
            color: #fff;
            line-height: normal;
            /* Arrow open level 2+ */ }
            #masthead #cms-header-navigation .main-navigation ul li a:hover, #masthead #cms-header-navigation .main-navigation ul li a:focus {
              color: #b2cd67; }
            #masthead #cms-header-navigation .main-navigation ul li a:active, #masthead #cms-header-navigation .main-navigation ul li a:focus {
              color: #b2cd67; }
          #masthead #cms-header-navigation .main-navigation ul li .cms-menu-toggle {
            position: absolute;
            top: 0px;
            right: 0;
            width: 60px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            color: #fff;
            /* Level 2+*/ }
          #masthead #cms-header-navigation .main-navigation ul li ul {
            padding: 0 10px;
            max-height: 0;
            visibility: hidden;
            width: 100% !important;
            background: transparent;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-opacity: 0;
            -khtml-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0;
            /* BACKGROUND GRADIENT */
            /* OUTLINE RADIUS */
            -webkit-transition: max-height, 500ms, ease-in-out;
            -khtml-transition: max-height, 500ms, ease-in-out;
            -moz-transition: max-height, 500ms, ease-in-out;
            -ms-transition: max-height, 500ms, ease-in-out;
            -o-transition: max-height, 500ms, ease-in-out;
            transition: max-height, 500ms, ease-in-out;
            /* BACKGROUND GRADIENT */
            /* TRIPLE BORDERS */
            /* Hover state */ }
            #masthead #cms-header-navigation .main-navigation ul li ul.submenu-open {
              max-height: 500px;
              visibility: visible;
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1;
              /* BACKGROUND GRADIENT */
              /* OUTLINE RADIUS */ }
          #masthead #cms-header-navigation .main-navigation ul li:hover > a, #masthead #cms-header-navigation .main-navigation ul li:focus > a {
            color: #b2cd67; }
          #masthead #cms-header-navigation .main-navigation ul li.current-menu-item > a, #masthead #cms-header-navigation .main-navigation ul li.current-menu-ancestor > a {
            color: #b2cd67; }

    #masthead #cms-header-navigation.phones-nav.collapse, #masthead #cms-header-navigation.tablets-nav.collapse {
      z-index: 9;
      display: block;
      max-height: 1000px;
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ } }

#cms-mainnav-v4 {
  padding-top: 110px; }
  #cms-mainnav-v4 > div {
    max-width: 400px;
    margin: 0 auto; }
  #cms-mainnav-v4 > div > ul {
    float: none;
    list-style: none inside;
    padding: 0;
    /* First  Level */
    margin: 0; }
  #cms-mainnav-v4 > div > ul:first-child > li {
    position: relative; }
    #cms-mainnav-v4 > div > ul:first-child > li > a {
      font-size: 48px;
      color: #fff;
      text-transform: uppercase;
      line-height: 76px;
      letter-spacing: 1px; }
    #cms-mainnav-v4 > div > ul:first-child > li > a:hover {
      color: #fff; }
    #cms-mainnav-v4 > div > ul:first-child > li:hover > a {
      color: #fff; }
    #cms-mainnav-v4 > div > ul:first-child > li.current_page_item > a, #cms-mainnav-v4 > div > ul:first-child > li.current-menu-ancestor > a {
      color: #fff; }
    #cms-mainnav-v4 > div > ul:first-child > li > .cms-menu-toggle {
      top: 10px;
      height: 50px;
      line-height: 50px; }
  #cms-mainnav-v4 > div > ul li {
    /* Level 2+ */
    position: relative; }
    #cms-mainnav-v4 > div > ul li ul {
      float: none;
      width: 100% !important;
      list-style: none inside;
      padding: 0;
      margin: 0;
      visibility: hidden;
      max-height: 0;
      visibility: hidden;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */
      -webkit-transition: max-height, 500ms, ease-in-out;
      -khtml-transition: max-height, 500ms, ease-in-out;
      -moz-transition: max-height, 500ms, ease-in-out;
      -ms-transition: max-height, 500ms, ease-in-out;
      -o-transition: max-height, 500ms, ease-in-out;
      transition: max-height, 500ms, ease-in-out;
      /* BACKGROUND GRADIENT */
      /* TRIPLE BORDERS */ }
    #cms-mainnav-v4 > div > ul li ul li a {
      font-size: 15px;
      color: #fff; }
    #cms-mainnav-v4 > div > ul li ul li a:hover {
      color: #fff; }
    #cms-mainnav-v4 > div > ul li ul li:hover > a {
      color: #fff; }
    #cms-mainnav-v4 > div > ul li ul li.current_page_item > a, #cms-mainnav-v4 > div > ul li ul li.current-menu-ancestor > a {
      color: #fff; }
    #cms-mainnav-v4 > div > ul li ul.submenu-open {
      max-height: 500px;
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BACKGROUND GRADIENT */
      /* OUTLINE RADIUS */ }
    #cms-mainnav-v4 > div > ul li .cms-menu-toggle {
      position: absolute;
      top: 0px;
      right: 15px;
      color: #fff;
      width: 50px;
      cursor: pointer; }
  #cms-mainnav-v4 .cms-mainnav-v4-logo {
    padding-top: 25px;
    padding-bottom: 27px; }
  #cms-mainnav-v4 #cms-hide-mainnav {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 100px;
    color: #fff; }

#page-sidebar #secondary > aside {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee; }
  #page-sidebar #secondary > aside:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  /* Heading Style */ }
  a:hover, a:focus, a:active, a:visited, a.active {
    outline: none;
    text-decoration: none; }

h1, h2, h3, .h1, .h2, .h3, h1 a, h2 a, h3 a, .h1 a, .h2 a, .h3 a {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  /* Vertical Align */ }
  h1:hover, h2:hover, h3:hover, .h1:hover, .h2:hover, .h3:hover, h1 a:hover, h2 a:hover, h3 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover {
    color: #b2cd67; }
  h1:hover a, h2:hover a, h3:hover a, .h1:hover a, .h2:hover a, .h3:hover a, h1 a:hover a, h2 a:hover a, h3 a:hover a, .h1 a:hover a, .h2 a:hover a, .h3 a:hover a {
    color: #b2cd67; }
  h1 a:hover, h2 a:hover, h3 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, h1 a a:hover, h2 a a:hover, h3 a a:hover, .h1 a a:hover, .h2 a a:hover, .h3 a a:hover {
    color: #b2cd67; }

h4, h5, h6, .h4, .h5, .h6, h4 a, h5 a, h6 a, .h4 a, .h5 a, .h6 a {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  /* BACKGROUND GRADIENT */
  /* TRIPLE BORDERS */
  /* Vertical Align */
  /* List style */ }
  h4:hover, h5:hover, h6:hover, .h4:hover, .h5:hover, .h6:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #b2cd67; }
  h4:hover a, h5:hover a, h6:hover a, .h4:hover a, .h5:hover a, .h6:hover a, h4 a:hover a, h5 a:hover a, h6 a:hover a, .h4 a:hover a, .h5 a:hover a, .h6 a:hover a {
    color: #b2cd67; }
  h4 a:hover, h5 a:hover, h6 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h4 a a:hover, h5 a a:hover, h6 a a:hover, .h4 a a:hover, .h5 a a:hover, .h6 a a:hover {
    color: #b2cd67; }

ul, ol {
  padding: 0;
  margin: 0;
  /* Level 2*/
  list-style-position: inside;
  /* HTML Tags */ }
  ul ul, ol ul, ul ol, ol ol {
    padding-left: 10px;
    margin-left: 0; }

label {
  display: inline; }

blockquote, .blockquote {
  margin: 0;
  padding: 0 40px;
  font-style: italic;
  border: 0; }
  blockquote p:last-child, .blockquote p:last-child {
    margin-bottom: 0; }

code, .code {
  font-size: 12px;
  line-height: 2; }

pre, .pre {
  border: 1px solid #eee;
  font-size: 12px;
  margin: 24px 0;
  overflow: auto;
  padding: 24px; }
  pre code, .pre code {
    display: block; }

abbr, .abbr, dfn, .dfn, acronym, .acronym {
  border-bottom: 1px solid #eee;
  cursor: help; }

address, .address {
  display: block;
  margin: 0 0 24px; }

embed, iframe, object, video {
  width: 100%;
  max-width: 100%; }

table, .table {
  width: 100%; }
  table caption, .table caption {
    font-size: 16px;
    margin: 24px 0; }
  table td, .table td, table .td, .table .td {
    border-top: 1px solid #eee;
    padding: 6px 10px 6px 0; }
  aside {
    /* Search form style */ }
  aside.widget .widget-title, aside.widget .wg-title {
    margin-bottom: 25px;
    font-style: normal;
    /* Widget Search */ }
  aside.widget.widget_search {
    /* Widget Tags Cloud */ }
  aside.widget.widget_tag_cloud {
    /* Widget Calendar */ }
  aside.widget.widget_tag_cloud .tagcloud a {
    padding: 0 12px;
    border: 1px solid #eee;
    line-height: 34px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-size: 14px !important;
    color: #888; }
    aside.widget.widget_tag_cloud .tagcloud a:hover {
      border-color: #b2cd67;
      background: #b2cd67;
      color: #fff; }
  aside.widget.widget_calendar {
    /* Widget Newsletter */ }
  aside.widget.widget_calendar #wp-calendar tfoot td#next {
    text-align: right; }

/* Mobile menu */
@media(min-width:991px){

}

@media(min-width:1131px){

}
@media (max-width: 1210px) and (min-width: 992px){
#masthead #cms-header-navigation, #masthead #cms-header-navigation.collapse, #masthead #cms-header-navigation.tablets-nav{background-color:transparent !important;display:block!important;}
#masthead .main-navigation > div ul:first-child > li{padding: 0 20px 0 0;}
#masthead .main-navigation > div ul:first-child > li > a{font-size: 13px;}
}
@media (max-width: 1209px) and (min-width: 1130px){
#masthead #cms-header-navigation, #masthead #cms-header-navigation.collapse{background-color:none;display:block!important;}
#masthead .main-navigation > div ul:first-child > li{padding: 0 20px 0 0;}
#masthead .main-navigation > div ul:first-child > li > a{font-size: 13px;}
.menu-main-navigation-container{display:block !important;}
#masthead #cms-header-navigation{visibility:visible;}
span.menu-title {  font-size: 13px;}
#masthead .main-navigation > div ul:first-child > li:last-child {  padding-right: 50px;}
}
@media(max-width: 991px){
#masthead #cms-header #cms-header-navigation.collapse{display:block;}
#masthead #cms-header-navigation .main-navigation ul li {
clear: both;
display: block;
}
#masthead #cms-header-navigation .main-navigation ul li ul{
background:#000;
}
#masthead .main-navigation > div ul  .cms-menu-toggle{display: block;}
#masthead .main-navigation > div ul li ul{ position: static; }
#masthead .main-navigation > div ul li ul li.menu-item-has-children > a:after{content:"";}
}

@media(max-width: 1131px){
}
#masthead #cms-header #cms-header-navigation.collapse{display:block;}
