/* h1 {
      display: none;
    }*/

    .secondlist {
      width: 80%;
    }

/* ul {
      list-style-type: none !important;
     
    }

.body-content ul {list-style-type: disc;} */


    .columns {
      float: left;
      width: 40%;
      padding-left: 10%;
    }


    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }



    .darken {
      background-image:
        linear-gradient(rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0.5)),

    }


    @media (min-width: 960px) {
      #affiliate #header #search {
        margin: 0px;
      }
    }

    #site #breadcrumbs .addthis_default_style {
      display: none;
    }



    #affiliate #affiliate-nav-container {
      background-color: #000 !important;
    }

    #affiliate #affiliate-nav>ul>li {
      list-style-type: none;
      border-color: #333 !important;
    }

    #affiliate #affiliate-nav>ul>li:hover>a {
      background-color: #333 !important;
    }

    .callout:first-child {
      border: none !important;
    }

    .note {
      margin-top: 5px !important;
    }

    .authorname {
      color: #000;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.15;
      margin: 20px 0 5px;
    }

    /* Container holding the image and the text */
    .container {
      position: relative;
      text-align: center;
      color: white;
    }

    /* Centered text */
    .centered {
      background: #333;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 28px;
      font-weight: 700;
      text-shadow: 2px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    }


    .centext {
      color: white;
    }


    /*********************  Button Styles  *********************/

    a.btnArrow-white-blue {
      background-color: #8e6d0b;
      color: #fff;
      font-weight: bolder;
      border-style: solid;
      border-color: #676767;
      line-height: 2em;
    }

    a.btnArrow-white-blue:hover {
      background-color: #ead491 !important;
    }

    a.btnArrow-white-blue:after {
      display: none
    }

    a[class|="btnArrow"] {
      padding: 10px 20px 10px 20px;
      margin: 20px 10px;
      background-color: #8e6d0b;
      color: #fff;
      font-weight: bolder;
      border-style: solid;
      border-color: #676767;
      line-height: 2em;
    }

    /*********************  Button Styles  *********************/



    a.btnArrow-blue:after {
      display: none
    }

    #page-slider-container .controls a.prevBtn img {
      padding: 0px 0px 4px 0px;
    }

    #page-slider-container .controls a.nextBtn img {
      padding: 0px 0px 4px 0px;
    }


    a[class|="btnArrow"]:hover {
      background-color: #fdc424;
    }

    /*********************************************************************/

    /*********************************************************************/

    .seSearchForm {
      display: inline-block;
      background-color: #f2f2f2;
      border-radius: 5px;
      line-height: 1;
      overflow: hidden;
      max-width: 260px;
      width: 60%;
      margin-top: 7%;
      float: right;
    }



    @media (min-width: 960px) {
      #header #search {
        padding: 0;
        width: 47%;
      }
    }

    @media (min-width: 1080px) {
      #header #search {
        padding: 0;
        width: 42%;
      }
    }

    @media (min-width: 1200px) {
      #header #search {
        padding: 0;
        width: 36%;
      }
    }











