body {
    background-color: #fff;
	color: #333;
    font-family: "OpenSans", "Verdana", "Roboto", "Helvetica Neue", "Helvetica", "Arial";
    margin: 0 auto;
    padding: 0;
    min-width: 600px;
}

input, button, select, textarea {
    font-family: "OpenSans", "Verdana", "Roboto", "Helvetica Neue", "Helvetica", "Arial";
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansCondensed";
    src: url("../fonts/OpenSans-CondLight.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #333;
    cursor: pointer;
}

a:hover, a:active, a:link {
    color: #333;
    text-decoration: none;
}

a.selected {
    font-size: 14px;
}

.colLarge {
    width: 300px;
}

.colMedium {
    width: 170px;
}

.colSmall {
    width: 100px;
}

.colVerySmall {
    width: 40px;
}

.label-inverse {
    background-color: #333;
}

.calendarItem input[type=text] {
    position: relative;
    z-index: 10;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.bg-danger {
    background-color: #D9534F;
}

.bg-warning {
    background-color: #F0AD4E;
}

.bg-info {
    background-color: #5BC0DE;
}

.danger {
    color: #D9534F;
}

.warning {
    color: #F0AD4E;
}

.info {
    color: #5BC0DE;
}

.message {
    margin: 0 auto;
    text-align: center;
    width: 400px;
    position: fixed;
    top: 60px;
    left: 40%;
    z-index: 200;
}

.message_static {
    position: static;
}

#ieWarning, #jsAlert, #browserAlert, #orientationChangeAlert {
    margin: 10px auto;
    max-width: 600px;
    z-index: 200;
}

/**
 * WRAP
 */
#wrap {
    min-height: 100%;
  /* Negative indent footer by it's height */
    height: auto;
    margin: 0 auto -45px;
    padding: 0 0 40px;
}

#browserAlert {
    display: none;
}

#orientationChangeAlert {
    display: none;
    left: 0;
    width: 100%;
}

.cover-container {
    margin: 0 auto;
}

.masthead {
    position: absolute;
    top: 0;
    margin-bottom: 10px;
    z-index: 150;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
}

.inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.masthead-brand {
    margin: 0;
    font-size: 22px;
}

.masthead-brand span {
    font-size: 12px;
    color: #777;
}

.masthead-brand img {
    position: absolute;
    top: 40px;
    left: 20px;
}

.pageItem ul.dropdown-menu > li:first-child > a {
    font-weight: bold;
}

.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li.pageItem > a {
    border-bottom: 4px solid transparent;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #3470ad;
}

.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
    border-bottom-color: #24517e;
/*    color: #FFFFFF;*/
}

#ulPagesList {
    display: block;
    margin: 20px;
}

#language {
    margin-top: 10px;
    float: right;
}

#language .flag {
    margin-right: 10px;
}

/**
 * LOGIN
 */

.logo {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 46px;
}

#loginError, #messagesLogin {
    width: 350px;
    margin: 10px auto;
    text-align: center;
}

#loginStatus {
    margin: 0 auto;
    width: 49px;
}

#login {
    margin-top: 10px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    background-color: #fff;
    margin: 20px auto;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}


/**
 * HOME
 */

div#homeBlank {
    min-height: 100px;
}

.carousel {
    height: 500px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-caption a, .carousel-caption a:link {
    color: #7b9297;
    background-color: #333;
    padding: 0 13px;
    border-radius: 7px;
}

.carousel-caption a:hover, .carousel-caption a:active {
    color: #fff;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    margin-bottom: 100px;
    z-index: 10;
    border: 1px solid #666;
    background: url("../img/caption_bg.png") repeat scroll 0 0 rgba(0,0,0,0);
    max-width: 500px;
    padding: 37px 33px 40px 40px;
    border-radius: 7px;
    box-shadow: 0 0 5px #888;
}

/*.carousel-inner > div:nth-child(even) .carousel-caption {
    margin-bottom: 0px;
    text-align: right;
}*/

.carousel-inner > div .carousel-caption {
    text-align: left;
}

.carousel-caption h1 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.carousel-caption p {
/*    font-size: 42px;*/
/*    color: #3470ad;*/
}

.marketing {
    background-color: #fff;
    margin-bottom: 80px;
}

.marketing h3 {
    text-transform: uppercase;
    color: #3470ad;
    font-size: 20px;
}

.marketing h3 span:first-child {
    color: #ad3434;
    margin-right: 10px;
}

.marketing .col-md-4 {
    margin-bottom: 80px;
}

.marketing p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.marketing a {
    color: #fff;
}

.marketingPoll img {
    cursor: pointer;
}

.divPollQuestion {
    font-weight: bold;
    margin-bottom: 5px;
}

.divPollResponses {
    margin-bottom: 15px;
}

.divPollResponses input[type=radio] {
    margin-bottom: 5px;
}

/**
 * CONTACT
 */

#contact {
    margin-top: 120px;
}

#contact form input {
    margin-bottom: 15px;
}

#contact #message {
    height: 300px;
}

/**
 * PAGES
 */

.divPage {
	display: none;
    margin-bottom: 20px;
}

.page-content {
    box-shadow: 0 0 5px #888;
    padding: 40px;
    background: #fff;
    margin-top: 120px;
    margin-bottom: 150px;
}

.divSectionHeaderImg, .divSectionHeader, .divSection {
    display: none;
}

.section {
    color: #777;
    margin-top: 20px;
    text-align: justify;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.section ul.ulSection {
    list-style-type: none;
    padding: 0px;
}

.section .col-md-3 a {
/*    color: #1c41aa;*/
}

.section .col-md-3 .list-group-item {
    border: none;
    color: #24517e;
}

.section .col-md-3 .list-group-item.active {
    border: none;
    background-color: #24517e;
    color: #fff;
}

.section .col-md-9 ul.ulSection {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

/*.section .col-md-9 li {
    width: 33%;
}*/

.ulSection li a {
    color: #25417e;
}

.ulSection li a.active {
    background-color: #24517e;
    color: #fff;
}

.ulSection li:first-child:nth-last-child(1) {
    display: none;
}

.divSubSection {
    display: none;
}

.insides {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.divSubSection .ulSubSectionDoc a {
    margin-right: 10px;
    text-decoration: underline;
}

.divSubSection .ulSubSectionDoc li {
    margin-bottom: 10px;
}

.divSubSection .ulSubSectionDoc li img {
    margin-right: 5px;
}

.divSubSection .ulSubSectionDoc div.btn-group {
    margin-bottom: 10px;
}

.background-section {
    height: 200px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
}

.background-section img {
    width: 100%;
    height: 300px;
}

/**
 * ADMIN
 */
#changeView {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

/**
 * EXTRANET
 */
#homeExtranet .page-content {
    background-color: #efefef;
}

#homeExtranet .card {
    background-color: #fff;
    box-shadow: 0 0 2px #888;
    padding: 20px;
    margin-bottom: 20px;
}

#createPollDiv, #pollListDiv {
    display: none;
}

.pollResponseDiv {
    margin: 0 0 10px 40px;
}

#addQuestionBtn {
    margin-bottom: 10px;
}

.extranetSection .row {
    margin-top: 20px;
}

.extranetSection button {
    margin-right: 10px;
}

.extranetList {
    margin-top: 40px;
}

a.documentDownload {
    text-decoration: underline;
}

#inputMediaUpload, #inputDocumentUpload {
    margin-bottom: 10px;
}

#mediaUserBtn {
    margin-left: 10px;
}

.extranetList li {
    margin-bottom: 20px;
}

/**
 * FOOTER
 */
#footer {
    box-shadow: 0 0 5px #888;
	position: absolute;
    width: 100%;
	margin-top: 0px;
	padding: 0px 0 0 0;
	color: #555;
	font-size: 14px;
    text-align: left;
    background-color: #f5f5f5;
}

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

#footerContent {
    padding-top: 20px;
    padding-bottom: 20px;
/*    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);*/
}

#footer .sitemap {
    margin-top: 10px;
}

#footer .sitemap p.hsection {
/*	text-transform: uppercase;
    font-size: 16px;*/
    font-weight: bold;
}

#footer .sitemap p.subsection {
	font-variant: normal;
    font-size: 12px;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #555;
}

#footer .about {
    margin-top: 50px;
/*    margin-bottom: 20px;*/
    text-align: center;
/*	text-transform: uppercase;*/
}


.about .copyright {
    text-transform: capitalize;
    font-size: 12px;
}

#footer .about span {
    margin-right: 20px;
}

#footer a:hover {
    text-decoration: none;
}

#cookieMessage {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

#cookieMessage button {
    margin-left: 10px;
}

/**
 * MODAL
 */

#divAddMediaRadio {
    margin-bottom: 10px;
}

input[type=radio] {
    margin-left: 10px;
    margin-right: 2px;
}

#divInputVideoURL {
    display: none;
}

#helpModal .modal-body {
    overflow: auto;
    height: 400px;
}

#helpModal .helpSection {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .masthead {
        position: relative;
    }

}

@media (max-width: 992px) {

    body {
        font-family: "RobotoCondensed";
    }

    input, button, select, textarea {
        font-family: "RobotoCondensed", "Helvetica Neue", "Helvetica", "Arial";
    }

    .message {
        top: 50px;
        left: 15%;
    }

    #homeCarousel {
        display: none;
    }

    .masthead-brand img {
        display: none;
    }


}

@media (min-width: 768px) {

    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }

    .masthead, .cover-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .masthead, .cover-container {
    }
}

@media (max-width: 600px) and (orientation:portrait) {
    #orientationChangeAlert {
        display: block;
    }
}

/* CHROME FIX */
.fa {
    font-variant: normal;
}
