body { background: #fff; color: #555; font-size: 16px; font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.pageWrapper { position: relative; }
.section { position: relative; }
.sectionInner { position: relative; padding: 0 5%; }

.header { position: absolute; width: 100%; height: 54px; line-height: 54px; padding: 18px 0; z-index: 10; }
#logo { float: left; display: block; }
#logo img { display: block; }
.portableNavTrigger { display: none; }
.navCntnt { float: right; }
.mainNav { float: right; padding: 0; margin: 0; list-style-type: none; }
.mainNav li { float: left; padding: 0; margin: 0; }
.mainNav li a { display: block; padding: 0 14px; margin: 0 6px; color: #fff; font-size: 16px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; cursor: pointer;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .35s ease-out;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.mainNav li.actual a { background: rgba(0,0,0,.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mainNav li:last-child a { margin-right: 0; }
.header.floating { position: fixed; background: #c51211; height: 40px; line-height: 40px; padding: 10px 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.12);
}
.header.floating #logo img { height: 40px; }
.langNav { float: right; padding: 0; margin: 0 0 0 20px; list-style-type: none; }
.langNav li { float: left; padding: 0; margin: 0; }
.langNav li a { display: block; font-weight: normal; padding: 0 8px; margin: 0; color: #fff; font-size: 16px; font-family: 'Roboto Condensed', sans-serif; cursor: pointer; }
.langNav li.actual a { background: rgba(0,0,0,.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.section {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.homeSection { background: #C61213 url('../img/bg_red_blank.jpg') no-repeat fixed 50% 50%; color: #fff;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.homeSection .sectionInner { height: 600px; }
.motto { position: absolute; top: 48%; left: 50%; margin: -1.65em -260px; max-width: 520px; font-size: 60px; font-weight: bold; line-height: 1.1em; font-family: 'Roboto Slab', sans-serif; text-align: center; z-index: 1;
  -moz-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -webkit-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -ms-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  -o-text-shadow: 0 2px 1px rgba(0,0,0,.2);
  text-shadow: 0 2px 1px rgba(0,0,0,.2);
}
.motto:before { content: '“'; position: absolute; display: block; top: 82px; left: -104px; font-size: 322px; color: rgba(233,41,39,.4); font-family: 'Times New Roman', Times, serif;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
.motto span { display: block; position: relative; z-index: 1; margin: 0; top: 0; }
.footNote { position: absolute; right: 5%; bottom: 3%; color: #e92927; font-size: 18px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; }
.scrollDown { position: absolute; bottom: 0; left: 50%; width: 60px; height: 236px; max-height: 33%; margin-left: -30px; background: url('../img/scroll.png') no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
.scrollDown .txt { position: absolute; top: 133px; left: 76px; width: 162px; font-family: 'Roboto Condensed', sans-serif; }
@media only screen
and (max-height: 700px) {
  .scrollDown .txt { top: 50%; }
}

.simpleSection .sectionInner { padding-top: 100px; padding-bottom: 100px; }
.sectionHead { position: relative; width: 80%; margin: 0 auto; font-size: 2em; font-family: 'Roboto Slab', sans-serif; color: #e92927; font-weight: bold; text-align: center; line-height: 1em; padding: 1em 0; margin-bottom: 1em; border-bottom: 1px solid #ccc; }
.sectionHead:after { content: ''; display: block; position: absolute; bottom: -2px; left: 50%; width: 100px; height: 3px; margin: 0 -50px; background: #e92927; }
.subHead { position: relative; padding: 1em 0; color: #153e4c; text-align: center; width: 80%; margin: 0 auto; font-family: 'Roboto Slab', sans-serif; font-size: 2em; line-height: 1em; margin-bottom: 1em; }
/*.subHead:before,*/ .subHead:after { content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100px; height: 1px; margin: 0 -50px; background: #153e4c; }
.subHead:after { top: auto; bottom: 0; }
.simpleSection .sectionInner .sectionHead, .simpleSection .subHead:first-child { margin-top: -40px; }
.txtCntnt { line-height: 1.5em; }
.txtCntnt p { margin-bottom: 1em; }
.txtCntnt h1, .txtCntnt h2, .txtCntnt h3, .txtCntnt h4 { color: #c51211; font-family: 'Roboto Slab', sans-serif; font-weight: bold; line-height: 1.2em; margin-bottom: 1em; }
.txtCntnt h1 { font-size: 2.2em; }
.txtCntnt h2 { font-size: 1.75em; }
.txtCntnt h3 { font-size: 1.4em; }
.txtCntnt h4 { font-size: 1.125em; }
.largeTxt { font-size: 1.5em; line-height: 1em; text-align: center; font-family: 'Roboto Slab', sans-serif; font-weight: 300; }
.largeTxt strong, .largeTxt b { color: #c51211; font-weight: bold; }
.section.dark { color: #fff; }
.dark .sectionHead { color: #fff; }

.team { text-align: center; padding: 2em 0 1em; }
.team .member { display: inline-block; width: 300px; text-align: center; cursor: pointer; color: #555; }
.team .member .tmbImg { width: 200px; height: 200px; margin: 0 auto; overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.team .member .tmbImg img { width: 100%; display: block; }
.team .member .name { margin: .5em 0 .1em; font-weight: bold; font-size: 1.3em; color: #c51211;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.team .member:hover .tmbImg {
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}

.GCFSection { background: #e92927 url('../img/bg_white_lake.jpg') no-repeat fixed 50% 50%; background: #e92927 url('../img/bg_red_blank.jpg') no-repeat fixed 50% 50%; color: #fff; }
.GCFCnt { padding: 5px 0 50px; }
.GCF { position: relative; height: 20em; width: 20em; margin: 120px auto; }
.GCF .circle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 20em; border: 2px solid #888; text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 1.25s ease-out;
  -webkit-transition: all 1.25s ease-out;
  -ms-transition: all 1.25s ease-out;
  -o-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out;
}
.GCF .circle .txt { color: #153e4c; font-size: 3em; font-family: 'Roboto Slab', sans-serif; font-weight: 100;
  -moz-transition: all 1.25s ease-out;
  -webkit-transition: all 1.25s ease-out;
  -ms-transition: all 1.25s ease-out;
  -o-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out;
}
.GCF .circle.s { margin-top: 50%; }
.GCF .circle.nw { margin-top: -25%; margin-left: -43.5%; }
.GCF .circle.ne { margin-top: -25%; margin-left: 43.5%; }
.GCF.yetToFadeIn .circle { margin: 0; }
.GCF.yetToFadeIn .circle .txt { color: rgba(21,62,76,0); }
.GCF .circle.nw .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.GCF .circle.ne .txt {
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.6s;
}
.GCF .circle.s .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.8s;
}

.competencesSection { background: #153e4c url('../img/bg_grey_balloon.jpg') no-repeat fixed 50% 50%; background: #C61213 url('../img/bg_red_blank.jpg') no-repeat fixed 50% 50%; color: #fff; }
.sixCirclesCnt { background: url('../img/motif_white_transp.png') no-repeat 50% 50%; padding: 12em 0;
  -moz-background-size: 18em;
  -webkit-background-size: 18em;
  background-size: 18em;
}
.sixCircles { position: relative; height: 12em; width: 12em; margin: 0 auto; }
.sixCircles .circle { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 12em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 1.25s ease-out;
  -webkit-transition: all 1.25s ease-out;
  -ms-transition: all 1.25s ease-out;
  -o-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out;
}
.sixCircles .circleInner { display: block; width: 100%; height: 100%; border: 2px solid #888; text-align: center; color: #153e4c;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.sixCircles .circle .txt { display: inline-block; width: 80%; color: inherit; font-size: 1.2em; line-height: 1.2em; font-family: 'Roboto Slab', sans-serif; font-weight: 300; vertical-align: middle;
  -moz-transition: all 1.25s ease-out;
  -webkit-transition: all 1.25s ease-out;
  -ms-transition: all 1.25s ease-out;
  -o-transition: all 1.25s ease-out;
  transition: all .3s ease-out;
}
.sixCircles .circle .txt i { display: block; font-size: 2em; margin-bottom: .15em;
  text-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.sixCircles .circleInner { border: 0; background: rgba(15,38,46,.85); color: #fff; background: #fff; background: rgba(255,255,255,.85); color: #C51211; }
.sixCircles .circle .txt { color: #fff; color: #C51211; }
.sixCircles .circle.n { margin-top: -110%; }
.sixCircles .circle.ne { margin-top: -55%; margin-left: 95.26%; }
.sixCircles .circle.se { margin-top: 55%; margin-left: 95.26%; }
.sixCircles .circle.s { margin-top: 110%; }
.sixCircles .circle.sw { margin-top: 55%; margin-left: -95.26%; }
.sixCircles .circle.nw { margin-top: -55%; margin-left: -95.26%; }
.sixCircles .circle.n { margin-top: -95.6%; margin-left: 55%; }
.sixCircles .circle.ne { margin-top: 0; margin-left: 110%; }
.sixCircles .circle.se { margin-top: 95.6%; margin-left: 55%; }
.sixCircles .circle.s { margin-top: 95.6%; margin-left: -55%; }
.sixCircles .circle.sw { margin-top: 0; margin-left: -110%; }
.sixCircles .circle.nw { margin-top: -95.6%; margin-left: -55%; }
.sixCircles.yetToFadeIn .circle { margin: 0; }
.sixCircles.yetToFadeIn .circle .txt { color: rgba(21,62,76,0); }
.sixCircles .circle.n .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.sixCircles .circle.ne .txt {
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.6s;
}
.sixCircles .circle.se .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.8s;
}
.sixCircles .circle.s .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 2s;
}
.sixCircles .circle.sw .txt {
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 2.2s;
}
.sixCircles .circle.nw .txt {
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 2.4s;
}
.sixCircles .circle:hover .circleInner { border-color: #c51211; background: #fff; background: rgba(255,255,255,.33);
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);  
}
.sixCircles .circle:hover .circleInner { background: rgba(15,38,46,1); background: #c51211; background: #fff; }

.fancybox-overlay { background: #c51211; background: rgba(169,18,17,.95); background: rgba(15,38,46,.95); }
.fancybox-skin { border-bottom: 60px solid #C51211; background: #fff url('../img/motif_red_transp.png') no-repeat 120% 150%; }
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}
.popupCnt { max-width: 800px; padding: 40px; }

.squareSpacer { float: left; display: block; width: 100%; margin-right: -100%; }

.conferencesSection { background: #153e4c url('../img/bg_blue_lake.jpg') no-repeat fixed 50% 50%; background: #153e4c url('../img/bg_blue_blank.jpg') no-repeat fixed 50% 50%; }
.conferenceList { position: relative; width: 90%; margin: 0 auto; }
.conferenceItem { position: relative; float: left; width: 20%; }
.conferenceSpacer { padding: .25em; }
.conferenceInner { position: relative; overflow: hidden; cursor: pointer; }
.conferenceItem .cover { display: block; width: 100%; height: 100%; }
.conferenceItem .titleLabel { position: absolute; bottom: 0; left: 0; width: 100%; height: 4.5em; background: rgba(0,0,0,.33); color: #fff;
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;
  -moz-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.conferenceItem .title { font-weight: 400; font-family: 'Roboto Slab', sans-serif; font-size: 1.15em; line-height: 1em; padding: .87em .6em;
  text-shadow: 0 0 6px rgba(0,0,0,.5);
}
.conferenceItem .subtitle { font-size: 1em; font-weight: bold; margin: -.5em 0 .5em; }
.conferenceItem .intro .txt { font-size: .75em; line-height: 1.2em; }
.conferenceItem .intro { height: 0; line-height: 1.2em; padding: 0 .69em; color: #000; color: rgba(0,0,0,.75); color: #fff; color: rgba(255,255,255,.85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; 
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(-90deg);
  -moz-transform-origin: center 0;
  -webkit-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
}
.conferenceItem.featured { width: 40%; }
.conferenceItem.featured .conferenceInner { font-size: 1.5em; }
.conferenceItem.featured .title { padding-left: 1em; padding-right: 1em; }
.conferenceItem.featured .intro { padding-left: 1.15em; padding-right: 1.15em; }
.conferenceItem .titleLabel, .conferenceItem .titleLabel .title, .conferenceItem .titleLabel .subtitle, .conferenceItem .intro, .conferenceItem.more .conferenceInner {
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -moz-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color .4s ease-out;
  -webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color .4s ease-out;
  -ms-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color .4s ease-out;
  -o-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color .4s ease-out;
  transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color .4s ease-out;
}
.conferenceItem .intro {
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; 
}           
.conferenceItem:hover .titleLabel { height: 100%; background: #C51211; background: rgba(197,18,17,.95); }
.conferenceItem:hover .intro {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; 
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.conferenceItem.more .conferenceInner { text-align: center; color: #fff;
  -moz-box-shadow: 2px 2px 0 rgba(255,255,255,.5) inset, -2px -2px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 2px 2px 0 rgba(255,255,255,.5) inset, -2px -2px 0 rgba(255,255,255,.5) inset;
  -ms-box-shadow: 2px 2px 0 rgba(255,255,255,.5) inset, -2px -2px 0 rgba(255,255,255,.5) inset;
  -o-box-shadow: 2px 2px 0 rgba(255,255,255,.5) inset, -2px -2px 0 rgba(255,255,255,.5) inset;
  box-shadow: 2px 2px 0 rgba(255,255,255,.5) inset, -2px -2px 0 rgba(255,255,255,.5) inset;
}
.conferenceItem.more .txt { position: absolute; top: 50%; left: 0; width: 100%; height: 4em; margin-top: -1.35em; font-size: 2em; font-family: 'Roboto Slab', sans-serif; font-weight: 100; }
.conferenceItem.more .txt i { display: block; }
.conferenceItem.more:hover .conferenceInner { background: rgba(0,0,0,.5); color: #eb2625;
  -moz-box-shadow: 2px 2px 0 #C51211 inset, -2px -2px 0 #C51211 inset;
  -webkit-box-shadow: 2px 2px 0 #C51211 inset, -2px -2px 0 #C51211 inset;
  -ms-box-shadow: 2px 2px 0 #C51211 inset, -2px -2px 0 #C51211 inset;
  -o-box-shadow: 2px 2px 0 #C51211 inset, -2px -2px 0 #C51211 inset;
  box-shadow: 2px 2px 0 #C51211 inset, -2px -2px 0 #C51211 inset;
}
.standardConferenceRow { display: table; }
.standardConferenceItem { display: table-cell; width: 50%; color: #fff; border-bottom: 2px solid rgba(0,0,0,.5); }
.standardConferenceItem .conferenceSpacer { padding-top: 2em; padding-bottom: 2em; }
.standardConferenceItem .conferenceInner { padding-left: 160px; }
.standardConferenceItem .tmbImg { float: left; margin-left: -160px; width: 140px; height: 120px; overflow: hidden; }
.standardConferenceItem .tmbImg img { display: block; height: 120px; }
.standardConferenceItem .title { font-size: 2em; font-family: 'Roboto Slab', sans-serif; font-weight: 100; margin-bottom: .25em; }
.standardConferenceItem .subtitle { font-size: 1.25em; margin-bottom: .4em; font-weight: bold; }

.testimonials { width: 960px; margin: 0 auto; }
.testimonial { padding: 2em 0 1em; border-top: 1px solid rgba(0,0,0,.15); }
.testimonial:first-child { border-top: 0; }
.testimonial .person { position: relative; float: left; display: inline-block; width: 300px; text-align: center; z-index: 1; }
.testimonial .person .tmbImg { width: 200px; height: 200px; margin: 0 auto; overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .person .tmbImg img { width: 100%; display: block; }
.testimonial .person .name { margin: .5em 0 .1em; font-weight: bold; font-size: 1.3em; color: #c51211; }
.testimonial .quote { position: relative; padding: 3em 3em 2em 330px; font-size: 1.25em; line-height: 1.5em; font-style: italic; }
.testimonial .quote:before { content: '“'; position: absolute; display: block; top: -50px; left: 204px; font-size: 322px; line-height: 1em; color: rgba(233,41,39,.4); font-family: 'Times New Roman', Times, serif; font-weight: bold; font-style: normal; z-index: -1;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
.testimonial.rightAlign .person { float: right; }
.testimonial.rightAlign .quote { padding-left: 3em; padding-right: 330px; }
.testimonial.rightAlign .quote:before { left: -64px; left: auto; right: 218px; }

.contactSection .sectionInner { padding: 0; }
.contactSection .sectionHead, .contactSection.simpleSection .sectionHead { position: absolute; left: 10%; z-index: 1; margin-top: 40px; }
.map { height: 500px; background: #E9E5DC; }
.contactTxt { position: absolute; top: 210px; right: 10%; width: 300px; padding: 40px; background: #fff; margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}
.contactTxt p { padding-left: 2em; margin-bottom: .6em; }
.contactTxt p i { float: left; margin-left: -1.67em; color: #C51211; font-size: 1.2em; }

.getInTouchSection { background: #C51211 url('../img/bg_red_lake.jpg') no-repeat fixed 50% 50%; background: #C61213 url('../img/bg_red_blank.jpg') no-repeat fixed 50% 50%; color: #fff; }
.santaSection{ background: #C61213 url('../img/santa.jpg') no-repeat fixed 50% 50%; color: #fff; }
.getInTouchSection .sectionInner { padding-top: 60px; padding-bottom: 0; }
.contactFormOverlay {  }
.contactFormCnt { position: relative; width: 880px; margin: 0 auto; background: #fff; color: #555;
  box-shadow: 0 0 40px rgba(0,0,0,.2);
  border-radius: 6px 6px 0 0;
  transition: all .6s ease-out;
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.santaSection .contactFormCnt{ background: rgba(255,255,255,0.9); }
.contactFormCntInner { padding: 80px 80px 60px; border-bottom: 60px solid #C51211; }
.contactFormTxt { float: right; width: 300px; }
.contactFormTxt .title { margin-top: -12px; font-size: 2em; font-weight: 700; line-height: 1.2em; margin-bottom: .5em; }
.contactFormTxt .title:after { margin-top: .3em; }
.contactForm { float: left; width: 385px; }
.contactForm .row { margin-bottom: 1em; }
.contactForm label { display: block; font-weight: bold; color: #C51211; margin-bottom: .3em; }
.contactFormTxt label{ display: block; font-weight: bold; color: #C51211; margin-bottom: .3em; }
.contactForm input[type=text], .contactForm input[type=number], .contactForm textarea { width: 320px; height: 30px; line-height: 30px; padding: 6px 18px; border: 2px solid #BEB8B7; color: #000; font-size: 16px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.contactForm input[type=text].small, .contactForm input[type=number].small{ width: 30px; }      
.contactForm input[type=text].medium, .contactForm input[type=number].medium{ width: 60px; } 
.contactForm textarea { height: 150px; line-height: 1.2em; width: 680px; font-size: 14px; padding-top: 18px; padding-bottom: 18px; }
.contactForm textarea.small{ width: 300px; }
.contactForm input[type=text]:focus, .contactForm textarea:focus, .contactForm input[type=number]:focus { /*background-color: #ff3300; color: #fff; */border-color: #C51211; outline: none;
  -moz-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -ms-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  -o-box-shadow: 0 3px 2px rgba(0,0,0,.2);
  box-shadow: 0 3px 2px rgba(0,0,0,.2);
}
.contactForm .footnote { margin: .8em 0; }
.contactForm .captchaCnt { float: left; }
.contactForm .submitCnt { width: 720px; bottom: 80px; right: 80px; text-align: right; padding-top: 14px; }
.contactForm .submitCnt .txtBtn { width: 256px; } 
.contactFormOverlay.closed { display: none; }
.contactFormOverlay.closed .contactFormCnt { margin-bottom: -500px;
  opacity: 0;
}

.careerSection { background: #eee; }
.careerList { width: 80%; margin: 0 auto; }
.careerItem { float: left; width: 42%; margin: 3%; background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -ms-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  -o-box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
  box-shadow: 0 4px 0 rgba(0,0,0,.12), 0 -2px 0 rgba(0,0,0,.1) inset, 0 0 20px rgba(0,0,0,.12);
}
.careerItemInner { padding: 20px 40px 40px; }
.careerItem .head { font-size: 1.4em; line-height: 2.2em; height: 2.2em; vertical-align: middle; border-bottom: 1px solid #ccc; margin-bottom: .5em; padding-bottom: .5em; }
.careerItem .head .title { display: inline-block; font-size: 1em; line-height: 1.1em; color: #e92927; vertical-align: middle; font-family: 'Roboto Slab', sans-serif; font-weight: bold; }
.careerItem .body { line-height: 1.2em; height: 4.8em; overflow: hidden; margin-bottom: 1em; }
.careerItem .btnCnt { text-align: center; }
.jobSection .sectionInner { padding-bottom: 50px; }
.jobCntnt { width: 960px; margin: 0 auto; }
.jobCntnt .city { color: #e92927; font-weight: bold; font-size: 1.2em; }

.section {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}