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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
  vertical-align: text-bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  background-color: #002255;
}

body {
  padding: 0;
  background-color: #002255;
  line-height: 1;
  color: #333333;
  font: normal 100% 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 300;
  background: url('../assets/bkg_courtHouse2.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}

body.businessServices {
  padding: 0;
  background-color: #002255;
  line-height: 1;
  color: #333333;
  font: normal 100% 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 300;
  background: url('../assets/bkg_business.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
}

body.individual {
  padding: 0;
  background-color: #002255;
  line-height: 1;
  color: #333333;
  font: normal 100% 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 300;
  background: url('../assets/bkg_individual.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
}

body.wealthmanagement {
  padding: 0;
  background-color: #002255;
  line-height: 1;
  color: #333333;
  font: normal 100% 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 300;
  background: url('../assets/bkg_family.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
}

body.contact {
  padding: 0;
  background-color: #002255;
  line-height: 1;
  color: #333333;
  font: normal 100% 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 300;
  background: url('../assets/bkg_courtHouse.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
}

h1 {
  font-size: 1.75em;
  color: #003366;
  font-weight: 700;
  margin: 20px 0;
}

sup {
  font-size: x-small;
  line-height: 1px;
  position: relative;
  top: -6px;
}

.thumbnail {
  margin:0 0 20px 20px;
}

.courseThumbnail {
  width: 30%; 
  max-width: 250px; 
  height: auto;
  margin:0 0 20px 20px;
}

.red {
  color: #dc050b;
}

.blue {
  color: #01016a;
}

.yellow {
  color: #f7ce10;
}

a {
  color: #cc0000;
}

a.topAnchor {
  position: absolute;
  top: 0;
  left: 0;
}

a.coursesAnchor {
  position: relative;
  top: -158px;
}

a.calendarAnchor {
  position: relative;
  top: -158px;
}

a.aboutAnchor {
  position: relative;
  top: -158px;
}

a.contactAnchor {
  position: relative;
  top: -158px;
}

.bandMain {
  width: 100%;
  max-width: 100%;
  margin: 0;
  /*background-color: #19256a;*/
  background-color: transparent;
  /*background: url('../assets/bkg_family.jpg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;*/
}

.bandWhite {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: #ffffff;
  margin-top: 0;
  border-top: 0px solid #dc050b;
  padding: 0;
  background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
  background: rgba(255, 255, 255, .80);
}

.bandBlue {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: #000022;
  border-top: 0px solid #f7ce10;
}

.bandYellow {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: #f7ce10;
  border-top: 0px solid #000033;
}

.bandRed {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: #cc0000;
  border-top: 0px solid #666666;
  border-bottom: 0px solid #666666;
}

.bandGray {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: #bbbbbb;
  border-top: 0px solid #666666;
  border-bottom: 0px solid #666666;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.main {
  background-color: transparent;
  /*background-image: url(../assets/bkg_family.jpg);
  background-position: center top;
  background-repeat: no-repeat;*/
  width: 100%;
  padding: 0;
  margin:240px 0 100px 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.main > h1 {
  text-align: center;
  font-size: 1.85em;
  line-height: 135%;
  color: #ffffff;
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 400;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 20px;
  padding: 0;
}
.main > h1 > span {
  font-weight: 700;
}
.main > h4 {
  font-size: 36px;
  text-align: center !important;
  font-weight: 700;
  color: #ffffff;
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.main > p {
  text-align: center;
  font-size: 1.125em;
  line-height: 135%;
  color: #ffffff;
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 400 !important;
  text-transform: none;
  word-spacing: 2px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 2em;
  margin-top: 0;
}
.main > p > span {
  color: #ffff00;
  background-color: #000033;
}
.main > a {
  color: #ffffff;
  padding: 14px 20px;
  font-size: 2.25em !important;
  background-color: #000033;
  display: inline-block;
  margin-top: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-weight: 400;
  text-align: center !important;
  margin-left: 50%;
  margin-right: 3%;
  color: #9aa2e2;
}
.main > a > span {
  font-size: 16px !important;
  color: #fff;
}

.business {
  background-color: transparent;
  background-image: url(../assets/bkg_business.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 2em;
}

h3 {
  font-size: 1.375em;
  text-transform: uppercase;
  color: #000033;
  font-weight: 700;
  letter-spacing: 0.09375em;
  line-height: 1.375em;
  margin: 10px 10px 30px 10px;
  text-align: center;
}
h3 > span {
  color: #999999;
}

div.content  {
  border-top: 0px solid #eeeeee;
  margin: 40px 20px 40px 20px;
  padding: 0;
}

div.content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.calendar .uscg, .content .uscg   { 
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  color: #dc0000; 
  font-size: 0.785em;
  font-weight: 700;
  line-height: 200%;
  padding:0 0 0 20px;
  text-transform: uppercase;
  margin:10px 20px 6px 0px;
  background-image:url(../assets/icon_bookmark.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.calendar h2, .content h2  {
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  font-size:1.25em;
  font-weight:400;
  padding:0;
  margin:0px 20px 8px 0px;
  padding: 0px 0 2px 0px;
}

.calendar p, .content p {
  margin:0 20px 20px 0px;
  color:#555;
  font-size: 1.05em;
  line-height: 1.45em;
}

.content h4 {
  margin:0 0 18px 0px;
  color:#000033;
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 700;
}

.calendar p strong, .content p strong{
  font-weight: 700;
}

.content ul {
      text-align: left;
    font-size: 1.05em;
    line-height: 1.5em;
    margin: 5px 0px 30px 25px;
    padding: 0 10px 0 25px;
    list-style: disc;
    color: #555;
}
.content ul li {
  margin: 8px 0;
}

.content h6 {
  font-size: 1em;
    line-height: 1.25em;
    background-color: transparent;
    background-image: url(../assets/icon_cell.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: 700;
    margin: 10px 0px;
    padding: 0px 0 2px 19px;
    text-align: left !important;
    color: #000033;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
}

.content h6.calendar {
  font-size: 1em;
    line-height: 1.25em;
    background-color: transparent;
    background-image: url(../assets/icon_calendar.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: 700;
    margin: 10px 0px;
    padding: 0px 0 2px 19px;
    text-align: left !important;
    color: #000033;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
}

h4.pin {
  background-image: url(../assets/icon_pin.png);
  padding: 0px 0 8px 20px;
  background-position: left top;
  background-repeat: no-repeat;
}

h4.pin > span {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}

.about {
  width: 100%;
  *zoom: 1;
  padding: 20px 0;
  border-top: 0px solid #333333;
  /*color: #ffffff;*/
}
.about:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.about > h3 {
  color: #cc0000;
}

.contact {
  width: 100%;
  *zoom: 1;
  padding: 20px 0;
  border-top: 0px solid #333333;
}
.contact:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.contact > h3 {
  color: #cc0000;
}

.content > h3 {
  color: #cc0000;
}


.content > h3 > span  {
  color: #cc0000;
  font-size: .6725em;
  letter-spacing: 0;
}

.calendar {
  width: 100%;
  *zoom: 1;
  padding: 20px 0;
  border-top: 0px solid #333333;
}
.calendar:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.calendar > h3 {
  color: #cc0000;
}

ul.calendar {
  margin: 0 !important;
}

ul.calendar li {
  position: relative !important;
  overflow: hidden;
}

a.accordionHead {
  display: block;
  font-size: 1.375em;
  line-height: 1.75em;
  font-weight: 700;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000033;
  border-bottom: 0px solid #999999;
  text-decoration: none;
  color: #000033;
}
a.accordionHead > img {
  margin: 0 5px -2px 10px;
}

div.accordionContent {
  display: none;
  margin: 0px;
  padding: 20px;
  background-color: transparent;
  color: #333366;
}

.column1, .column2, .column3 {
  float: left;
  width: 31.25%;
  min-width: 300px;
  overflow: visible;
  margin-right: 3.125%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.column3 {
  margin-right: 0;
}

.columnDoubleLeft {
  float: left;
  width: 62.5%;
  min-width: 300px;
  overflow: visible;
  margin-right: 3.125%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.column {
  background-color: #efefef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #d5d5d5;
  text-align: left;
  padding: 0;
  display: block;
  overflow: hidden;
  margin-right: 0;
  border-radius: 0px;
  margin-bottom: 30px;
}
.column > div.number {
  font-size: 5em;
  margin: 0;
  color: #dddfdf;
  float: left;
  padding: 0 7%;
}
.column > h2 {
  font-size: 1.125em;
  margin: 0;
  text-align: left;
  line-height: 1.25em;
  background-color: #d5d5d5;
  padding: 10px 20px;
  font-weight: 700;
  color: #000033;
  background-image: none;
}
.column > h2 > span {
  color: #cc0000;
  font-size: 0.6875em;
  font-weight: 700;
  text-transform: uppercase;
}
.column > div.disclosure {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.column > div.disclosure > p {
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 5px 20px 10px;
  text-align: left;
  text-align: left;
  color: #333333;
}
.column > div.disclosure > p > span {
  color: #a1d8ff;
}
.column > div.disclosure > p.indent {
  width: 64%;
  margin: 0 3%;
  margin-bottom: 20px;
}
.column > div.disclosure > h3 {
  color: #000033;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}
.column > div.disclosure > h4, .column > div.disclosure h4.course {
  font-size: 1em;
  line-height: 1.25em;
  background-color: transparent;
  background-image: url(../assets/icon_anchor.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: 700;
  margin: 5px 20px;
  padding: 0px 0 2px 17px;
  text-align: left !important;
  color: #000033;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
}

.column > div.disclosure > h4.pin {
  background-image: url(../assets/icon_pin.png);
  padding: 0px 0 8px 20px;
}

.column > div.disclosure > h4 > span, .column > div.disclosure h4.course > span {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}

.column > div.disclosure > h4.course {
  background-image: url(../assets/icon_bookmark.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.calendar {
  background-image: url(../assets/icon_calendar.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.male {
  background-image: url(../assets/icon_male.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.female {
  background-image: url(../assets/icon_female.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.pin {
  background-image: url(../assets/icon_pin.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.cell {
  background-image: url(../assets/icon_cell.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.email {
  background-image: url(../assets/icon_email.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.fax {
  background-image: url(../assets/icon_fax.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > h4.directions {
  background-image: url(../assets/icon_directions.png);
  padding: 0px 0 8px 20px;
}
.column > div.disclosure > a.btn {
  width: 75%;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #5f8aad;
  color: #ffffff;
  font-size: 1.75em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}
.column > div.disclosure > a {
  text-decoration: none;
  color: #a1d8ff;
}
.column > div.disclosure > a > img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.column > div.disclosure > h5, .column > div.disclosure h5.call {
  font-size: 0.75em;
  line-height: 1.25em;
  background-color: transparent;
  background-image: url(../assets/icon_cell.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: 700;
  margin: 10px 20px;
  padding: 0px 0 2px 19px;
  text-align: left !important;
  color: #000033;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
}
.column > div.disclosure > h5 > span, .column > div.disclosure h5.call > span {
  font-weight: 400;
  color: #cc0000;
  font-size: 14px;
}
.column > div.disclosure > h6 {
  font-size: 36px;
  text-align: center !important;
  font-weight: 700;
  color: #000033;
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.column > div.disclosure > h6 > span {
  font-size: 16px;
  line-height: 1.25em;
  color: #999999;
}
.column > div.disclosure > ul, .column > div.disclosure ol {
  text-align: left;
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 5px 0px 20px 20px;
  padding: 0 10px 0 20px;
  list-style: disc;
  color: #333333;
}
.column > div.disclosure > ul > li, .column > div.disclosure ol > li {
  margin: 6px 0;
  padding: 0;
}
.column > a.mobileshow, .column a.mobilehide {
  display: none !important;
}

/*p {
  color: #cccccc;
}*/

h1 a {
  font: bold 0.25em Arial, sans-serif;
  /* 12px / 48px */
  color: #cc0000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}

.subnavContainer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.nav, .subnav, .subnavMobile {
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  background-color: #ffffff;
  /*background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #999999), color-stop(25%, #d5d5d5), color-stop(50%, #efefef), color-stop(75%, #d5d5d5), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(left, #999999, #d5d5d5, #efefef, #d5d5d5, #999999);
  background-image: -moz-linear-gradient(left, #999999, #d5d5d5, #efefef, #d5d5d5, #999999);
  background-image: -o-linear-gradient(left, #999999, #d5d5d5, #efefef, #d5d5d5, #999999);
  background-image: linear-gradient(left, #999999, #d5d5d5, #efefef, #d5d5d5, #999999);*/
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-top: 0px solid #000033;
  border-bottom: 0px solid #000033;
  overflow: hidden;
  *zoom: 1;
}
.nav > ul, .subnav > ul, .subnavMobile > ul {
  list-style: none;
}
.nav > li, .subnav > li, .subnavMobile > li {
  float: left;
  line-height: 1.175em;
  padding: 18px 0 2px 0;
  width: 23%;
  margin: 0;
  min-width: 110px;
  text-align: center;
  border-top: 3px solid #efefef;
}

.nav > li > a, .subnav > li > a, .subnavMobile > li > a {
  color: #000033;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  height: 35px;
}
.nav > li > a > span.menu, .subnav > li > a > span.menu, .subnavMobile > li > a > span.menu {
  font-size: 0.64063em;
  position: relative;
  line-height: 0.8125em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
  display: block;
  margin: 4px 0 0 0;
}
.nav > li > a:hover, .subnav > li > a:hover, .subnavMobile > li > a:hover {
  color: #dc050b;
}
.nav > li.logoNameMobile, .subnav > li.logoNameMobile, .subnavMobile > li.logoNameMobile {
  display: none !important;
}
.nav > li.logoName, .subnav > li.logoName, .subnavMobile > li.logoName {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 8px 4px 5px 0;
  border-top: 0px solid #efefef;
  border-bottom: 0px solid #999999;
  color: #000033;
}
.nav > li.logoName > a.logo, .subnav > li.logoName > a.logo, .subnavMobile > li.logoName > a.logo {
  padding: 0 !important;
  border-left: none;
  margin: 0;
}
.nav > li.logoName > a.logo > span, .subnav > li.logoName > a.logo > span, .subnavMobile > li.logoName > a.logo > span {
  position: relative;
  top: -18px;
  left: 15px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}
.nav > li.logoName > a.logo:hover, .subnav > li.logoName > a.logo:hover, .subnavMobile > li.logoName > a.logo:hover {
  color: #cc0000 !important;
}
.nav > .last, .subnav > .last, .subnavMobile > .last {
  border-right: 0;
}
.nav > li.tag, .nav li.tagMobile, .subnav > li.tag, .subnav li.tagMobile, .subnavMobile > li.tag, .subnavMobile li.tagMobile {
  font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
  text-align: center;
  font-size: 0.7125em;
  font-weight: 400;
  color: #aaaaaa !important;
  text-transform: uppercase;
  float: left !important;
  margin: 0 !important;
  padding: 9px 10px 9px 13px;
  width: 100%;
  /*background-color: #000044;*/
  background-color: #002255;
  word-spacing: 1.5px;
  letter-spacing: 1px;
/*  background-image: url(../assets/logo_.png);
  background-position: right;
  background-repeat: no-repeat;*/
  border-top: 0px solid #efefef;
}
.nav > li.tagMobile, .subnav > li.tagMobile, .subnavMobile > li.tagMobile {
  display: none !important;
}

.subnav, .subnavMobile {
  font-size: .975em;
  font-weight: 300;
  width: 100%;
  background-color: transparent !important;
  background-image: none !important;
  padding: 0;
  margin: 0;
  position: relative !important;
  z-index: 1000;
  display: inline;
  border-top: none;
  border-bottom: none;
}

#menu-icon {
  display: none;
}

li.subnavMenu {
  width: 100%;
}

.subnavMobile {
  display: none;
}

.btn {
  color: #fff;
  padding: 10px 15px;
  background-color: #333333;
  display: inline-block;
  margin-top: 5px;
}

div.footer {
  font-size: 1em;
  line-height: 150%;
  font-weight: 400;
  width: 100%;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0;
  color: #ffffff;
  padding: 0;
}
div.footer > a {
  color: #ffffff;
}
div.footer > p > span {
  font-weight: 400;
  color: #ffffff;
  font-size: .85em;
}
div.footer > p > span > a {
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .column1, .column2, .column3, .columnDoubleLeft {
    width: 45.3125%;
    min-width: 300px;
    margin: 0 20px;
  }

  .column1 {
    margin-right: 0;
  }

  .column2 {
    margin-right: 20px;
  }

  .column3 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  li a.hidden {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  body {
    background-size: auto 100%;
            background-repeat: repeat-x;
            background-position: center;
  }

  .about, .contact, .calendar, .content, h3 {
    padding: 0;
  }

  #menu-icon {
    display: block;
    float: right;
    background-image: url(../assets/icon_menu.png);
    text-indent: -1000px;
    width: 36px;
    height: 36px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 26px;
    border: none;
  }

  li.subnavMenu {
    width: 100%;
  }

  .subnav {
    display: none;
  }

  .subnavMobile {
    display: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-top: 0px solid #cccccc;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
  }
  .subnavMobile > li {
    width: 100%;
    margin: 0;
    padding: 17px 0 0 0;
    border-bottom: 2px solid #888888;
  }
  .subnavMobile > li > a {
    width: 100% !important;
    margin: 0 !important;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #919493;
    padding: 0;
    font-size: 1.125em;
  }
  .subnavMobile > li > a > span {
    padding: 3px 0 0 0;
  }
  .subnavMobile > li.phoneNumber {
    font-size: 1.5em;
    letter-spacing: 0;
    padding: 12px 0 5px 0;
    height: 30px;
    color: #000033;
    border-bottom: 2px solid #888888;
  }
  .subnavMobile > li.phoneNumber > span {
    font-size: 14px;
  }
  .subnavMobile .last {
    border-right: 1px solid #919493;
  }

  .logo {
    border-right: none !important;
  }

  a.coursesAnchor {
    position: relative;
    top: -100px;
  }

  a.calendarAnchor {
    position: relative;
    top: -100px;
  }

  a.aboutAnchor {
    position: relative;
    top: -100px;
  }

  a.contactAnchor {
    position: relative;
    top: -100px;
  }

  .column1, .column2, .column3, .columnDoubleLeft {
    width: 100%;
    margin: 0;
  }
  .column1 > .column, .column2 > .column, .column3 > .column, .columnDoubleLeft > .column {
    margin: 0 10px 20px;
    position: relative;
  }
  .column1 > .column > p, .column2 > .column > p, .column3 > .column > p, .columnDoubleLeft > .column > p {
    font-size: 14px;
    margin: 10px 20px;
  }
  .column1 > .column > h2, .column2 > .column > h2, .column3 > .column > h2, .columnDoubleLeft > .column > h2 {
    font-size: 20px;
  }
  .column1 > .column > h2.courseName, .column2 > .column > h2.courseName, .column3 > .column > h2.courseName, .columnDoubleLeft > .column > h2.courseName {
    font-size: 17px;
  }
  .column1 > .column > div.disclosure, .column2 > .column > div.disclosure, .column3 > .column > div.disclosure, .columnDoubleLeft > .column > div.disclosure {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .column1 > .column > div.disclosure > p, .column2 > .column > div.disclosure > p, .column3 > .column > div.disclosure > p, .columnDoubleLeft > .column > div.disclosure > p {
    font-size: 16px;
    margin-right: 10px;
  }
  .column1 > .column > div.disclosure > ul li, .column2 > .column > div.disclosure > ul li, .column3 > .column > div.disclosure > ul li, .columnDoubleLeft > .column > div.disclosure > ul li {
    font-size: 15px;
    line-height: 120%;
    color: #333333;
  }
  .column1 > .column > div.disclosure > h5, .column2 > .column > div.disclosure > h5, .column3 > .column > div.disclosure > h5, .columnDoubleLeft > .column > div.disclosure > h5 {
    font-size: 15px;
    margin: 20px 20px 10px 20px;
  }
  .column1 > .column > a.mobilehide, .column1 > .column a.mobileshow, .column2 > .column > a.mobilehide, .column2 > .column a.mobileshow, .column3 > .column > a.mobilehide, .column3 > .column a.mobileshow, .columnDoubleLeft > .column > a.mobilehide, .columnDoubleLeft > .column a.mobileshow {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    border-radius: 5px;
    width: 30px;
    display: inline !important;
    color: #ffffff !important;
    padding: 6px 0 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    font-family: 'Libre Baskerville', 'Times New Roman', sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #999999;
  }
  .column1 > .column > a.mobileshow:hover, .column2 > .column > a.mobileshow:hover, .column3 > .column > a.mobileshow:hover, .columnDoubleLeft > .column > a.mobileshow:hover {
    visibility: hidden !important;
  }
  .column1 > .column > a.mobileshow:hover + .disclosure, .column1 > .column .disclosure :hover, .column2 > .column > a.mobileshow:hover + .disclosure, .column2 > .column .disclosure :hover, .column3 > .column > a.mobileshow:hover + .disclosure, .column3 > .column .disclosure :hover, .columnDoubleLeft > .column > a.mobileshow:hover + .disclosure, .columnDoubleLeft > .column .disclosure :hover {
    display: block !important;
  }

  .column2 {
    margin-right: 0;
  }

  .nav {
    border-top: none;
    border-bottom: none;
  }
  .nav > li.logoName {
    display: none !important;
  }
  .nav > li.logoNameMobile {
    display: inline-block !important;
    width: 220px !important;
    padding: 5px 0 0 0 !important;
    height: 58px;
    text-align: left;
    border-top: 0px solid #efefef;
  }
  .nav > li.logoNameMobile > a.logo {
    margin: 0 10px !important;
    padding: 0 !important;
  }
  .nav > li.logoNameMobile > a.logo > span {
    font-size: 0.8125em !important;
    line-height: em 15 !important;
    font-weight: 700 !important;
    position: relative;
    top: 10px;
    left: 8px;
    text-align: left;
    color: #000033;
  }
  .nav > li.logoNameMobile > a:hover, .nav > li.logoNameMobile a:active a.logo:hover span, .nav > li.logoNameMobile a.logo:active span {
    color: #333366 !important;
  }
  .nav > li.tag {
    display: none !important;
  }
  .nav > li.tagMobile {
    display: block !important;
    text-align: left !important;
    padding: 8px 2px 8px 12px !important;
    font-size: 11px !important;
    border-top: 0px solid #999999;
  }
  .nav > .hidden {
    display: none !important;
  }

  .container {
    background-image: none !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .container > .main {
    background-color: transparent;
    /*background-image: url(../assets/bkg_family.jpg);*/
    width: 100%;
    margin-top: 85px;
    margin-bottom: 0px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    /*min-height: 370px;
    position: relative;
    top: 0px;
    left: 0;*/
    padding: 20px 0 0;
    *zoom: 1;
  }
  .container > .main:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .container > .main > h1 {
    text-align: center;
    font-size: 1.25em;
    line-height: 130%;
    color: #ffffff;
    font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
    font-weight: 400;
    margin: 10px 10px 20px 10px !important;
  }
  .container > .main > h1 > span {
    font-weight: 700;
  }
  .container > .main > h4, .container > .main h4.phoneNumber [href^=tel] {
    color: #ffffff !important;
    text-decoration: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .container > .main h6.phoneNumber [href^=tel] {
    color: #000033 !important;
    text-decoration: none !important;
  }
  .container > .main > p {
    margin-bottom: 20px;
  }
  .container > p {
    text-align: center;
    font-size: 0.875em;
    line-height: 135%;
    color: #333333;
    font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
    font-weight: 700;
    margin: 0 20px 20px 20px !important;
  }
  .container > a {
    padding: 14px 0;
    font-size: 2.25em;
    line-height: 80%;
    background-color: #000033;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Libre Baskerville', 'Times New Roman', sans-serif;
    font-weight: 700;
    text-align: center !important;
    margin: 0 0 0 20px !important;
    color: #fff;
    width: 280px;
  }
  .container > a > span {
    font-size: 16px !important;
    color: #9aa2e2;
  }
}
