body {
  background-color: #fff;
  margin-top: 0px;
  font-family: "Helvetica Neue", Helvetica, "Lucida Sans Unicode", Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  background-image: none;
  position: relative;
}
iframe body {
  background-color: transparent;
}
/* ----------- MOBILE DEVICE COMPATIBILITY ------------- */
img, embed, object, video {
  max-width: 100%;
}
a {
  color: #0067BC;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  color: #930;
  text-decoration: underline;
}
hr {
  width: 100px;
  color: #042394;
  height: 4px;
  background-color: #042394;
}
p {
  text-align: left;
  margin-top: 5px;
}
ul {
  font-size: 0.875rem;
  padding-bottom: 5px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, sans-serif;
  color: #996600;
}
li {
  text-align: left;
  font-weight: normal;
  padding-bottom: 2px;
}
iframe.facebook_like {
  box-shadow: 0px 0px 3px 1px #888;
}
img {
  border: none;
  box-shadow: 0px 0px 3px 1px #888;
}
table img {
  border: 1px solid #888;
  border-radius: 3px;
}
a:link img, a:visited img {
  border: none;
  box-shadow: none;
}
table {
  margin: 0 auto;
}
strong {
  color: #020374;
}
/* ------------------ ID DEFINITIONS ------------------------ */
#body_area {
  position: relative;
  top: 0;
  left: 0;
  width: 990px;
  background-color: #eee;
  box-shadow: 0px 0px 10px 5px #444;
  border: #333;
  border-style: solid;
  border-width: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 auto;
}
#banner_area {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}
#banner_area > img {
  box-shadow: none;
  border: none;
}
#top-menu, #top-menu-m {
  position: relative;
  width: 100%;
  background-color: #020374;
  color: #FFFFFF;
  height: 40px;
  top: 0px;
  right: 0px;
}
#top-menu-r {
  position: absolute;
  width: 552px;
  text-align: right;
  top: 0px;
  left: 432px;
  height: 40px;
}
#top-menu-l {
  position: absolute;
  width: 300px;
  text-align: left;
  top: 0px;
  right: 0px;
  height: 40px;
  left: 0px;
}
#social-buttons {
  margin-top: 5px;
  margin-left: 80px;
  text-align: center;
  position: absolute;
}
#social-buttons > img {
  box-shadow: none;
  border: none;
}
#mid-menu-r {
  position: absolute;
  width: 552px;
  text-align: right;
  top: 0px;
  left: 438px;
  height: 76px;
}
#banner > img {
  box-shadow: none;
  border: none;
}
#banner > hr {
  width: 400px;
  border-bottom-style: solid;
  border-left-color: #C00;
  border-bottom-color: #300;
  border-right-color: #300;
  border-top-color: #c00;
  height: 50px;
  border-radius: 10px;
  margin-top: 0px;
  background-image: url(../jpg/b_r8.jpg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
}
#title-strip, #title-strip-m {
  position: relative;
  left: 0px;
  top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 16px;
  height: 60px;
  background-color: aliceblue;
}
#navigation_area {
  position: relative;
  top: 0;
  left: 0;
}
#button_area {
  position: relative;
  top: 0;
  left: 0;
  height: 22px;
  width: 100%;
  margin-top: 0px;
}
#title-block {
  position: relative;
  width: 880px;
  margin: 0 auto;
  margin-top: 10px;
}
#news-block {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#left_area {
  float: left;
  width: 360px;
  padding-right: 5px;
  padding-left: 5px;
}
#left-and-middle-area #middle-area {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 10px;
  width: 660px;
  padding-top: 10px;
}
#middle-area {
  width: auto;
}
#right-area {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 240px;
  height: auto;
}
#lower-body-container {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 96%;
  margin: 0 auto;
  padding-top: 20px;
}
#footer-area {
  position: relative;
  margin-top: 10px;
  width: 100%;
  color: #E3E3E3;
  background-color: #000000;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
  border-top-color: #042394;
  border-top-style: groove;
  border-top-width: 2px;
  font-size: 0.625rem;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#footer-area > a:link {
  /*color: #3CF;*/
  color: #FC0;
}
#footer-area > a:hover {
  color: #C30;
}
#column-container {
  position: relative;
  top: 0;
  height: 450px;
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#column-l, #column-m, #column-r {
  top: 0;
  width: 240px;
  margin: 0 auto;
  margin-top: 50px;
  /*position: absolute;*/
  position: relative;
  display: flex;
  flex-direction: column;
}
#social-container {
  width: 660px;
  margin: 0 auto;
  margin-top: 10px;
  /*margin-top: 300px;*/
  /*margin-left: 30px;*/
  position: relative;
  top: 0;
  height: 700px;
  display: flex;
  flex-direction: row;
  background-color: #020374;
  box-shadow: 0px 0px 3px 2px #ccc;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#social-column-l, #social-column-m {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  color: blueviolet;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* ------------------ CLASS DEFINITIONS ------------------------ */
.box-shadow-container {
  background-color: #E5E5E5;
  box-shadow: 0px 0px 3px 2px #ccc;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box-shadow-container img {
  border: none;
  box-shadow: none;
}
.button-l, .button-r {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  color: aliceblue;
  border-right-color: #042394;
  border-right-width: 1px;
  border-right-style: solid;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  position: relative;
  top: 8px;
}
.button-r {}
a.button-l:visited, a.button-r:visited, a.button-l:link, a.button-r:link {
  text-decoration: none;
  color: aliceblue;
}
a.button-l:hover, a.button-r:hover {
  color: #DD1114;
  text-decoration: none;
}
.button-mid {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  color: #000000;
  padding-top: 32px;
  padding-bottom: 25px;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
  position: relative;
  top: 30px;
}
a.button-mid:visited, a.button-mid:link {
  text-decoration: none;
}
a.button-mid:hover {
  color: #FFF37E;
  text-decoration: none;
  background-color: #ff0000;
}
.text-paragraph {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  text-align: justify;
}
.block-title {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  text-align: center;
  color: #020374;
}
.block-title-inverted {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 24px;
  height: 20px;
  margin-bottom: 10px;
  background: #020374;
  color: aliceblue;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 5px;
  text-align: center;
  border: #3A3131;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-sub-title {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  text-align: left;
  color: #020374;
}
.social-title {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
  color: aliceblue;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-align: center;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #042394;
  text-transform: uppercase;
}
.video-title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 11px;
  color: #020374;
  text-align: center;
  padding-top: 5px;
}
.video-container {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #042394;
}
.logo_font_1 {
  color: #000000;
  font-size: 16px;
  font-family: "Avenir Medium", Corbel, sans-serif;
  margin-left: 20px;
  letter-spacing: 3px;
}
.logo_font_2 {
  color: #aaa;
  font-size: 16px;
  font-family: "Heiti SC Light", "Avenir Medium", Corbel, sans-serif;
  font-style: normal;
  margin-left: 40px;
  padding-top: 4px;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.instructor-title {
  color: #020374;
  font-size: 32px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  padding-top: 24px;
  padding-left: 10px;
}
.instructor-sub-title {
  color: #020374;
  font-size: 24px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  margin-top: 10px;
  padding-left: 10px;
}
.instructor-photo {
  margin-left: 20px;
  margin-top: 10px;
}
.instructor-bio {
  margin-left: 0px;
  margin-top: 10px;
}
div.flex_row, div.flex_row_m {
  display: flex;
  flex-direction: row;
  padding: 2px;
  /*padding-bottom: 5px;*/
}
@media (max-width: 852px) {
  body {
    width: 100%;
    background-color: transparent;
    top: 0px;
    left: 0px;
    margin: 0px;
  }
  /**************mobile device compatibility***********/
  img, embed, object, video {
    max-width: 100%;
  }
  /************** links ***************/
  a {
    /*text-decoration: underline;*/
  }
  a:link, a:visited {
    /*color: #993300;
  text-decoration: underline;*/
  }
  a:hover {
    color: #930;
    text-decoration: none;
  }
  /************** overrides ***********/
  .block-title {
    font-size: 24px;
  }
  /************** ID and area overrides ***************/
  #body_area {
    width: 100%;
    box-shadow: none;
    border: none;
  }
  #social-buttons {
    margin-left: 10px;
  }
  #title_strip {
    height: auto;
  }
  #banner {
    position: absolute;
    left: 108px;
    height: auto;
    background-color: #F30;
    width: auto;
    font-size: 0;
  }
  #social-buttons > a > img {
    border-size: 0px;
    border-radius: 5px;
  }
  #title-block {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
  }
  #news-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #lower-body-container {
    flex-direction: column;
  }
  #column-l, #column-m, #column-r {
    width: 200px;
    height: auto;
    margin-top: 30px;
  }
  #middle-area {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
  }
  .instructor-photo img {
    width: 40%;
    height: 40%;
  }
  #right-area {
    margin-top: 10px;
  }
  #social-container {
    width: 100%;
    margin-top: 30px;
    position: relative;
    height: 1400px;
    flex-direction: column;
  }
  #social-column-l, #social-column-m {
    width: 330px;
    margin-top: 20px;
  }
  .text-paragraph {
    font-size: 14px;
  }
  /* --------------- CSS MENU --------------- */
  #cssmenu {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 114px;
    height: auto;
    border: 0px solid #0488c3;
    border-radius: 5px;
  }
  #cssmenu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*background-color: #1498D3;*/
    background-color: transparent;
    border: 0px solid #0ff;
    /*border-bottom: 3px solid #ff0;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 4px;
    height: auto;
  }
  #cssmenu > ul li#responsive-tab {
    display: none;
    /* Hide for large screens */
  }
  #cssmenu > ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: auto;
    padding-bottom: 0px;
  }
  #cssmenu > ul li.right {
    float: right;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub:hover ul {
    display: block;
  }
  #cssmenu > ul li.has-sub ul {
    display: none;
    width: 250px;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block;
  }
  #cssmenu > ul li.has-sub > a {
    /*background-image: url('images/caret.png');*/
    background-repeat: no-repeat;
    background-position: 90% -95%;
  }
  #cssmenu > ul li.has-sub > a.active, #cssmenu > ul li.has-sub > a:hover {
    /*background: #d80041 url('images/caret.png') no-repeat;*/
    background-position: 90% 195%;
  }
  #cssmenu > ul li a {
    display: block;
    /*padding: 12px 24px 11px 24px;*/
    padding: 10px 10px 10px 10px;
    text-decoration: none; /*#d80041;*/
    color: #f0f8ff;
    background-color: #24a8e3;
    border-style: solid;
    border-color: #009 #6FF8FB #6FF8FB #009;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
  }
  #cssmenu > ul li a.active, #cssmenu > ul li a:hover {
    color: #f0f8ff;
    background-color: #3CBDF7;
  }
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('../png/mobile_menu.png') no-repeat;
    /*background-position: 95% -35%;*/
    background-color: #1498D3; /*background color of the main menu botton*/
    font-size: 0;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-width: 0px;
    border-radius: 5px;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #3CBDF7;
    /*background-position: 95% 135%;*/
    color: #3F3;
    padding-bottom: 0px;
    height: 25px;
  }
  #cssmenu > ul li {
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
/* REMOVEEEEEEEEEEEEEEEEEEEEEE */
/*@media (min-width: 853px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}*/
/* --------- TOGGLES ---------------- */
@media (min-width: 853px) {
  #cssmenu {
    display: none;
  }
  #top-menu-m {
    display: none;
  }
  #top-menu {
    display: block;
  }
  #title-strip-m {
    display: none;
  }
  #title-strip {
    display: block;
  }
}
@media (max-width: 852px) {
  #cssmenu {
    display: block;
  }
  #top-menu-m {
    display: block;
  }
  #top-menu {
    display: none;
  }
  #title-strip-m {
    display: block;
  }
  #title-strip {
    display: none;
  }
}
/* ------------------- SMALL SCREENS PORTRAIT -------------------- */
@media (max-width: 450px) {
  #column-container {
    flex-direction: column;
	height: auto;
  }
.logo_font_1 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 10px;
}
.logo_font_2 {
  font-size: 12px;
  margin-left: 20px;
}
}
@media only screen and (min-width: 450px) and (max-width: 852px) {}