/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  04: 2Col_Fixed_Full_Width_Header_Sidebar_Right
  ------------------------------------------------
*/
body {
  position: relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* Background Color and Gradients */
  background: #fffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 30%, #1e5799 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #1e5799)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 30%, #1e5799 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 30%, #1e5799 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 30%, #1e5799 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 30%, #1e5799 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1e5799', GradientType=0); /* IE6-9 */
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 0px !important;
  margin: 20px 0;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  border: 0px;
  background: none;
}
span#ui-dialog-title-1 {
  display: block;
  text-align: center !important;
  margin-left: 52px;
}
#masthead {
  color: #FFF;
  background: #C42625;
  padding: 0px;
  margin-top: 0px !important;
  height: 46px;
  position: relative;
}
#topper {
  color: #FFF;
  background-image: url(../images/Structural/HeaderBackground.jpg);
  background-position: bottom center;
  height: 250px;
  margin-top: 20px;
}
.logo {
  width: 254px;
  height: 144px;
  padding-left: 10px;
  border: 2px solid #77777x7 !important;
  background-color: #FFF;
  /* Shadows */
  -moz-box-shadow: inset 0px 0px 18px 0px #999;
  -webkit-box-shadow: inset 0px 0px 18px 0px #999;
  box-shadow: inset 0px 0px 18px 0px #999;
  /*Tilt*/
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
#wrapper {
  width: 1000px;
  margin: 10px auto;
  z-index: -2;
}
.facebook {
  position: absolute;
  bottom: -35px;
  left: calc(50% + 460px);
  height: 35px;
  width: 35px;
  background-color: rgba(55, 86, 159, 1);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 2px 5px -2px rgba(0, 0, 0, 0.4);
}
.facebook img {
  padding: 5%;
  width: auto;
  height: 90%;
  transition: width .2s;
  -webkit-transition: all .2s;
}
.facebook img:hover {
  /* Opacity */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#column_wrapper {
  background-color: #9ACD71;
  padding-top: 1px;
  padding-bottom: 1px;
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#both {
  background-color: #FFF;
  margin: 10px 20px 10px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#left {
  width: 700px;
  float: left;
  margin: 20px 0px;
  overflow: hidden;
}
#right {
  margin: 0px;
  margin-top: -10px;
  width: 250px;
  float: left;
}
.onecoltemplate {
  width: 950px !important;
}
.onecoltemplate .content {
  border-right: 0 !important;
}
#left .content {
  padding: 0px 20px;
  font-size: 14px;
  line-height: 1.65em;
  border-right: solid thin #060;
  min-height: 600px;
}
#right .content {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 1.5em;
}
#masthead .content {
  padding: 0px;
  width: 1000px;
  margin: 0px auto;
}
#footer .content {
  padding: 5px 22px 15px;
  font-size: 12px;
}
#footer {
  background-color: #9ACD71;
  margin: 0;
  font-size: 0.7em;
  clear: both;
}
.menulist {
  margin: 6px 0 12px 0;
  padding: 0;
  list-style-type: none;
}
#right a:link, #right a:visited {
  color: #C42625;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
#right a:hover {
  color: #000000;
}
#left a:link, #left a:visited {
  color: #C42625;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
#left a:hover {
  color: #9ACD71;
  background-color: #FFFFFF;
}
#right a:hover {
  color: #9ACD71;
  background-color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
  color: #000000;
  padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
  border-color: #000000;
}
#footer a:link, #footer a:visited {
  color: #333;
  font-weight: bolder;
}
#footer a:hover {
  color: #B185C9;
}
h1 {
  font-size: 1.8em;
  margin: 0;
}
h2 {
  font-size: 20px;
  margin: 30px 0 0 0;
  color: rgba(8, 69, 1, 1);
}
h3 {
  font-size: 18px;
  margin: 30px 0 0 0;
  color: rgba(0, 0, 0, 1);
}
h4 {
  font-size: 14px;
  margin: 20px 0 0 0;
  color: #444;
}
h3.nomargintop {
  color: rgba(75, 103, 62, 1)
}
.subhead {
  color: rgba(51, 102, 0, 1);
  font-size: .9em;
}
.strawberryqueen h1 {
    font-family: 'Rochester', cursive;
    font-size: 0em;
    line-height: .9em;
    text-align: center;
    font-weight: 100;
	color: rgba(142,55,48,1.00);
/*
    margin-top: 30px;
    background: rgba(208,57,59,1.00);
	background-image: linear-gradient(41deg, rgb(164 28 29),rgb(213 78 79), rgba(208,57,59,1.00));
    color: #fff;
    top: -30px;
*/
    padding: 20px;
    margin-left: -20px;
	margin-bottom: -30px;
    width: calc(100% + 2px);
    position: relative;
}
.strawberryqueen h2, .strawberryqueen h3 {
  font-family: 'Rochester', cursive;
  line-height: .9em;
  text-align: center;
  font-weight: 100;
  font-size: 3em;
}
.strawberryqueen h3 {
  font-size: 2em;
  margin: 20px 0;
}
#right .block {
  width: 80%;
  margin-left: 5%;
  margin-bottom: -5px;
  background-color: #C42625;
  color: #FFF;
  padding: 10px !important;
  /* Rounded Corners */
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: inset 0 -7px 15px -7px rgba(0, 0, 0, 0.7);
}
#right h2 {
  font-size: 18px;
  text-align: center;
}
#right h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}
#right h4 {
  font-size: 12px;
  text-align: center;
}
.nomargintop {
  margin-top: 0 !important;
  line-height: 1em;
}
.textcenter {
  text-align: center;
}
.content p {
  margin: 12px 0;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-shadow: none;
  border: none;
  border-radius: 2px;
}
.afloatleft {
  float: left;
  margin: 5px 10px 5px 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.afloatright {
  float: right;
  margin: 5px 0px 5px 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.afloatcenter {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 5px 10px 5px 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}
.shadowless {
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clear {
  padding-top: 10px;
  clear: both;
}
/*Additional Styles*/
#sponsorship {
  width: 650px;
  height: 150px;
  background: url(../images/Structural/sponsor_background.gif);
  background-repeat: repeat-y;
  color: #FFF;
  margin: 10px 0px;
  padding: 5px;
  border: thin #C52726 solid;
}
#sponsorship p {
  width: 380px;
}
.sponsor {
  color: #FFF !important;
  font-weight: bold !important;
  font-size: 20px;
  padding: 0px !important;
  margin: 0px;
}
.sponsorship img {
  text-align: right !important;
}
#right h3.pageantsponsor {
  padding: 10px;
  background-color: rgba(208, 57, 59, 1.00);
  color: #fff;
  text-decoration: none;
  border: 0px;
  margin: 10px 0 0 0;
  z-index: 0;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
/* Shine */
#right h3.pageantsponsor:after {
  content: '';
  top: -30px;
  transform: translateX(100%);
  width: 230px;
  height: 140px;
  position: absolute;
  z-index: 1;
  animation: slide 6s infinite;
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1); /* IE6-9 */
}
/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%) rotate(15deg);
  }
  60% {
    transform: translateX(-100%) rotate(15deg);
  }
  75% {
    transform: translateX(80%) rotate(15deg);
  }
  100% {
    transform: translateX(100%) rotate(15deg);
  }
}
.pageantsponsorblock {
  border: 2px solid rgba(208, 57, 59, 1.00);
  border-top: 0;
  padding: 20px 0;
  margin-bottom: 10px;
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.pageantsponsorblock img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
  transition: width .5s;
  -webkit-transition: all .5s;
  /* Opacity */
  opacity: .7;
  filter: alpha(opacity=70);
}
.pageantsponsorblock a img:hover {
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
}
.queenblock {
  padding: 20px;
  margin: 10px 0;
  background: rgb(209 243 182);
}
.reigningqueen {
  padding: 20px;
  background: rgb(218 218 218);
  background-image: linear-gradient(180deg, rgb(228 228 228), rgb(218 218 218));
  margin: 10px 0;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.pageantinstagram {
  padding: 10px;
	color: #fff;
  background: rgb(156 57 57);
  background-image: linear-gradient(180deg, rgb(156 57 57), rgb(122 24 24));
  margin: 10px 0;
	text-align: center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	

}
#left .pageantinstagram {
    background-image: url(../_images/Instagram.png), linear-gradient(180deg, rgb(156 57 57), rgb(122 24 24));
    background-position: 12px center, 0 0;
    background-repeat: no-repeat;
    padding-left: 100px;
    background-size: auto calc(100% - 25px), 100% 100%;
}
.pageantinstagram img {
	margin-bottom: 10px;
}.strawberryqueen p.button a {
  background: rgb(156 57 57);
  background-image: linear-gradient(180deg, rgb(156 57 57), rgb(122 24 24));
	transition: width .5s;				
	-webkit-transition: all .5s;
}
.strawberryqueen p.button a:hover {
  background: rgb(156 57 57);
  background-image: linear-gradient(180deg, rgb(122 24 24), rgb(122 24 24));
}
.pageantinstagram a, #right .pageantinstagram a, #left .pageantinstagram a  {
	color: #fff;
	font-weight: bold;
	transition: width .5s;				
	-webkit-transition: all .5s;
}.pageantinstagram a:hover, #right .pageantinstagram a:hover, #left .pageantinstagram a:hover {
	color:rgba(100,166,255,1.00);
	background: transparent;
}
.queenheadshot {
  background: #fff;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  /* Rounded Corners */
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.queenheadshot img {
  width: 100%;
  height: auto;
}
.reigningqueen .queenheadshot {
  width: 190px;
  height: 200px;
  margin: 25px;
  float: left;
  position: relative;
  z-index: 3;
  border: 5px solid #97bb92;
}
.reigningqueen .queensname {
  height: 250px;
  width: calc(100% - 250px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(-1px 3px 3px rgba(50, 50, 0, 0.2));
}
.ribbon {
  margin-top: 0;
  position: relative;
  top: -10px;
  color: #fff;
  background: rgb(221 82 86);
  background-image: linear-gradient(120deg, rgb(166 29 33), rgb(236 106 110), rgb(209 61 66), rgb(221 82 86));
  padding: 10px;
  width: calc(100% + 60px);
  left: -80px;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 87% 50%, 100% 100%, 0 100%);
}
.ribbon h3 {
  color: #fff;
  font-size: 2.8em;
}
.reigningqueen h4 {
  text-align: center;
  font-size: 1.5em;
}
.colfourths h4 {
  text-align: center;
  margin-top: -10px;
}
.strawberryqueen .colfourths {
  background: rgb(218 218 218);
  background-image: linear-gradient(180deg, rgb(228 228 228), rgb(218 218 218));
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.strawberryqueen .colfourths .queenheadshot {
  width: calc(90% - 10px);
  margin: 10px 5%;
  border: 5px solid #bb3539;
}
/*-----RESEARCH STYLES-----*/
.ReadReport a {
  display: block;
  width: 150px;
  padding: 10px 5px;
  text-align: center;
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', cursive !important;
  font-weight: 100 !important;
  background-color: #C52625;
  color: #FFF !important;
  border-bottom: 2px solid #600;
  margin-top: -2px;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.ReadReport a:hover {
  border: 0px !important;
  margin: 0px;
  padding: 7px 5px;
  background-color: #990000 !important;
}
.research h3 {
  margin-top: 0px;
}
.research.presentations .ReadReport a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  margin-top: 0;
  border: 0;
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: width .2s;
  -webkit-transition: all .2s;
  /* Rounded Corners */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.research.presentations .ReadReport a:hover {
  width: 80%;
  background-color: #C52625;
  /* Opacity */
  opacity: 0.9;
  filter: alpha(opacity=90);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.presentations .listing {
  position: relative;
  padding: 10px 100px 10px 10px;
  margin-bottom: 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.presentations .listing h3 {
  display: block;
  background: #53961d;
  color: #fff;
  padding: 5px 10px 5px 10px;
  margin-left: -12px;
  width: 500px;
}
.presentations .listing h4 {
  padding: 2px 10px 2px 10px;
  margin-bottom: -12px;
  margin-left: -12px;
  margin-top: 30px;
  background: rgba(36, 51, 184, 0.8);
  color: #fff;
  display: inline-block;
  clear: left;
}
.noshadow, #sponsorship img {
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.sponsorheading {
  display: block;
  color: #fff;
  text-decoration: none !important;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #9ACD71, #060);
  background-color: #060;
  padding: 5px 0px;
  margin-top: 5px; /* Rounded Corners */
  border: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  text-shadow: 1px 1px 3px #060;
}
.sponsorbox {
  border: 2px solid #060;
  border-top: 0px;
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 15px 5px;
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.sponsorbox p {
  margin-bottom: 40px;
}
.sponsorbox p:last-child {
  margin-bottom: 12px;
}
img.toursponsor {
  width: 100% !important;
  height: auto;
  transition: width .2s;
  -webkit-transition: all .2s;
  /* Opacity */
  opacity: 0.8;
  filter: alpha(opacity=80);
}
img.toursponsor:hover {
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
}
.button a {
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', cursive !important;
  background-color: #C52625;
  color: #FFF !important;
  border: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 1px #590A11;
  -moz-box-shadow: 0 2px 1px #590A11;
  box-shadow: 0 2px 1px #590A11;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  transition: width 0s !important;
  -webkit-transition: all 0s !important;
  text-decoration: none !important;
}
.button a:hover {
  border: 0px !important;
  margin-right: 10px;
  background-color: #990000 !important;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullwidthbuttons .button a {
  display: block;
}
.talks a {
  line-height: 1.1em;
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: 100;
  background-color: #063;
  color: #FFF !important;
  border-bottom: 3px solid #030;
  margin-top: -3px;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  transition: width 0s !important;
  -webkit-transition: all 0s !important;
  text-decoration: none !important;
}
.talks a:hover {
  border: 0px !important;
  margin: 0px;
  background-color: #030 !important;
}
.researchlists li {
  margin-bottom: 20px;
}
.researchlists ul li {
  list-style-type: square;
}
.highlightblock {
  clear: both;
  margin: 20px auto 0 -10px !important;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(200deg, rgba(184, 231, 151, 1), rgba(154, 205, 113, 1));
  background-color: rgba(154, 205, 113, 1);
  padding: 10px !important;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  /* Rounded Corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.highlightblock h2, .highlightblock h3 {
  margin-top: 0px;
}
.highlightblock a {
  color: #1F6214 !important;
}
.highlightblock a:hover {
  background-color: #9ACD71 !important;
  color: rgba(196, 38, 38, 1) !important;
}
.overlay {
  text-align: center;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 0px 10px;
  background: #fff;
  border-radius: 5px;
  width: 640px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
.presentation {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: rgba(204, 204, 204, .5);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 5px 4px rgba(0, 0, 0, 0.25);
}
.presentation .ReadReport {
  position: absolute;
  bottom: -3px;
  right: 10px;
  /* No Rounded Corners */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.presentation h2 {
  font-size: 1.2em;
  margin-top: 0;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #9ACD71, #698E4F);
  background-color: #9ACD71;
  color: #fff;
  margin-left: -15px;
  padding: 5px 20px 5px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
}
.presentation h3 {
  margin-top: 0;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #5F8047, #698E4F);
  background-color: #9ACD71;
  color: #fff;
  margin-left: -15px;
  margin-top: 5px;
  padding: 2px 10px 2px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35), 0 5px 4px rgba(0, 0, 0, 0.05);
}
.presentation h4 {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.presentation h4::first-line {
  font-weight: 100;
}
.upcomingevents {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}
.events {
  width: 700px;
  margin-left: -20px;
}
.events .button a {
  margin-bottom: 10px;
  width: 240px;
}
.events img {
  width: 45%;
  margin-left: 5%;
  height: auto;
  float: right;
}
.events h2 {
  font-size: 1.3em;
  margin-top: 30px;
  clear: right;
}
.events h2:first-child {
  margin-top: 0;
}
.events h3 {
  font-size: 1.15em;
  line-height: 1.1em;
}
.event {
  margin: 10px 0;
  padding: 10px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.postpone {
  width: 100%;
  margin-left: -10px;
  padding: 5px 10px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  background: rgb(0, 16, 210);
  text-align: center;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.scholarship {
  background: rgba(198, 198, 198, .50);
  padding: 1px 10px 0px 0;
  margin-bottom: 10px;
  /* Rounded Corners */
  border: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.scholarship img {
  width: 45%;
  height: auto;
  float: left;
  margin: -15px 20px 0 0;
}
.scholarship h2 {
  margin-top: 15px;
}
.scholarshipcaption {
  clear: both;
  color: #fff;
  background: rgba(197, 39, 37, 1.00);
  padding: 5px 10px;
  font-size: .9em;
  line-height: 1.3em;
  margin-right: -10px;
}
.membertable tr:first-child {
  background: rgba(93, 126, 70, 1) !important;
  color: #fff;
  border: 0px !important;
}
.membertable td {
  border-right: 1px dashed rgba(154, 205, 113, 1);
  padding: 5px;
  height: 40px;
  vertical-align: central;
  background-color: rgba(154, 205, 113, .3);
}
.membertable tr:nth-child(odd) {
  background-color: rgba(154, 205, 113, .2);
}
.membertable tr td:last-child {
  border-right: 0;
}
.membertable tr td:first-child, .membertable tr td:last-child {
  text-align: center;
}
.newsletter {
  padding: 10px 300px 5px 15px;
  background: url(../images/NewsletterCover.jpg) bottom right no-repeat rgba(228, 233, 239, 1);
  background-size: auto 100%;
  width: 384px;
  margin-left: -20px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 3px 12px rgba(0, 0, 0, 0.15);
}
.newsletter h2, .newsletter h5 {
  margin-top: 0;
}
.soldout {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 51, 204, 1);
  padding: 5px 15px 7px;
  text-transform: uppercase;
  font-weight: bold;
}
.registration {
  width: 360px;
  float: right;
  border-left: 1px solid rgba(0, 102, 1, 1.00);
  padding-left: 10px;
  margin-left: 10px;
}
.registration h2 {
  margin-top: 18px;
}
input#SummerTourRegistration_sfm_next_page_img {
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
  font-family: 'Yanone Kaffeesatz', cursive !important;
  background-color: #C52625;
  color: #FFF !important;
  border: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 1px #590A11;
  -moz-box-shadow: 0 2px 1px #590A11;
  box-shadow: 0 2px 1px #590A11;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  transition: width 0s !important;
  -webkit-transition: all 0s !important;
  text-decoration: none !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: none;
  border: 0;
}
.sectionheader {
  display: block;
  margin: 0 0 10px;
  padding: 10px 15px;
  background: rgba(9, 82, 0, 1.00);
  color: #fff;
}
.spaceabove {
  margin-top: 70px;
}
.hide {
  display: none !important;
}
.colhalves {
  width: 48%;
  margin: 1%;
  float: left;
}
.colfourths {
  width: calc(23% - 20px);
  padding: 15px 10px;
  margin: 1%;
  float: left;
}
.colfourths img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  html {
    padding: 0px;
    margin: 0px;
    background: url(../images/Structural/iPadMasthead.jpg) repeat-x;
  }
  #masthead {}
  .p7PMMh01 a {
    color: #C42625 !important;
  }
}