
 hr {
    border-color: #996f21;
    border-width: 6px;
	width: 200px;
	display: inline-block;
	clear: both;
}

.galleryimg {
	margin-bottom: 25px;
}


#wpbs-form-1 {
    float: right;
	width: 40%;
}

.wpbs-calendars-wrapper {
    float: left;
    background: #eee;
    padding: 15px;
    border-radius: 8px;
}

.wpbs-main-wrapper {
	width: 100%;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 450px;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 50%;
}

.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 140px;
    margin-top: 0;
}

.wpbs-legend {
    text-align: left;
    margin: 1em 0;
    padding: 8px 8px 0;
    border: 0px solid #f1f1f1;
    line-height: 0;
    background: none !important;
    box-sizing: border-box!important;
}

font-family: 'Barlow', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Teko', sans-serif;

/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Barlow', sans-serif;	
}

p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Barlow', sans-serif;		
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}


ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #996f21;
}

a:hover, a:focus {
	color: green;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}



/* Button
-----------------------------------------------------------*/
[type="email"], [type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

.button {
    margin: 0 0 0rem 0;
}

a.button, [type="submit"] {
    background: orange;
    border: none;
	border-radius: 5px;
    color: black;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 15px 20px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;	
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #000;
	color: #fff;
}




/* Header
-----------------------------------------------------------*/


/*--- Top ---*/
.top {
	font-family: 'Barlow', sans-serif;	
}

.top ul {
	margin: 0;
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/

.header {
    /* background: #fff; */
    position: absolute;
    width: 100%;
    z-index: 999;
}

.logo{
	margin-top: -48px;
	position: absolute;
	z-index: 999;
}

.blacktitle {
    padding: 200px 0 150px;
    background: url(../img/black.png) repeat;
    color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*--- Nav ---*/

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.dropdown.menu a {
    padding: 0.7rem 0rem 20px;
    margin: 0 20px;
    font-family: 'Barlow', sans-serif;
}


.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0px solid #cacaca;
    background: #fefefe;
}

.dropdown.menu .is-active>a {
	color: red;
}

.menu li ul li a {
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
    color: #000;
}


.menu a {
    text-decoration: none;
	text-transform: uppercase;
    line-height: 0;
    display: block;
    padding: 0rem 0rem;
	color: #fff;
}

ul.nav.dropdown.menu {
    float: right;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
    background: #8ac841;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-family: 'Barlow', sans-serif;	
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}

ul.nav.dropdown.menu li.current_page_item > a,
ul.nav.dropdown.menu li.current-menu-parent > a,
ul.nav.dropdown.menu li.current-menu-ancestor > a,
ul.nav.dropdown.menu li.current_page_item > a:hover,
ul.nav.dropdown.menu li.current-menu-parent > a:hover,
ul.nav.dropdown.menu li.current-menu-ancestor > a:hover {
	border-bottom: 6px solid #996f21;
}

ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
	color: #ccc;
}

ul.nav.dropdown.menu li ul > li:hover {
	background: red;
	color: #fff;
}

ul.nav.dropdown.menu li ul li > a:hover {
	border-bottom: 0px solid #72963f;
}


.menu-primary-container{
	margin-top: 45px;
}


.headeraddress {
    font-size: 13px;
    background: #1b5094;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
}

.headeraddress li, .headeraddress a{
	color: #fff;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
}

.secondarymenu ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

.secondarymenu{
	padding: 23px 0 0; 
}

.secondarymenu ul{
	margin-top: 3px; 
}

.secondarymenu ul li a:hover{
	border-bottom: 0px solid #72963f;
}

.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;	
}

.socialmenu {
    padding: 13px 0 0;
    margin-top: 13px;
}

.socialmenu li a{
	margin-left: 10px;
	color: #395499;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}



/* Home
-----------------------------------------------------------*/

/*----- Main -----*/

.black {
	background: url(../img/black.png);
	padding: 0 0 230px 0;
	height:600px; 
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
	text-align: center;
}

.main h1{
	margin-top: 280px;
	color: #fff;
	font-size: 72px;
	line-height: 80px;
}

.main p{
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.orbit-slide {
    width: 100%;
    height: 600px;
}

.orbit-slide a{
    width: 100%;
}


.backgrounds{
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, bottom; 
}



/* Content
-----------------------------------------------------------*/
.content {
	min-height: 500px;
	padding: 50px 0;
}

.doclist i {
	color: red;
	font-size: 30px;
}

.doclist {
	margin-bottom: 30px;
}

.doc {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc; 
	padding: 10px; 
	margin: 0 15px 15px 0;
}

.doctitle {
	font-size: 18px;
	font-weight 700;
	text-transform: uppercase;
}

.doctitle a {
	color: #000;
	letter-spacing: 1px;
	font-weight: 700;
}

.studytitle a{
	color: #000;
}

.pagination a, .pagination button {
    display: inline-block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #0a0a0a;
}




/* Footer
-----------------------------------------------------------*/
.footer {
    background: #000;
	color: #fff;
	padding-top: 30px;
}

.footer a{
	color: #fff;
}

.footer li {
	display: inline;
	list-style: none;
	text-align: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;	
	font-size: 15px;
	font-weight: 600;
}

.footer ul {
    display: block;
    text-align: center;
}






/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(../img/x.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}






@media only screen and (max-width: 63.9375em) { 


#wpbs-form-1 {
    float: right;
	max-width: 50%;
	min-width: 50%;
}

.wpbs-calendars-wrapper {
    float: left;
    background: #eee;
    padding: 15px;
    border-radius: 8px;
}


.wpbs-main-wrapper {
	width: 100%;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 450px;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 50%;
}


.wpbs-calendars-wrapper.wpbs-legend-position-side {
    padding-right: 15px;
	padding-bottom: 100px;
    box-sizing: content-box!important;
}

.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {
    position: absolute;
    top: 380px;
    left: 15px;
    width: 100px;
    margin-top: 0;
	z-index: 9999;
}

.wpbs-legend {
    text-align: left;
    margin: 1em 0;
    padding: 8px 8px 0;
    border: 0px solid #f1f1f1;
    line-height: 0;
    background: none !important;
    box-sizing: border-box!important;
}


/* Header
-----------------------------------------------------------*/

.header {
    background: #000;
    height: 130px;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 320px;
}


.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}

a.menu_icon {
    color: #fff;
}

.menu_icon {
    margin: 0;
	font-size: 50px;
}

.menu_icon::after {
    display: none;
}

.menu-primary-container{
	margin-top: 30px;
}

#offCanvasMenu .close-button {
    background: #dfab29 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
	font-family: 'Barlow', sans-serif;	
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
}

#offCanvasMenu ul li {
	list-style: none;
	font-family: 'Barlow', sans-serif;	
}


#offCanvasMenu ul.nav li:last-child  {
    border-bottom: 0px solid #ccc;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0rem;
}

.accordion-menu li {
    width: 100%;
    display: inline-block;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 10px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}


}









@media only screen and (max-width: 39.9375em) {


.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	text-align: center;
}

.black {
	background: url(../img/black.png);
	padding: 0 0 230px 0;
	height:400px; 
}

.main h1{
	margin-top: 300px;
	color: #fff;
	font-size: 48px;
	line-height: 80px;
}


.orbit-slide {
    width: 100%;
    height: 400px;
}


.header {
    background: #000;
    height: 90px;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 200px;
}

.menu_icon {
    margin: 0;
	font-size: 32px;
}

.blacktitle h2 {
	margin-top: 50px;
	font-size: 48px;
}


#wpbs-form-1 {
    float: left;
	max-width: 100%;
	min-width: 100%;
	margin-top: 30px;
}

.wpbs-calendars-wrapper {
    float: left;
    background: #eee;
    padding: 15px;
    border-radius: 8px;
	width="100%"
}


.wpbs-main-wrapper {
	width: 100%;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 450px;
}

.wpbs-main-wrapper .wpbs-form-container {
    padding: 0px 0 0px 0;
    max-width: 80%;
}


.wpbs-calendars-wrapper.wpbs-legend-position-side {
    padding-right: 15px;
	padding-bottom: 100px;
    box-sizing: content-box!important;
}

.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {
    position: absolute;
    top: 380px;
    left: 15px;
    width: 100px;
    margin-top: 0;
	z-index: 9999;
}

.wpbs-legend {
    text-align: left;
    margin: 1em 0;
    padding: 8px 8px 0;
    border: 0px solid #f1f1f1;
    line-height: 0;
    background: none !important;
    box-sizing: border-box!important;
}


}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}