/*

Overall Design (Header / Footer)

*/

body {
    background-color: #f9f9f7 !important;
}

.cms-backend {
    background-color: #fff !important;
}

#home-page .cms-frontend #content {
    background-image: none !important;
    background-color: #f9f9f7 !important;
    padding-top: 0px;
    margin-top: 0px;
}

header {
    background-color: #fff;
    border-bottom: 7px solid #f1b82f;
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.2);
}

nav ul li.parent a.parent-link {
    color: #000;
}

nav ul li.parent.sfHover a.parent-link,
nav ul li.parent a.parent-link:hover {
    color: #74c044;
}

#content section {
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

#logo {
    margin-top: 5px;
}

#search input[type='text'] {
    border: 1px solid #74c044;
    padding: 9px;
}

#search input[type='image'] {
    top: 9px;
}

footer {
    background: #fff;
    border-top: 7px solid #f1b82f;
}

#footer-text {
    color: #000;
}

#link-insider {
    color: #74c044 !important;
}

.amsd-listing-img {
	border: 5px solid #646464 !important;
}

.callout {
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

    .callout-gray {
        background: #eee;
        border: 1px solid transparent;
    }

    .callout-yellow {
        background: transparent;
        border: 1px solid #ffe998;
    }

.custom-heading {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

    .custom-heading-green {
        color: #74c044;
    }

    .custom-heading-yellow {
        color: #ffe998;
    }

    .custom-heading-charcoal {
        color: #686868;
    }

.cms-btn {
    display: inline-block;
    cursor: pointer;
    padding: 10px 25px;
    text-decoration: none;
}

    .cms-btn-primary {
        background-color: #74c044;
        color: #fff !important;
    }

        .cms-btn-primary:hover {
            background-color: #65ac38;
        }

    .cms-btn-secondary {
        background-color: #ffe998;
        color: #686868 !important;
    }

        .cms-btn-secondary:hover {
            background-color: #ead68a;
        }

/*

Optional Block on Home Page

*/

.home-block {
    position: relative;
}

#optional-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-bottom: 20px;
}

	#optional-content h1 {
		color: #444444;
		font-size: 22px;
		text-transform: none !important;
	}

/*

Full Width Slideshow on Home Page

*/

#full-width-slideshow {
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin: auto;
    margin-top: 145px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

    #full-width-slideshow [data-slides] {
        position: relative;
        overflow: hidden;
        height: 0;
        width: 100%;
        padding-bottom: 37.0833333333333%;
        background: url("/assets/img/slideshow-loader.gif?v=3") center center no-repeat #eee
        ;
    }

        #full-width-slideshow [data-slide] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            display: none;
        }

    #full-width-slideshow [data-captions-wrapper] {
        position: relative;
        margin-top: -75px;
    }

    #full-width-slideshow [data-captions] h1 {
		font-size: 36px;
	}

    #full-width-slideshow [data-captions] {
        position: relative;
        width: 100%;
        max-width: 965px;
        margin: auto;
        z-index: 89;
        background: #fff;
        padding: 20px;
        text-align: center;
        -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
        height: 120px;
    }

        #full-width-slideshow [data-captions] [data-caption] {
            opacity: 0;
            position: absolute;
			max-width: calc(100% - 180px);
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
        }

        #full-width-slideshow [data-captions] [data-caption]:first-child {
            opacity: 1;
        }

        #full-width-slideshow [data-controls] {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 120px;
			margin: auto;
		}

        #full-width-slideshow [data-control] {
            position: absolute;
            display: none;
            top: 0;
            width: 80px;
            height: 100%;
            text-align: center;
            cursor: pointer;
            z-index: 100;
        	-webkit-box-sizing: border-box;
        	-moz-box-sizing: border-box;
        	box-sizing: border-box;
        }

            #full-width-slideshow [data-control]:hover {
                background: rgba(255,255,255,0.1);
            }

            #full-width-slideshow [data-control] span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

                #full-width-slideshow [data-control] span svg {
                    transform: scale(2);
                }

                #full-width-slideshow [data-control] span path {
                    fill: #74c844;
                }

            #full-width-slideshow [data-control='prev'] {
                left: 0;
            }

                #full-width-slideshow [data-control='prev'] {
                    transform: rotate(180deg);
                }

            #full-width-slideshow [data-control='next'] {
                right: 0;
            }


/*

Two Column Text Page

*/

.desktop .two-column-left {
    float: left;
    width: 66.66666666666666%;
    padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile .two-column-left {
    margin-bottom: 40px;
}

    .two-column-left h1 {
        text-transform: uppercase;
    }

.desktop .two-column-right {
    float: left;
    width: 33.33333333333333%;
    padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

    .two-column-right h1 {
        font-size: 30px !important;
        text-transform: uppercase;
        margin-top: 13px;
    }

    .two-column-right p {
        font-size: 13px;
        line-height: 16px;
    }

.cms-backend {
    min-width: 0 !important;
}

.cms-backend.two-column-left {
    width: 620px;
    padding: 20px;
}

.cms-backend.two-column-right {
    width: 305px;
    padding: 20px;
}

/*

Accordion Page

*/

.accordion-title {
    font-size: 36px;
    text-transform: uppercase;
}

button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 2px solid #fff;
}
button.accordion.active, button.accordion:hover {
	background-color: #ddd;
}
div.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  _transition: 0.6s ease-in-out;
  opacity: 0;
}
button.accordion{
  font-weight: normal;
  color: #649834;
  font-size: 20px;
  line-height: 20px;
}
div.panel p{
	_padding: 16px 0;
}
.panel.show {
  opacity: 1;
  max-height: 100%;
  padding: 10px 16px;
}
button.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
