#nav li a {
	
	
	
}

.post {
    
}

.gallery .title {
	font-size: 14px;
}

.columns { margin-bottom: 3px }

html, body {
    height: 100%
}

.smallerForm h3 {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.columns .fullWidthC {
    width: 100%;
}

.columns .fullWidthC .meta {
    width: 190px;
    margin: 0px auto 0px auto;

}

.smallerForm p {
    margin-bottom: 5px;
}

.publications h3 {
    clear: both;
}

.publications a.pdf {
    margin-bottom: 15px;
}

body, #wrapper {
    overflow: visible;
    position: relative;
}

.feedback .mail {
    font-size: 14px;
}

.btn-unfold {
    margin: 0;
    
    color: #005187;
    background: #fff;
    font-size: 16px;
    border-radius: 3px;
    line-height: 23px;
    padding: 8px 17px 7px 16px;
    box-shadow: none;
}

.invisible {
    display: none;
}

.center {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    
    margin: 0 auto;
}

.drop-inner {
    width: 960px;
    position: relative;    
    height: 100%;
    margin: 0px auto 0px auto;
}

* {
    outline: none !important;
}

#footer .img-holder {
    z-index: 9;
}

button {
	font: 15px/21px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.drop {
    width: 24px;
    z-index: 500;
    height: 40px;
    bottom: 175px;
    position: absolute;
    right: -15px;
    z-index: 8;
    background: url('../images/blue-drop.png') no-repeat;
}

.wysiwyg img { max-width: 100% }

h2 a { 
    color: #005187;
}

.cols .col + .col {
    padding: 35px 29px 22px
}

.wysiwyg table {
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}

h5.gray {
    color: #666;
    font-weight: normal;
    margin-bottom: 1.8em;
}

.wysiwyg table th, .wysiwyg table td {
    text-align: left; 
    border-bottom: 1px solid #eee; 
    padding: 5px 5px 5px 5px;  
    font-size: 0.9em;
}

#contactForm input[type="text"],#contactForm input[type="email"], #contactForm textarea, #contactForm select,#contactForm input[type="tel"] {
    width: 235px;
    outline: none !important;
    
    display: block;
    resize: none;
    border: 1px solid #eee;
    background: #eee;
    color: #706f6f;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
}

.extra-fill {
    width: 100%;
    height: 231px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.wysiwyg blockquote {
	border-left: 3px solid #eee;
	margin-left: 0px;
	padding-left: 1em;
}

.image-fill {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center center;
}

#contactForm {
    
    padding-bottom: 25px;
}

#contactForm fieldset {
    border: none;
    clear: both;
}

#contactForm label {
    height: 25px;
    line-height: 25px;
    border: 1px solid transparent;
    font-size: 14px;
    
    color: #706f6f;
}

#contactForm textarea {
    height: 75px;
}

#contact-left {
    float: left;
    width: 60%;
}

.wysiwyg .callForm {
    padding-top: 0px !important;
}

.wysiwyg .callForm input {
    width: 151px !important;
}

#contactForm input[type="text"]:focus,#contactForm input[type="email"]:focus, #contactForm textarea:focus, #contactForm input[type="tel"]:focus {
    border-color: #f59a00;
    outline: none;
}

.errors_encountered {
    color: #cc0000;
    margin-bottom: 15px;
}

#contact-right {
    float: right;
    border-left: 1px solid #eee;
    width: 40%;
    padding-left: 2.5%;
}

#maps, #mapsHolder {
    width: 100%;
    height: 400px;
}

.indv_error {
    display: block;
    clear: both;
    color: #cc0000;
    font-size: 10px;
    margin-bottom: 5px;
}

#contactForm .button:hover, .wysiwyg .button:hover {
    cursor: pointer;
    color: #fff;
    background: #005187;
}

#contactColumns {
    border-bottom: 1px solid #eee;
}

#contactForm .button {
    margin-top: 5px;
}

.intro-holder .text-holder {
    padding-top: 0px;
}

#main h1 {
    font-size: 29px;
}

#contactForm .button, .wysiwyg .button {
    outline: none !important;
    display: inline-block;
    height: 25px;
    clear: both;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    background: #005187;
    border: none;
    color: #fff;
}

/* submenu */

#nav li {
    position: relative;
    z-index: 100;
    font-size: 17px;
}

#nav li a {
    position: relative;

    z-index: 1000;
}

#nav li.special {
    position: static !important;
}

#nav li ul {
    position: absolute !important;
    background: #edf4f9;
    display: none;
    /*left: 50% !important;*/
    padding-top: 55px;
    top: 0px;     
    left: 0px;
    text-align: center;
    width: 100%;
}


.wysiwyg ul {
    color: #23272a;
    
    list-style: none;
    
    padding: 0 0px 0px 22px;
    margin: 0 0 15px 7px;
}

.wysiwyg ul ul {
	padding-top: 12px;
}

.feedback p:last-child {
    margin-bottom: 0px;
}

.wysiwyg ul:first-child {
    
}

.wysiwyg ul li {
    margin: 0 0 7px;
    position: relative;
}

.wysiwyg ul li:before {
    content: "\e60b";
    font: bold 15px/18px icomoon;
    position: absolute;
    color: #188edc;
    left: -28px;
    top: 2px;
}

#nav li.active li a, #nav li:hover li a {
    padding: 0px;
    margin: 0px 0px 10px 0px;

}

#nav li:hover ul {
    display: block;
}

#nav li ul li {
    float: none;
}

#nav li ul li a {
    height: 25px;
    vertical-align: auto;
    line-height: 25px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    display: block;
}

@media only screen and (max-width: 960px) {
	.drop-inner {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	#nav li ul {
		position: static !important;
		float: none;
		background: #06436c;
		padding-top: 20px;
	}
	.js-slide-hidden {
	    position: absolute !important;
	    left: -9999px !important;
	    top: -9999px !important;
	    display: block !important;
	}	
	#nav li:hover a {
		color: #fff;
		background: inherit;
	}
}

#contactForm .button:disabled, #contactForm .button:hover:disabled {
    background-color: #878787;
}

#contactForm .field_error {
    border-color: #ff0000 !important;
}
