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

/*! HTML5 Boilerplate v5.2.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
   ========================================================================== */


body, html {
	font-size: 100%;
	line-height: 1.6;
	font-family: "SourceSansPro Regular";
	color: #000;
	margin: 0;
	background-color: rgba(39, 59, 144, 1);
}

h1,h2,h3,h4 {
	font-weight: bold;
	font-family: ebgaramond;
	letter-spacing: -1pt;
}

/*
 * 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;
}

/*
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#wrapper {
	width: 100%;
	overflow: auto;	
}

header {
	color: #fff;
		
}

a:link {
	color: #10AF4D;
	text-decoration: none;
}

a:visited {
	color: #10AF4D;
	text-decoration: none;
}

a:hover {
	color: #273B90;
	text-decoration: none;
	
}



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

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

header a:hover {
	color: #FF3;
	text-decoration: none;
}

header a:active {
	color: #ff3;
	text-decoration: none;
}

nav {
	background-color: rgba(0, 140, 211, 1);
}

section { padding: 1em; }

#sec-1 { background: #fff; }

#sec-2 {
	background-color: rgba(254, 190, 44, 1);
	margin: 0px;
}

#sec-3 { background-color: rgba(16, 175, 77, 1); }

#sec-4 { background-color: rgba(255, 242, 32, 1); }

#sec-banner {
	background-image: url(../2015images/plaza1.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 0;
	min-height: 250px;
}
#sec-map { }
#sec-vacancies { }

.innerwhite {
	background: rgba(255, 255, 255, .8);
	padding: 1em;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	border-radius: 10px;
}
.inner {
	padding: 1em;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;	
}
.blacktext { color: #000; }

.centered {
    text-align: center;	

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Make images scalable*/

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

footer {
	padding: 1em;
	clear: both;
	color: #FFF;
}
footer p {
	color: #FFF;
}

footer a:link {
	color: #fff;
	text-decoration: none;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #FF3;
	text-decoration: none;
}
footer a:active {
	color: #ff3;
	text-decoration: none;
}


.slidermessage {
	padding: 10px;
	margin-top: 2em;
	border: 2px solid #FC6;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8);
	color: #000;
	font-family: ebgaramond;
	width: 60%;
	font-size: 3em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1em;
}



/* Gradient transparent - color - transparent */
		
.style-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)); 
}




flexible containers

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 2em;
    height: 0;
    overflow: hidden;
}

li { color: #333; }

p {
	font-family: "SourceSansPro Regular";
	font-size: 110%;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
}

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

.footerhead {
	font-family: ebgaramond;
	font-size: 2em;
	color: #FFF;	
}

.padding2px {
    padding: 2x;	
	
}

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

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

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

.boxes2 {
width:100%;
}

.boxes3 {
width: 100%;
}

.boxes4 {
width: 100%;

}
	
.boxes4B {
    width: 100%;
    padding: 6px;

}
.headerbox {
	width: 100%;
	float: left;
	clear: none;
	text-align: center;
	margin: 0px;
	font-size: 1.75em;
	color: #FFF;
	font-family: ebgaramond;
	line-height: 1.25em;
}

.footerbox {
	width: 100%;
	float: left;
	clear: none;
	font-size: 80%;
	color: #FFF;
	margin-top: 5px;
}

h1 {
	color: #273B90;
	font-size: 200%;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #273B90;
	font-size: 175%;
	line-height: 100%;
}
h3 {
	color: #273B90;
	font-size: 175%;
	line-height: 100%;
}
h4 {
	font-size: 120%;
	line-height: 90%;
}

.slidermessage {
	padding: 10px;
	margin-top: 2em;
	border: 2px solid #FC6;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8);
	color: #000;
	font-family: ebgaramond;
	width: 60%;
	font-size: 1.5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1em;
}

}



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

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



h1 {
	color: #273B90;
	font-size: 300%;
	line-height: 100%;
	margin-top: 0px;
}
h2 {
	color: #273B90;
	font-size: 200%;
	line-height: 100%;
}
h3 {
	color: #273B90;
	font-size: 150%;
	line-height: 100%;
}

.slidermessage {
	padding: 10px;
	margin-top: 2em;
	border: 2px solid #FC6;
	border-radius: 10px;
	background: rgba(255, 255, 255, .8);
	color: #000;
	font-family: ebgaramond;
	width: 60%;
	font-size: 2em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1em;
}


}



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

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

.boxes2 {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 5px;
	
}

.boxes2border {
	width: 48%;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;	
}

.boxes3 {
width: 33%;
	float: left;
	margin: 0px;
	padding: 0px;
	}

.boxes4 {
width: 25%;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
.boxes4B {
    width: 22%;
    padding: 6px;
    float: left;
    margin: 0px;
    text-align: center;
}

.headerbox {
	width: 25%;
	
	
}



.footerbox {
	width: 25%;
	margin-top: 0px;
}

.slidermessage {
	margin-top: 3em;
	border: 2px solid #FC6;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	color: #000;
	font-family: ebgaramond;
	width: 60%;
	font-size: 3em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


}



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

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





}



/* ===== == = === 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: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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;
    }
}

.divider {
	background-color: #273B90;
	margin: 0px;
	height: 2px;
	width: 100%;
}
