/*! Sief Responsive Style | Hugh Swann, NomadIT
 originally with LESS css preprocessorbut now the css has been directly edited
*/
/*reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Sief specific responsive style */

.red-border{
  border: 1px solid #D00;
}
.grey-border{
  border: 1px solid #ccc;
}
.black{
  color: #000;
}
.grey-bg {
 background:rgba(0, 0, 0, 0.1);
 }

.be-bg {
 background:#fbdbb2;
 }

 .lgrey-bg {
 background:#fff;
 }



body {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #000;

  padding: 0;
  margin: 0;
}
@media (min-width: 990px) {
  body #main {
    line-height: 166%;
  }
}
#tools {
  background: #333;
  background: #333333 linear-gradient(#111111, #444444);
  padding: 0 0;
  margin: 0 0 0 0;
  font-size: 12px;
}
#tools ul {
  padding: 0 0 0 3%;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 0;
}
@media (max-width: 699px) {
  #tools ul {
    padding-left: 10px;
  }
}




#tools li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-left: #ccc solid 1px;
  font-size: 14px;
}
#tools li:first-child {
  border-left: none;
}
#tools a {
  padding: 8px 4px;
  display: inline-block;
  background: transparent;
}
#tools a {
  color: #feae00;
}
#tools a:hover,
#tools a:active,
#tools a:focus {
  color: #fF0;
  background: #000;
}
#tools a.current,
#tools a.current:hover {
  color: #444;
  cursor: default;
  background: #aaaaaa linear-gradient(#999999, #ffffff);
}

/* Remote Auth */
#tools ul.loggedin-menu {
  display:block;
  background:#2a2a2a;
  border: 1px solid #191919;
  padding:2px 2px 2px 2px;
}
@media (max-width: 1000px) {
  #tools ul.loggedin-menu li {
    display: block;
    border-left: none;
  }
}
@media (max-width: 600px) {
  #tools ul.loggedin-menu .text-muted {
    display:none;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.3s;
}
*[aria-expanded="true"] .caret  {
  transform: scale(-1.2);
}

*[aria-expanded="false"] .caret {
  transform: scale(1.2);
}





@media (max-width: 499px) {
  #tools>div>ul {
    padding-right:4em;
  }
  #tools ul {
    padding: 0 1px;
    margin: 0;
    text-align: center;
  }
  #tools li {
    border-left: none;
  }
  #tools a {
    display: inline-block;
    background: #000;
    border-radius: 0.5em;
    padding: 1px 4px;
    height: 1.4em;
    margin: 2px 3px;
  }
  #tools a.current {
    background: #aaaaaa linear-gradient(#999999, #ffffff);
  }
  #tools li.current {
    background: transparent;
  }
}
#tools #search_tool * {
  vertical-align: middle;
}
#search_tool_container {
 position:relative;
}
#tools #search_tool {
  margin: 0;
  padding: 0 0 5px;
  position: absolute;
  top: 0;
  left: auto;
  right: 15%;
  overflow: hidden;
}
@media (max-width: 700px) {
  #search_tool_container {
    position: absolute;
  }
}
@media (min-width: 990px) {
  #tools li a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#tools #form {
  max-width: 330px;
  min-width: 240px;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  right: 0;
  top: 4px;
}
#tools #form .gsc-results-wrapper-visible a {
  padding: 0;
  color: #000080;
}
#tools #form .gsc-results-wrapper-visible a:hover {
  background: transparent;
}
#tools #form .gsib_a,
#tools #form .gsst_a {
  padding: 2px 0 0 4px;
  color: black;
}
#tools #form #___gcse_0 div.gsc-control-cse {
  padding: 0;
  background-color: transparent;
  border: none;
}
#tools #form #___gcse_0 div.gsc-control-cse input.gsc-search-button {
  margin: -1px 0 0;
  padding: 3px 10px;
  height: 26px;
  width: auto;
}
#tools div.gsc-adBlock {
  display: none;
}
#tools .search_tool_btn {
  display: none;
}
#tools #search_tool {
  display: none;
  width: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  padding: 3px 10px;
}
#tools .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
#tools .sr-only:focus {
  clip: auto;
  color: white;
  display: block;
  font-size: 17px;
  height: 26px;
  position: absolute;
  left: 5px;
  top: 3px;
  padding: 3px 17px;
  z-index: 100000;
}
#titles {
  float: right;
  width: 90%;
}
#logo {
  float: left;
}
@media (min-width: 500px) {
  #titles {
    float: right;
    width: auto;
  }
}
@media (min-width: 700px) {
  #banner {
    float: left;
    width: 27%;
  }
  #logo {
    float: right;
  }
}
@media (min-width: 845px) {
  #banner {
    width: 33%;
  }
}
@media (min-width: 990px) {
  #banner {
    width: 44%;
  }
}
#left {
  width: 180px;
}
@media (max-width: 699px) {
  #left {
    min-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    *zoom: 1;
  }
  #left:before,
  #left:after {
    content: " ";
    display: block;
    display: table;
  }
  #left:after {
    clear: both;
  }
  #main {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #right {
    padding: 0;
    float: right;
    width: 85%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #right ul,
  #right li {
    display: block;
    padding: 0;
    margin: .2em 0 .2em .5em;
  }
  #right li ul {
    font-size: 0.93em;
  }
  #menu {
    width: 180px;
    float: left;
  }
  #boxLinks {
    float: right;
  }
  

}
@media (min-width: 700px) {
  #right {
    float: right;
    width: 28%;
    margin-left: 0;
    margin-right: 1%;
  }
  #main {
    float: left;
    width: 40%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #main.no-right {
    float: left;
    width: 70%;
    margin-right: 1%;
  }
}
@media (min-width: 800px) {
  #right {
    width: 29%;
    margin-right: 2%;
  }
  #main {
    width: 42%;
  }
  #main.no-right {
    width: 72%;
    margin-right: 2%;
  }
}
@media (min-width: 900px) {
  #right {
    width: 30%;
  }
  #main {
    width: 43%;
  }
  #main.no-right {
    width: 74%;
  }
}
@media (min-width: 990px) {
  #right {
    width: 25%;
  }
  #main {
    float: left;
    width: 48%;
  }
}
/* Middle Flex */
@media (min-width: 990px) {
  #middle {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
  }
  #left {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
  }
  #main {
    -webkit-flex: 100 1;
    -ms-flex: 100 1;
    flex: 100 1;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-flex-basis: 340px;
    flex-basis: 340px;
  }
  #emptyColumn {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-flex: 3 1;
    -ms-flex: 3 1;
    flex: 3 1;
    -webkit-flex-basis: 1px;
    flex-basis: 1px;
  }
  #right {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    -webkit-flex: 50 1;
    -ms-flex: 50 1;
    flex: 50 1;
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
  }
}
.middle {
  min-width: 200px;
  max-width: 1240px;
  margin: auto;
}
#main {
  max-width: 850px;
}
#main img {
  max-width: 100%;
  height: auto;
}
#news img img {
  max-width: 70%;
  height: auto;
}
#right > * {
  max-width: 500px;
  margin: 1em auto;
}
#headerbg {
  padding: 10px 10px 0 10px;
  margin: 0;
  width: 100%;
}
@media (max-width: 499px) {
  #headerbg {
    padding: 0 3px;
  }
}
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 90px;
}
#burger-box,
#burger {
  display: none;
}
#burger-container {
  height: 0;
}
@media (max-width: 699px) {
  #burger-box {
    display: block;
    -webkit-flex: 3 8;
    -ms-flex: 3 8;
    flex: 3 8;
    -webkit-flex-basis: 20px;
    flex-basis: 20px;
  }
  #burger {
    display: block;
  }
}
#banner {
  display: inline-block;
  padding: 10px auto;
  -webkit-flex: 2 2;
  -ms-flex: 2 2;
  flex: 2 2;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  height: 70px;
  overflow: hidden;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#banner img {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 700px) {
  #banner {
    height: 76px;
    -webkit-flex-basis: 400px;
    flex-basis: 400px;
  }
}
@media (min-width: 990px) {
  #banner {
    height: 94px;
    -webkit-flex-basis: 420px;
    flex-basis: 420px;
  }
}
@media (min-width: 1150px) {
  #banner {
    height: 120px;
    -webkit-flex-basis: 480px;
    flex-basis: 480px;
  }
}
#titles {
  min-width: 10em;
  -webkit-flex: 7 5;
  -ms-flex: 7 5;
  flex: 7 5;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 26em;
  flex-basis: 26em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: .8em 0.5em 0 0;
  /*smaller title text on smaller screens*/
}
@media (min-width: 580px) {
  #titles {
    min-width: 26em;
  }
}
@media (max-width: 990px) {
  #titles {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  #titles {
    font-size: 11px;
  }
}
#titles h1 {
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.35em;
  margin: .5em 0;
}
.no-wrap {
  white-space: nowrap;
}
#logo {
  min-width: 110px;
  max-width: 200px;
  -webkit-flex: 5 5;
  -ms-flex: 5 5;
  flex: 5 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-flex-basis: 150px;
  flex-basis: 150px;
}
@media (min-width: 580px) {
  #logo {
    min-width: 150px;
  }
}
#logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 699px) {
  #banner {
    display: none;
  }
  #header {
    margin-top: 4px;
  }
  #titles {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
a {
  transition: color 0.25s linear, background 0.25s linear;
  text-decoration: none;
}
a:link,
a:visited {
  color: #6e5501;
}
a:hover,
a:focus {
  color: #fb9a00;
}
a:active {
  color: #fff;
}
a img {
  border: none;
}
a.current {
  color: #444;
  cursor: default;
}
#left {
  display: block;
  float: left;
  clear: both;
  padding: 0;
  margin-right: 1em;
}
.expandButton,
a#burger {
  transition: padding .3s linear;
  border: 1px solid #888;
  border-radius: 12%;
  background: #aaa;
  background: #bbbbbb linear-gradient(#dddddd, #aaaaaa);
}
.expandButton:hover,
a#burger:hover,
.expandButton:active,
a#burger:active,
.expandButton:focus,
a#burger:focus {
  background: #999;
  background: #999999 linear-gradient(#aaaaaa, #dddddd);
}
.expandButton:focus,
a#burger:focus {
  border: 1px solid #000;
  outline: 0;
}
a#burger {
  position: relative;
  top: -36px;
  left: 2px;
  z-index: 100;
  padding: 2px 3px;
  width: 38px;
}
a#burger span {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  margin: 0.37em;
  transition: width .3s linear;
}
a#burger span:nth-of-type(1) {
  background-color: #000;
}
a#burger span:nth-of-type(2) {
  background-color: #960;
}
a#burger span:nth-of-type(3) {
  background-color: #fa0;
}
a#burger.shrink {
  padding-left: 9px;
  padding-right: 9px;
  background: #cccccc linear-gradient(#bbbbbb, #ffffff);
}
a#burger.shrink:hover,
a#burger.shrinkactive,
a#burger.shrinkfocus {
  background: #bbbbbb linear-gradient(#ffffff, #bbbbbb);
}
a#burger.shrink span:nth-of-type(1) {
  width: 0;
}
a#burger.shrink span:nth-of-type(2) {
  width: 8px;
}
a#burger.shrink span:nth-of-type(3) {
  width: 0;
}
#menuAndLinks {
  min-width: 180px;
}
#menu {
  min-width: 180px;
}
#boxLinks {
  min-width: 130px;
}
#menu {
  height: 20.35em; /* 1.85em X number of menu lines */
  font-size: 16px;
}
#menu li {
  line-height: 1.85em;
}
#menu > ul {
  position: relative;
  background: #fff;
  width: 11em;
}
#menu > ul a.expandButton {
  left: 9.4em;
}
#menu > ul > li > ul {
  width: 12em;
}
#menu > ul > li > ul a.expandButton {
  left: 10em;
}
#menu > ul > li > ul.wide {
  width: 21em;
}
#menu > ul > li > ul.wide a.expandButton {
  left: 19em;
}
#menu > ul > li > ul > li > ul {
  width: 11em;
}
#menu > ul > li > ul > li > ul a.expandButton {
  left: 9em;
}
#menu a {
  display: inline-block;
  padding-left: 0.2em;
}
#menu a span.small-in-menu {
  font-size: 85%;
}
#menu a.expandButton {
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: 1px;
  position: absolute;
  width: 1.7em;
  height: 1.65em;
  padding: 0.3em .3em;
}
#menu a.expandButton span {
  display: block;
  height: .2em;
  width: 1em;
  margin-bottom: .15em;
  border-radius: .1em;
  background: #f4f4f4;
}
#menu a:active {
  color: #000000;
}
#menu li {
  padding: .2em .3em .2em .3em;
  display: block;
  height: 1.85em;
}
#menu li li {
  background-color: #f5f5f5;
  border-left: 1px solid #aa8200;
  border-right: 1px solid #aa8200;
}
#menu li li:first-of-type {
  border-top: 1px solid #aa8200;
  border-radius: 3px 3px 0 0;
}
#menu li li:last-of-type {
  border-bottom: 1px solid #aa8200;
  border-radius: 0 0 3px 3px;
}
#menu li li li {
  background-color: #eaeaea;
}
#menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul ul {
  transition: max-height 0.4s linear;
  position: relative;
  font-size: 96%;
  width: auto;
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -0.4em;
  left: 7em;
  z-index: 100;
  -webkit-box-shadow: 1px 2px 4px #aaaaaa;
  box-shadow: 1px 2px 4px #aaaaaa;
  overflow: hidden;
  border: none;
}

#menu ul ul ul li {
  height:auto;
  max-height:27.75em;
  overflow: visible;
  opacity: 1;
  float:none;
}
#menu ul ul ul:hover {
  overflow:visible;
}
#menu ul ul ul:after,#menu ul ul ul:before {
  display:table;
  content:' ';
  clear:both;
}
#menu ul ul ul ul {
  position:static;
  display:block;
  width:auto;
  height:auto;
  max-height:27.75em;
  margin-left:1em;
  overflow: visible;
  opacity: 1;
  float:none;
}

@media (max-width: 579px) {
  #menu ul ul {
    left: 5em;
  }
}
@media (max-width: 499px) {
  #menu ul ul {
    left: 2em;
  }
}
#menu ul.wide ul {
  left: 10em;
}
@media (max-width: 390px) {
  #menu ul ul.wide {
    font-size: 86%;
    left: .8em;
  }
}
#menu ul ul ul {
  z-index: 200;
}
#menu li ul > li:last-of-type {
  height: 2.1em;
}
#menu li.hasList.current > a {
  color: #5c594a;
}
#menu li.hasFocus > a {
  color: #ff9911;
}
#menu li.hasFocus > ul {
  max-height: 27.75em;
  opacity: 1;
  z-index: 101;
}
#menu ul li.hasFocus > ul {
  max-height: 27.75em;
  opacity: 1;
  z-index: 201;
}
#menu ul ul.hasItemInFocus {
  overflow: visible;
}
#menu li:hover > a {
  color: #ff9911;
}
#menu li:hover > ul {
  max-height: 27.75em;
  opacity: 1;
  z-index: 101;
}
#menu ul li:hover > ul {
  max-height: 27.75em;
  opacity: 1;
  z-index: 201;
}
#menu ul ul:hover {
  overflow: visible;
}
a.expandButton {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#boxLinks > div {
  font-size: .7em;
  margin: 12px 8px;
  width: 110px;
  height: 64px;
  padding: 3px 0 0 10px;
  color: #000;
  background-color: #f7f6f6;
  border: 1px solid #999999;
  border-radius: 0.2em;
}
@media (max-width: 350px) {
  #boxLinks {
    min-width: 106px;
  }
  #boxLinks > div {
    margin: 12px 2px;
    width: 102px;
    padding: 3px 0 0 6px;
  }
}
#fb_tw img {
  margin: -3px 0 0;
}
#wcaa img {
}
#afs {
  background: #fff;
}
#afs img {
  margin: 2px 0 0 0;
}
a#black,
a#white {
  text-align: center;
  width: 60%;
  margin: 10px 20%;
  padding: 10px;
  font-size: 1.1em;
  border-radius: 0.1em;
  box-shadow: 2px 2px 2px #ccc;
  font-weight: bold;
  border: 2px solid #fdb71f;
}
a#black:hover,
a#white:hover,
a#black:active,
a#white:active {
  box-shadow: 2px 2px 10px #F66;
}
a#black {
  display: block;
  background-color: #000;
}
a#black:link,
a#black:visited {
  color: #ff0;
}
a#black:focus,
a#black:hover,
a#black:active {
  color: #ffffff;
}
#white {
  display: none;
  background: #fff;
}
#white:link,
#white:visited {
  color: #642;
}
#white:focus,
#white:hover,
#white:active {
  color: #000000;
}
#crumbs {
  padding: 0;
  margin-bottom: .8em;
  font-size: 0.8em;
  color: #666;
}
#crumbs a {
  display: inline-block;
  border-radius: 0.6em;
  padding: 0.1em 1em;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
#crumbs a:hover,
#crumbs a:active,
#crumbs a:focus {
  background: #e4e4e4;
}
.video_iframe_box {
  margin: 1.5em 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.8%;
}
.video_iframe_box * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 579px) {
  #main {
    width: 96%;
    margin-left: 3%;
    margin-right: 3%;
  }
  #main p {
    margin-left: 2px;
  }
}
#titleLine {
  z-index: -2000;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #b49530;
  -webkit-animation-name: titleLine;
  animation-name: titleLine;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
html.unloading #titleLine {
  -ms-transform: translateX(2000px);
  -webkit-transform: translateX(2000px);
  transform: translateX(2000px);
  -webkit-animation-name: titleLineExit;
  animation-name: titleLineExit;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
@keyframes titleLine {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: rotate(30deg) translateY(0) translateX(-2000px);
    -webkit-transform: rotate(30deg) translateY(0) translateX(-2000px);
    transform: rotate(30deg) translateY(0) translateX(-2000px);
  }
  100% {
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
  }
}
@-webkit-keyframes titleLine {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: rotate(30deg) translateY(0) translateX(-2000px);
    -webkit-transform: rotate(30deg) translateY(0) translateX(-2000px);
    transform: rotate(30deg) translateY(0) translateX(-2000px);
  }
  100% {
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
  }
}
@keyframes titleLineExit {
  0% {
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -ms-transform: translateX(2000px) translateY(-30px);
    -webkit-transform: translateX(2000px) translateY(-30px);
    transform: translateX(2000px) translateY(-30px);
  }
}
@-webkit-keyframes titleLineExit {
  0% {
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -ms-transform: translateX(2000px) translateY(-30px);
    -webkit-transform: translateX(2000px) translateY(-30px);
    transform: translateX(2000px) translateY(-30px);
  }
}
#clippedAnimation {
  display: none;
}
@media (min-width: 700px) {
  body {
    position: relative;
    z-index: 0;
  }
  #clippedAnimation {
    display: block;
    z-index: -9999;
    width: 100%;
    height: 1px;
  }
  #clippedBox {
    position: relative;
    z-index: -9999;
    top: -40px;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #logoCircle {
    float: right;
    z-index: -500;
    position: relative;
    width: 1000px;
    height: 670px;
    right: -250px;
    top: -500px;
    border-radius: 50%;
    border: 1px solid #fdb71f;
    -webkit-animation-name: logoCircleLg;
    animation-name: logoCircleLg;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 990px) {
  #logoCircle {
    width: 1100px;
    height: 680px;
    right: -300px;
    top: -500px;
  }
}
@keyframes logoCircleLg {
  0% {
    -ms-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    -webkit-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
  }
  40% {
    -ms-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    -webkit-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes logoCircleLg {
  0% {
    -ms-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    -webkit-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
  }
  40% {
    -ms-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    -webkit-transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
    transform: translateX(190px) translateY(250px) scaleX(0.636364) scale(0.1);
  }
  100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.middle {
  display: block;
  *zoom: 1;
}
.middle:before,
.middle:after {
  content: " ";
  display: block;
  display: table;
}
.middle:after {
  clear: both;
}
.keycap {
  font-size: 107%;
  font-weight: bold;
  padding: 0 6px;
  margin: 2px;
  height: 22px;
  width: 22px;
  border-radius: .3em;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
/*original css*/
ul.nobullet {
  list-style: none;
}
ul {
  margin-bottom: 10px;
}
#main ul {
  margin 0;
	padding:0 0 0 14px;;
}
.small {
  font-size: 0.82em;
  color: #666;
}
p.right {
  text-align: right;
}
p.left {
  text-align: left;
}
p.center {
  text-align: center;
}
p.outdated {
  color: #C00;
}
.bold {
  color: #363636;
  font-weight: bold;
}
.pdf {
  vertical-align: middle;
  margin-top: 2px;
}
.caption {
  font-size: 0.82em;
  color: #666;
  text-align: left;
}
.email,
.u {
  text-decoration: underline;
}
.heading2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
}
.yellow {
  color: #fdb720;
  font-weight: bold;
}
.rightbox {
  float: right;
  width: 50%;
  border-radius: 0.1em;
  background-color: #f7f6f6;
  border: 1px solid #fdb71f;
  padding: 4px;
}
.right {
  float: right;
  margin: 4px 0 4px 4px;
  border: 1px #ccc solid;
  padding: 4px;
  text-align: center;
}
.cfp {
  background-color: #ccc;
  color: #333;
}
.cfp a {
  color: #990000;
}
img.left {
  float: left;
  margin: 4px 10px 4px 0;
  border: 1px #ccc solid;
  padding: 4px;
  text-align: center;
}
.a_head {
  margin: 0;
}
.a_body {
  display: block;
}
div.a_head a.rightbt:link {
  display: none;
}
a.rightbt:link,
a.rightbt:visited {
  display: inline-block;
  margin: 4px;
  width: 1.8em;
  color: #333333;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
a.rightbt:hover,
a.rightbt:focus {
  color: #111111;
  background-color: #FFFFFF;
  border: 1px solid #666666;
}


a.button:link,
a.button:visited {
  margin: 4px;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #95750d;
  background: #fdb71f;
  padding: 8px;
}
a.button:hover,
a.button:focus {
  color: #fff;
  background-color: #d2981a;

}


#right {
  text-align: left;
  padding: 0 15px;
}
#right p {
  padding: 0 10px 0 10px;
}
#right .sidebar_art,
#right .sidebar_low,
#right .sidebar_2013,
#right .sidebar_2015 {
  border-radius: 0.1em;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #999;
}
#right .sidebar_front {
  margin: 0 0 0 10px;
}
#right .sidebar_img {
  border-radius: 0.1em;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #999;
  box-shadow: 2px 2px 2px #ccc;
}
#right .sidebar_2013 {
  background: url(../images/sief2013_graphic.png) no-repeat right 20px;
}
#right .sidebar_2015 {
  border: solid 1px #fdb71f;
  border-radius: 0.2em;
}
#right h2 {
  font-size: 1.2em;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#right #sief2013_body {
  background: url(../images/sief2013_bg.png) no-repeat 160px 90px;
}
#right .sidebar {
  margin: 0;
}
#right ul.calendar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#right ul.calendar_show {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}
#right ul.calendar li,
#right ul.calendar_show li {
  margin: 10px 0 0 23px;
  padding: 0;
}
#contrast {
  text-align: left;
}
#main {
  color: #333;
  text-align: left;
  /* styling the sitemap lists */
}
#main hr {
  border: 0;
  background-color: #999;
  height: 1px;
}

#main #news,
#main #news_fw,
#main .news,
#right .news
{
  border-radius: 0.1em;
  background-color: #f7f6f6;
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
}
#main #news_fw {
  width: 95%;
}
#main #news p,
#main #news ul {
  margin-right: 0;
}
#main #news h1 {
  color: #fdb71f;
  background-color: #fff;
  border-bottom: 1px #999 solid;
  margin: 10px 10px 10px 0;
  padding: 0 0 2px 0;
  font-weight: bold;
  font-size: 1.2em;
}
#main .news_sief2013 {
  padding: 0 0 0 10px;
  text-align: left;
  margin: 1% 0 0 0;
}
#main .news_sief2013 img {
  margin: 2% 0 0 0;
}
#main .sief2013 {
  color: #272478;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
#main .w75 {
  width: 85%;
  border: 1px #ccc solid;
  margin: 20px 0 0 0;
  padding: 0 2%;
}
#main .w75 p {
  margin: 10px 5px 0 0;
  padding: 0;
  font-size: 0.9em;
}
#main #news h2.yellow {
  color: #000;
  background-color: #f4c764;
  padding: 2px 0 1px 5px;
}
#main p {
  padding: 0 0 0 1%;
  margin: 0 0 20px 1%;
}
#main ul li,
#main ol li {
  margin: 5px 0 5px 0;
}
#main p + p {
  margin-top: 0.7em;
}
#main h1 {  
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.4em;
	font-weight: 600!important;
}
#main h2 {
	  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.2em;
font-weight: 600!important;
}
#main h3 {
	  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1.1em;
	font-weight: 600!important;
}
#main h4 {
	  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 1em;
		font-weight: 600!important;
}
#main #sitemap {
  padding-left: 3%;
  font-size: 1.1em;
}
#main #sitemap ul ul {
  font-size: 0.94em;
}
#main #sitemap #form {
  display: none;
}
#main #sitemap li.search_tool_btn {
  display: none;
}
/* styling the timetable */
table.tt {
  width: 80%;
  margin: 10% 0 0;
  border: none;
}
table.tt td {
  padding: 4px;
  background: #fff;
  border: none;
  text-align: center;
}
table.tt td.date {
  background: #966ec4;
  color: #fff;
  font-weight: bold;
}
table.tt td.hour {
  background: #ebdd45;
  font-weight: bold;
  text-align: left;
}
table.tt td.plen {
  background: #E7E6E4;
}
table.tt td.break {
  background: #AAD9AB;
}
table.tt td.common {
  background: #f2d8b4;
}
table.tt td.social {
  background: #C9D9E0;
}
table.tt td.panel {
  background: #F3FD9F;
}
table.tt td.empty {
  border: 1px #ccc solid;
}
table.latest {
  margin: 3% 0 0 0;
  border: none;
}
table.latest td {
  padding: 4px;
  background: #fff;
  text-align: center;
  border: 1px #efeff0 solid;
}
table.latest td.date {
  background: #41648a;
  color: #fff;
}
table.latest td.hour {
  background: #5188bf;
  text-align: left;
  color: #fff;
}
table.latest td.plen {
  background: #d9dfe4;
}
table.latest td.break {
  background: #AAD9AB;
}
table.latest td.common {
  background: #f9f0c5;
}
table.latest td.social {
  background: #fed988;
}
table.latest td.panel {
  background: #d9dfe4;
}
#footer {
  text-align: center;
	padding-top:20px;
  margin: 30px auto 5px;
  border-radius: 45%;
  border-top: solid 1px #fdb71f;
  font-size: 0.85em;
  color: #666;
}
#footer img {
  padding: 0 20px 0 4px;
  vertical-align: middle;
}
#footer span {
  display: inline-block;
}
/* vimeo player */
a#player_carousel_navleft,
a#player_carousel_navright {
  display: none;
}
#player_carousel ul {
  margin: 0;
  padding: 0;
}
#player_carousel ul li a {
  color: #aa8200;
  text-align: left;
}
@media print {
  #tools,
  #left,
  #right,
  #access,
  #banner {
    display: none;
  }
  #header h1 {
    font-size: 1em;
  }
  #logo {
    float: right;
  }
}
