@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700|Open+Sans:400italic,400,700);
/*
<a name="<%CARD_TARGET%>"></a>
<h3 class="catapultTitle <%CARD_ICON_CLASS%>">
	<img src="<%CARD_ICON%>">
	<span class="se"></span>
	<span class="s"></span>
	<span class="sw"></span>
	<%CARD_NAME%>
	<a href="<%TOP_LINK%>" title="Top of Page"></a>
</h3>
*/
/********* default Catapult title ***********/
.catapultTitle {
  position: relative;
  margin: 15px 0px 10px 0px;
  padding: 0 20px 5px 65px;
  background: url('http://staging.development.catapultcms.com/153/images/content-title-border.png') left bottom repeat-x;
  font: normal normal 20px/1.5;
  text-decoration: none;
  text-transform: none;
}
.catapultTitle img {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: -15px;
  left: 0;
}
.catapultTitle span {
  display: none;
}
.catapultTitle a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 13px;
  height: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  display: none;
}
.catapultTitle a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.catapultTitle.disabledIcon {
  padding-left: 0;
}
.catapultTitle.disabledIcon img {
  display: none;
}
.catapultTitle.firstBoxTitle {
  margin-top: 0px;
}
/********* image banner content ***********/
.banner-content .catapultTitle {
  display: none;
}
/********* what's new column content ***********/
.whats-new .catapultTitle {
  color: #00164d;
  font-size: 12px;
  padding-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
/********* resources-faq content ***********/
.resources-faq .catapultTitle {
  font-size: 125%;
  padding-bottom: 10px;
  transition: all 0.1s ease 0s;
  border-top: 1px dotted #ddd;
  margin: 0;
  padding: 18px 0 20px;
  position: relative;
}
.resources-faq .catapultTitle:after {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  right: 0;
  color: #08037b;
}
.resources-faq .catapultTitle a {
  display: none;
  opacity: 1;
}
.resources-faq .catapultTitle.firstBoxTitle {
  border-top: medium none;
}
.resources-sidebar .catapultTitle {
  font-size: 13px;
  padding-bottom: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-column .catapultTitle img {
  display: none;
}
.banner-column .catapultTitle a {
  display: none;
}
.banner-column .catapultTitle.firstBoxTitle {
  margin-top: 0px;
}
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  list-style: none;
  display: inline-block;
  margin-bottom: -6px;
}
.tabs section nav {
  border-bottom: 1px solid #CCCCCC;
}
.tabs nav ul li {
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 5px;
  padding-bottom: 0;
  display: block;
  float: left;
  position: relative;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#efeded), to(#d6d4d4));
  background: -webkit-linear-gradient(top, #efeded, #d6d4d4);
  background: -moz-linear-gradient(top, #efeded, #d6d4d4);
  background: -o-linear-gradient(top, #efeded, #d6d4d4);
  background: -ms-linear-gradient(top, #efeded, #d6d4d4);
  background: linear-gradient(top, #efeded, #d6d4d4);
  background-color: #efeded;
  transition: 0.1s all ease;
}
.tabs nav li.tab-current {
  /* box-shadow: inset 0 2px #47a3da; */
  border-bottom: none;
  z-index: 999;
  background: #fff;
}
/* Line underneath tabs */
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 100%;
  bottom: 0;
  width: 1000px;
  background: #ccc;
}
/* Line underneath tabs */
.tabs nav li.tab-current:after {
  right: auto;
  left: 100%;
  width: 9000px;
}
.tabs nav a {
  color: #999;
  display: block;
  font-size: 18px;
  line-height: 2.5;
  padding: 0 1.25em;
  white-space: nowrap;
  font-family: 'Merriweather', serif;
}
.tabs nav a:hover,
.tabs nav li.tab-current a {
  color: #666;
}
/*.tabs li a:before { content: "For "; }*/
/*----- Content -----*/
.content section {
  display: none;
}
.content section:before,
.content section:after {
  content: '';
  display: table;
}
.content section:after {
  clear: both;
}
/* Fallback example */
.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #47a3da;
}
.content section.content-current {
  display: block;
}
/* Example media queries */
@media screen and (max-width: 52.375em) {
  .tabs nav a span {
    /* display: none; */
  }
  .tabs nav a:before {
    display: none;
  }
}
@media screen and (max-width: 32em) {
  .tabs nav ul,
  .tabs nav ul li a {
    width: 100%;
    padding: 0;
  }
  .tabs nav ul li {
    width: 33.333%;
    width: calc(34.333%);
    margin: 0 0 0 -1px;
    font-size: 12px;
  }
  .tabs nav ul li:last-child {
    border-right: none;
  }
}
/*Catapult Hacks*/
.rspPane .content section {
  display: inherit;
}
.rspPane .tabs nav {
  display: none;
}
.rspPane .tabs section nav {
  display: block;
  margin: 15px 0px;
}
.tabs section nav {
  display: none;
}
.flexy-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.flexy-menu li {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 15px;
  position: relative;
}
.flexy-menu > li > a {
  padding: 12px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  -webkit-transition: color 0.1s linear, background 0.1s linear;
  -moz-transition: color 0.1s linear, background 0.1s linear;
  -o-transition: color 0.1s linear, background 0.1s linear;
  transition: color 0.1s linear, background 0.1s linear;
}
.flexy-menu li.right {
  float: right;
}
/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul,
.flexy-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  width: 200px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flexy-menu ul {
  top: 31px;
  left: 0;
}
.flexy-menu ul li ul {
  top: 0;
  left: 100%;
}
.flexy-menu ul li {
  clear: both;
  width: 100%;
  border: none;
  font-size: 12px;
}
.flexy-menu ul li a {
  padding: 10px 20px;
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.1s linear, background 0.1s linear;
  -moz-transition: color 0.1s linear, background 0.1s linear;
  -o-transition: color 0.1s linear, background 0.1s linear;
  transition: color 0.1s linear, background 0.1s linear;
}
/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator {
  position: absolute;
  bottom: -3px;
}
.flexy-menu > li > .indicator {
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  width: 8px;
}
.flexy-menu > li .indicator:before {
  content: '\f107';
  font-family: FontAwesome;
}
.flexy-menu ul > li .indicator {
  top: 10px;
  right: 15px;
}
/* @media (min-width: 800px) {

	.flexy-menu > li > .indicator { 
		display: none;
	}

} */
/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.flexy-menu > li.showhide span.title {
  margin: 16px 0 0 25px;
  float: left;
}
.flexy-menu > li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}
.flexy-menu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
}
/* =====================
   Size Down
   ===================== */
@media (max-width: 800px) {
  .flexy-menu-wrapper.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .flexy-menu.vertical {
    width: 100%;
  }
  .flexy-menu li {
    display: block;
    width: 100%;
  }
  .flexy-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .flexy-menu li a {
    border-left: none;
    border-right: none;
  }
  .flexy-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .flexy-menu ul,
  .flexy-menu ul li ul,
  .flexy-menu.vertical ul,
  .flexy-menu.vertical ul li ul {
    width: 100%;
    left: 0;
    border-left: none;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .flexy-menu ul li {
    border-left: none;
    border-right: none;
  }
  .flexy-menu ul li a,
  .flexy-menu.vertical ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .flexy-menu ul > li > a {
    padding-left: 40px !important;
  }
  .flexy-menu > li > .indicator {
    top: 22px;
    right: 25px;
    left: auto;
    font-size: 17px;
  }
  .flexy-menu ul > li .indicator {
    right: 24px;
  }
  .flexy-menu.vertical ul > li .indicator {
    top: 10px;
    right: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("http://staging.development.catapultcms.com/153/scripts/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f060";
}
[dir="rtl"] .slick-prev:before {
  content: "\f060";
}
.slick-next {
  right: 5%;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f061";
}
[dir="rtl"] .slick-next:before {
  content: "\f061";
}
.language-cont #sddm {
  z-index: 30;
}
.language-cont #sddm li {
  margin: 0px;
}
.language-cont #sddm li a {
  display: inline-block;
  color: #fff;
  background: none;
  font-size: 12px;
  padding: 6px 15px;
  margin: 0;
  border: 0px solid;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
  -o-transition: all .0s;
  -ms-transition: all .0s;
  transition: all .0s;
}
.language-cont #sddm li a:hover {
  background-color: #00071a;
}
.language-cont #sddm div {
  position: absolute;
  visibility: hidden;
  margin: 0 0 0 0;
  padding: 5px;
  background: #FFFFFF;
  border: 1px solid #bababa;
  border-top: 0px solid #FFFFFF;
}
.language-cont #sddm div a {
  position: relative;
  display: block;
  margin: 0;
  padding: 3px 5px;
  width: auto;
  min-width: 134px;
  height: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: transparent;
  color: #000;
  font: normal normal 11px/17px Arial, Helvetica, sans-serif;
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #E9E9E9;
}
.language-cont #sddm div a:hover {
  background: #E9E9E9;
  color: #000000;
  border-style: solid;
  border-color: #E9E9E9;
}
.school-cont #sddm {
  z-index: 30;
}
.school-cont #sddm li {
  margin: 0px;
}
.school-cont #sddm li a {
  display: inline-block;
  color: #fff;
  background: none;
  font-size: 12px;
  padding: 6px 15px;
  margin: 0;
  border: 0px solid;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
  -o-transition: all .0s;
  -ms-transition: all .0s;
  transition: all .0s;
}
.school-cont #sddm li a:hover {
  background-color: #00071a;
}
.school-cont #sddm div {
  position: absolute;
  visibility: hidden;
  margin: 0 0 0 0;
  padding: 5px;
  background: #FFFFFF;
  border: 1px solid #bababa;
  border-top: 0px solid #FFFFFF;
}
.school-cont #sddm div a {
  position: relative;
  display: block;
  margin: 0;
  padding: 3px 5px;
  width: auto;
  min-width: 124px;
  height: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: transparent;
  color: #000;
  font: normal normal 11px/17px Arial, Helvetica, sans-serif;
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #E9E9E9;
}
.school-cont #sddm div a:hover {
  background: #E9E9E9;
  color: #000000;
  border-style: solid;
  border-color: #E9E9E9;
}
.c2-sb-wrap {
  position: relative;
  display: block;
  width: 200px;
  height: 32px;
  background: url('http://staging.development.catapultcms.com/153/images/field-bg.png') no-repeat 0 0;
}
.c2-sb-inner-wrap {
  position: relative;
  padding: 2px 10px 2px 20px;
}
.c2-sb-wrap .c2-sb-text {
  position: relative;
  display: inline;
  float: left;
  height: 28px;
  overflow: hidden;
  border: 0 none;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  white-space: nowrap;
  width: 145px !important;
}
.c2-sb-wrap .c2-sb-button {
  position: absolute;
  top: 8px;
  right: 11px;
  width: 25px;
  height: 16px;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9000px;
  background: url('http://staging.development.catapultcms.com/153/images/select-btn.png') no-repeat 0 0;
}
.c2-sb-wrap .c2-sb-list-wrap {
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100%;
}
/*max-height: 200px;*/
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link {
  display: block;
  padding: 0 5px;
  margin: 0px;
  line-height: 24px;
  border-top: 1px solid #e7e6e6;
  white-space: nowrap;
  text-decoration: none;
  color: #9d9999;
  font-size: 14px;
}
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link:hover,
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-link-active {
  background: #9d9999;
  color: #fff;
}
.c2-sb-wrap .c2-sb-list-wrap .c2-sb-list .c2-sb-list-item .c2-sb-list-item-group {
  display: block;
  padding: 10px 5px;
  margin: 0px;
  height: 14px;
  line-height: 14px;
  white-space: nowrap;
  text-decoration: none;
  color: #878686;
  font-size: 14px;
  font-weight: bold;
}
/* States */
.c2-sb-wrap,
.c2-sb-wrap .c2-sb-inner-wrap,
.c2-sb-wrap .c2-sb-text,
.c2-sb-wrap .c2-sb-button {
  z-index: 10;
}
.c2-sb-wrap .c2-sb-list-wrap {
  z-index: 6;
}
.c2-sb-closing,
.c2-sb-closing .c2-sb-inner-wrap,
.c2-sb-closing .c2-sb-text,
.c2-sb-closing .c2-sb-button {
  z-index: 15;
}
.c2-sb-closing .c2-sb-list-wrap {
  z-index: 11;
}
.c2-sb-open,
.c2-sb-open .c2-sb-inner-wrap,
.c2-sb-open .c2-sb-text,
.c2-sb-open .c2-sb-button {
  z-index: 10000;
}
.c2-sb-open .c2-sb-list-wrap {
  z-index: 16;
}
/* =============================
   Reset
   ============================= */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
/* =============================
   Grid
   ============================= */
body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f6f6f6;
  background: linear-gradient(rgba(246, 246, 246, 0.92), rgba(246, 246, 246, 0.92)), url("../images/bg-body.jpg");
}
/*catapult editor override*/
.mainContainer {
  background-color: #f6f6f6;
  background-image: url("../images/bg-html.jpg");
}
.grid {
  margin: 0 0 0 0;
  max-width: 1200px;
  display: block;
}
.grid .col-1-3 {
  padding-right: 0px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}
[class*='col-'] {
  float: left;
  padding-right: 50px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-padded {
  padding: 50px;
}
.col-padded:last-of-type {
  padding-right: 50px;
}
.col-semi-padded {
  padding: 20px 0;
}
.col-anti-padded {
  padding-top: 0;
  margin-top: -30px;
}
@media all and (max-width: 1200px) {
  .col-semi-padded {
    padding: 20px;
  }
  .col-semi-padded:last-of-type {
    padding-right: 20px;
  }
}
@media all and (max-width: 699px) {
  .col-padded {
    padding: 20px;
  }
  .col-padded:last-of-type {
    padding-right: 20px;
  }
}
.col-1-1 {
  width: 100%;
  padding-right: 0;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-8 {
  width: 12.5%;
}
@media all and (max-width: 699px) {
  [class*='col-'] {
    width: 100%;
    padding-right: 0;
  }
}
/* =============================
   Typography
   ============================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  padding-bottom: 1em;
}
h1,
h2,
h3 {
  font-family: 'Merriweather', serif;
}
h1 {
  font-size: 200%;
  line-height: 1.3;
}
h3 {
  font-size: 125%;
}
h1 strong,
h2 strong,
h3 strong {
  font-weight: 700;
}
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4 {
  font-size: 75%;
  padding-bottom: 5px;
  color: #00164d;
}
p {
  line-height: 1.8;
  padding-bottom: 1em;
}
li {
  /*  padding-bottom: 1em;*/
}
a {
  color: #00164d;
  text-decoration: none;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  -ms-transition: all .1s;
  transition: all .1s;
}
hr {
  margin: 1em 0 2em;
  border-top: 1px solid #ddd;
  border-left: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* =============================
   Misc
   ============================= */
.container {
  width: 100%;
}
.center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.table {
  display: table;
  width: 100%;
}
.table-row {
  display: table-row;
}
@media all and (max-width: 800px) {
  .table {
    display: block;
  }
  .table-cell,
  .mobile-block {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 100% !important;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.no-list {
  list-style: none !important;
  list-style-position: inside;
}
.inside-list {
  list-style-position: inside;
}
.inline li {
  display: inline-block;
  margin-right: -4px;
  padding-bottom: 0;
}
.block {
  display: block;
}
.fa-ul {
  padding-left: 0;
  margin-left: 15px;
  list-style-type: none;
}
.fa-li {
  position: absolute;
  left: -20px;
  width: 15px;
  top: 4px;
  text-align: center;
}
ul.half-space li {
  padding-bottom: 0.5em;
}
.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.text-shadow {
  -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.white-transparent {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-hide {
  display: none !important;
}
@media (min-width: 700px) {
  .mobile-hide {
    display: inline-block !important;
  }
}
/* =============================
   Buttons
   ============================= */
.button {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 300;
  transition: 0.1s all ease;
}
.button-big {
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.button-color {
  background-color: #08037b;
  color: #fff;
  -webkit-box-shadow: 0px 3px 0px #030130;
  -moz-box-shadow: 0px 3px 0px #030130;
  box-shadow: 0px 3px 0px #030130;
}
.button-color:hover {
  background-color: #050249;
  -webkit-box-shadow: 0px 3px 0px #020117;
  -moz-box-shadow: 0px 3px 0px #020117;
  box-shadow: 0px 3px 0px #020117;
}
/* =============================
   Top-Bar
   ============================= */
.top-bar-container {
  color: #fff;
  font-size: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#00164d), to(#000c29));
  background: -webkit-linear-gradient(top, #00164d, #000c29);
  background: -moz-linear-gradient(top, #00164d, #000c29);
  background: -o-linear-gradient(top, #00164d, #000c29);
  background: -ms-linear-gradient(top, #00164d, #000c29);
  background: linear-gradient(top, #00164d, #000c29);
  background-color: #00164d;
}
.top-bar li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar a,
.top-bar input {
  display: inline-block;
  color: #fff;
  background: none;
  font-size: 12px;
  padding: 6px 15px;
  margin: 0;
}
.top-bar li:last-of-type a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-bar a:hover {
  background-color: #00071a;
}
.top-bar input[type="text"] {
  width: 90px;
  padding-right: 0;
  line-height: 18px;
  height: 100%;
  color: #fff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar input[type="text"]:focus {
  width: 250px;
  margin-right: 5px;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}
.fa-input {
  font-family: FontAwesome, sans-serif;
}
.top-bar input[type="submit"] {
  cursor: pointer;
  border-left: none;
  padding-left: 0;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
/* =============================
   Title
   ============================= */
.title-container {
  padding: 10px 0;
  background-color: #fff;
}
.title-logo img {
  max-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Title-Bar
   ========= */
.title-bar h1 {
  padding-bottom: 0;
  font-weight: 700;
}
.address-header {
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
@media all and (max-width: 900px) {
  .title-bar h1 {
    font-size: 26px;
  }
}
/* Title-Nav
   ========= */
.title-nav {
  width: 350px;
  padding-left: 20px;
  padding-right: 20px;
}
.title-nav a {
  margin-left: 20px;
  color: #333;
  font-size: 70%;
  text-align: center;
  display: inline-block;
}
.title-nav a:hover {
  color: #00164d;
}
.title-nav a .fa {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
@media all and (max-width: 900px) {
  .title-nav li a {
    margin-left: 15px;
  }
  .title-nav li:first-of-type a {
    margin-left: 0;
  }
  .fa-3x {
    font-size: 200%;
  }
}
/* =============================
   Nav-Bar
   ============================= */
/* === Container === */
.nav-bar-container {
  background: linear-gradient(rgba(255, 32, 32, 0.8), rgba(185, 0, 0, 0.8));
  background-color: #530000;
  border-top: 1px solid #ddd;
}
.flexy-menu {
  font-size: 14px;
}
.flexy-menu li {
  padding-bottom: 0;
}
.flexy-menu > li > a {
  display: block;
  padding: 8px 10px;
  border-right: 1px solid #ccc;
  color: #333;
}
.flexy-menu > li:nth-of-type(2) > a {
  border-left: 1px solid #ccc;
}
.flexy-menu li:hover .indicator {
  color: #fff;
}
/* === Submenus === */
.flexy-menu ul,
.flexy-menu ul li ul {
  background: #203569;
}
.flexy-menu li ul li a,
.flexy-menu li ul li .indicator {
  color: #fff !important;
}
/* Hover */
.flexy-menu li:hover > a,
.flexy-menu li.active > a {
  background: #142142;
  color: #fff;
}
/* === Mobile === */
.flexy-menu > li.showhide .icon em {
  background: #08037b;
}
/* Menu icon */
@media (max-width: 800px) {
  .flexy-menu li a {
    border-top: 1px solid #ccc;
  }
  .flexy-menu > li > ul > li > a {
    padding-left: 40px !important;
    background: #203569;
  }
  .flexy-menu > li > ul > li > ul > li > a {
    padding-left: 60px !important;
    background: #385cb7;
  }
  .flexy-menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px !important;
    background: #203569;
  }
  .flexy-menu > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 100px !important;
    background: #385cb7;
  }
  .flexy-menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 120px !important;
    background: #203569;
  }
}
/* =============================
   Side Nav
   ============================= */
.side-nav-bar {
  margin: 50px 0px;
  border: 1px solid #ddd;
  border-top: 4px solid #00164d;
  background: #fff;
}
.side-nav * {
  list-style: none;
  font-size: 14px;
}
.side-nav li,
.side-nav li a {
  display: block;
}
.side-nav li a {
  border-left: none;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.side-nav li:hover > a {
  background: #142142;
  color: #fff;
}
.side-nav li:last-of-type a {
  border-right: none;
}
.side-nav > li > ul > li > a {
  padding-left: 20px !important;
  background: ;
}
.side-nav > li > ul > li > ul > li > a {
  padding-left: 40px !important;
}
.side-nav > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px !important;
}
.side-nav > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 80px !important;
}
.side-nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 100px !important;
  background: ;
}
@media all and (max-width: 699px) {
  .side-nav-bar {
    display: none;
  }
}
/* =============================
   Slider
   ============================= */
.rspPane .slider {
  height: 635px;
  overflow: scroll;
}
.rspPane .slider-subpage {
  height: auto;
  overflow: scroll;
}
.banner {
  text-align: center;
  padding: 100px;
  background-position: center center;
  background-size: cover;
  min-height: 500px !important;
}
.banner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: none;
  z-index: -1;
}
.banner-subpage {
  min-height: 447px !important;
  position: relative;
}
.banner-subpage:after {
  z-index: 1;
}
.banner-subpage h2 {
  padding-bottom: 0;
  font-size: 56px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.banner h1 {
  color: #fff;
  font-size: 56px;
}
.banner p {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  margin-bottom: 30px;
  font: normal 26px/1.4 'Merriweather', serif;
  color: #fff;
}
.slide1,
.slide2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px;
}
@media all and (max-width: 900px) {
  .banner h1 {
    font-size: 48px;
  }
}
@media all and (max-width: 699px) {
  .banner {
    padding: 50px;
  }
  .banner h1 {
    font-size: 150%;
  }
  .banner p {
    font-size: 100%;
  }
}
/* =============================
   Main Article
   ============================= */
.article {
  position: relative;
  z-index: 1;
}
.main-article h2 {
  padding-bottom: 0;
}
.article-author {
  float: left;
  padding: 0 20px 10px 0;
}
@media all and (max-width: 699px) {
  .article {
    margin-top: 20px;
  }
  .article-author {
    padding-bottom: 40px;
  }
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5 {
    text-align: left;
  }
}
/* =============================
   What's New
   ============================= */
.whats-new {
  margin: -50px 0px 50px 0px;
  border-top: 4px solid #00164d;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#whats-new-heading {
  border-bottom: 1px solid #ddd;
}
.whats-new table.FW_EDITOR_STYLE {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font: 16px/24px 'Merriweather', serif;
}
/*.whats-new li:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

.whats-new li:last-of-type { 
  padding-bottom: 0;
  margin-bottom: 0; 
}*/
.whats-new a {
  color: #333;
  border-bottom: 1px solid transparent;
}
.whats-new a:hover {
  border-bottom: 1px solid #333;
}
@media all and (max-width: 750px) {
  .whats-new {
    text-align: center;
    border-top: 4px solid #ddd;
    margin-top: 0px;
  }
}
/* ==========================================================
   Dashboard
   ========================================================== */
.dashboard-container {
  padding: 0 0 60px;
}
.dashboard {
  position: relative;
  overflow: hidden;
  height: 80px;
  /*  width: 50%;*/
  padding: 0;
  text-align: center;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  font-size: 12px;
  background-position: center center;
  background-size: cover;
}
.dashboard figcaption {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  z-index: 999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.dashboard h3 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.dashboard figcaption p {
  display: none;
}
/* === Size Up 700px === */
@media all and (min-width: 700px) {
  .dashboard {
    height: 210px;
    /*    width: 33.333%;*/
    font-size: 14px;
  }
  .dashboard img {
    width: auto;
    height: 100%;
  }
  .dashboard figcaption {
    padding: 55px 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .dashboard:hover figcaption {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 40px;
  }
  .dashboard figcaption p {
    opacity: 0;
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: #eee;
  }
  .dashboard:hover figcaption p {
    opacity: 1;
  }
}
/* === Size Up 900px === */
@media all and (min-width: 900px) {
  .dashboard figcaption h3 {
    font-size: 24px;
  }
}
/* =============================
   Resources
   ============================= */
.resources-container {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.resources-faq table.FW_EDITOR_STYLE {
  margin-bottom: 23px;
}
.transition,
.accordion p,
.resources-faq .catapultTitle a:before,
.resources-faq .catapultTitle a:after {
  transition: all 0.25s ease-in-out;
}
.flipIn,
.accordion li {
  animation: flipdown 0.5s ease both;
}
.no-select,
.accordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion h2 {
  font-size: 18px;
  padding-bottom: 10px;
  transition: all 0.1s ease;
}
.accordion p {
  font-size: 14px;
}
.accordion li:hover h2 {
  color: #00164d;
}
.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #ddd;
}
.accordion li:first-of-type {
  border-top: none;
}
.accordion li:last-of-type {
  padding-bottom: 0;
}
/*style to replace catapult top of page link*/
.resources-faq .catapultTitle a {
  position: absolute;
  margin-top: 5px;
  right: 0;
  color: #00164d;
}
.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
}
.resources-faq .catapultTitle a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (max-width: 750px) {
  .accordion li {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .accordion h2 {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: bold;
  }
  .accordion p {
    padding-top: 5px;
  }
}
/* Resources Sidebar
   ================= */
.resources-sidebar div {
  font-size: 14px;
  font-style: italic;
  color: #8c8c8c;
}
.resources-sidebar a {
  color: #8c8c8c;
  border-bottom: 1px solid #ddd;
}
.resources-sidebar a:hover {
  color: #00164d;
  border-bottom: 1px solid transparent;
}
@media all and (max-width: 900px) {
  .resources-sidebar {
    padding-top: 40px;
  }
}
/* =============================
   Social
   ============================= */
.social > div {
  padding-right: 20px;
  width: auto;
  float: left;
}
.social h3 {
  padding: 0 0 0 0;
}
.social-button {
  font-size: 12px;
  padding: 5px 8px;
  margin: 5px 3px 0 0;
  color: #fff;
  background-color: #142142;
  display: inline-block;
}
.social-button i {
  margin-right: 4px;
}
.social-facebook:hover {
  background-color: #34495e;
}
.social-twitter:hover {
  background-color: #3498db;
}
.social-instagram:hover {
  background-color: #e67e22;
}
.social-youtube:hover {
  background-color: #c0392b;
}
a.social-facebook[href=''],
a.social-twitter[href=''],
a.social-instagram[href=''],
a.social-youtube[href=''] {
  display: none;
}
/* =============================
   Page Footer
   ============================= */
/* Home Footer */
.page-footer {
  background-color: #142142;
  background: linear-gradient(rgba(8, 13, 27, 0.95), rgba(8, 13, 27, 0.95)), url("../images/bg-footer.jpg");
  color: #2c4890;
  font-size: 13px;
}
.page-footer a.credit-cards:hover {
  color: #ffffff;
  opacity: .8;
}
.page-footer h3 {
  color: #fff;
}
.page-footer li,
.page-footer a {
  color: #5677cc;
}
.page-footer a:hover {
  color: #fff;
}
.footer-nav ul {
  list-style: none;
}
.footer-nav li a:before {
  content: "\f105";
  font-family: FontAwesome, sans-serif;
  margin-right: 10px;
  color: #263e7d;
}
.page-footer p,
.footer-credits {
  padding-bottom: 0;
}
.footer-credits hr {
  border-top: 2px solid #2c4890;
}
@media all and (max-width: 900px) {
  .contact-list {
    margin-bottom: 1em;
  }
}
/* Subpage Footer */
.subpage-footer ul li {
  display: inline-block;
  margin: 0 10px;
}
/* ==================================
   Catapult-specific overrides
   ================================== */
.resources-faq .catapultTitle {
  cursor: pointer;
}
.resources-faq .FW_EDITOR_STYLE {
  display: none;
}
.rspPane .resources-faq .FW_EDITOR_STYLE {
  display: table;
}
/* ==================================
   Content Replaced By Variable
   ================================== */
.client-title:before {
  content: 'SBC Contractors Inc.';
}
.client-district:before {
  content: 'SBC Contractors Inc.';
}
.client-address-street:before {
  content: '1591 Misty Wood Dr, ';
}
.client-address-city:before {
  content: 'Roseville, CA 95747';
}
.client-phone-main:before {
  content: '(916) 580.7077';
}
.client-phone-attendance:before {
  content: 'SBC Contractors Inc.';
}
.client-fax:before {
  content: 'SBC Contractors Inc.';
}

/*# sourceMappingURL=style.css.map */