@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700");
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------
STABALIZE.CSS - BUILD STARTING POINT & FIXES
	A series of fixes and styles for responsive builds
	using the e4education CMS. Written by Ed Mowle.
-------------------------------------------------- */
.wrapper *,
.wrapper *:before,
.wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/_includes/htc/boxsizing.htc");
}

html, body, #adminWrapperChildContainer, .wrapper {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  min-width: 1000px;
  width: auto !important;
  width: 1000px;
  overflow: hidden;
  overflow-y: scroll !important;
  *overflow-y: hidden !important;
}
@media all and (min-width: 0px) {
  body {
    min-width: 0px;
  }
}
@media all and (max-width: 22.5em) {
  body {
    font-size: 80%;
  }
}

#adminWrapperContainer {
  overflow-y: scroll !important;
}

body[style*="background-position"] {
  overflow: hidden !important;
}

.container {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  color: #454545;
  background: #f8f3ed;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  font-weight: 300;
  line-height: 1.5em;
  margin: 16px 0;
  margin: 1rem 0;
}
.container h1 {
  font-size: 2.125em;
}
.container h2 {
  font-size: 1.875em;
}
.container h3 {
  font-size: 1.5625em;
}
.container h4 {
  font-size: 1.375em;
}
.container h5 {
  font-size: 1.125em;
}
.container h6 {
  font-size: 1em;
}
.container b,
.container strong {
  font-weight: 600;
}
@media all and (min-width: 0px) {
  .container {
    width: auto;
  }
}

/* --------------------------------------------------
CONTENT - Styling for the content / editor.
-------------------------------------------------- */
#editor {
  width: 90% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 400px !important;
  padding: 2em !important;
  margin: 0 auto !important;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8em;
  color: white;
  background: #395685;
  box-shadow: 0 0 500px 500px #131c2c;
}
#editor h1,
#editor h2,
#editor h3,
#editor h4,
#editor h5,
#editor h6 {
  font-weight: 300;
  line-height: 1.5em;
  margin: 16px 0;
  margin: 1rem 0;
}
#editor h1 {
  font-size: 2.125em;
}
#editor h2 {
  font-size: 1.875em;
}
#editor h3 {
  font-size: 1.5625em;
}
#editor h4 {
  font-size: 1.375em;
}
#editor h5 {
  font-size: 1.125em;
}
#editor h6 {
  font-size: 1em;
}
#editor b,
#editor strong {
  font-weight: 600;
}

.content img[style*="left"], #editor img[style*="left"] {
  margin: 0 1em 1em 0;
}
.content img[style*="right"], #editor img[style*="right"] {
  margin: 0 0 1em 1em;
}
.content img, #editor img {
  max-width: 100%;
}
.content table, #editor table {
  margin: 0 0 1em;
  border-color: #CCCCCC;
}

body.cke_panel_frame {
  background: #FFFFFF !important;
}

/* --------------------------------------------------
FIXES - Tweaks made to CMS admin elements.
-------------------------------------------------- */
body .ui-helper-hidden-accessible {
  top: -9999999px;
  font-size: 13px;
}

body > form {
  display: none !important;
}

body .login-overlay {
  z-index: 15;
}

body .login-panel {
  font-size: 13px;
  line-height: 1.5em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

body .login-input-form h2 {
  font-size: 1.8em;
}

body .login-inputArea,
body .login-hr {
  font-size: 1em;
  margin-bottom: 1em;
}

/* ADMIN PANEL STYLING */
body #secureBar a,
body .admin_drop_down_unit a {
  text-decoration: none;
}

body #secureBar {
  min-width: 1020px !important;
  height: 160px !important;
  overflow: hidden !important;
  z-index: 100 !important;
  padding: 0;
  color: #333333;
  font-size: 13px;
  font-family: sans-serif;
  background: #2C2C2C;
  background: -webkit-linear-gradient(#1d1d1d 0px, #5e5e5e 215px);
  background: -moz-linear-gradient(#1d1d1d 0px, #5e5e5e 215px);
  background: -ms-linear-gradient(#1d1d1d 0px, #5e5e5e 215px);
  background: -o-linear-gradient(#1d1d1d 0px, #5e5e5e 215px);
  background: linear-gradient(#1d1d1d 0px, #5e5e5e 215px);
}

body #secureBar #admin_options_pageDetails .admin_options_div {
  height: 17px;
}

body #secureBar #admin_ribbon_titles {
  height: 29px;
  padding: 1px 10px 0;
  overflow: hidden;
}

body #secureBar dd {
  padding: 6px 8px 2px;
  border-radius: 3px 3px 0 0;
}

body #secureBar #admin_createDelete_createOptions_items_below ul,
body #secureBar #admin_createDelete_createOptions_items_nextTo ul {
  width: auto !important;
}

body #secureBar #admin_createDelete_createOptions_items_below li,
body #secureBar #admin_createDelete_createOptions_items_nextTo li {
  width: auto !important;
  padding: 0 !important;
  margin: 5px 10px;
}

body #secureBar #admin_createDelete_createOptions_items_below a,
body #secureBar #admin_createDelete_createOptions_items_nextTo a {
  padding: 0 5px 0 22px;
  display: block;
}

body #secureBar #admin_general_actions_container dd {
  padding: 4px 8px;
}

body #secureBar .admin_ribbon_contents li dt {
  border-radius: 0 0 3px 3px;
}

body #secureBar #admin_ribbon_titles li a span {
  font-size: 15px;
  line-height: 22px;
}

/* DIALOGUE BOXES */
body #admin_dialog_holder,
body .admin_drop_down_unit {
  font-size: 13px;
  line-height: 1.5em;
}

body .admin_options_custom input {
  width: 235px;
}

/* CALENDAR */
body #admin_dialogBox #admin_celendar_create_form li {
  margin: 0 0 0.5em;
  overflow: hidden;
}

/* ARCHIVING */
body #admin_archiveSelectorHolder_desc {
  width: 195px;
  margin: 0 15px 0 0;
}

/* CONTENT TITLE FIELD */
.content h1 {
  line-height: 1.5em;
  margin: 0 0 0.5em;
}
.content .admin_clickToEdit_holder {
  margin: 0 0 0.5em !important;
}
.content .admin_clickToEdit_holder h1 {
  font-size: 1em !important;
}
.content .admin_clickToEdit_holder input {
  width: 100% !important;
  height: 1.5em !important;
  margin: 0 !important;
  padding: 0 55px 0 5px !important;
  font-size: 1em !important;
}
.content .admin_clickToEdit_holder .admin_clickToEdit_buttons {
  right: 10px !important;
  margin-top: -10px !important;
}

/* ATTACHMENTS ADMIN */
.admin_attachmentListing {
  overflow: auto !important;
}

#attachmentList {
  overflow: hidden !important;
}

#attachmentList *::selection {
  color: inherit;
  background: transparent;
}

#attachmentList li.attachmentFile {
  width: 100% !important;
  height: auto !important;
  min-height: 40px !important;
  padding: 0 !important;
  position: static !important;
  font-size: 13px !important;
  font-family: sans-serif !important;
  background: #F3F3F3 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 0 0 #FCFCFC;
  border: 1px solid #E5E5E5 !important;
}

#attachmentList li.attachmentFile > ul {
  position: relative !important;
  padding: 10px 10px 0 !important;
}

#attachmentList li.attachmentFile > span {
  height: 0 !important;
}

#attachmentList li.attachmentFile .admin_attachmentList_name {
  width: auto !important;
  position: static !important;
  padding: 0 110px 0 90px !important;
  margin: 0 0 10px !important;
}

#attachmentList li.attachmentFile .admin_attachmentList_name_deleted_val {
  width: auto !important;
  padding: 0 5px 0 0 !important;
}

#attachmentList li.attachmentFile .attachment_list_meta {
  height: 0;
  margin-top: 10px;
}

#attachmentList li.attachmentFile .attachment_list_meta p {
  font-size: 12px;
  line-height: 18px;
}

#attachmentList li.attachmentFile .admin_attachmentList_delete_undo,
#attachmentList li.attachmentFile .admin_attachmentList_meta_showHide {
  width: 95px !important;
  opacity: 1 !important;
  border: 0 none !important;
  background: #F3F3F3 !important;
  top: 10px !important;
  text-align: right;
}

#attachmentList li.attachmentFile .admin_attachmentList_metaHolder {
  position: static !important;
}

#attachmentList li.attachmentFile .admin_attachmentList_metaHolder .admin_attachmentList_size {
  padding-bottom: 10px !important;
}

#attachmentList li.attachmentFile .admin_attachmentList_name p {
  position: relative !important;
}

#attachmentList li.attachmentFile .admin_attachmentList_name p input {
  width: 100% !important;
  padding-right: 0px !important;
}

#attachmentList li.attachment-placeholder {
  height: 40px !important;
  margin-bottom: 10px !important;
  background: #F4C19A !important;
}

#attachmentList li.attachmentFile.ui-sortable-helper {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  cursor: move !important;
}

/* ATTACHMENTS */
.admin_attachmentListing p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  text-shadow: none;
  line-height: 20px;
}

.fileAttachmentList {
  padding: 0 0 0 2em;
  list-style: none;
}

.fileAttachmentList li {
  line-height: 1.5em;
  padding: 0.75em 0 0.75em 3em;
  background-position: left;
  background-repeat: no-repeat;
}

.podcastList li {
  height: auto !important;
}

.podcastList li.attachmentDownload_mp3 {
  background-position: top left;
}

.fileAttachmentList li.attachmentDownload_doc {
  background-image: url("/_includes/images/icons/doc.gif") !important;
}

.fileAttachmentList li.attachmentDownload_mp3 {
  background-image: url("/_includes/images/icons/mp3.gif") !important;
}

.fileAttachmentList li.attachmentDownload_pdf {
  background-image: url("/_includes/images/icons/pdf.gif") !important;
}

.fileAttachmentList li.attachmentDownload_pub {
  background-image: url("/_includes/images/icons/pub.gif") !important;
}

.fileAttachmentList li.attachmentDownload_zip {
  background-image: url("/_includes/images/icons/zip.gif") !important;
}

.fileAttachmentList li.attachmentDownload_jpg {
  background-image: url("/_includes/images/icons/jpg.gif") !important;
}

.fileAttachmentList li.attachmentDownload_jpeg {
  background-image: url("/_includes/images/icons/jpeg.gif") !important;
}

.fileAttachmentList li.attachmentDownload_gif {
  background-image: url("/_includes/images/icons/gif.gif") !important;
}

.fileAttachmentList li.attachmentDownload_xls {
  background-image: url("/_includes/images/icons/xls.gif") !important;
}

.fileAttachmentList li.attachmentDownload_ppt {
  background-image: url("/_includes/images/icons/ppt.gif") !important;
}

.fileAttachmentList li.attachmentDownload_rar {
  background-image: url("/_includes/images/icons/rar.gif") !important;
}

.fileAttachmentList li.attachmentDownload_rtf {
  background-image: url("/_includes/images/icons/rtf.gif") !important;
}

.fileAttachmentList li.attachmentDownload_txt {
  background-image: url("/_includes/images/icons/txt.gif") !important;
}

.fileAttachmentList li.attachmentDownload_csv {
  background-image: url("/_includes/images/icons/csv.gif") !important;
}

.fileAttachmentList li.attachmentDownload_png {
  background-image: url("/_includes/images/icons/png.gif") !important;
}

.access {
  height: 0;
  overflow: hidden;
}

.quick-links {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #395685;
  color: white;
  text-align: right;
}
.lte_ie8 .quick-links {
  width: 2960px;
  padding-right: 1000px;
  padding-left: 1000px;
  margin-left: -1480px;
  left: 50%;
}
@media all and (min-width: 81.25em) {
  .quick-links {
    padding-right: -webkit-calc((100% - 73.125rem) / 2);
    padding-right: -moz-calc((100% - 73.125rem) / 2);
    padding-right: calc((100% - 73.125rem) / 2);
    padding-left: -webkit-calc((100% - 73.125rem) / 2);
    padding-left: -moz-calc((100% - 73.125rem) / 2);
    padding-left: calc((100% - 73.125rem) / 2);
  }
}
.quick-links > button {
  display: none;
  margin: 0;
  border: 0 none;
  background: none;
  font-family: inherit;
  text-transform: inherit;
}
.quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.quick-links li ul {
  height: 0;
  display: none;
}
.quick-links li {
  display: inline;
}
.quick-links li a {
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  line-height: 2.25em;
}
.quick-links li a button {
  display: none;
  border: 0 none;
}
.lte_ie7 .quick-links li a {
  display: inline;
  zoom: 1;
}
.quick-links:before, .quick-links:after {
  content: "";
  display: table;
}
.quick-links:after {
  clear: both;
}
.lte_ie7 .quick-links {
  zoom: 1;
}
.quick-links ul {
  float: left;
  width: 80%;
}
.quick-links a {
  color: white;
}
.quick-links > ul > li > a {
  background: #395685;
  border-bottom: 5px solid #395685;
  font-size: 0.8em;
  padding: 0.5em 0.8em;
}
.quick-links > ul > li > a:hover, .quick-links > ul > li > a:focus, .quick-links > ul > li.selected > a {
  border-bottom: 5px solid #7dbde2;
}
.quick-links #main_search {
  float: left;
  margin-top: 0.7em;
  position: relative;
  width: 20%;
}
.quick-links #main_search input[type="search"] {
  background: #395685;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  height: 1.5em;
  padding-right: 1.5em;
  width: 100%;
}
.quick-links #main_search button {
  background: none;
  border: none;
  color: #FFFFFF;
  height: 1.5em;
  position: absolute;
  right: 0;
  top: -0.2em;
}
.quick-links #main_search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
.quick-links #main_search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
}
.quick-links #main_search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
}
.quick-links #main_search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
}
.lte_ie7 .quick-links #main_search input{
  background: transparent;
  border: none;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
@media all and (max-width: 52.5em) {
  .quick-links {
    text-align: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .quick-links > ul {
    height: 0;
  }
  .quick-links li.nav-sidenav-expand {
    position: static;
    background: none;
  }
  .quick-links li.nav-sidenav-expand > ul {
    height: 0;
    display: none;
  }
  .quick-links > ul.nav-mobile-expand, .quick-links > ul li > ul.nav-mobile-expand, .quick-links > ul li > ul.nav-mobile-expand ul {
    height: auto;
    display: block;
    position: static;
  }
  .quick-links > ul > li > ul.nav-mobile-expand {
    padding: 0.5em 0;
  }
  .quick-links > ul > li > ul.nav-mobile-expand ul {
    padding-left: 1.5em;
  }
  .quick-links > button {
    width: 100%;
    height: 3.75em;
    padding: 0.5em 5%;
    display: block;
    text-align: left;
    color: inherit;
    background: none;
  }
  .quick-links > button i {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .quick-links > ul li, .quick-links > ul li a {
    display: block;
    position: static;
  }
  .quick-links > ul li a {
    padding: 0.5em 5%;
    position: relative;
    line-height: 1.75em;
  }
  .quick-links > ul > li > a {
    background: none;
    line-height: 2.75em;
  }
  .quick-links > ul > li.parent > a button.nav-mobile-btn {
    height: 3.75em;
    padding: 0 5%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    background: none;
  }
  .quick-links > ul > li > a button.nav-mobile-btn i {
    font-size: 1.5em;
  }
  .quick-links > ul li > a button.nav-sidenav-btn, .quick-links > ul li > a button.nav-sidenav-back {
    display: none !important;
  }
  .quick-links > button, .quick-links > ul > li > a {
    border-width: 0;
    border-top: 1px solid #416297;
    border-bottom: 1px solid #314a73;
  }
  .quick-links > ul > li > ul {
    color: #333;
    background: #FFF;
    border-bottom: 1px solid #314a73;
  }
  .quick-links #main_search {
    display: none;
  }
}

.header {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #395685;
  background: #7dbde2;
  text-align: left;
}
.lte_ie8 .header {
  width: 2960px;
  padding-right: 1000px;
  padding-left: 1000px;
  margin-left: -1480px;
  left: 50%;
}
@media all and (min-width: 81.25em) {
  .header {
    padding-right: -webkit-calc((100% - 73.125rem) / 2);
    padding-right: -moz-calc((100% - 73.125rem) / 2);
    padding-right: calc((100% - 73.125rem) / 2);
    padding-left: -webkit-calc((100% - 73.125rem) / 2);
    padding-left: -moz-calc((100% - 73.125rem) / 2);
    padding-left: calc((100% - 73.125rem) / 2);
  }
}
.header:before, .header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.lte_ie7 .header {
  zoom: 1;
}
.header img {
  display: block;
  float: left;
}
.header .title {
  float: left;
  margin-left: 1em;
}
.header h2,
.header h3 {
  margin: 0;
  font-weight: 300;
  white-space: nowrap;
  line-height: 1.5em;
}
.header h2 {
  font-size: 1.75em;
  font-weight: bold;
}
.header h3 {
  font-size: 1.325em;
}
.header p.phone {
  float: right;
  font-size: 1.2em;
  margin-top: 3em;
}
.lte_ie7 .header p.phone {
  width: 13em;
}
@media all and (max-width: 52.5em) {
  .header p.phone {
    display: none;
  }
  .header h2 {
    white-space: normal;
  }
}
@media all and (max-width: 40em) {
  .header {
    text-align: center;
  }
  .header img {
    display: inline;
  }
  .header img, .header .title {
    float: none;
  }
  .header .title {
    font-size: 0.8em;
    margin-left: 0;
  }
}

.menu {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: white;
  text-align: center;
  background: #395685;
}
.lte_ie8 .menu {
  width: 2960px;
  padding-right: 1000px;
  padding-left: 1000px;
  margin-left: -1480px;
  left: 50%;
}
@media all and (min-width: 81.25em) {
  .menu {
    padding-right: -webkit-calc((100% - 73.125rem) / 2);
    padding-right: -moz-calc((100% - 73.125rem) / 2);
    padding-right: calc((100% - 73.125rem) / 2);
    padding-left: -webkit-calc((100% - 73.125rem) / 2);
    padding-left: -moz-calc((100% - 73.125rem) / 2);
    padding-left: calc((100% - 73.125rem) / 2);
  }
}
.menu > button {
  display: none;
  margin: 0;
  border: 0 none;
  background: none;
  font-family: inherit;
  text-transform: inherit;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.menu li ul {
  height: 0;
  display: none;
}
.menu li {
  display: inline;
}
.menu li a {
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  line-height: 2.25em;
}
.menu li a button {
  display: none;
  border: 0 none;
}
.lte_ie7 .menu li a {
  display: inline;
  zoom: 1;
}
.menu a {
  color: white;
}
.menu > ul > li > a {
  border-bottom: 5px solid #395685;
}
.menu > ul > li > a:hover, .menu > ul > li > a:focus, .menu > ul > li.selected > a {
  border-bottom: 5px solid #7dbde2;
}
@media all and (max-width: 52.5em) {
  .menu {
    text-align: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .menu > ul {
    height: 0;
  }
  .menu li.nav-sidenav-expand {
    position: static;
    background: none;
  }
  .menu li.nav-sidenav-expand > ul {
    height: 0;
    display: none;
  }
  .menu > ul.nav-mobile-expand, .menu > ul li > ul.nav-mobile-expand, .menu > ul li > ul.nav-mobile-expand ul {
    height: auto;
    display: block;
    position: static;
  }
  .menu > ul > li > ul.nav-mobile-expand {
    padding: 0.5em 0;
  }
  .menu > ul > li > ul.nav-mobile-expand ul {
    padding-left: 1.5em;
  }
  .menu > button {
    width: 100%;
    height: 3.75em;
    padding: 0.5em 5%;
    display: block;
    text-align: left;
    color: inherit;
    background: none;
  }
  .menu > button i {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .menu > ul li, .menu > ul li a {
    display: block;
    position: static;
  }
  .menu > ul li a {
    padding: 0.5em 5%;
    position: relative;
    line-height: 1.75em;
  }
  .menu > ul > li > a {
    background: none;
    line-height: 2.75em;
  }
  .menu > ul > li.parent > a button.nav-mobile-btn {
    height: 3.75em;
    padding: 0 5%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    background: none;
  }
  .menu > ul > li > a button.nav-mobile-btn i {
    font-size: 1.5em;
  }
  .menu > ul li > a button.nav-sidenav-btn, .menu > ul li > a button.nav-sidenav-back {
    display: none !important;
  }
  .menu > button, .menu > ul > li > a {
    border-width: 0;
    border-top: 1px solid #416297;
    border-bottom: 1px solid #314a73;
  }
  .menu > ul > li > ul {
    color: #333;
    background: #FFF;
    border-bottom: 1px solid #314a73;
  }
}

.breadcrumbs {
  color: theme-hex;
  line-height: 2em;
  padding-bottom: 1em;
  width: 100%;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.breadcrumbs li {
  display: inline;
  margin-right: 0.25em;
}
.breadcrumbs li span {
  margin-left: 0.25em;
}
.breadcrumbs li.final span {
  display: none;
}
.breadcrumbs a {
  color: #395685;
  font-size: 0.8em;
  text-decoration: none;
}
@media all and (max-width: 52.5em) {
  .breadcrumbs {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
}

.middle {
  width: -webkit-calc(90% + 3rem);
  width: -moz-calc(90% + 3rem);
  width: calc(90% + 3rem);
  margin-right: auto;
  margin-left: auto;
  float: none;
  padding-top: 2em;
  padding-bottom: 2em;
}
.lte_ie8 .middle {
  width: 1008px;
}
@media all and (min-width: 81.25em) {
  .middle {
    width: -webkit-calc(73.125rem + 3rem);
    width: -moz-calc(73.125rem + 3rem);
    width: calc(73.125rem + 3rem);
  }
}
.middle:before, .middle:after {
  content: "";
  display: table;
}
.middle:after {
  clear: both;
}
.lte_ie7 .middle {
  zoom: 1;
}
.middle h1, .middle .admin_clickToEdit_holder {
  font-size: 2em;
}
@media all and (max-width: 52.5em) {
  .middle {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding-bottom: 0;
  }
  .lte_ie8 .middle {
    width: 960px;
  }
  .middle .content, .middle .subnav {
    margin-bottom: 2em;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
}
@media all and (max-width: 52.5em) and (min-width: 81.25em) {
  .middle {
    width: 73.125rem;
  }
}

.content {
  width: -webkit-calc(66.66667% - 0rem);
  width: -moz-calc(66.66667% - 0rem);
  width: calc(66.66667% - 0rem);
  margin-right: 0rem;
  margin-left: 0rem;
  float: left;
}
.lte_ie8 .content {
  width: 624px;
  margin-right: 0px;
  margin-left: 0px;
}
.content .cms-title {
  background: #efe8e2;
  color: #395685;
  margin: 0 0 1px;
  padding: 0.25em 1em;
}
.content p {
  font-size: 0.8em;
}

.subnav {
  width: -webkit-calc(33.33333% - 0rem);
  width: -moz-calc(33.33333% - 0rem);
  width: calc(33.33333% - 0rem);
  margin-right: 0rem;
  margin-left: 0rem;
  float: left;
  margin-top: 3em;
}
.lte_ie8 .subnav {
  width: 304px;
  margin-right: 0px;
  margin-left: 0px;
}
.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  text-align: center;
  width: 100%;
}
.subnav li {
  margin-bottom: 0.5em;
  width: 100%;
}
.subnav a {
  background: #395685;
  border: 1px solid #395685;
  color: white;
  display: block;
  padding: 1em;
  text-decoration: none;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.subnav a:hover, .subnav a:focus, .subnav li.selected a {
  background: #7dbde2;
}
@media all and (max-width: 52.5em) {
  .subnav ul {
    padding: 0;
  }
}

.container {
  padding-bottom: 13.5em;
}

.footer {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 13.5em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: absolute;
  bottom: 0;
  color: theme-hex;
  background: #f8f3ed url(../images/design/footer-bg.jpg);
}
.lte_ie8 .footer {
  width: 2960px;
  padding-right: 1000px;
  padding-left: 1000px;
  margin-left: -1480px;
  left: 50%;
}
@media all and (min-width: 81.25em) {
  .footer {
    padding-right: -webkit-calc((100% - 73.125rem) / 2);
    padding-right: -moz-calc((100% - 73.125rem) / 2);
    padding-right: calc((100% - 73.125rem) / 2);
    padding-left: -webkit-calc((100% - 73.125rem) / 2);
    padding-left: -moz-calc((100% - 73.125rem) / 2);
    padding-left: calc((100% - 73.125rem) / 2);
  }
}
.footer:before, .footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.lte_ie7 .footer {
  margin-top:15px;
  clear:both;
  zoom: 1;
}
.footer .awards {
  float: left;
  width: 100%;
  box-sizing: content-box;
  margin-bottom: 1em;
}
.lte_ie7 .footer .awards {
  float: right;
}
.footer .awards .awards-top {
  border-bottom: 1px solid #E2E2E2;
  box-sizing: content-box;
  width: 100%;
}
.lte_ie7 .footer .awards .awards-top {
  margin-top:15px;
}
.footer .awards .awards-top:before, .footer .awards .awards-top:after {
  content: "";
  display: table;
}
.footer .awards .awards-top:after {
  clear: both;
}
.lte_ie7 .footer .awards .awards-top {
  zoom: 1;
}
.footer .awards .awards-top a {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-bottom: none;
  color: #395685;
  float: right;
  font-size: 0.8em;
  padding: 0.25em 0.35em;
  text-transform: uppercase;
}
.footer .awards .awards-bottom {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-top: none;
  box-sizing: content-box;
  display: none;
  width: 100%;
}
.footer .awards .awards-bottom:before, .footer .awards .awards-bottom:after {
  content: "";
  display: table;
}
.footer .awards .awards-bottom:after {
  clear: both;
}
.lte_ie7 .footer .awards .awards-bottom {
  zoom: 1;
}
.footer .awards .awards-bottom img {
  float: left;
  margin: 1em;
}
@media all and (max-width: 52.5em) {
  .footer .awards {
    display: none;
  }
}
.footer a {
  color: #395685;
  text-decoration: none;
}
.footer .column-3, .footer .column-6 {
  font-size: 0.7em;
  line-height: 1.2em;
}
.footer .column-3 {
  width: -webkit-calc(25.0% - 3rem);
  width: -moz-calc(25.0% - 3rem);
  width: calc(25.0% - 3rem);
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  float: left;
}
.lte_ie8 .footer .column-3 {
  width: 188px;
  margin-right: 24px;
  margin-left: 24px;
}
.lte_ie7 .footer .farLeft {
  top: 6em;
  position: relative;
}
.footer .column-6 {
  width: -webkit-calc(50.0% - 3rem);
  width: -moz-calc(50.0% - 3rem);
  width: calc(50.0% - 3rem);
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  float: left;
  text-align: right;
}
.lte_ie8 .footer .column-6 {
  width: 440px;
  margin-right: 24px;
  margin-left: 24px;
}
.footer .column-6 a {
  text-transform: uppercase;
}

@media all and (max-width: 52.5em) {
  .container {
    padding-bottom: 18.5em;
  }

  .footer {
    height: 18.5em;
  }

  .footer .column-3, .footer .column-6 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
  }
}
