@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/*UNIVERSAL*/
body {
	background:#ffffff;
	color:#333333;
    font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-top: 0;
}
a, a:hover {
	color:#38b9d0;
	text-decoration:none;
}
a:hover {
	color:#38b9d0;
}
h1, h2, h3, h4, h5, h6 {
	color:#38b9d0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 33px;
}
h2 {
    font-size: 29px;
    color: #ee5425;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}


b, strong {
	font-weight: 700;
}

img {
	height: auto;
	max-width: 100%;
}
li {
    margin: 0 0 5px;
}
.btn, .btn:hover, .btn:focus,
.btn-primary, .btn-primary:hover, .btn-primary:focus{
    background: none repeat scroll 0 0 #38b9d0;
    border: none;
    text-transform: uppercase;
	width: 100%;
    padding: 30px !important;
    font-size: 125% !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #cbcbcb;
    border-color: #cbcbcb;
}

.container {
    width: 100%;
    max-width: 1920px;
}
.container > .row {
    padding: 0 20px;
    margin: 0 auto;
}

.form-required {
    position: relative;
}
.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    vertical-align: super;
    content: '*';
    color: #f10000;
    position: absolute;
    top: -1px;
	background-image: none;
}
.webform-required .form-required {
    padding-left: 17px;
}
.webform-required .form-required:after {
    left: 0;
}




/*HEADER and NAV*/
#header {
	background-color: #fff;
}
#navbar-main {
    background-color: #fff;
}
.navbar-brand {
    display: block;
    margin: 0 auto;
}
.navbar-brand img {
    max-width: 400px;
}
.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #38b9d0;
    font-size: 15px;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background: transparent;
}
.menu--account > div > a {
    font-size: 12px !important;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #38b9d0;
    background: transparent;
}
.dropdown-toggle::after {
	color: #38b9d0;
}
.dropdown-menu {
    border: none;
    font-size: inherit;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > active > a {
    background-color: transparent;
}
.dropdown-item {
    padding: 0 10px 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
	background: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}





/*CONTENT TOP*/
.contentheader {
	position:relative;
	min-height: 500px;
}
.contentheader .views-field-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
.contentheader .views-field-title h1 {
    color: #38b9d0;
    text-shadow: 3px 3px 5px #00000029;
    font-size: 30px;
}
#block-bootstrap-custom-symbioticglobal {
    text-align: center;
    font-size: 25px;
    color: #d9d9d8;
    text-transform: uppercase;
}




/*MAIN*/
#contenttop .row, #slideshow .row, #contentbottom .row {
    margin: 0 auto;
    display: block;
    flex-wrap: unset;
}
#main {
    margin: 50px auto;
    max-width: 600px;
}
.view-title .row {
    display: block;
    margin: 0;
}
.views-field-edit-node {
    font-size: 80%;
    font-style: italic;
    margin: 10px 0;
}



/*WEBFORMS*/
.webform-submission-form {
    margin: 30px auto;
}
.form-inline .form-control {
    display: block;
    width: 100%;
}
.form-control {
    min-height: 60px !important;
}



/*FOOTER*/
.site-footer {
    border: none;
    background: #38b9d0;
    color: #ffffff;
    text-align: center;
    font-family: inherit;
    font-size: 80%;
}
.site-footer .block {
	border: none;
}
.site-footer a, .site-footer a:hover, .site-footer a:focus,
.site-footer .content a, .site-footer .content a.is-active,
.site-footer h1 {
	color: #ffffff;
}
.site-footer__bottom {
    letter-spacing: inherit;
    margin-top: 0;
    border-top: none;
}
.site-footer__bottom .region {
    margin-top: 0;
}
#block-footercopyrightanalytics {
    width: 100%;
}
.site-footer .content {
    color: inherit;
    font-size: inherit;
}




/**********************************************************************************/
/*MOBILE STYLES*/
/**********************************************************************************/
@media(max-width:1920px) {
.container {
	width: 1570px;
	padding-left: 0;
	padding-right: 0;
}

}


@media(max-width:1600px) {
.container {
	width: 1370px;
}

}


@media(max-width:1400px) {
.container {
	width: 1140px;
}

}


@media(max-width:1200px) {
.container {
	width: 960px;
}

}


@media(max-width:992px) {
.container {
	width: 720px;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: transparent;
    border: none;
	outline: none;
    border-radius: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    margin: 0;
}
.navbar-toggler .icon-bar {
    background-color: #38b9d0;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	margin-top: 4px;
}
.navbar-collapse {
    border: none;
    text-align: center;
}
.region-navigation {
    text-align: center;
}
.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	font-size: 150%;
}
.dropdown-item {
	text-align:center;
	font-size: 150%;
}
.navbar-brand {
    display: block;
    margin: 0 auto;
}


}


@media(max-width:768px){
.container {
	width: 100%;
	padding: 0 20px;
}

}


@media(max-width:576px){
.container {
	width: 100%;
}


}

@media(max-width:400px){


}