/** CSS FERGUS FARM MUTUAL**/

body {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 17px;
  line-height: 28px;
  color: #1f1f1f;
  background: #faf5f0!important;
}

.btn-primary {
  background-color: #BC6011!important;
}


/**************************************************/

#sp-top-bar,
#sp-top-bar1, 
#sp-top-bar2 {
  font-size:14px!important;
  line-height: 14px!important;
  padding: 0px!important;
  background: #BC6011!important;
  color: #FAF5F0!important;
}

#sp-top-bar a,
#sp-top-bar a:visited {
  color: #eeeeee!important;
  text-decoration: none!important;
}

#sp-top-bar a:hover {
  color: #FFFFFF!important;
  text-decoration: underline!important;
}

#sp-top2 {
  padding: 0px 0px 10px!important;
}

#sp-top1 {
  padding: 10px 0px 0px!important;
}

/**************************************************/

#sp-header {
  background: #FAF5F0!important;  
  border-bottom: 0px #b86d01 solid;
  box-shadow: 0px 2px 10px #000;
}


@media (max-width: 575px) {
    #sp-header .logo {
        height: 70px!important;
    }
}

/**************************************************/

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 19px!important;
  font-weight: bold!important;
  color: #000000!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: none!important;
  color: #bc6011!important;
}

.sp-megamenu-parent>li.active> a  {
  font-family: 'Open Sans', sans-serif!important;
  font-weight: bold!important;
  color: #bc6011!important;
}

.sp-megamenu-parent>li>span  {
  line-height: 60px!important;
}

/* mobile burger menu */

.burger-icon > span {
  background-color: #000000!important;
}

/*close all menu */

/**************************************************/


/* use with feature photos */

h1 {
  font-family: Georgia!important;
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  color: #222222;
}

/* tablet size */
@media screen and (max-width: 768px) {
h1 {
  font-size: 30px;
  line-height: 40px;
  }
}


/* phone size */
@media screen and (max-width: 640px) {
h1 {
  font-size: 25px;
  line-height: 35px;
  }
}



/* use as top level headers on page or section */
h2 {
  font-family: Georgia!important;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1f1f1f;
}

/* tablet size */
@media screen and (max-width: 768px) {
h2 {
  font-size: 28px;
  line-height: 38px;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h2 {
  font-size: 24px;
  line-height: 34px;
  }
}



/* use for sub-headings on page */
h3 {
  font-family: Georgia!important;
  font-size: 28px;
  line-height: 38px;
  font-weight: semi-bold;
  color: #000000!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
h3 {
  font-size: 24px;
  line-height: 34px;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h3 {
  font-size: 20px;
  line-height: 30px;
  }
}


/* use as other headings */
h4 {
  font-family: Georgia!important;
  font-size: 26px;
  line-height: 36px;
  color: #1f1f1f!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
h4 {
  font-size: 24px;
  line-height: 34px;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
h4 {
  font-size: 20px;
  line-height: 30px;
  }
}

/**************************************************/

#sp-bottom    {
  background: #222222!important;
  box-shadow: 0px -2px 8px #faf5f0;
  padding: 35px 0px 0px 0px!important;
  border-top: 3px solid #bc6011!important;
  color: #faf5f0!important;
}

#sp-bottom .sp-module ul>li {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 0px;
}

/**************************************************/

#sp-footer {
  background: #222222!important;
  color: #faf5f0!important;
}

#sp-footer .container-inner {
  border-top: 1px solid #faf5f0!important;
  padding: 0px!important;
}

#sp-footer a,
#sp-footer a:visited  {
  text-decoration: none!important;
  color: #faf5f0!important;
}

#sp-footer a:hover  {
  text-decoration: underline!important;
  color: #ffffff!important;
}