@import url("../webfonts/SourceSansPro_Regular/stylesheet.css");
@import url("../webfonts/cinzel_regular/stylesheet.css");




/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    box-sizing: border-box;
    height: 100%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
	padding: .1em;
	font-family: "SourceSansPro Regular";
	color: #000;
}
.grid [class*="grid-"] {
    margin: 0;
}
.grid::after {
    clear: both;
    content: "";
    display: table;
}
[class*="col-"] {
    float: left;
}


.eqBoxes {/* found in eqBoxes.js*/
	
}


.padding1 {
	padding: 1em;
	
}
.padding2 {
    padding: 2em;
}

.padding2left {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
}

.margin200 {
	margin-bottom: 200px;
	
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.centerv 
{
    padding: 50% 0;
    text-align: center;
}
.centered {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.textcentered { text-align: center; }

.roundedborder {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
}

p, li {
	font-family: "SourceSansPro Regular";
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
	


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* hr Gradient transparent - color - transparent */
		
.hrstyle-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
	

.circle img {
	float: left;
	display: block;
	margin: 10px;
	height: 161px;
	width: 161px;			
            
        }
		




h1 {
	color: #000;
	font-size: 2.5em;
	font-family: "cinzel regular";
}

h2 { 

	color: #000;
	font-size: 2em; 
	font-family: "cinzel regular";	}

h3 {
	
	color: #000;
	font-size: 1.75em;
	font-family: "cinzel regular";
}
h4 {
	
	color: #000;
	font-size: 1.50em;
	font-family: "cinzel regular";
	
 }

h5 {
	
	color: #000;
	font-size: 1em;
	font-family: "cinzel regular";
	
}

h5f {
	font-size: .75em;
	color: #FFF;
	font-family: "cinzel regular";
	
}



/*Font Size*/
.text-150 {font-size: 150%;}
.text-140 {font-size: 140%;}
.text-130 {font-size: 130%;}
.text-120 {font-size: 120%;}
.text-110 {font-size: 110%;}
.text-100 {font-size: 100%;}
.text-90 {font-size: 90%;}
.text-80 {font-size: 80%;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    
}

a {
	color: rgba(0,127,54,1);
	text-decoration: none;
}

a:hover {
	color: rgba(249,155,28,1);
	text-decoration: none;
	
}

.margin-top: {0px;}

p a {
	color: rgba(0,127,54,1);
	text-decoration: none;
}

 p a:hover {
	color: rgba(249,155,28,1);
	text-decoration: none;
	
}
	
header {
	color: #000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "cinzel regular";
	font-size: 1.15em;
}

header a:link { color: rgba(0,0,0,1); }

header a:hover {
	color: rgba(149,187,179,1);
	text-decoration: none;
	

 }


nav {
	background-color: rgba(0,100,81,1);
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,100,81,1);
	border-bottom-color: rgba(0,100,81,1);
}

section {
	clear: none;
	float: left;
	width: 100%;
	
 }





.col {
	text-align: left;
	float:left;
	clear:none;
	margin-right: .5em;
	
}
.col:before,
.col:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.col:after {
	clear: both;
}



.bold { font-weight: bold; }




.trans { background-color: rgba(255, 255, 255, .50); }




.bgcolor1 { background-color: rgba(255, 255, 255, 1); }
.bgcolor1trans { background-color: rgba(255, 255, 255, .9); }

/*lt green*/

.bgcolor2 { background-color: rgba(149,187,179,0.25); }

/*drk green*/

.bgcolor3 { background-color: rgba(0, 100, 81, .1); }

/*xx*/
.bgcolor4 { background-color: rgba(0, 110, 185, .25); }

.bgcolor410 { background-color: rgba(0, 110, 185, .10); }
/*xx*/
.bgcolor5 { background-color: rgba(0, 127, 54, 1); }
.bgcolor510 { background-color: rgba(0, 127, 54, .10); }




.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;  /* 16:9 */
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/*Make images scalable*/



img {
	max-width: 100%;
    height: auto;
    width: auto;
}

.rotateleft {-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.rotatert {-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }



footer {
	padding: 1.25em;
	background-color: rgba(0,0,0,.5);
	clear: none;
	float: left;
	width: 100%;
	color: #fff;
}

footer p {
	color: #fff;
	font-size: 80%;
	text-decoration: none;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:link {
	color: #fff;
	text-decoration: none;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}


footer a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.footertitle { color: #FFF; }

.centered { text-align: center; }


.colorgreen {
	color: rgba(0, 100, 81, .1);
}







/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ===== == = === 10em (160px) === = == ===== */

@media only screen and (min-width : 10em) {
/*Column Widths*/
.col-1-1 {
	width: 100%;
	
}

.col-1-2 {
	width: 100%;
	
}
.col-1-3 {
    width: 100%;
}
.col-1-4 {
    width: 100%;
}

.col-1-5 {
    width: 100%;
}
	
.col-1-6 {
    width: 100%;

}
.col-1-8 {
    width: 100%;
}
.col-2-3 {
    width: 100%;
}




.slidermessage {
	display:none;
}


#row-1 { 	 }

#row-2 {  }

#row-3 {  }

#row-4 {  	}

#row-5 { 	}

#row-6 {   }

#row-7 {  }

#row-8 {  }


.margintop10 { margin-top: 1em; 	
}

.marginbottom10 {
	
	margin-bottom: 1em;
}

.marginbottom5 {
	margin-bottom: 1em;
}

.margin10px { margin: 1px; }





}


/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {



}



/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {







}



/* ===== == = === 48em (768px) smallest desk=== = == ===== */

@media only screen and (min-width : 48em) {



.col-1-2 {
	width: 50%;
	
}
.col-1-3 {
    width: 33.333%;
}
.col-1-4 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6 {
    width: 16.66%;
}
.col-1-8 {
    width: 12.5%;
}
.col-2-3 {
    width: 66.667%;
}


#row-1 {
	
}

#row-2 {  
}

#row-3 {  



}

#row-4 {  	}

#row-5 { 	}

#row-6 {   }

#row-7 {  }

#row-8 {  }

.margintop10 { margin-top: 10em; 	
}

.marginbottom10 {
	margin-bottom: 10em;
}
.marginbottom5 {
	margin-bottom: 5em;
}



}



/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width : 56.25em) {





}


/* ===== == = === 60em (960px) === = == ===== */

@media only screen and (min-width : 60em) {




}


/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {





}



/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {





}
















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

