body {
  background-image: url('/ui/images/swirl.png');
  color: black;
  /*font-family: "Trebuchet MS", Helvetica, sans-seri;*/
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 150%;
}

div.printName {
  display: none;
}

li{
  padding-bottom: 5px;
}

#gradeingTable_wrapper { white-space: nowrap; }

ul {
  padding-left: 13px;
}

label {
  font-weight: 100;
}

.glyphicon-star{
  display: none;
}


.alpaca-required-indicator {
  display: none;
}

.dropdown-menu > li > a:hover , .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #4E4E5E !important;
}

.lng{
	float: right;
	list-style-type:none;
	
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.btn-primary {
  background-color: #6099FF;
  border-style: none;
  border-radius: 0px;
}

#header{
  margin: 0px;
  background-image: url(/ui/images/header.png);
}



#logo {
  background-image: url(/ui/images/logo.png);
  height: 210px;
  width: 854px;
}

#pobox {
  background-image: url(/ui/images/poboxblue.png);
  height: 100%;
  width: 180px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}


#flags {
	position: absolute;
	top: 125px;
	right: 0px;
}

#flags2 {
  position: absolute;
  top: 160px;
  right: 0px;
}


.navbar , .navbar-brand, .white {
  background-color: #4E4E5E;
  color: white !important ;
}


.white2 {
  color: white !important ;
}

.flagtext {
	float: left;
	margin: 0 4px 0 0;
}

.active2 {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.navbar {
  margin-bottom: 28px !important;
}

#lang {
	float: right-side;
	color: white;
	list-style-type: none;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #4E4E5E;
  border: none;
}

ul.dropdown-menu {
  background-color: #4E4E5E;
  color: white!important;
}


.dropdown-submenu {
    position: relative;
    color:white;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.glyphicon {
  margin-top: 2px;
}

.heading-background > .glyphicon {
  font-size: 100%;
  float: right;
  margin-top: 2px;

}

div.col-md-4 > div.white_box > h4 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.heading-background{
  background-color: #6099FF;
  /*border-radius: 5px;*/
  margin-top: 0px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#important-date{
  color: red;
}

.footer {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel {
      /*background-image: url('board.jpg');*/
      background-size: 100% 100%;
     /* border-radius: 5px;*/
/*      -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* For IE 5.5 - 7*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222);
        /* For IE 8*/
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222)*/;
/*      -moz-box-shadow: 0px 0px 7px #000000;
      -webkit-box-shadow:0px 0px 7px #000000;
      box-shadow:0px 0px 7px #000000;*/
    }

.image-blur {
  -webkit-filter: blur(5px) grayscale(100%);
  -moz-filter: blur(5px) grayscale(100%);
  -o-filter: blur(5px) grayscale(100%);
  -ms-filter: blur(5px) grayscale(100%);
  filter: blur(5px) grayscale(100%);
}

.carousel-inner > .item > img {
  height: 100%;
  width: 100%;
}

/* Carousel base class */
.carousel {
  height: 335px;
  margin-bottom: 28px;
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.23)
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.bold {
  font-weight: bold;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 335px;
/*  background-color: #777;
*/}
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}*/

.carousel-inner {
  /*border-radius: 5px;*/
}

.carousel-caption {
    right: 10% !important;
    left: 10% !important;
    padding-bottom: 30px;
}

div.carousel-caption > h1 {
  font-size: 47px;
}

div.carousel-caption > p.bold {
  font-size: 123%;
}

div.carousel-caption > p  {
  font-size: 123%;
}

.line{
border-top-style:solid;
}

.alpaca-field-checkbox , .checkbox {
  margin: 0px !important;

}

.white_box {
  background-color: #FFFFFF;
/*  border-radius: 5px;*/
  padding: 15px;
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.23);
  margin-bottom: 10px;
}

.row-eq-height > .white_box {
  margin: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.23);
}

.col-md-6 > h3 {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.col-md-6 > p {
  margin-left: 32px;
  padding-bottom: 10px;
}

div.col-md-4 > p.text-right {
  margin: 0px 0px 0px;
}

#formWarning {
  display: none;
}
#formThanks {
  display: none;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 50px;
  background-color: #6099FF;
  color: white;
  font-size: 0.95em;
}


/*@media (min-width: 768px) {
  .navbar {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}*/

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1023px) {
.row-eq-height {
  display: block;
}



.footer {
  height: 110px;
}

#pobox {
  width: 120px;
}

#logo {
  background-image: url(/ui/images/logo2.png);
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

div.carousel-caption > h1 {
  font-size: 40px;
}

div.carousel-caption > p.bold {
  font-size: 116%;
}

}


@media screen and (max-width: 479px) {
.carousel {
  height: 500px;

}

div.carousel-caption > h1 {
  font-size: 40px;
}

div.carousel-caption > p.bold {
  font-size: 106%;
}

/*#pobox {
  display: none;
}*/

.carousel-inner > .item > img {
  width: auto;
  max-width: none;
}

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

}

@media screen and (min-width: 479px, max-width: 639px ) {

.carousel .item {
  height: 400px;
/*  background-color: #777;
*/}

.carousel {
  height: 400px;

}


}

.est {
  display: true;
}

.eng {
  display: none;
}



.row.alpaca-field-valid.alpaca-field.alpaca-field-object.alpaca-optional.alpaca-display.alpaca-top div.alpaca-control, th {
  text-align: center;
}

div.col-sm-6 > div.alpaca-control {
  text-align: left!important;
}