@charset "utf-8";
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Leave this for site we are using it in.  It won't ship upless it is requested.
*/
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font: normal 14px/1.4em Arial, Helvetica, sans-serif;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Define*/
a {
  color: #24568f;
}
a:hover {
  color: #999;
}
p {
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .9em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  font-weight: bold;
}
.f_color1 {
  color: #333;
}
.f_color2 {
  color: #333;
}
.f_color3 {
  color: #333;
}
.f_16 {
  font-size: 16px;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
.background {
  background: url(images/bg.jpg) no-repeat center top #fff;
}
html,
body {
  height: 100%;
}
body > #wrap {
  min-height: 100%;
}
#wrap {
  margin-bottom: -142px;
}
#wrap:after {
  content: "";
  display: block;
}
footer,
#wrap:after {
  height: 142px;
}
#container,
.container {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 1%;
}
/*Branding///////////////////////////////////////////////////////////////////////////////////////////*/
#branding {
  background: url(images/x.png) #777;
  width: 100%;
  z-index: 100;
}
#branding_inner {
  position: relative;
  max-width: 1400px;
  padding: 0 1%;
  margin: 0 auto;
}
#logo {
  display: inline-block;
  float: left;
  width: 20%;
}
#branding_right {
  position: absolute;
  top: 0;
  right: 1%;
  width: 300px;
}
a#login {
  display: inline-block;
  padding: 5px;
  background-color: #24568f;
  color: #fff;
  font-weight: bold;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #558dce;
}
.branding_mobile_phone {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
}
a:hover#login {
  background-color: #487ebb;
}
#branding address {
  position: absolute;
  right: 0;
  top: 0;
}
/*nav///////////////////////////////////////////////////////////////////////////////////////////////////*/
#nav {
  text-align: center;
  float: left;
  width: 80%;
  margin-top: 2%;
}
#nav a {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 1% 3%;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.5em;
}
#nav a:hover {
  color: #ccc;
}
#nav_dropdown {
  display: none;
}
#breadcrumb {
  border-bottom: 1px dotted #ccc;
  padding: 0 1% 1% 1%;
}
#breadcrumb span {
  color: #666666;
}
#breadcrumb a {
  color: #c12c2f;
  font-weight: bold;
}
#left {
  float: left;
  width: 70%;
  margin-bottom: 2%;
}
#left_inner ul,
#left_inner ol {
  margin: 2%;
}
address.contact_form {
  padding: 1%;
  border: 1px solid #ccc;
  line-height: 1.5em;
  margin-bottom: 2%;
  width: 100%;
  float: none;
}
address.contact_form span {
  float: left;
  width: 30%;
}
address.contact_form span.clear {
  float: none;
}
address.contact_form .branding_mobile_phone {
  color: #333;
  display: inline;
  font-weight: normal;
  padding: 0;
}
#send_email fieldset {
  float: left;
  width: 50%;
}
#send_email .submit {
  float: none;
}
address.contact_form h2 {
  margin: 1% 0;
}
.sec_container {
  margin: .5% 0;
  border: 5px solid #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form h2 {
  line-height: normal;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.attendee {
  width: 45%;
  float: left;
  margin: .25% 0;
}
.attendee input {
  width: 90%;
}
input.submit,
.addattendee {
  margin: 1% 0;
  padding: 10px;
  background-color: #239afe;
  color: #fff;
  cursor: pointer;
  border: 1px solid #276da7;
  -webkit-box-shadow: 0px 0px 4px 0px #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.submit {
  font-size: 30px;
  float: right;
  font-weight: bold;
}
#add_location {
  display: inline-block;
  background-color: #555;
  color: #ccc;
  margin: 10px 0 10px 1%;
  padding: 10px;
  cursor: pointer;
}
.remScnt,
.remLoc {
  display: inline-block;
  padding: 1.5% 0;
  cursor: pointer;
  color: #990000;
  font-weight: bold;
}
.attendee_container {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.register-success,
.register-error {
  display: block;
  padding: 1%;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.register-success {
  float: left;
  width: 40%;
  background-color: #91cdff;
  font-size: 14px;
  border: 1px solid #276da7;
}
.p_section {
  width: 60%;
  float: left;
}
.register-error {
  background-color: #F60;
}
.form_button {
  width: 31%;
  margin: 1%;
  padding: 1%;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
}
#step_1_sub,
#step_2_sub,
#step_3_sub {
  display: block;
  width: 33%;
  padding: 1%;
  float: left;
  border: 3px solid #fff;
  text-align: center;
  background-image: url(images/x.png);
  -webkit-box-shadow: 0px 0px 4px 0px #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.progress_on {
  background: #487ebb;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
}
.reg_lec,
.lec_only {
  width: 48%;
  margin: 1%;
  padding: 1%;
  background: url(images/x.png) #E5EBED;
  text-align: center;
  float: left;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 2em;
  font-weight: bold;
  color: #24568f;
  cursor: pointer;
}
.reg_lec:hover,
.lec_only:hover {
  opacity: .7;
}
.reg_lec i,
.lec_only i {
  font-size: 3em;
  color: #fff;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.contact_form,
.contact_form2,
.cc_sub {
  width: 48%;
  margin: 1%;
  float: left;
}
.back,
.next {
  display: inline-block;
  padding: 10px;
  background-color: #75bd86;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  border: 1px solid #387746;
}
.back {
  float: left;
}
.next {
  float: right;
}
.caption {
  font-style: italic;
  color: #333;
  padding: 1%;
  display: inline-block;
  font-size: 14px;
}
#order_details table {
  margin: 3% 0;
}
#order_details th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: .5%;
}
#order_details td {
  padding: .5%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#order_details td.no_bottom {
  border-bottom: none;
}
#order_details td + td + td + td {
  border-right: none;
}
strong.black_bg {
  display: inline-block;
  background-color: #333;
  padding: .5%;
  color: #fff;
}
.review_contact {
  padding: 1%;
}
.edit {
  color: #239afe;
  cursor: pointer;
}
fieldset ul {
  margin-left: 3%;
}
#index_cells {
  margin-top: 1%;
  *zoom: 1;
  -webkit-box-shadow: 0px 0px 3px #333;
  -moz-box-shadow: 0px 0px 3px #333;
  box-shadow: 0px 0px 3px #333;
}
#index_cells:before,
#index_cells:after {
  display: block;
  content: "";
  line-height: 0;
}
#index_cells:after {
  clear: both;
}
#index_cells .cell_1,
#index_cells .cell_2,
#index_cells .cell_3 {
  position: relative;
  width: 33.33%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: filter .4s;
  transition: filter .4s;
}
.grid #index_cells .cell_1:last-of-type,
.grid #index_cells .cell_2:last-of-type,
.grid #index_cells .cell_3:last-of-type,
.row #index_cells .cell_1:last-of-type,
.row #index_cells .cell_2:last-of-type,
.row #index_cells .cell_3:last-of-type {
  padding-right: 0;
}
#index_cells .cell_1 img,
#index_cells .cell_2 img,
#index_cells .cell_3 img {
  max-width: 100%;
  height: auto;
}
.grid #index_cells .cell_1:last-of-type,
.grid #index_cells .cell_2:last-of-type,
.grid #index_cells .cell_3:last-of-type,
.row #index_cells .cell_1:last-of-type,
.row #index_cells .cell_2:last-of-type,
.row #index_cells .cell_3:last-of-type {
  padding-right: 0;
}
#index_cells .cell_1 img,
#index_cells .cell_2 img,
#index_cells .cell_3 img {
  max-width: 100%;
  height: auto;
}
#index_cells .cell_1 a,
#index_cells .cell_2 a,
#index_cells .cell_3 a {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
  min-height: 430px;
}
#index_cells .cell_1 a h3,
#index_cells .cell_2 a h3,
#index_cells .cell_3 a h3 {
  font-family: 'Oswald', Impact sans-serif;
  font-size: 26px;
  line-height: 41.6px;
  font-size: 1.8245614035087718rem;
  line-height: 2.6rem;
  text-shadow: 0 0px 2px rgba(0, 0, 0, 0.9);
  padding: 5px 10px;
  color: #fff;
  filter: none;
}
#index_cells .cell_1 a ol,
#index_cells .cell_2 a ol,
#index_cells .cell_3 a ol {
  list-style-type: disc;
  margin: 0 0 0 50px;
}
#index_cells .cell_1 a ol li,
#index_cells .cell_2 a ol li,
#index_cells .cell_3 a ol li {
  padding: 5px 0;
  list-style-position: outside;
  font-family: 'Oswald', Impact sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
}
.cell_1:hover,
.cell_2:hover,
.cell_3:hover {
  -webkit-transition: filter .4s;
  transition: filter .4s;
  -webkit-filter: brightness(120%);
  /* Safari */
  filter: brightness(120%);
}
#outer_index_schedule {
  margin: 1% 0;
}
#index_schedule {
  margin: 0 auto;
  max-width: 1365px;
  background-color: #ececec;
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#index_schedule #index_schedule2,
#index_schedule #index_schedule3 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index_schedule #index_schedule1,
#index_schedule #index_schedule2,
#index_schedule #index_schedule3 {
  padding: 10px;
}
#index_schedule .callout {
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  color: #ff0000;
  display: inline-block;
  background: url(images/canada.png) no-repeat center right;
  padding-right: 45px;
}
#index_schedule #index_schedule1 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #bbb;
  background-color: #dfdede;
}
#index_schedule #index_schedule1 a {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background: #5384bc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzODRiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDU2OGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5384bc), color-stop(100%, #24568f));
  background: -webkit-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -o-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -ms-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: linear-gradient(to bottom, #5384bc 0%, #24568f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384bc', endColorstr='#24568f', GradientType=0);
  padding: 2%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4px 0px #999;
}
#index_schedule #index_schedule1 a:hover {
  background: #6097d6;
}
#index_schedule #index_schedule1 strong {
  color: #333;
  display: block;
  margin: 1%;
  text-align: center;
}
#index_schedule #index_schedule2 {
  text-align: center;
}
#index_schedule #index_schedule2 a {
  color: #666666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
#index_schedule #index_schedule2 h2 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #444;
  margin-bottom: 1%;
}
#index_schedule #index_schedule2 select {
  font-size: 1.5em;
  font-weight: bold;
  color: #666666;
  padding: 3%;
  width: 100%;
}
#index_schedule #index_schedule3 {
  background-color: #777;
}
#state_div_0,
#state_div_1,
#state_div_2,
#state_div_3,
#state_div_4,
#state_div_5 {
  float: left;
  width: 16.5%;
  padding: .5%;
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #ccc;
}
#state_div_0 {
  border-left: 0px solid #ccc;
}
#state_div_5 {
  border-right: 0px solid #ccc;
}
#index_box_section_outer {
  background-color: #e7e7e7;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #ccc;
}
#index_box_section {
  max-width: 1400px;
  margin: 0 auto;
}
#index_box_1,
#index_box_2,
#index_box_3 {
  float: left;
  width: 33%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
}
#index_box_1 a,
#index_box_2 a,
#index_box_3 a {
  padding: 2% 4%;
  display: block;
}
#index_box_1 a:hover,
#index_box_2 a:hover,
#index_box_3 a:hover {
  background-color: #fff;
}
#index_box_1 {
  border-left: 0px solid #fff;
}
#index_box_3 {
  border-right: 0px solid #fff;
}
#index_box_section strong {
  color: #333;
  display: block;
  padding: 0 0 3% 0;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}
#index_box_section p {
  color: inherit;
}
#index_box_section img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#index_list_states {
  max-width: 1400px;
  margin: 20px auto;
  text-align: center;
}
#index_list_states h3 {
  display: inline-block;
  font-family: Oswald, Impact sans-serif;
  font-size: 36px;
  line-height: 57.6px;
  font-size: 2.526315789473684rem;
  line-height: 3.6rem;
}
#index_list_states #index_list_states_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index_list_states #index_list_states_inner a {
  display: block;
  width: 20%;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 32px;
  font-size: 1.4035087719298245rem;
  line-height: 2rem;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#index_list_states #index_list_states_inner a:hover {
  border: 1px solid #24568f;
}
#index_2up {
  max-width: 1400px;
  margin: 1% auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#index_2up #index_gift_sec,
#index_2up #index_refer_sec {
  width: 50%;
  text-align: center;
  padding: 2%;
  display: flex;
  flex-flow: column nowrap;
}
#index_2up h3 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 80px;
  font-size: 3.508771929824561rem;
  line-height: 5rem;
  color: #24568f;
}
#index_2up p {
  margin-bottom: 20px;
  font-size: 18px;
}
#index_2up p strong {
  font-size: 30px;
}
#index_2up a {
  display: inline-block;
  background-color: #24568f;
  margin: 10px auto;
  margin-top: auto;
  border: 2px solid #1a3d66;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
#index_2up #index_gift_sec {
  border-right: 2px solid #24568f;
}
#index_what_is_ss_outer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
  background: url(images/bg1.jpg) no-repeat left top #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#index_what_is_ss {
  max-width: 1400px;
  margin: 1% auto;
  padding: 1% 0;
}
#index_what_is_ss1,
#index_what_is_ss2 {
  float: left;
  width: 48%;
  padding: 2%;
  margin: 0 1%;
}
#index_what_is_ss1 {
  text-align: center;
}
#index_what_is_ss2 h3 {
  color: #fff;
  display: block;
  margin-bottom: 3%;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 4em;
  text-align: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#index_what_is_ss2 p {
  color: #fff;
  text-align: justify;
}
#index_what_is_ss2 a {
  margin-top: 1%;
  padding-bottom: .5%;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: #fff;
  display: inline-block;
  float: right;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#index_unique_outer {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
#index_unique {
  max-width: 1400px;
  margin: 1% auto;
  padding: 1% 0;
}
#index_unique1,
#index_unique2 {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 2%;
}
#index_unique1 h3 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  color: #24568f;
}
#index_unique1 ul {
  padding: 0 2%;
}
#index_unique1 ul li {
  padding: 1%;
}
#index_unique1 a {
  margin-top: 1%;
  padding-bottom: .5%;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: #24568f;
  display: inline-block;
  float: right;
  border-top: 2px solid #24568f;
  border-bottom: 2px solid #24568f;
}
#index_unique2 {
  text-align: center;
}
#index_lecture_outer {
  background: url(images/bg2.jpg) no-repeat left top fixed #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#index_lecture {
  max-width: 1400px;
  margin: 0 auto;
}
#index_lecture1,
#index_lecture2 {
  width: 50%;
  float: left;
  padding: 2% 0 2% 2%;
}
#index_lecture h4 {
  border-bottom: 1px solid #24568f;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2.5em;
}
#index_lecture1 p {
  padding: 2% 2% 0 0;
  font-weight: bold;
}
#index_lecture1 ul {
  padding: 0 2%;
}
#index_lecture1 ul li {
  padding: 1%;
  font-weight: bold;
}
#index_lecture1 a {
  margin-top: 1%;
  padding-bottom: .5%;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: #24568f;
  display: inline-block;
  float: right;
  border-top: 2px solid #24568f;
  border-bottom: 2px solid #24568f;
}
#index_lecture2 {
  padding-left: 2%;
  border-left: 1px solid #24568f;
}
#lecture_header {
  max-width: 1400px;
  margin: 20px auto 0 auto;
}
#lecture_header1,
#lecture_header2 {
  float: left;
  width: 50%;
}
#lecture_header2 h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 4em;
  color: #24568f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#lecture_header2 h1 span {
  font-family: inherit;
  font-size: inherit;
  color: #c12c2f;
  text-decoration: underline;
}
#lecture_header2 ul {
  background-color: #eee;
}
#lecture_header2 li {
  margin: 0 5%;
  padding: 1%;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.5em;
  color: #333;
}
#lecture_header2 p {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #c12c2f;
  text-decoration: underline;
}
#lecture_features_outer {
  background-color: #E5EBED;
  margin-top: 1%;
  padding: 1% 0 3% 0;
  border: 1px solid #d3d9db;
}
#lecture_features_outer h2 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 4em;
  text-align: center;
  color: #333;
}
#lecture_features,
.on_site {
  max-width: 1400px;
  list-style-type: none;
  margin: 0 auto;
}
#lecture_features li,
.on_site li {
  float: left;
  width: 33%;
  padding: 1%;
  text-align: center;
}
#lecture_features li svg,
.on_site li svg {
  font-size: 60px;
  padding: 10px;
  color: #24568f;
}
#lecture_features li strong,
.on_site li strong {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 2em;
  color: #555;
  display: block;
  border-bottom: 1px solid #999;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
#lecture_features img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#lecture_button {
  max-width: 1400px;
  margin: -25px auto 1% auto;
  text-align: center;
}
.lecture_button {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #5384bc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5384bc), color-stop(100%, #24568f));
  background: -webkit-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -o-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -ms-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: linear-gradient(to bottom, #5384bc 0%, #24568f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384bc', endColorstr='#24568f', GradientType=0);
  padding: 1%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4px 0px #999;
  color: #090d1d;
  font-weight: bold;
  font-size: 1.3em;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
}
a:hover.lecture_button {
  background: #6097d6;
  color: #090d1d;
}
a.lecture_button strong {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
#lecture_samples_outer #lecture_sample {
  max-width: 1400px;
  margin: 1% auto;
}
#lecture_samples_outer #lecture_sample h2 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 4em;
  text-align: center;
  color: #333;
  border-bottom: 4px solid #666666;
}
#lecture_samples_outer #lecture_sample p {
  padding: 10px;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #c12c2f;
}
#lecture_samples_outer #lecture_sample a {
  display: block;
  float: left;
  width: 25%;
  padding: 1%;
  text-align: center;
}
#lecture_samples_outer #lecture_sample a strong {
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  color: #5384bc;
}
#lecture_samples_outer #lecture_sample a:hover strong {
  color: #ccc;
}
#lecture_samples_outer #lecture_sample a strong i {
  color: #999;
}
#lecture_samples_outer #lecture_sample a:hover strong i {
  color: #ccc;
}
.quote_request {
  display: block;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  width: 500px;
  background-color: #c12c2f;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  box-shadow: 0px 0px 3px 0px #ccc;
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
a.quote_request:hover {
  background-color: #db585a;
  overflow: auto;
  color: #fff;
}
.quote_request i {
  padding: 5px;
  font-size: 36px;
}
#registration_form {
  max-width: 1400px;
  margin: 0 auto;
}
#schedule {
  float: left;
  width: 70%;
}
#schedule_header {
  background-color: #E5EBED;
  margin-bottom: 1%;
  padding: 1%;
  border: 1px solid #d3d9db;
}
#schedule_header h1 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2.5em;
}
#search_by_state,
#search_by_zip {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  background-color: #8fcab0;
  padding: 1%;
  border: 1px solid #ddd;
}
#search_by_state svg,
#search_by_zip svg {
  float: left;
  width: 11%;
  font-size: 60px;
  color: #fff;
  padding: 10px 0;
  color: #144831;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#search_by_state {
  margin-right: 1%;
  background-color: #a3dec4;
}
#search_by_state strong,
#search_by_zip strong {
  display: block;
  font-size: 20px;
  color: #144831;
  font-family: 'Oswald', Impact sans-serif;
  padding: 5px 0;
}
#search_by_state form,
#search_by_zip form {
  float: left;
  width: 89%;
  margin: 0;
}
a.showPast {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ddd;
  border: 1px solid #ccc;
  font-weight: bold;
}
#schedule table,
#schedule #state_schedule {
  border: 1px solid #eee;
}
#schedule td,
#schedule #state_schedule td {
  border-bottom: 1px solid #ddd;
  padding: .50%;
  color: #666666;
}
#schedule td strong,
#schedule td p {
  font-size: 16px;
}
#schedule a.private strong {
  font-weight: normal;
  font-style: italic;
}
#state_schedule td a {
  display: block;
}
a.private {
  color: #999;
}
#schedule p {
  margin: 0;
}
.month_header {
  background-color: #3b75b7;
}
.month_header strong {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  color: #fff;
}
p.public {
  font-weight: bold;
  color: #57b18a;
}
p.private {
  font-weight: bold;
  color: #999;
}
.dark {
  background-color: #ebf1f3;
}
.past {
  display: none;
}
.past.dark,
.past.light {
  background-color: #ccc;
}
.button1 {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #24568f;
  margin: 0 auto;
  padding: 2px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  font-weight: bold;
}
a:hover.button1 {
  color: #fff;
  background-color: #2e6fb8;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#right {
  float: left;
  width: 28%;
  margin-left: 2%;
}
#right #notification {
  background-color: #777;
  padding: 5px 10px;
}
#schedule tr:hover,
#state_schedule tr:hover {
  background-color: #c7ecc9;
}
#notification {
  text-align: center;
}
#notification p {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  color: #fff;
  margin: 0;
}
#notification form label {
  float: left;
}
#notification form span {
  color: #fff;
  font-weight: bold;
}
#notification form label input[type=text] {
  width: 100%;
}
#notification form label {
  text-align: left;
}
#note_email {
  width: 60%;
}
#note_location {
  width: 25%;
}
#note_submit {
  width: 15%;
  margin-top: 10px;
}
.note_submit {
  float: left;
  background-color: #24568f;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
}
#notification form label span {
  display: block;
}
#state_reg {
  background: #4b4b4b;
  margin: 1% 0;
  padding: 1%;
  border: 1px solid #333;
}
#state_reg span {
  color: #fff;
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px dotted #333;
}
#state_reg strong {
  color: #fff;
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  padding-bottom: 3%;
}
#state_reg a {
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
#right_box a {
  display: block;
  margin: 1% 0;
  padding: 10px;
  background: #e6e6e6;
  border: 1px solid #ccc;
}
#right_box a svg {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 4em;
  color: #c12c2f;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#right_box a span.con_wrap {
  float: left;
  width: 70%;
  font-style: italic;
}
#right_box a strong {
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}
#announcements {
  padding: 10px;
  background: #8fcab0;
  border: 1px solid #5d987e;
}
#announcements strong {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  display: block;
}
#announcements a {
  display: inline;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#announcements em {
  color: #333;
}
#on_site_msg {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  background: #5384bc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5384bc), color-stop(100%, #24568f));
  background: -webkit-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -o-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: -ms-linear-gradient(top, #5384bc 0%, #24568f 100%);
  background: linear-gradient(to bottom, #5384bc 0%, #24568f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384bc', endColorstr='#24568f', GradientType=0);
  padding: 1%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4px 0px #999;
  color: #fff;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
}
#on_site_msg:hover.lecture_button {
  background: #6097d6;
  color: #090d1d;
}
#on_site_msg strong {
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
#unique_movie {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1%;
}
#unique_movie h1 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 2em;
}
#unique_movie1,
#unique_movie2 {
  float: left;
  width: 50%;
}
#unique_movie1 {
  padding-right: 2%;
}
#unique_movie1 iframe {
  width: 100%;
  min-height: 410px;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
}
.two_up_gray_outer {
  margin: 1% 0;
  padding: 1%;
  background-color: #e7e7e7;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.two_up {
  max-width: 1000px;
  margin: 0 auto;
}
.two_up h2 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 3em;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  color: #24568f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.two_up1,
.two_up2 {
  float: left;
  width: 50%;
  padding: 1%;
}
/*#unique_steps_outer{
background-color:#eee;	
}

.unique_steps{
max-width:1400px;
margin:0 auto;
}

.unique_steps1{
float:left;
width:23%;
padding:2%;
}

.unique_steps1 strong{

}

.unique_steps1 span{
font-family: @base_font;
font-weight: 400;
font-size: 3em;
color:#ccc;	
display:block;
}

.unique_steps h2{
text-align:center;
font-family: @base_font;
font-weight: 300;
font-size: 4em;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:1%;
color:#24568f;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}*/
.circle {
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #000;
  box-shadow: 0px 0px 4px 0px #000;
}
.accordionButton,
.accordion_link {
  width: 100%;
  float: left;
  background: #7abba2;
  margin-bottom: 1%;
  padding: 1%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
}
.accordionButton strong,
.accordion_link strong {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 2em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.accordionButton strong .plus {
  color: #fff;
  font-size: 1em;
}
.accordionButton:hover {
  background: #35485d;
}
.accordionContent {
  float: left;
  padding: 1%;
  margin-top: -1%;
  display: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
#map-canvas {
  height: 350px;
  margin-bottom: 1%;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
}
.gm-style-iw {
  height: 50px;
}
#everything a {
  background: url(images/x.png) repeat #eee;
  display: block;
  margin: 2em;
  padding: 1%;
  -webkit-box-shadow: 0px 0px 4px 0px #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 5px solid #fff;
}
#everything a span {
  font-style: italic;
  font-size: 18px;
}
#everything a svg {
  color: #1666ab;
  font-size: 46px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#everything a strong {
  display: block;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 3em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#everything a:hover {
  color: #57b18a;
}
#infoWindow {
  width: 600px;
}
#city_description {
  background-color: #ebf1f3;
  padding: 10px 10px 0 10px;
  margin: 10px 0;
  border: 1px solid #9bbac4;
}
#city_description h1 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.city_schedule {
  background-color: #eee;
  margin-bottom: 1%;
  padding: 1%;
  border: 3px solid #ccc;
}
span.date {
  display: block;
  padding-bottom: 1%;
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #444;
  border-bottom: 1px solid #ccc;
  color: #24568f;
  text-shadow: 0 1px 0px #ffffff;
}
span.date i {
  font-size: 1.5em;
  color: #aaa;
}
.city_schedule form,
.city_schedule form button {
  display: inline-block;
  cursor: pointer;
}
a.register-button,
a.notify {
  display: inline-block;
  background-color: #24568f;
  margin: 10px 0;
  border: 2px solid #1a3d66;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
a:hover.register-button,
a:hover.notify {
  color: #fff;
  background-color: #2e6fb8;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#location_info form {
  margin: 0;
}
.city_schedule button,
.directions-button {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  display: inline-block;
  background-color: #24568f;
  border: 2px solid #1a3d66;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
a:hover.directions-button,
.city_schedule form:hover {
  opacity: .8;
}
a.directions-button i,
.city_schedule button i {
  font-size: 40px;
}
#location_info {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 5px;
}
#what_to_bring {
  margin-top: 20px;
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 5px;
}
#what_to_bring h3 {
  display: block;
  font-family: Oswald, Impact sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}
#what_to_bring #what_to_bring_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#what_to_bring #what_to_bring_inner .cell {
  width: 24%;
  text-align: center;
}
#what_to_bring #what_to_bring_inner .cell svg {
  font-size: 80px;
  color: #24568f;
}
#what_to_bring #what_to_bring_inner .cell span {
  display: block;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  color: #4888d1;
}
#important_notes {
  margin-top: 20px;
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 5px;
}
#important_notes h3 {
  display: block;
  font-family: Oswald, Impact sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}
#important_notes ul {
  margin: 20px 50px;
}
#important_notes ul li {
  padding: 10px;
  font-size: 20px;
}
.tentative-notes {
  display: block;
  padding: 1%;
  background-color: #FF9;
  color: red;
  font-size: 16px;
}
a.large {
  font-size: 30px;
  font-weight: bold;
}
span.detail,
span.info {
  display: block;
  padding: .25%;
}
span.detail {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.red_color,
.red_color strong {
  color: #c12c2f;
  font-size: 20px;
}
span.info {
  padding-bottom: 1%;
}
a.mobile_map_button {
  display: none;
}
.err_login {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}
#tab p,
.tab p {
  margin: 1%;
  padding: 1%;
  color: #263037;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  width: 50%;
  font-size: 20px;
  text-align: justify;
  border-top: 1px solid #84a2c5;
  border-left: 1px solid #84a2c5;
  border-right: 1px solid #84a2c5;
}
#what_is_opacity_outer {
  background: url(images/x.png) repeat;
  display: block;
  padding: 1%;
  -webkit-box-shadow: 0px 0px 4px 0px #ccc;
  box-shadow: 0px 0px 4px 0px #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid #fff;
}
#what_is_opacity {
  max-width: 1400px;
  margin: 0 auto;
}
.plus {
  font-family: 'Fjalla One', sans-serif;
  font-size: 10em;
  line-height: 2em;
  color: #ccc;
}
.steps1,
.steps2 {
  float: left;
  width: 70%;
  padding: 2%;
}
.steps1 {
  width: 30%;
}
.steps2 strong span {
  font-weight: bold;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  color: #999;
  font-size: 2em;
}
.steps2 strong {
  font-family: 'Fjalla One', sans-serif;
  color: #24568f;
  font-size: 2em;
}
#cert_process .clear {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #aaa;
}
.steps1 i {
  font-size: 10em;
  text-align: center;
}
#testimonials {
  background: url(images/x.png) #24568f;
  padding: 10px;
  border: 1px solid #ccc;
}
#testimonials strong {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #85b3e7;
  margin-bottom: 1%;
}
#testimonials p {
  color: #fff;
  font-style: italic;
  line-height: 18px;
}
#testimonials hr {
  border-top: 1px solid #233a53;
  border-bottom: 1px solid #85b3e7;
}
.document {
  background: url(images/document.jpg) no-repeat left top;
  padding-left: 64px;
  height: 64px;
  display: inline-block;
  margin: 2% 0;
}
#gift_card_page th {
  background-color: #24568f;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 1%;
  border-bottom: 1px solid #ccc;
}
#gift_card_page td {
  padding: 1%;
  border-bottom: 1px solid #ccc;
}
#cert_process_outer {
  background: url(images/x.png) #e7e7e7;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #ccc;
}
#cert_process {
  max-width: 1400px;
  margin: 0 auto;
}
ol.referral_terms li {
  font-style: italic;
}
#left_inner ul,
#left_inner ol.referral_steps {
  list-style-type: none;
  margin: 0;
}
.referral_steps li {
  float: left;
  width: 22%;
  margin: 1%;
  padding: 20px;
  text-align: center;
}
.referral_steps li svg,
#referral_example li svg {
  display: block;
  font-size: 66px;
  padding-bottom: 10px;
  color: #24568f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-bottom: 1px dotted #ccc;
  line-height: 56px;
  margin: 0 auto 5px auto;
}
#referral_example {
  list-style-type: none;
}
#referral_example li {
  float: left;
  width: 18%;
  padding: .5%;
  margin: 1%;
  text-align: center;
}
/*Footer Section/////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
  background-color: #444;
  text-align: center;
}
#footer a {
  color: #fff;
  display: inline-block;
  padding: 1.75%;
}
#facebook {
  padding: 1%;
}
#state_agency_label,
#p_section_1,
#amount_due,
#payment_info,
#cc_payment,
#check_payment,
#po_payment,
#other,
#form_nav,
.attendee,
#sec_outter_container_1,
#sec_outter_container_2,
#sec_outter_container_3,
.reg_mes,
#form_progress,
#one_moment,
.addattendee {
  display: none;
}
input[type=text].warning {
  border: 1px solid red;
}
/*Warning Errors and Success/////////////////////////////////////////////////////////////////////*/
label.error {
  color: red;
  font-weight: bold;
}
b.required {
  color: red;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
}
b.err,
.required {
  display: inline-block;
  color: #d02727;
}
/*Ajax Errors//////////////////////////////////////////////////////////////////////////////////////*/
.response-waiting,
.response-success,
.response-error {
  display: block;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px #ccc;
  /* FF3.5 - 3.6 */
  -webkit-box-shadow: 0px 0px 4px #ccc;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 4px #ccc;
  /* Opera 10.5, IE9, FF4+, Chrome 10+ */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 20px 0;
}
.response-waiting {
  background-color: #ccc;
}
.response-success {
  background-color: #96d975;
}
.response-error {
  background-color: #e22a2a;
}
/*Ajax Errors//////////////////////////////////////////////////////////////////////////////////////*/
form {
  margin: 1%;
  color: #333;
}
label {
  margin: 1% 0;
  display: block;
}
.statis_box {
  display: block;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px #ccc;
  /* FF3.5 - 3.6 */
  -webkit-box-shadow: 0px 0px 4px #ccc;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 4px #ccc;
  /* Opera 10.5, IE9, FF4+, Chrome 10+ */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 20px 30px;
}
.warning {
  color: #F00;
}
.warning_box {
  background: #e22a2a no-repeat left;
}
.good {
  color: #428d4c;
  font-size: 1.5em;
}
.good_box {
  border: 5px solid #fff;
  background: #96d975 no-repeat left;
}
input,
textarea {
  border: 1px solid #bbb;
  padding: 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/*Text input section*/
/*
label span.text{
display:inline-block;
width:30%;
text-align:right;
padding-right:5px;
color:#000;
}
*/
label span.text,
label span.textarea {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}
span.text_err {
  display: inline-block;
  margin: 3px 20px 3px 140px;
}
/*
span.text_err{
display:block; 
margin:3px 20px 3px 0px;
}
*/
span.text_note {
  margin: 3px 20px 20px 5px;
  color: #666666;
}
.errorcolor {
  border: 1px solid #d02727;
  background-color: #ffa5a5;
}
/*Textarea*/
label.textarea {
  margin-bottom: 30px;
}
/*
label span.textarea{
width:130px;
display:inline-block;
text-align:right;
padding-right:5px;
vertical-align:top;
}
*/
label span.textarea {
  display: block;
}
.mceEditor {
  display: inline-block;
}
/*Select*/
label.select {
  margin-top: 1%;
  margin-bottom: 1%;
}
label span.select {
  display: block;
  padding-right: 5px;
  vertical-align: top;
}
select {
  padding: 9px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}
/*Checkbox*/
label span.checkbox {
  width: 400px;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}
label span.checkbox_input {
  display: inline-block;
  text-align: left;
}
input.checkbox {
  width: auto;
}
form fieldset {
  padding: 1%;
}
form p {
  margin: 0;
}
.inner_fieldset {
  background-color: #f1f1f1;
  margin: 10px .5%;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.lecture_course {
  width: 48%;
}
#attendeeLocation {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
#cState_label,
#cZip_label {
  width: 30%;
  float: left;
  margin: 0;
}
legend {
  font-size: 24px;
  font-size: bold;
  letter-spacing: 3px;
  padding: 5px;
}
/*Capcha*/
/*label.capcha{
margin:10px 0 0 140px;
}*/
label.capcha {
  margin: 10px 0 0 0px;
}
/*Submit*/
input.submit {
  margin: 0 0 0 0px;
}
.submit_green {
  background-color: #94dc8a;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}
/*DATE*/
div#date_field {
  overflow: visible;
}
div#date_field label.description {
  font-size: 14px;
  text-align: left;
}
div#date_field span.date {
  display: block;
  width: 100%;
  padding: 9px 0 0 5px;
  font-weight: bold;
}
div#date_field span {
  float: left;
}
div#date_field label {
  font-size: 10px;
  text-align: left;
  padding: 0 15px 0 0;
}
/* X on down ----------- */
@media all and (max-width: 420px) {
  div#lecture_sample a,
  ul#lecture_features li {
    width: 98%;
    margin: 1%;
    height: auto;
    float: none;
  }
  ul#lecture_features li img {
    display: none;
  }
}
/* -- 575 and under ----------- */
@media all and (max-width: 575px) {
  #index_gift_sec p,
  #index_what_is_ss_outer,
  #index_unique_outer,
  #index_lecture_outer,
  iframe,
  #everything img,
  #everything a i,
  #everything a span,
  a#login,
  #lecture_sample a.sec8 {
    display: none;
  }
  #nav,
  #send_email fieldset,
  #on_site_msg,
  address.contact_form span,
  #branding_right {
    display: block;
    width: 98%;
  }
  #branding_right {
    position: static;
  }
  #nav a,
  #what_is_ss div.width_33 {
    padding: 1%;
    display: block;
    width: 98%;
    margin: 1% auto;
  }
  #everything a {
    margin: 2% 1%;
  }
  input[type=text] {
    width: 96%;
  }
  #map-canvas {
    display: none;
  }
  #index_gift_sec h3,
  h2.header_2,
  h1.header_2,
  #everything a strong,
  .accordionButton strong,
  .accordion_link strong,
  h1.header_1,
  #lecture_sample h2 {
    font-size: 26px;
  }
  .accordionButton strong,
  .accordion_link strong,
  #lecture_sample p {
    font-size: 22px;
  }
  #schedule_header h1,
  #index_schedule1 a strong,
  #index_gift_sec h3 {
    font-size: 18px;
  }
  #schedule td strong,
  #schedule td p {
    font-size: 14px;
  }
  #schedule td,
  #state_schedule td {
    padding: 1%;
  }
  #schedule td strong,
  p.private,
  p.public,
  #state_schedule strong,
  .accordionButton strong {
    font-weight: normal;
  }
  #state_schedule td {
    width: 33.3%;
  }
  .two_up1,
  .two_up2 {
    float: none;
    width: 98%;
    margin: 1%;
  }
  .two_up1 img,
  .two_up2 img,
  .steps1 img,
  .steps2 img {
    display: none;
  }
  .box_index_con {
    width: 80%;
  }
  #three_up div.width_33 {
    width: 98%;
    margin: 1%;
    float: none;
  }
}
/* 600 on down ----------- */
@media all and (max-width: 600px) {
  a.register-button,
  a.notify,
  #location_info form button,
  .directions-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
  }
  #location_info form {
    width: 100%;
  }
}
/* 768 on down ----------- */
@media all and (max-width: 768px) {
  #nav,
  #outer_slideshow,
  #state_reg,
  #index_schedule1 strong,
  #index_list_states {
    display: none;
  }
  #nav_dropdown,
  span.red_color strong {
    display: block;
    margin-bottom: 1%;
  }
  #nav_dropdown select {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 1%;
    margin-bottom: 2%;
  }
  #left,
  #right,
  #schedule,
  .tab p {
    width: 100%;
    margin: 1% 0;
  }
  #what_is_ss img {
    max-width: 100%;
    height: auto;
  }
  .contact_form,
  contact_form2,
  .cc_sub,
  #index_schedule1,
  #index_schedule2,
  #index_box_1,
  #index_box_2,
  #index_box_3,
  #index_what_is_ss2,
  #index_unique1,
  #index_lecture1,
  #index_schedule3,
  ol.referral_steps li,
  #referral_example li,
  span.red_color strong,
  .attendee input {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
  fieldset.lecture_course,
  .register-success,
  .p_section {
    width: 100%;
  }
  .attendee {
    width: 50%;
  }
  .back,
  .next {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #index_box_1,
  #index_box_2,
  #index_box_3 {
    border-bottom: 1px solid #999;
    border-right: none;
  }
  #index_box_1 img,
  #index_box_2 img,
  #index_box_3 img {
    float: left;
    width: 20%;
  }
  .box_index_con {
    float: left;
    display: block;
    width: 70%;
    padding: 2%;
    text-align: left;
  }
  #index_gift_sec span.img {
    display: none;
  }
  #index_gift_sec h3,
  #index_gift_sec p {
    float: none;
    width: 100%;
    padding: 3%;
  }
  #search_by_state strong {
    display: block;
    float: none;
  }
  #footer {
    height: 370px;
  }
  #footer a {
    margin: 1%;
    width: 98%;
    background-color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #footer a#facebook {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  #lecture_features li {
    width: 50%;
  }
  #lecture_features li strong {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  #lecture_features li + li + li + span.clear {
    clear: none;
  }
  #lecture_features li + li {
    clear: right;
  }
  #lecture_sample a {
    width: 48%;
    height: 115px;
    margin: 2% 1%;
  }
  #lecture_sample a strong {
    font-size: 24px;
  }
  #lecture_header2 ul {
    padding-left: 3%;
  }
  #state_schedule td {
    width: 26%;
  }
  div#index_refer_sec h3.header_1 {
    font-size: 26px;
  }
  div#index_refer_sec img {
    display: none;
  }
  #left_inner ol {
    margin: 7%;
  }
  #index_cells .cell_1 {
    width: 100%;
  }
  #index_cells .cell_1 a {
    min-height: auto;
  }
  #index_cells .cell_2,
  #index_cells .cell_3 {
    display: none;
  }
  #right_box a i,
  #right_box a span.con_wrap {
    width: 100%;
  }
  #nav a {
    padding: 1%;
    font-size: 1.3em;
  }
  #notification {
    padding: 3%;
  }
  #notification p {
    font-family: 'Oswald', Impact sans-serif;
    font-weight: 300;
    font-size: 1.5em;
  }
  #notification form label {
    float: none;
  }
  div.testimonial_wording strong,
  div.testimonial_wording h1 {
    font-size: 26px;
  }
  ol.testimonial_bullets li {
    font-size: 16px;
  }
  .lecture_course,
  #lecture_header1,
  #lecture_header2,
  .lecture_button {
    width: 98%;
    margin: 0 auto;
    float: none;
  }
  #lecture_header2 {
    text-align: center;
  }
  #what_is_ss .width_60,
  .steps1,
  .steps2 {
    width: 100%;
  }
  #unique_movie1 {
    width: 100%;
    padding: 1%;
  }
  #unique_movie2 {
    width: 100%;
  }
  #what_to_bring #what_to_bring_inner .cell {
    width: 49%;
  }
  div#index_schedule2,
  div#index_schedule3 {
    width: 98%;
    margin: 1%;
    padding: 0;
  }
}
/* 800 to 960 ----------- */
@media all and (min-width: 800px) and (max-width: 960px) {
  #nav a {
    padding: 1% 2%;
  }
  #right_box a i {
    font-size: 3em;
  }
  #unique_movie1 {
    width: 70%;
  }
  #unique_movie2 {
    width: 30%;
  }
  #browser_size a:before {
    content: "721 to 960 ";
  }
}
@media all and (min-width: 720px) and (max-width: 960px) {
  #index_cells .cell_1,
  #index_cells .cell_2,
  #index_cells .cell_3 {
    width: 100%;
    background-position: center left;
  }
  #index_cells .cell_1 a,
  #index_cells .cell_2 a,
  #index_cells .cell_3 a {
    min-height: auto;
  }
}
/* 960 on down ----------- */
@media all and (max-width: 960px) {
  a.desktop_map_button {
    display: none;
  }
  a.mobile_map_button {
    display: inline-block;
  }
  #note_email,
  #note_location,
  #search_by_state,
  #search_by_zip {
    width: 100%;
  }
  #index_2up #index_gift_sec,
  #index_2up #index_refer_sec {
    display: block;
    width: 100%;
  }
  #index_schedule {
    display: block;
  }
  #index_schedule1,
  #index_schedule2,
  #index_schedule3 {
    width: 98%;
    margin: 1%;
    padding: 10px;
  }
  #index_schedule2 {
    background-color: #7abba2;
    margin: 1%;
  }
  #index_schedule3 input {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #index_cells .cell_1 a,
  #index_cells .cell_2 a,
  #index_cells .cell_3 a {
    padding-top: 10px;
  }
}
/* X on down ----------- */
@media all and (max-width: 1200px) {
  #nav {
    width: 100%;
    margin: 0;
  }
  #logo {
    float: none;
  }
}
@media all and (min-width: 1400px) {
  #container,
  .container {
    max-width: 1400px;
  }
  #browser_size a:before {
    content: "1400: ";
  }
}
/*Basics*/
.clear,
#clear {
  clear: both;
  display: block;
}
.extra {
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
img {
  vertical-align: middle;
}
table {
  border-spacing: 0;
  width: 100%;
}
a:active,
a:hover {
  outline: 0;
}
:focus {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
strong em,
em strong {
  font-weight: bold;
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #84a2c5;
  margin: 1em 0;
  padding: 0;
}
.border {
  border: 1px solid #333;
}
.border_top {
  border-top: 1px solid #333;
}
.border_right {
  border-right: 1px solid #333;
}
.border_bottom {
  border-bottom: 1px solid #333;
}
.border_left {
  border-left: 1px solid #333;
}
.no_border {
  border: 0px solid #333;
}
.no_border_top {
  border-top: 0px solid #333;
}
.no_border_right {
  border-right: 0px solid #333;
}
.no_border_bottom {
  border-bottom: 0px solid #333;
}
.no_border_left {
  border-left: 0px solid #333;
}
/*Reuseable Classes////////////////////////////*/
.max_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex4 {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex5 {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex6 {
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.flex2up,
.flex3up,
.flex4up,
.flex5up {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2up [class*='client_'],
.flex3up [class*='client_'],
.flex4up [class*='client_'],
.flex5up [class*='client_'] {
  padding: 10px;
}
.flex2up > * {
  width: 49%;
}
.flex3up > * {
  width: 32%;
}
.flex4up > * {
  width: 24%;
}
.flex5up > * {
  width: 19%;
}
.width_100 {
  width: 100%;
}
.width_98 {
  width: 98%;
}
.width_95 {
  width: 95%;
}
.width_90 {
  width: 90%;
}
.width_85 {
  width: 85%;
}
.width_80 {
  width: 80%;
}
.width_75 {
  width: 75%;
}
.width_70 {
  width: 70%;
}
.width_65 {
  width: 65%;
}
.width_60 {
  width: 60%;
}
.width_55 {
  width: 55%;
}
.width_50 {
  width: 50%;
}
.width_48 {
  width: 48%;
}
.width_45 {
  width: 45%;
}
.width_40 {
  width: 40%;
}
.width_35 {
  width: 35%;
}
.width_33 {
  width: 33%;
}
.width_30 {
  width: 30%;
}
.width_25 {
  width: 25%;
}
.width_20 {
  width: 20%;
}
.width_18 {
  width: 18%;
}
.width_15 {
  width: 15%;
}
.width_10 {
  width: 10%;
}
.width_5 {
  width: 5%;
}
.padding_0 {
  padding: 0%;
}
.padding_1 {
  padding: 1%;
}
.padding_2 {
  padding: 2%;
}
.padding_3 {
  padding: 3%;
}
.padding_4 {
  padding: 4%;
}
.padding_5 {
  padding: 5%;
}
.padding_t_0 {
  padding-top: 0%;
}
.padding_t_1 {
  padding-top: 1%;
}
.padding_t_2 {
  padding-top: 2%;
}
.padding_t_3 {
  padding-top: 3%;
}
.padding_r_0 {
  padding-right: 0%;
}
.padding_r_1 {
  padding-right: 1%;
}
.padding_r_2 {
  padding-right: 2%;
}
.padding_r_3 {
  padding-right: 3%;
}
.padding_b_0 {
  padding-bottom: 0%;
}
.padding_b_1 {
  padding-bottom: 1%;
}
.padding_b_2 {
  padding-bottom: 2%;
}
.padding_b_3 {
  padding-bottom: 3%;
}
.padding_l_0 {
  padding-left: 0%;
}
.padding_l_1 {
  padding-left: 1%;
}
.padding_l_2 {
  padding-left: 2%;
}
.padding_l_3 {
  padding-left: 3%;
}
.margin_0 {
  margin: 0%;
}
.margin_1 {
  margin: 1%;
}
.margin_2 {
  margin: 2%;
}
.margin_3 {
  margin: 3%;
}
.margin_4 {
  margin: 4%;
}
.margin_5 {
  margin: 5%;
}
.margin_t_0 {
  margin-top: 0%;
}
.margin_t_1 {
  margin-top: 1%;
}
.margin_t_2 {
  margin-top: 2%;
}
.margin_t_3 {
  margin-top: 3%;
}
.margin_r_0 {
  margin-right: 0%;
}
.margin_r_1 {
  margin-right: 1%;
}
.margin_r_2 {
  margin-right: 2%;
}
.margin_r_3 {
  margin-right: 3%;
}
.margin_b_0 {
  margin-bottom: 0%;
}
.margin_b_1 {
  margin-bottom: 1%;
}
.margin_b_2 {
  margin-bottom: 2%;
}
.margin_b_3 {
  margin-bottom: 3%;
}
.margin_l_0 {
  margin-left: 0%;
}
.margin_l_1 {
  margin-left: 1%;
}
.margin_l_2 {
  margin-left: 2%;
}
.margin_l_3 {
  margin-left: 3%;
}
/*Reuseable Classes*/
.bg {
  margin: 10px 0;
  border-top: 1px solid #ccc;
}
.bg1 {
  padding: 10px;
  background: url(images/x.png) #eee;
  border: 1px solid #999;
}
/*Tiny Mce build in*/
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce strong,
#tinymce p {
  color: #333;
  /*Just in case the font for the site white*/
}
/*Text*/
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.justified {
  text-align: justify;
}
.blue {
  color: #143b49;
}
.red {
  color: red;
}
.green {
  color: #358e65;
}
/*Block*/
.block {
  display: block;
}
.center {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no_float {
  float: none;
}
/*Position*/
.relative {
  position: relative;
}
/*Images*/
.img_size {
  max-width: 100%;
  height: auto;
}
img.inserted_photo {
  -webkit-box-shadow: 0px 0px 4px 0px #333;
  box-shadow: 0px 0px 4px 0px #333;
  border: 1px solid #fff;
}
.img_center {
  display: block;
  margin: 0 auto;
}
/*Headers*/
.header_1,
.header_2,
.header_3,
.header_4,
.header_5,
.header_6 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.header_1 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 4em;
}
.header_2 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.header_4 {
  font-family: 'Oswald', Impact sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.section_header_1 {
  margin-top: 1%;
  padding-left: 1%;
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  font-family: 'Oswald', Impact sans-serif;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  color: #333;
}
.row {
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
.row:before,
.row:after {
  display: block;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.grid {
  margin: 0 0 10px 0;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: block;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.col_last {
  padding-right: 0;
}
[class*='col-'] {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid [class*='col-']:last-of-type,
.row [class*='col-']:last-of-type {
  padding-right: 0;
}
[class*='col-'] img {
  max-width: 100%;
  height: auto;
}
/* Opt-in outside padding */
.grid-pad {
  padding: 10px 0 10px 10px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 10px;
}
.no_pad {
  padding: 0;
}
.module {
  padding: 10px;
  display: block;
}
span.module {
  background-color: #f5f5f5;
}
.col-1-4 {
  width: 25%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-4:last-of-type,
.row .col-1-4:last-of-type {
  padding-right: 0;
}
.col-1-4 img {
  max-width: 100%;
  height: auto;
}
.col-2-3,
.col-8-12 {
  width: 66.66%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-3:last-of-type,
.grid .col-8-12:last-of-type,
.row .col-2-3:last-of-type,
.row .col-8-12:last-of-type {
  padding-right: 0;
}
.col-2-3 img,
.col-8-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-3,
.col-4-12 {
  width: 33.33%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-3:last-of-type,
.grid .col-4-12:last-of-type,
.row .col-1-3:last-of-type,
.row .col-4-12:last-of-type {
  padding-right: 0;
}
.col-1-3 img,
.col-4-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-2,
.col-5-10,
.col-6-12 {
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-2:last-of-type,
.grid .col-5-10:last-of-type,
.grid .col-6-12:last-of-type,
.row .col-1-2:last-of-type,
.row .col-5-10:last-of-type,
.row .col-6-12:last-of-type {
  padding-right: 0;
}
.col-1-2 img,
.col-5-10 img,
.col-6-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-4,
.col-9-12 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-4:last-of-type,
.grid .col-9-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-9-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-9-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-4:last-of-type,
.grid .col-9-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-9-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-9-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-4,
.col-3-12 {
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-4:last-of-type,
.grid .col-3-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-4:last-of-type,
.grid .col-3-12:last-of-type,
.row .col-3-4:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-4 img,
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.col-1-8 {
  width: 12.5%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-8:last-of-type,
.row .col-1-8:last-of-type {
  padding-right: 0;
}
.col-1-8 img {
  max-width: 100%;
  height: auto;
}
.col-1-5,
.col-2-10 {
  width: 20%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-5:last-of-type,
.grid .col-2-10:last-of-type,
.row .col-1-5:last-of-type,
.row .col-2-10:last-of-type {
  padding-right: 0;
}
.col-1-5 img,
.col-2-10 img {
  max-width: 100%;
  height: auto;
}
.col-2-5,
.col-4-10 {
  width: 40%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-5:last-of-type,
.grid .col-4-10:last-of-type,
.row .col-2-5:last-of-type,
.row .col-4-10:last-of-type {
  padding-right: 0;
}
.col-2-5 img,
.col-4-10 img {
  max-width: 100%;
  height: auto;
}
.col-3-5,
.col-6-10 {
  width: 60%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-5:last-of-type,
.grid .col-6-10:last-of-type,
.row .col-3-5:last-of-type,
.row .col-6-10:last-of-type {
  padding-right: 0;
}
.col-3-5 img,
.col-6-10 img {
  max-width: 100%;
  height: auto;
}
.col-4-5,
.col-8-10 {
  width: 80%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-4-5:last-of-type,
.grid .col-8-10:last-of-type,
.row .col-4-5:last-of-type,
.row .col-8-10:last-of-type {
  padding-right: 0;
}
.col-4-5 img,
.col-8-10 img {
  max-width: 100%;
  height: auto;
}
.col-1-10 {
  width: 10%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-10:last-of-type,
.row .col-1-10:last-of-type {
  padding-right: 0;
}
.col-1-10 img {
  max-width: 100%;
  height: auto;
}
.col-3-10 {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-10:last-of-type,
.row .col-3-10:last-of-type {
  padding-right: 0;
}
.col-3-10 img {
  max-width: 100%;
  height: auto;
}
.col-7-10 {
  width: 70%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-7-10:last-of-type,
.row .col-7-10:last-of-type {
  padding-right: 0;
}
.col-7-10 img {
  max-width: 100%;
  height: auto;
}
.col-9-10 {
  width: 90%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-9-10:last-of-type,
.row .col-9-10:last-of-type {
  padding-right: 0;
}
.col-9-10 img {
  max-width: 100%;
  height: auto;
}
.col-1-12 {
  width: 8.33%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-1-12:last-of-type,
.row .col-1-12:last-of-type {
  padding-right: 0;
}
.col-1-12 img {
  max-width: 100%;
  height: auto;
}
.col-2-12 {
  width: 16.66%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-2-12:last-of-type,
.row .col-2-12:last-of-type {
  padding-right: 0;
}
.col-2-12 img {
  max-width: 100%;
  height: auto;
}
.col-3-12 {
  width: 25%;
  width: 75%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.grid .col-3-12:last-of-type,
.row .col-3-12:last-of-type {
  padding-right: 0;
}
.col-3-12 img {
  max-width: 100%;
  height: auto;
}
.col-5-12 {
  width: 41.65%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-5-12:last-of-type,
.row .col-5-12:last-of-type {
  padding-right: 0;
}
.col-5-12 img {
  max-width: 100%;
  height: auto;
}
.col-7-12 {
  width: 58.31%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-7-12:last-of-type,
.row .col-7-12:last-of-type {
  padding-right: 0;
}
.col-7-12 img {
  max-width: 100%;
  height: auto;
}
.col-10-12 {
  width: 83.3%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-10-12:last-of-type,
.row .col-10-12:last-of-type {
  padding-right: 0;
}
.col-10-12 img {
  max-width: 100%;
  height: auto;
}
.col-11-12 {
  width: 91.63%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.grid .col-11-12:last-of-type,
.row .col-11-12:last-of-type {
  padding-right: 0;
}
.col-11-12 img {
  max-width: 100%;
  height: auto;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*My Stuff///////////////////////////////////////////////////////////////////////////////////*/
#id_corner {
  background-color: #999;
  padding: 5px;
  color: #333;
}
#id_corner a {
  color: #333;
}
/*# sourceMappingURL=style.css.map */