/*!
 * Roots 6.5.2
 */
.gradient-lightgrey-to-white {
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.gradient-contentbgbackground {
  background: #B3C2B3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #B3C2B3 0%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B3C2B3), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #B3C2B3 0%, #FFFFFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #B3C2B3 0%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #B3C2B3 0%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #B3C2B3 0%, #FFFFFF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary-one-trans-shade', endColorstr='@white', GradientType=0);
  /* IE6-8 */
}
.gradient-contentbgbackground2 {
  background: rgba(52, 72, 60, 0.5);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(52, 72, 60, 0.5) 0%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(52, 72, 60, 0.5)), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(52, 72, 60, 0.5) 0%, #FFFFFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(52, 72, 60, 0.5) 0%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(52, 72, 60, 0.5) 0%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(52, 72, 60, 0.5) 0%, #FFFFFF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary-one-lightish', endColorstr='@white', GradientType=0);
  /* IE6-8 */
}
.gradient-contentbgbackground-6F {
  background: rgba(40, 52, 104, 0.5);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(40, 52, 104, 0.5) 0%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40, 52, 104, 0.5)), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(40, 52, 104, 0.5) 0%, #FFFFFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(40, 52, 104, 0.5) 0%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(40, 52, 104, 0.5) 0%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 52, 104, 0.5) 0%, #FFFFFF 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary-fasfblue-lightish', endColorstr='@white', GradientType=0);
  /* IE6-8 */
}
.gradient-greytopurple {
  background: #34483c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #34483c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #34483c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #34483c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #34483c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #34483c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #34483c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-light', endColorstr='@brand-primary-one', GradientType=0);
  /* IE6-8 */
}
.gradient-bgtransoverlay {
  background: #34483c;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(52, 72, 60, 0) 0%, #34483c 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(52, 72, 60, 0)), color-stop(80%, #34483c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(52, 72, 60, 0) 0%, #34483c 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(52, 72, 60, 0) 0%, #34483c 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(52, 72, 60, 0) 0%, #34483c 80%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(52, 72, 60, 0) 0%, #34483c 80%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary-one-invis', endColorstr='@brand-primary-one', GradientType=0);
  /* IE6-8 */
}
.gradient-whitetransINV {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#80ffffff', GradientType=0);
  /* IE6-8 */
}
.gradient-BGimageshade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}
.gradient-homenotice {
  background: #e3eeef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c2dadd 1%, #e3eeef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c2dadd 1%, #e3eeef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c2dadd 1%, #e3eeef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2dadd', endColorstr='#e3eeef', GradientType=0);
  /* IE6-9 */
}
.gradient-fasfblue {
  background: #283468;
  /* Old browsers */
  background: -moz-linear-gradient(top, #283468 0%, #495593 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283468), color-stop(100%, #495593));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #283468 0%, #495593 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #283468 0%, #495593 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #283468 0%, #495593 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #283468 0%, #495593 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283468', endColorstr='#495593', GradientType=0);
  /* IE6-8 */
}
.gradient-fasflightblue {
  background: #8a98d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8a98d2 0%, #9bb3e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a98d2), color-stop(100%, #9bb3e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8a98d2 0%, #9bb3e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8a98d2 0%, #9bb3e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8a98d2 0%, #9bb3e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8a98d2 0%, #9bb3e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a98d2', endColorstr='#9bb3e8', GradientType=0);
  /* IE6-9 */
}
.gradient-green {
  background: #2b5235;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b5235 0%, #427a4f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b5235), color-stop(100%, #427a4f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b5235 0%, #427a4f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2b5235 0%, #427a4f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2b5235 0%, #427a4f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2b5235 0%, #427a4f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b5235', endColorstr='#427a4f', GradientType=0);
  /* IE6-9 */
}
.gradient-swsblue {
  background: #4c8187;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c8187 0%, #76babf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c8187), color-stop(100%, #76babf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c8187 0%, #76babf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c8187 0%, #76babf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c8187 0%, #76babf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c8187 0%, #76babf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8187', endColorstr='#76babf', GradientType=0);
  /* IE6-9 */
}
.gradient-darkblue {
  background: #0b262c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b262c), color-stop(100%, #18525e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0b262c 0%, #18525e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b262c', endColorstr='#18525e', GradientType=0);
  /* IE6-9 */
}
.gradient-lightblue {
  background: #7ea7ad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ea7ad), color-stop(100%, #98cad1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ea7ad 0%, #98cad1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea7ad', endColorstr='#98cad1', GradientType=0);
  /* IE6-9 */
}
.gradient-brown {
  background: #a8a677;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8a677 0%, #d1ce94 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a677), color-stop(100%, #d1ce94));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a8a677 0%, #d1ce94 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a8a677 0%, #d1ce94 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a8a677 0%, #d1ce94 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a8a677 0%, #d1ce94 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a677', endColorstr='#d1ce94', GradientType=0);
  /* IE6-9 */
}
.gradient-lightbrown {
  background: #b3b68d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b68d), color-stop(100%, #dfe2b1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b3b68d 0%, #dfe2b1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b68d', endColorstr='#dfe2b1', GradientType=0);
  /* IE6-9 */
}
.gradient-whitetrans {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.gradient-lightgrey {
  background: #e6e6e6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.gradient-blue {
  background: #4787c2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzQ3ODdjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmEwY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4787c2 1%, #6fa0ce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4787c2), color-stop(100%, #6fa0ce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4787c2 1%, #6fa0ce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4787c2 1%, #6fa0ce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4787c2 1%, #6fa0ce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4787c2 1%, #6fa0ce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4787c2', endColorstr='#6fa0ce', GradientType=0);
  /* IE6-8 */
}
.gradient-red {
  background: #eb1646;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViMTY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDNjNjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eb1646 0%, #ed3c64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb1646), color-stop(100%, #ed3c64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb1646 0%, #ed3c64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb1646 0%, #ed3c64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb1646 0%, #ed3c64 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb1646 0%, #ed3c64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb1646', endColorstr='#ed3c64', GradientType=0);
  /* IE6-8 */
}
.gradient-grey {
  background: #98999c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiM5ODk5OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #98999c), color-stop(100%, #aaabae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #98999c 33%, #aaabae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98999c', endColorstr='#aaabae', GradientType=0);
  /* IE6-8 */
}
.gradient-blacksubtle {
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(top, #474747 37%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #474747), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #474747 37%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #474747 37%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #474747 37%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #474747 37%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.gradient-rpred {
  background: #e27377;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e27377 32%, #e5444a 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #e27377), color-stop(99%, #e5444a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e27377 32%, #e5444a 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e27377 32%, #e5444a 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e27377 32%, #e5444a 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e27377 32%, #e5444a 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e27377', endColorstr='#e5444a', GradientType=0);
  /* IE6-9 */
}
@font-face {
  font-family: 'monktonmediumregular';
  src: url('../fonts/monktonmedium-webfont.woff2') format('woff2'), url('../fonts/monktonmedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'monktonregularregular';
  src: url('../fonts/monktonregular-webfont.woff2') format('woff2'), url('../fonts/monktonregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.top-curved {
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bottom-curved {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.box-curved-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.basictransition {
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.transition-header-zeropointone {
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.transition-header-zeropointtwofive {
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -ms-transition: all 0.25s ease-in-out 0.25s;
  -o-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.transition-header {
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.border-zero {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.border-two {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border-four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.doublecolumns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.singlecolumns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.boxshadow {
  -webkit-box-shadow: 0px 0px 16px -3px #000000;
  box-shadow: 0px 0px 16px -3px #000000;
}
.textshadow001 {
  text-shadow: 0px 0px 7px #000000;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #34483c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #141c17;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 788px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #34483c;
}
a.text-primary:hover {
  color: #1f2a23;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #34483c;
}
a.bg-primary:hover {
  background-color: #1f2a23;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 788px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 788px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 788px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 787px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 788px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 788px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #34483c;
  border-color: #293930;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #233028;
  border-color: #101612;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #34483c;
  border-color: #293930;
}
.btn-primary .badge {
  color: #34483c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5d6d63;
  border-color: #515f57;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4a574f;
  border-color: #353e39;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5d6d63;
  border-color: #515f57;
}
.btn-success .badge {
  color: #5d6d63;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #4b0027;
  border-color: #32001a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #220012;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4b0027;
  border-color: #32001a;
}
.btn-info .badge {
  color: #4b0027;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #dab632;
  border-color: #cda925;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c09f23;
  border-color: #9a7f1c;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #dab632;
  border-color: #cda925;
}
.btn-warning .badge {
  color: #dab632;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #34483c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #141c17;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #34483c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 788px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #34483c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 788px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 788px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #34483c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 788px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 788px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 788px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 788px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 700px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 788px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 788px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 788px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 788px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 788px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 788px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 787px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 788px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 788px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 788px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 787px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 788px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 788px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 787px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 787px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #34483c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #141c17;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #34483c;
  border-color: #34483c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #34483c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1f2a23;
}
.label-success {
  background-color: #5d6d63;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #46514a;
}
.label-info {
  background-color: #4b0027;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #18000c;
}
.label-warning {
  background-color: #dab632;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b89821;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #34483c;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 788px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #34483c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #34483c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5d6d63;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #4b0027;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #dab632;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #34483c;
  border-color: #34483c;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #95b3a1;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #34483c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #34483c;
  border-color: #34483c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #34483c;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #34483c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 788px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 788px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 787px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 788px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 787px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 788px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.panel-default {
  border-radius: 0px;
  background: #dab632;
  color: white;
}
.panel-default .info-header {
  font-size: 22px !important;
  font-weight: bold !important;
  line-height: 1.428571429 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: white;
}
.panel-default .panel-heading {
  border-radius: 0px;
}
.panel-primary-three {
  border-radius: 0px;
  background: #4b0027;
  margin-bottom: 0px;
  color: white;
}
.btn-primary-one {
  background: #34483c;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  border: none;
}
.btn-super-lg {
  padding: 15px 30px;
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  width: 100%;
}
.event-title {
  font-size: 53px;
  margin: 0px 0px 20px 0px;
  color: #34483c;
}
.event-sub-title {
  font-size: 42px;
  margin: 0px 0px 40px 0px;
  color: #34483c;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  padding: 2px;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: black;
  left: 5%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}
.timeline-centered .timeline-entry {
  position: relative;
  width: 95%;
  /*float: right;*/
  margin-left: 5%;
  margin-bottom: 70px;
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  /*float: right;*/
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  /* -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 2px #f5f5f6;*/
  line-height: 40px;
  font-size: 15px;
  float: left;
  /*margin-left: 10px;*/
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: black;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #34483c;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #d2322d;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #34483c;
  padding: 1.7em;
  margin-left: 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #34483c transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: white;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: white;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
/* ==========================================================================
   Base
   ========================================================================== */
html,
body {
  font-family: Helvetica, Open Sans, sans-serif, Arial !important;
  height: 100%;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5 {
  font-weight: normal !important;
}
html h1,
body h1 {
  font-size: 38px !important;
}
html strong,
body strong,
html b,
body b {
  font-weight: bold;
}
html .btn-super-lg,
body .btn-super-lg {
  font-weight: normal !important;
  font-size: 28px !important;
}
body .download-btn {
  font-size: 40px;
  padding: 10px;
  background: #34483c;
  color: white;
}
body .panel {
  border: 0px;
}
/* ==========================================================================
   Header
   ========================================================================== */
.banner {
  font-size: 12px;
}
.banner .dropdown-menu {
  -webkit-box-shadow: 0 0px 0px !important;
  box-shadow: 0 0px 0px !important;
  border: 0px none !important;
  border-radius: 2px !important;
  font-size: 12px;
}
/* ==========================================================================
   Content
   ========================================================================== */
.content {
  padding-left: 0px;
  padding-right: 0px;
}
.content .bgtrans {
  padding-left: 0px;
  padding-right: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 400px;
  position: relative;
}
.content .bgtrans.noheaderbg {
  min-height: 300px !important;
  background-size: 15%;
  background-repeat: repeat;
  background-image: url('../img/nobg.png');
}
.content .bgtrans.noheaderbg.disabledfi {
  min-height: 350px !important;
}
.content .bgtrans.noheaderbg.nofi {
  min-height: 350px !important;
}
.content .bgtransoverlay {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 700px;
  position: relative;
  top: 0px;
  padding-top: 10px;
}
.content.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  background-position: center;
}
.content.row .main {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content .bgtransoverlay {
    margin-top: 230px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 788px) {
  .content .bgtransoverlay {
    margin-top: 230px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content .bgtransoverlay {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: 400px;
    background-position: center;
  }
  .content.row .main {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 300px;
  }
}
/* ==========================================================================
   Primary Content
   ========================================================================== */
.main p {
  line-height: 27px;
}
.main .aboutuspage .alignleft {
  margin-right: 20px;
}
/* Gallery Shortcode */
.gallery-row {
  padding: 15px 0;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
/* ==========================================================================
   Posts
   ========================================================================== */
/* ==========================================================================
   Footer
   ========================================================================== */
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 788px) {
  .col-container {
    height: auto;
  }
  .col-container p,
  .col-container a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .col-container {
    height: auto;
  }
  .col-container p,
  .col-container a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .col-container {
    height: 250px;
    overflow: hidden;
  }
  .col-container p,
  .col-container a {
    font-size: 16px;
  }
}
.divider {
  width: 100%;
  clear: both;
}
body,
html {
  height: auto !important;
}
.container {
  margin: 0px 0px !important;
  padding: 0px 0px !important;
  width: 100% !important;
}
.displayhidden {
  display: none;
  visibility: hidden;
}
.zeropm {
  margin: 0px 0px;
  padding: 0px 0px;
}
.banner.navbar.navbar-fixed-top.navbar-default.navbar-static-top.jt-header {
  border-bottom: 0px none;
}
.hyphenated {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .navbar-fixed-top {
    position: absolute !important;
    top: 0px !important;
    margin-top: auto !important;
  }
  .logged-in .navbar-fixed-top {
    position: absolute !important;
    top: 13px !important;
    margin-top: auto !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 780px) {
  .navbar-fixed-top {
    top: 0px !important;
  }
  .logged-in .navbar-fixed-top {
    top: 13px !important;
  }
}
.top {
  padding-bottom: 20px;
  padding-top: 20px;
}
.top h1 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #34483c !important;
  text-transform: uppercase;
  font-size: 50px;
}
.breadcrumb {
  text-align: left;
  background-color: #B3B68D;
  border-radius: 0px;
}
.breadcrumb a {
  color: #dab632 !important;
}
.breadcrumb a:hover {
  color: #b89821 !important;
  text-decoration: none !important;
}
.gencontstyles.agendatablepage .row {
  max-width: 100%;
}
.gencontstyles .row {
  margin: 0px auto 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
  color: #1f2a23;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: justify;
}
.gencontstyles .row p {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 20px;
  max-width: 900px;
  color: #1f2a23;
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: justify;
}
.gencontstyles .row a {
  color: #4b0027;
}
.gencontstyles .row a:hover {
  color: #18000c;
}
.gencontstyles .row ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.gencontstyles .row ul li {
  margin-bottom: 10px;
}
.gencontstyles .row pre {
  margin: 0px 0px;
  padding: 0px 0px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
  font-size: 16px;
  color: #00b8b7;
  background-color: #ebffff;
  border: 1px solid #00b8b7;
  text-align: left;
}
.gencontstyles .row address {
  margin: 0px 0px;
  padding: 0px 0px;
  margin: 10px auto 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  max-width: 900px;
  text-align: left;
  font-style: italic;
}
.gencontstyles .row h1,
.gencontstyles .row h2,
.gencontstyles .row h3,
.gencontstyles .row h4,
.gencontstyles .row h5,
.gencontstyles .row h6 {
  margin: 0px 0px;
  padding: 0px 0px;
  margin: 30px auto 10px auto;
  max-width: 900px;
  color: #4b0027;
  text-align: center;
  text-transform: uppercase;
}
.gencontstyles .row h1 {
  font-size: 45px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.gencontstyles .row h2 {
  font-size: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.gencontstyles .row h3 {
  font-size: 30px !important;
  text-align: left;
}
.gencontstyles .row h4 {
  font-size: 23px !important;
  text-align: left;
}
.gencontstyles .row h5 {
  font-size: 20px !important;
  text-align: left;
}
.gencontstyles .row h6 {
  font-size: 20px !important;
  text-align: left;
}
.contentlinklist {
  list-style-type: none;
  padding-left: 0px;
  border-top: 1px solid #dab632;
  border-bottom: 1px solid #dab632;
}
.contentlinklist li {
  padding: 10px 15px;
}
.contentlinklist li:nth-child(odd) {
  background: #7ea7ad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ea7ad), color-stop(100%, #98cad1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ea7ad 0%, #98cad1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ea7ad 0%, #98cad1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea7ad', endColorstr='#98cad1', GradientType=0);
  /* IE6-9 */
}
#menu-primary-navigation .active {
  border-bottom: 0px none !important;
}
.page-template-template-departments-php footer {
  margin-top: 0px;
}
.deptslayout {
  border: 10px soild red;
}
.deptslayout .deptslist .deptslistbox {
  margin: 0px 0px;
  padding: 0px 0px;
}
.deptslayout .deptslist .deptslistbox .deptsbox {
  margin: 0px 0px;
  padding: 0px 0px;
  min-height: 300px;
  position: relative;
}
.deptslayout .deptslist .deptslistbox .deptsbox .depttitleexcerpt {
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.deptslayout .deptslist .deptslistbox .deptsbox .depttitleexcerpt h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.deptslayout .deptslist .deptslistbox .deptsbox .deptsnoimage .depttitleexcerpt {
  background-color: transparent;
}
.deptslayout .deptslist .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.deptslayout .deptslist .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.deptslayout .deptslist .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.deptslayout .deptslist .col-lg-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.homespotlist {
  border-bottom: 1px solid #FFFFFF;
  padding-left: 0px;
}
.homespotlist a {
  display: block;
}
.homespotlist a:hover {
  text-decoration: none;
}
.homespotlist li {
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  width: 100%;
  clear: both;
  border-top: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.75s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.75s;
  transition-timing-function: ease-in-out;
}
.homespotlist li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.homespotlist li .listthumb {
  margin-left: 10px;
  position: relative;
  right: 5px;
  background-position: center;
  width: 80px;
  height: 80px;
  float: right;
  background-size: cover;
}
.homespotlist li .listwords {
  padding-left: 5px;
}
.boxbgfasfblue {
  background: #283468 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #283468 0%, #495593 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283468), color-stop(100%, #495593)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #283468 0%, #495593 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #283468 0%, #495593 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #283468 0%, #495593 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #283468 0%, #495593 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283468', endColorstr='#495593', GradientType=0) !important;
  /* IE6-8 */
}
.boxbgfasfblue .homespotlist {
  border-bottom: 1px solid #8a98d2;
}
.boxbgfasfblue .homespotlist a {
  color: #FFFFFF;
}
.boxbgfasfblue .homespotlist li {
  border-top: 1px solid #8a98d2;
}
.boxbggreen {
  background: #2b5235 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2b5235 0%, #427a4f 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b5235), color-stop(100%, #427a4f)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b5235 0%, #427a4f 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2b5235 0%, #427a4f 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2b5235 0%, #427a4f 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #2b5235 0%, #427a4f 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b5235', endColorstr='#427a4f', GradientType=0) !important;
  /* IE6-9 */
}
.boxbggreen .homespotlist {
  border-bottom: 1px solid #95b3a1;
}
.boxbggreen .homespotlist a {
  color: #FFFFFF;
}
.boxbggreen .homespotlist li {
  border-top: 1px solid #95b3a1;
}
.boxbgswsblue {
  background: #4c8187 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c8187 0%, #76babf 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c8187), color-stop(100%, #76babf)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c8187 0%, #76babf 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c8187 0%, #76babf 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c8187 0%, #76babf 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #4c8187 0%, #76babf 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8187', endColorstr='#76babf', GradientType=0) !important;
  /* IE6-9 */
}
.boxbgswsblue .homespotlist {
  border-bottom: 1px solid #f9f4df;
}
.boxbgswsblue .homespotlist a {
  color: #FFFFFF;
}
.boxbgswsblue .homespotlist a small {
  color: #f9f4df !important;
}
.boxbgswsblue .homespotlist li {
  border-top: 1px solid #f9f4df;
}
.boxbgdarkblue {
  background: #0b262c !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b262c 0%, #18525e 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b262c), color-stop(100%, #18525e)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b262c 0%, #18525e 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b262c 0%, #18525e 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b262c 0%, #18525e 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #0b262c 0%, #18525e 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b262c', endColorstr='#18525e', GradientType=0) !important;
  /* IE6-9 */
}
.boxbgdarkblue .homespotlist {
  border-bottom: 1px solid #ff1890;
}
.boxbgdarkblue .homespotlist a {
  color: #FFFFFF;
}
.boxbgdarkblue .homespotlist li {
  border-top: 1px solid #ff1890;
}
.boxbgbrown {
  background: #a8a677 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a8a677 0%, #d1ce94 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a677), color-stop(100%, #d1ce94)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a8a677 0%, #d1ce94 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a8a677 0%, #d1ce94 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a8a677 0%, #d1ce94 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #a8a677 0%, #d1ce94 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a677', endColorstr='#d1ce94', GradientType=0) !important;
  /* IE6-9 */
}
.boxbgbrown .homespotlist {
  border-bottom: 1px solid #c7cfca;
}
.boxbgbrown .homespotlist a {
  color: #FFFFFF;
}
.boxbgbrown .homespotlist li {
  border-top: 1px solid #c7cfca;
}
.boxbglightbrown {
  background: #b3b68d !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b68d), color-stop(100%, #dfe2b1)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b3b68d 0%, #dfe2b1 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #b3b68d 0%, #dfe2b1 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b68d', endColorstr='#dfe2b1', GradientType=0) !important;
  /* IE6-9 */
}
.boxbglightbrown .homespotlist {
  border-bottom: 1px solid #ffffff;
}
.boxbglightbrown .homespotlist a {
  color: #FFFFFF;
}
.boxbglightbrown .homespotlist li {
  border-top: 1px solid #ffffff;
}
.newslist {
  border-top: 1px solid #999999;
}
.newslist li {
  padding: 10px;
  background: #e6e6e6 !important;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0) !important;
  /* IE6-8 */
  border-bottom: 1px solid #999999;
}
.newslist li:hover {
  background-color: #FFFFFF !important;
}
.newslist li h4 {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 10px;
  font-size: 20px;
}
.newslist li .listwords {
  padding: 10px;
  border: 0px none;
  background-color: #FFFFFF !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px !important;
  line-height: 18px !important;
}
.newslist li .listthumb {
  top: 10px;
}
.contenttypeboxframe .contenttypebox {
  padding-left: 0px;
  padding-right: 0px;
}
.contenttypeboxframe .contenttypebox .innerblock {
  background: #e6e6e6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #333333;
  margin: 0 5px 10px 5px;
  padding: 10px;
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px !important;
  box-shadow: 0 0px 1px !important;
}
.contenttypeboxframe .contenttypebox .innerblock h3 {
  margin: 10px 0px 30px 0px;
  padding-bottom: 10px;
  width: 100%;
  color: #dab632;
  border-bottom: 1px solid #f9f4df;
}
.accordion {
  padding: 10px 20px;
  background: #e6e6e6;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion .accordion-content {
  padding: 20px;
  background-color: #FFFFFF;
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion .accordion-title {
  font-size: 19px !important;
}
table.genconttable {
  margin-bottom: 20px;
}
table.genconttable th {
  background-color: #999999 !important;
  border: 1px solid #999999 !important;
  padding: 10px;
}
table.genconttable td {
  border: 1px solid #999999 !important;
  padding: 10px;
  text-align: center;
}
.performing-arts-brochure footer {
  margin-top: 0px !important;
}
.abs {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}
.abs .top {
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
}
.abs .top .page-header {
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 40px;
  background: #0b262c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b262c), color-stop(100%, #18525e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0b262c 0%, #18525e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b262c', endColorstr='#18525e', GradientType=0);
  /* IE6-9 */
  border-bottom: 0px;
}
.abs .top .page-header h1 {
  font-size: 16px !important;
  color: #FFFFFF !important;
  letter-spacing: auto !important;
}
.abs .top .page-header .pabheadwords {
  font-size: 14px;
  color: #FFFFFF;
}
#paenv {
  margin: 0px 0px;
  padding: 0px 0px;
}
#paenv .perfslistbox {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
}
#paenv .perfslistbox .perfslistboxtixbutton {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px!important;
}
#paenv .perfslistbox.pfmainperf {
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
  height: 550px;
  clear: both;
}
#paenv .perfslistbox.pfmainperf .perftitleexcerpt h3 small {
  color: #FFFFFF;
}
#paenv .perfslistbox.pfmainperf .perfslist {
  height: 550px;
}
#paenv .perfslistbox.pfmainperf .perfslist .innerpad .perfsbox {
  height: 550px;
}
#paenv .perfslistbox .perfslist {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 350px;
  display: block;
}
#paenv .perfslistbox .perfslist .innerpad {
  margin: 0px 0px;
  padding: 0px 0px;
}
#paenv .perfslistbox .perfslist .innerpad .perfsbox {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 350px;
  position: relative;
}
#paenv .perfslistbox .perfslist .innerpad .perfsbox .perftitleexcerpt {
  margin: 0px 0px;
  padding: 0px 0px;
  padding: 10px 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
}
#paenv .perfslistbox .perfslist .innerpad .perfsbox .perftitleexcerpt .showtimes {
  line-height: 1em;
}
#paenv .perfslistbox .perfslist .innerpad .perfsbox .perftitleexcerpt h3 {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
#paenv .perfslistbox .perfslist .innerpad .perfsbox .perftitleexcerpt .noticesoldout {
  padding-top: 10px;
  padding-bottom: 2px;
  width: 100%;
  background: #0b262c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b262c), color-stop(100%, #18525e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0b262c 0%, #18525e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0b262c 0%, #18525e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b262c', endColorstr='#18525e', GradientType=0);
  /* IE6-9 */
  color: #FFFFFF;
}
#paenv .perfslistbox.perfsarchived {
  text-align: center;
}
#paenv .perfslistbox.perfsarchived .perfsbox {
  margin-left: auto !important;
  margin-right: auto !important;
}
#paenv .perfslistbox.perfsarchived .perftitleexcerpt {
  background-color: transparent !important;
  position: relative !important;
}
#paenv .perfslistbox.perfsarchived .perftitleexcerpt h3 {
  font-size: 14px !important;
}
@media only screen and (max-width: 788px) {
  #paenv .perfslistbox.perfsarchived {
    height: 380px !important;
  }
  #paenv .perfslistbox.perfsarchived .perfsbox {
    width: 300px !important;
    height: 300px !important;
    -webkit-border-radius: 150px !important;
    -moz-border-radius: 150px !important;
    border-radius: 150px !important;
  }
  #paenv .perfslistbox.perfsarchived .perftitleexcerpt {
    top: 300px !important;
  }
}
@media only screen and (min-width: 788px) and (max-width: 992px) {
  #paenv .perfslistbox.perfsarchived {
    height: 330px !important;
  }
  #paenv .perfslistbox.perfsarchived .perfsbox {
    width: 250px !important;
    height: 250px !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
  }
  #paenv .perfslistbox.perfsarchived .perftitleexcerpt {
    top: 250px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #paenv .perfslistbox.perfsarchived {
    height: 280px !important;
  }
  #paenv .perfslistbox.perfsarchived .perfsbox {
    width: 200px !important;
    height: 200px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
  }
  #paenv .perfslistbox.perfsarchived .perftitleexcerpt {
    top: 200px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  #paenv .perfslistbox.perfsarchived {
    height: 260px !important;
  }
  #paenv .perfslistbox.perfsarchived .perfsbox {
    width: 180px !important;
    height: 180px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    border-radius: 90px !important;
  }
  #paenv .perfslistbox.perfsarchived .perftitleexcerpt {
    top: 180px !important;
  }
}
@media only screen and (min-width: 1750px) and (max-width: 5000px) {
  #paenv .perfslistbox.perfsarchived {
    height: 360px !important;
  }
  #paenv .perfslistbox.perfsarchived .perfsbox {
    width: 280px !important;
    height: 280px !important;
    -webkit-border-radius: 140px !important;
    -moz-border-radius: 140px !important;
    border-radius: 140px !important;
  }
  #paenv .perfslistbox.perfsarchived .perftitleexcerpt {
    top: 280px !important;
  }
}
.single-show footer {
  margin-top: 0px;
}
.mainshowcontent {
  margin: 0px 50px 30px 50px;
  padding-top: 375px;
  padding-bottom: 20px;
}
.mainshowcontent .showmoneybox {
  background-color: #B3B68D;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 0px none;
  min-height: 75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mainshowcontent .showmoneybox .showprice {
  padding-left: 10px;
  padding-top: 10px;
}
.mainshowcontent .showmoneybox .btnbut {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mainshowcontent .brocbut {
  margin-bottom: 5px;
  font-size: 13px;
  padding: 5px;
}
.mainshowcontent .noticesoldout {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background-color: #4b0027;
  color: #FFFFFF;
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mainshowcontent .noticesoldout p {
  margin-bottom: 0px;
}
.mainshowcontent .showsmain {
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mainshowcontent .page-header {
  background-color: transparent;
  border-bottom: 0px none;
}
.mainshowcontent .showtimes {
  text-align: center;
  width: 100%;
  font-size: 0.9em;
}
.mainshowcontent .showtimes .startdate {
  font-weight: bold;
  font-size: 1.1em;
  color: #dab632;
}
.mainshowcontent .showtimes .enddate {
  font-weight: bold;
  font-size: 1.1em;
  color: #dab632;
}
.mainshowcontent .showtimes .showtime {
  font-weight: bold;
  font-size: 1.1em;
  color: #dab632;
}
.palmbox {
  padding-left: 5px;
  padding-right: 5px;
}
.palmbox a:hover {
  text-decoration: none;
}
.palmbox .palminfo {
  height: 400px;
  position: relative;
  border: 0px none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.palmbox .palminfo.brochurebox {
  background-image: url("http://www.fallibroome.org/fallibroome2015/wp-content/uploads/2015/02/unnamed.17jpg.jpg");
}
.palmbox .palminfo.coursebox {
  background-image: url("http://www.fallibroome.org/fallibroome2015/wp-content/uploads/2015/02/fallibroome-195.jpg");
}
.palmbox .palminfo .palinfoinner {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.palmbox .palminfo .palinfoinner small {
  color: #34483c;
  font-size: 16px;
}
table.contentwordstable {
  padding-left: 0px;
  border-top: 1px solid #dab632;
  border-bottom: 1px solid #dab632;
  width: 100%;
}
table.contentwordstable tr {
  padding: 10px 15px;
}
table.contentwordstable tr th {
  background-color: #555555;
  color: #FFFFFF;
  padding: 10px;
}
table.contentwordstable tr td {
  background-color: #ffffff;
  padding: 10px;
}
table.contentwordstable tr:nth-child(odd) {
  background-color: #eeeeee;
}
.listpolicies {
  padding-left: 0px;
  padding-right: 0px;
}
.listpolicies a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.listpolicies a:hover {
  color: #000000 !important;
}
.listpolicies .innerblock {
  color: #34483c !important;
}
.listpolicies .innerblock .listthumb {
  margin-top: 15px;
  margin-left: 15px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.listpolicies .innerblock li {
  background: #e6e6e6 !important;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0) !important;
  /* IE6-8 */
  padding-left: 15px;
  padding-right: 15px;
}
.listpolicies .innerblock li:hover {
  color: #000000 !important;
}
.listpolicies .innerblock li h4 {
  color: #34483c !important;
}
.listpolicies .innerblock li p {
  color: #34483c !important;
  font-size: 14px;
}
.listpolicies .innerblock li a {
  color: #34483c !important;
}
@font-face {
  font-family: BebasNeueBook;
  src: url("../fonts/BebasNeue Book.otf") format("opentype");
}
@font-face {
  font-family: BebasNeueBold;
  src: url("../fonts/BebasNeue Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Almagro';
  src: url('../fonts/Almagro.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Almagro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Almagro.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Almagro.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Almagro.svg#Almagro') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'amatic_scbold';
  src: url('../fonts/amaticsc-bold-webfont.woff2') format('woff2'), url('../fonts/amaticsc-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amatic_scregular';
  src: url('../fonts/amaticsc-regular_0-webfont.woff2') format('woff2'), url('../fonts/amaticsc-regular_0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bromello';
  src: url('../fonts/bromello.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bromello';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAIkoABMAAAAA8RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHUE9TAACIMAAAAOYA
AAEglBGbdUdTVUIAAIkYAAAAEAAAABAAGQAMTFRTSAAAA2gAAAAfAAAAR3ocloVPUy8yAAACIAAA
AE8AAABghw2GilZETVgAAAOIAAADqwAABeBj82tYY21hcAAAC4QAAADzAAACtArdEoljdnQgAAAN
zAAAABoAAAAaAMwEwmZwZ20AAAx4AAABAgAAAXMGWZw3Z2x5ZgAADegAAHbsAADVWCB+1ZJoZG14
AAAHNAAABE8AAAaAaC0VXGhlYWQAAAGoAAAANgAAADaEQZEkaGhlYQAAAeAAAAAgAAAAJAZaAt1o
bXR4AAACcAAAAPUAAAEMfRj3TGtlcm4AAIVcAAAAmwAAANIAfgGPbG9jYQAAhNQAAACIAAAAiN7Z
FoZtYXhwAAACAAAAACAAAAAgAlMEVG5hbWUAAIX4AAABuQAABARBuVHocG9zdAAAh7QAAAB6AAAA
rVhBXLRwcmVwAAANfAAAAE4AAABodI19gwABAAAAAQAATm0j9F8PPPUAGQPoAAAAAE68z2sAAAAA
0u5+wv80/ksENQPGAAAACQACAAAAAAAAeNpjYGRgYHr3n42BgUX5v8n/AhZTBqAICnAGAH/9BT0A
AQAAAEMB9AAFAAAAAAABAAAAAAAKAAACAAJfAAAAAHjaY2BmfMI4gYGVgYVpD1MXAwNDD4RmvMtg
xPCLgYGZjRMoyMDEwAIkGRmQQEFlUTGDA5BRxfTuPxtQ5THGrTA1jF+Y9gApBQYmAM+6DpgAeNol
jrErhHEcxr/P931zpXe1GKTOholBSRabZJBNyeQvsNys2JS4WIxGikxSkpDcoHBOd5c3dcOF6yJ0
xcev7qmnnnqep+exvLWRb9MHeFEvZWW51RxFPVC3Kk27Y1gp9eBVvEFNN1S1yIWqpMqF3DhP6mdC
Rd50TMMXQrbCoXey7VPsapJa1EUrmrHYhyzxWfa8O3SbQffx7evs23vQGeo+xokuKcVZPr3Miqe0
fIQP7+HZt8Cn+Qk/NrzAmecoRZt8+SCPPsqO5rnXNQdh70oFXnVuHda0jJb506lFWuNXDTOVLNGR
ZTyxWKthf8mSf6UlflwAAAB42mNgYHBmxAt8GNVcGBmByBgu5AKlra1hSgBK9AKxAHjaHcpDYBgI
AAXR6a22bdu2bdu2bTNJbdu2kTJNbdvm7t+/mcM7DRCOcP9HZH6GF+EJr79EIIKNSET9IRKRbGQi
6zdRiGKjElW/iEY0G53oNgYx9JOYxLSxiKUfxCa2jUMcfScucW084ukb8YlvE5DAJiShvpKIRDYx
ifWFJCSxSe1nkpHUJieZTUFyfSIlKWwqUuojqUll05BaH0hLGpuOtHpPetLZDKS3Gcmgd2Qio81M
Jr0lC5ltVrLoDdnIarOTzeYgu16Tkxw2Fzn1itzksnnIrZfkJY/NR169ID/5bAHy24IU0HMKhVmY
gnpGEQrZohTWU4pRxBanqC1BMT2hJMVtKUroMaUpactQSo8oS2lbjjJ6SHnK2gqUsxUprwdUooKt
TEXdpwqVbFUq6x7VqGKrU9XWoJruUpPqthY1dIfa1LR1qKXb1KW2rUcd3aI+dW2DMBtSTzdpRH3b
mAa6QRMa2qY00nWa0dg2p4ltQVNdoyXNbCua6yqtaWHb0FJXaEsr247WCqU9bWwH2tqOtNNlOtHe
dqaDQuhCR9uVTrpENzrb7nSxPeiqi/Skm+1Fd12gNz1sH3rqPH3D7EcvnaM/ve0A+tiB9NVZBtHP
Dqa/ghnCADuUgTrDMAbZ4Qy2Ixii04xkqB3FMJ1iNMPtGEboJGMZaccxyo5ntE4wgTF2ImN1nEmM
s5MZr2NMYYKdykQdZRqT7HQm2xlM0RECmGoDmabDBIU5k+k6xCxm2NkE2DkE6iBzCbLzmKkDzGeW
XcBs7Wchc+wi5mofi5lnlzDfLmWB9rKMhXY5i7SHFSy2K1mi3axiqV3NMruG5drFWlbYdazUTtaz
ym5gtXawkTV2E2u1nc2ss1tYb7fabWxjg93ORm3Fl93JZm1hF1vsbrbaPWzTZvay3e5jhzaxn532
ALu0kYPstofYow0cZq89wj57lP1azzEO2OMc1DpOcMie5LDWcooj9jRH7RmOaQ3BHLdnOaHVnOOk
Pc8preICp+1Fu5JLnLEhBNvLnNUKQjlnr3Bey7nKBXuNi1rGdS7ZG4TYm1zWUm4Ram9zRUu4w1V7
l2tazD2u2/vc0CIecNM+5JZ9xG0t5DF37BPuagFPuWefcV/zec4D+4KH9iWPNI9XPLaveaK5vOGp
fWvn8I5n9j3PNZsPvLAfeWk/8Uqz+Mxr+4U3mslX3tpvvFMQ33lvf/DB/uSjAvnFJ/ubzwrgD1/s
X75qBv/wzf7Ldyt+aPp/3P60AAB42kXUZ2/bRhwGcEXk7X1HHqdIUcOyZcGxjYymRdACRZEAfZHv
/2360AlQQoDIG7//OIKbzabZbDbfhXy3efeOFEVRbrdlwcqiXO9LUhJSME4obuiWkFIyRvBUUCow
g2Xrb71ISQFJud1stxR7yXZLCo5tgDCHTQUXFP+EbQHAoYTRglEMlqQARoCs8VZHqV9O+b9TYhEj
WC0ExWbKkARRnFPKWMGZXJ013TcEIRgcrVeHwYFFC0GRSVmukSkrxVsSlBeUES0EY5wVgivGynVZ
sSKYJhyOsW8OMlydUq7jcCinjJcSW3AJONRKoIKXgmt0Cg4tsJQiHF0d51aHw0FOrFQMmZASOxgX
RBvOOeOyxKNTSnApSiUtZrAMSTEUyjgVcLxfHRwB5SW6o6GjtWgCx2pjhRBcqJIL5jUqU4LAWdv2
y1nDMAknxGJTFD+dkhPDfzpcciGpQTFIQqFRPGojhZJEq4AZLOMEBBw0DE6qVkfhUERZCmIFSsAr
wrWQijqvFDYbIpWorFXSKGJ1VIoJKgThyBVhuIZT59XRaJfEu0a9xDijUhipNAtRa6WUJUrL7JxW
VlNnktZMMvnmIF8lDJy2KzdladAuRdCdqDDOmVJOGcsTkjDaeqqt6mK0xlsWXMaM4kpRlKmRo3Rw
hnF1HLpqKDW80hgX3GhvrBd147wzLlLkMlaVc9HzFDrnhBZaU6WVQRgV4Ozm1fForKXU8mykVUJY
E60Lsul88M4l5oKZ69r7FHgdBx8QzBimgFjjdISzX8iGkIgjdYw50TrltJTOJheS6oYYg48199Et
TRtDnURTTTGibGeZRqHOBlPBWY5vjpTKM+Zl57RHzd5VHk4/phR9yjwkd2zbFHMl23qKScNxXDvj
PZwazvlCN5TWSpnAeVRjQEV4RXwTU9a7uc5VqlpR1eEyDHXVZTU0x7o2QYcgbHARYdz6AbreVqfR
2lVCVHqfkIkxVeqr3Nnl1HZN3Ywyt+k2z20zdnoaLk3rkk1Jol11FbPv4Tw9sw1jvTE+S5nNsQ45
OJurMbeDO136oWu6SbV9/Xw49N08mGX32Pe+dnWtQh2bXLVxB+f1A99wPuJ0WqVae9fENnnX5qnt
d+HyOO6Gblx0v2s+nM/jsEz2tH8/7mITmkZXuera3KcZzqcvqzPhSDutev/QoaLgu3bpx318fJqW
3bA7mXHuvtzfz7vT3l8Or9Ocuti1um7z0LdjfYDz+1exEWIfQjUYPYbbUI85haE/jtMhPb0sh3k3
39l56b9eH5f5cgjX88f9Ug1p6F3uG6Q75ROcv79JfKPPqWpmZ/fpdW73XV3tp4f98ZI/frm7Py2n
mz/cTd9eXu5Ot/v0fP3zfNfOeZ58Pw3Lfnfsr3D+/aHwjb7m3B+DP+XfjsNpbPNxeTpdbt0ff11v
9+eHl3h5PPz4/Pnx4fWWPz3/c33sD93xEHeH6XxcLtN7OP8BZTxfvwB42s2RS1ICMRCGv8wo+IRR
UAYU5Sn4BhXkpaC3kB2FFxB3lneRg3gDb+DWM7gOnWGqgI0s5U91pZO/O+nuH7DxzKqhMNiXk3jq
k4AaejdfPjOBwvI9i78xzrTnRNWo06BJizvuadPhYYZ/ZE/qSnLAISnSZMiSI88RBYocc8IpZ5xz
wSUlylxxTWXmhRtuSbDEMgGCrLDKGutssEmIMA5bVNkmQpQddonhEmexYUs377K7Ur0tHSG9pGSO
HZ7o0ueFAW9ae7GGKXlT7dLjWZhXYZT+1T8mU3+bIC1q648prR2xkKyxZ1So+HOs/uffIxZyNVcA
eNpdkD1OxDAQhcc4LOQGSBaSLSsUK6/oqVI4kVCaQCg8DT/SrkT2DkhpaFxwlqEzXS6GYJKNttjG
M+/N6POzE4BrEuRt+BbiC5P4+0zgr38gB/nyvEkgnNZV70m8sjhzbKwNd9LpmmRRPwaLOup4v426
1u9vW8qKufJgF/FWE3Sh5/MpGCpRHdsd4h1zsomTzZyITNgvhP1MYMAvL527RpO8acNDoMErKj0q
Y3RFYxto9Mog8tbqmJTrR3+1ZL7gzKs1N5cHSheoVAQY40FZQ0OMKvI7Fp1gPDEEnBrlYvBPTERZ
VEkM7TwarFGTYY01nBM93527pgsVJzW4+Qck6mvkAAB42tvBwKDNuIuBkYGFgUmbcT+QYcmgx6DC
IMUgyMDAwKG9n4GJwYPBGiimCBdhZrBFU8PCYIIiwrCLgRUoyK69g4FBwbU2U8IFAGAJC/wAAAAU
AGIATQBbAGoAAAAA/toAAAH6AAADMQAAAAB42pS9C5hlZ1kmuv51+df9utda+75r195Vu6qvda/q
7qSbJCSBBAgBFYkSJQIR1EQRUWBGUI+DOqCYM2LwfmYODhmd8XL00SR9VNARJuOtxImIAT1wODon
4xUZUSam533/tdauXd0N5zndtWp/e9W6r//7vve7/ppx5f++8gH9Ofrvau/Ufl77pOZrj2p3bzyq
ffHG5pYoZVHakTj6kfi1dlaszfhrd7Zmy1hw3Vm19qw4uHTsZ2f7OWLh6w2i3G6PBH7svCwWj3vs
BLZsl9jmqmNZ1Zr9vd39o9VyMt9VHfdgu9w5vltztVM54WZWc1q91C8KoeuWazrSDvphvj0t+07L
Mx3zIJeGLoQ0hS6NYLK6GrqZnXqmNRu7ZeC2XDdx/U5gmYYd+HZkm57tdaPItHVslxS6LiLXaQem
Y5i26WaujtM4pmVIiRMaI6fj9Ffy9jS2EsvyDMt/ds+eOk7k2EIIA+e0dEO3pO7EzuqNjmHpYWTK
38bF4r/lW27m2K7lu6YwdcvWcVBpY0/LcW1LN3ECHsQQ5yzLMHQnc6J21Nvuzm7vxYmF8wvh7sWj
2LQtEwe07DQwIt/JvP7F8amXjtxU4rYMz8Af3fGt4/xE7ueO7wrdDp30RNfyrPHFUW+n4wQ27jwe
xrrUZWC7Tm+n1+tMS8uy0vXO4NZx2Avd0o3C37SEbQdSukEnSKfpYL/vpj5O7FvdW09l0+k4NORl
gTv2Wl5rpZUsJZPbVmQgs8h0hBmG+nTnhu2p8HM8acfO0kDT9Csf05bErvi49jbtvdpdl7VXaqY2
0cxTj2qT5FFt9RDLRkWvg17fuDnUJDYqscyw7GO5HcvLsMh7b7a014B4Ixb9Xg76tsQwlEWuxmJk
4IeDaLMaSTM1+hbHoPq6x6FZfWtvtzEKR6Ie0NOF4V3kEQ6P/9W2CwepvuP4uzhNxQX5fLf2/vzv
+ACzWbruO7qn42H7WasdB53uIPFL33QTO9M5rHUOJQwHX3LQWLowIozGsBc5iWN7+HsntYoQI1TH
GLXc1IlMjBvbMgI7xFE8rLGlm9p4L0HmmcIKHfMNtmE4qZ9Zhi0wPnSeRtd7BY7ok2FwAHGWAzdq
6bobOlYko9Go77ut2MWxDV2Gbn+ar+ZBNzBwpk6YYPhgEHsW9vRTXAwvzeDFz7Y3cHumgT8bUsd9
mNJobW6eSTwLvOFgfIBp2xFuMRrHYNLCd97geBjvjm7ETupJEyMfw87CLXlO4GbYTzq61Kwrv3/l
kni9cYf2aXFSfKW4X7xW0656GYs/+2sUM+p9QBhC3CkhJet3k8/FFv4vVTKo+imaTeRsrZGOHD57
6uvebiVA92Z7kKJ7+/hYGBLXuZRKakaC4javzt/Oa2l5rQw9Wq+GX7VLu6xvg8TuwfbBfv1/UVTy
IuX15HK7VOO3NKLmHsu8KPN2WVTf8p2Sh1D3Nds9umX1I3Z3JrunhLE2sWwzTP3c8wpfepYd2IaE
ALTA+6ZpBTZGNsaqwOCAwDSFcCxf2r6lO4FjYzQlEd61YdiGHUM+GdLX25bvGNL0YgcDBIPKDsEb
GPOWaZq6qcYkhhOlom77lKC2hVPiUCfaduFFy3k0Gg6CPMLIMdSYNsgwuumZ0gxjHNCCNJaGg9Ec
SB7Pyzw3xBpdd1LHV2cwLXUG7tc39TS+sONICPbQjnInxB2msZU5ZBsMcF0PUtdxLTOScZriDqFj
RI6LNEwTZ8PhuEL3JEQw+QDKqeJn9Q9PT/fFeXCL+Lh4Hq7Xs8zAAUsbrgX5jAeBJxr0Aox67GqZ
0iL3O2ZsOZD2Dp4mHjLYCU/ccmVk2y7vzzG9TgBlk45aJybS5Y0Y0AJ4Abjpbij1AG8jGkZ+uxX1
I7ywOAb/+dEg8q0kC7vhmS28pjT2cg/MferFsyDzo5D35Hrp+W48jNwgwssIoCFNw4wzCPJeC08D
V4DHjG/YHbdtOLFtS/K/4UCAKO2UTJPyZEF9CCHxSd0O1nfAzbbf8cvNzvT21dYssIRhtB0LLO8Z
2ek8HafJMDnzijOO5dg6dKB89h/wqiD6oInxAC3ocdy24UCB6h5u2zbiJQgSA5diUEhBTDm2o/+u
EM98v9CMKx+5YoqvF58VS5AVX6N95LLwNV2MoW2gOL4GxFuw6PdCxbggulhOYDmP5Q4s92CR9z4q
xtBFJ6CLTmxU9Dbo7Zr+GdA/A9oH/QHQH6jpD4H+UE3/Z9D/uaZ/B/Tv1PQV0FcqWliHWGraAe3U
dAo6rc4lvgL0V2wA430FFOR9WF6N5auB9drk8ulcbMw2Kky3ISCjjimqvdk+leD+7oHcOpIycg17
zI4hwP2D7d2dBe22vb8D+Fcq0QFpIpWkaESVPBKqhcypfSFyciphtUdR6cxKOm7N5SSvbB8iSOLP
kE3cEMCypLDK2/vF0WXjIFcLtOlcTEqKMqXtIRmLgbAHC1BU/cIlGfJ6ULVoBHEjE+eqfXdBtNbw
AKtmbbm18/PAfBAsgRWFftv3Bh60o+775P+gXLdDGfYjL3Ml2Zx63MSojXKysNHvBF6QmxQJkHCZ
B91oO9jCNk0MZwt8DykBedDrYRzbuglNCYb3wiw2IUdMKHDoQ0ovyEXLrMWPQsEe2DcEbwjPhsgw
KIUFhJDr6mal69XVAFhOlgHFiDPVeggJyBOpvjn43m+B5SQAgkIgFQ5RAsUmCXbHgduGkkKQyCEx
pOnoDsQteB7iz+ENAAGbthO1wrhw1eWJ+p+uQIexJMRv49ZxB4bDvxIo4NPJQ1f6k6WDM8DSUTfA
b5OwGsAIwlHH3Yc8Bw/vBGkboi0dJcVqy6JcVA8HT8So7lQGuhLKBg4NGGW5seHw03Ncx8MDhjjS
Kestz5PqYeAZ4Di2AHh2IfdjB8AkSWIYC4bNw2JXN3XjVoA33vKxDhcGNIgnurSMC9SrR2zzLUN5
4LHaBt9mPqIWw7W7Lp4WhgvkMLahGZDisq0kgMzCNcAYwdWKGDfnqjEQOzBSIOTjAJKxKACF8HAD
DBQIP8N2KZt7kOW4aAcIl+8Bp/MLH0Iy7H2Ecu/pK18hPm3cKm4Tvyrer/0vl7WnIPduoNwjmn4K
aPopoOmngKafApp+Cmj6qQZNPwU0ja3vfVzcjD2eSrPzj4qbNx7T/kjTP/Oo9hTk1p9Abv3JRkV/
AvQnIJ9ugHy6BPl0Mz5vxeetlFNvxkb/HMvbIKNaNeMVR3i6QjQ1PKm/TGZr+AXZMqFcAsjaV5gL
cotgC7IL/Hhjg6YbFq359Br4N5dd++Wcx/lLCRpb5o2NsCgYII8ghJQcywtKFQijaw7cpixUIqtC
VBR27XJne/9a+HednUt5hMqOQODRdazx3mc1GJsp+bO7D3T2+VDuEVk/md0Gqla/FPRceOb8XJDZ
X+hHyXK7+FUnA8fbhukbQHmwlS1lwJoc3Dr1tJDkKcBAiEPhEAXW4kNXYlDJPLK/RbbEGDZFB2IE
nzpQBZjQcWzb9tJZAf4A+I8HoRNKh6aFglQ8hyz6gzAo42gUdc+OAyUGGynLE8nUMV2ASBzPcGCO
FkAQxH+xSOkQEL5BNAqZ6llB7lZ7QSDg+LYB5uK1SIpX6VOMqMPzeiF0MlsOUztMWqGbemBpU9nq
6RSIRKflpYe4zX8udbflhLCTRxHkCT0HuDnfKlMKgeoy+UzAyvyLTvHvR27iuLheiiBHGfg4r4cb
xjqTD0pXglnoLp4R7Wwlj6EsjFC4sAptXLfupT6ldujC4u5HEB4hMLnf8qRPLQRILKk/BB0UgOJ4
uhBZIhnFTmRjE+D5LOn3KXVHEQQUZHcvxEnuSpZiAqwA8ko6iZQRXgkFK67QdWBSBhmu2oOkMzwr
7AZRPyzWViZp0gsgifIVB6ZBgMNbhG0ujQTIQDwAw0xGCa4DrwHSz4nwuF1gVa93dnDm5WcASLF9
khD/UvznJwpd6ahkDOsRK5JJChwrlXHoChyYAhXa0EkhMK0zGyvPHYfDQQcHVM+KIzFLYFN2Nru4
ubU713Dz8gxeAzRry42GCR4d5DxeNI6wsoYHgsNARygjFY85wD0GtLJxFRirukOfE4aYRZ8HVCme
Bt5RC4fh68fDtUKJU+DqwjZeg4VHiL2BC4QBa+iDQtOv/K12g/Y3+kx7l/ZT2isua6/SdO288n+c
hzzdP6w+b8DnDRCdrwL9paC/tKZfAfoVNf1a0K+t6QdBP1jTbwD9Borcxk93NaPX0oA/ygcnF6xc
YsS9BeF6BPyI5PK2citSRlJA2oXcgjTjukpY2iXF4Oe3xncg/SCO2+qiJvZJZVYDWj3NEYrXSPGg
cIJJRxjUnU6N2nKV5QP7EAwc234ECFYBC1OveFVCAmGs2YbSuMrmMirxUxPKOwdmgGqGksXbCkoX
VowanJRl9keIFoThmGBcg8cTAHlAN9z3tMRww1jFUCOSsJR2B/uWgcCAcUO84BrdEHTEHhgAYwAY
5cRJ4C2/5UNuAEYAOUrayGCEqBv6HgVV4LipH+qQAzrvl6wSRwEHL0eZiQGqzGfXbwUm7NK/r2CZ
QXsIZhcGv+ebjoZ/xpXdZ39c+3OMq/9V+3XtUPvBy9oLMLK+V42sF2BU5BgV+UZFt0G3a7oHulfT
zwH9nJq+BfQtNX0b6Ns2aDPhgG/BUtlMILpYTmA5j+UOLPdggc2kfS/2+hXs9SsbFV3ZRhiTC24W
9aMTvtMPsXOtnlQDd2Gwcjvobgy8WofOfSaT2kOzCAuuggK10+aSoMfmRtDAEgfbe7vGXPkeHbK4
xocNA2APS96i+YQ/xoJMozsYc8B/eHm0fA29hrtuDrvcxNvGGIBisSRhoCWNAiIkWUrtWKm22jeQ
tTD0TM/qjyCLIUE6uSsLC+atm/k2ZS/ECmx/GNYYt67ysah/kEYc/0K28kSnJPc5uAOidKt9tuso
d5zvNfgfgswxZQsWuOdKR7zb8KST+xh4TmhDOjvDUc8k+MzcoKCAhWnfWs0hwmwMeWpl9zy+tE+3
CV5tyDUM7XQljTrx0gt7sGDASi1brzSx7XSWk1EUdnzcqld4XgxdbGBsYwxH40tjUOlyCkzdWsmg
iaDRxLPP5cnzVgxN5kSpDGwf9hKEtZGAT10AXT2ZZBE9AU6KD6HvOxGem70Uu55npxUPPH3lNeJv
jQ9qv6H9nQi1b7ssXM3QbqlxL76UWGZY9rHcjuVlWCrcC+KNWHTY+y7G60mM15MYu7ckj2kf0kwg
33+BNf9io/rrd4P+7o3HtXfg2B8iQtY+NLfzHxd+vZb+6P2dayIk/Dyr18PxrKGM0Nq7V+O/szSP
lbfaaEagQbm5DZ5o7yjG2dkuazB7HRS3wDILDuhqh3qsL8DhhR91MhX22V7lZZXFdVhpNvc1TufA
tTXnkkWPOc8rPkljFsI7kX6f5o/Xl4EDY2h6dtyiyQRwE4TSUPEaSDZJX1rLjySjOxL4xony1O1F
Xu57w+WVrDKXAyCElm3a1MoRRhaMX9NsOf4k9UuCKsru1Nnxuz6Hv6HMTH15HXvGgyi3GV0J4tSO
hjGREUAPGAi4xqT+h57utHMryvyT4D3x7PdZgD2OL+NhGC8lMrQAQIougKNv+S6+OplHk81fnvQt
JyyTlqVUDtgd/BylLqxXEfYEpAUsvd5Wb+PLz8ajaKkDiIJBbQ+2L3bjJV6HGfqOiIexq1CEm9im
ChVZZTh53uTcN53bfPWr7jvbO1Omy3G41EuUACFr2nRi+rFfeuXJslzL+1vtqB8Qiyh1uYa7gLYC
z0T9WOqn+zCKAZWjPJrEbt5KiM3oZ6UXlsqoHcSjOOgEiRGVzvC20bf3tnt/MzgY4mkDpPqdCKwL
Hs3X8/Gtq8XJ3E0tADjHoGfSufiiO/OlS8++I1rOwcJ2zGAU5Fg0TqHKAMIL8ql+5eNXflq83Hix
9nbtPzIG9KAmYI5SU83AR1Pw0bSK+zwIS/VB/OlBWKoPwlJ9EJbqg42l+iAs1QfJsdqD2Os12Os1
DHzK/PPYMoso53o6otzZX2SKUn4Bs6hiLeChynF0DeTZXttuXydKdGkeSqgv5PMYYRwtuiMhIZ3c
iTqp8g474TAF5+SEIbqpwjiGY8eGUXhuy/fa+fBgCskKWMo/6x5xs+W5TiuCJrIiCavIbYd2YBMs
E9xQZ1GfAMuW3BZQIrAHuz2aaaGlfwqKxLNODOOhb0c0nmwqCIXO6DwSkt78wAF/hzKHqA8tXhgO
apMBtsBWwMCtWSsZJr3tDkdHBOyGg4azXraSwlZaff7q8MJw6cbx6Nywt9crTkZ5l5cTKZsRqgpD
d3DQ62113BwQiG7rqOtLmIaRTUHgpTAHlqLxTdQoeCeQGTLohHtfuw/A6NhWKUxpjlfzk2CIKFlO
W/Tp+B0fu4fgGksqh5VHTvXHt0/bZ9rts20v96gVM00TV/7syvuMTM/Em7VLl8Vt0CWD2ncM4i1Y
ahw0AA4aAAcNgIMGwEED4KCBwkEDjMzx4ebW6uL7Vb6N2VG0ZW93AbbMpvJahVGPuaGQMxuDDtvM
Q1L7RwilGmBy71rTvg6INm5T7jxZm50S6uTKw7CAdPZ2wQjb5Y6Kdg7FAthSzl1Z7F8z3PeV0oCm
uQEqr+KJvK3cuUd7Ysnt7WtdF9WvI+8McR/NDFnvvXAvxH4L3uTjx4FSvCDa17CS/mOQ/Q7GZggk
joGlD3tp5IdW5dsU5loHQt+kIWeJpd1hq+NHvZhhFlPFUjjeIYehmcCD+HFtKSwLYxRSGkLebmC/
HWJk5QBTru1ZRO9kKNvBDpakvxRGKiwGVyE3KBquAAsBENFzLGFQSuxiVg6T6sJsuoQxEg0V2zCN
vowcWN6Q96ENfGbCpKxtHVEFXnFNqQvaz+iSjEp8S1MIdVjSqevZUGyW4Qp6jqkSDYZonJZtw0DN
sEb6KYFq5ID7005aDDMoNTIzrxA/wmKQzWSc2ndsz5G7UGd+O/BTx2nhgXhWHA4TaAK35ZlQaLd9
x03xMKKvQRfd8730VNneaGN/5YCmTwF3YEAF0m9EdIr/UavIATl9a3TDiHcwIl6AUSZt05n68ShN
JgkRtdQ9IGjX8mwoJBvan+rWFJHTSQGuI6YzZKtZfiKnFc+7tRmJzjzX7fjJOMlWWwZ9RcC1gug6
sqNBzLCaB509AuSGaIF0NWhgAbJKpoH4QMgRzUuPr9bApeGCw36Eh9UpoWpTpxKl6tFaDHrHoavC
fpJK2EmT1rQFlTm7awY7snXK58OMQiD27n536ZZx2AlxHza9SXisDOyFNmRkNI78DuTQn1z5PfFJ
8Q8Aym9XcSLtzo3HoB4N4FIXes/FGglJ44P2azoCHXFL0M8H/Xzg1S/T7tSk8uhaWPtDWPtDOM5H
cRylbT8KbftRaNuPQtt+FNr2o9C2H2207UehbT+qtO23Yr9vxZE/imN8G+hvA/1DoL8P9PfV9EOg
H6rpHwD9AzX9g4fV54/i80frdT8O+sdr+l+D/tc1/ZOgf7KmHwH9SE3/+/oYP4vPn62v49dB/3pN
/ybo36zp/wT6P9X0b4H+rZr+XdC/W9O/f1h9/hd8/pd63R+C/sOa/hjoj9VP9b+D/u9EGXN4DalW
tr+gv7fatLhaJtca4KI4tstFcX3HbD5dOKOS4cAO05lkjsKs0iN7uzBqQeJztntRgICZu7doA7e3
64h/uQUBLau0BLtC+ozW2QPR3t4/JpybJDDuXeMjymC1p/gSJ7XtatRDPtJPmTk0YgPpUXjRs8mI
tQ6sofwwOg1ACLYg94N2mu72wTYWcERARGEpXGFWUSQKNT+yXejiyJaRJRhfV7EaKGyIYkmPj0uP
oGWKBUdwJQ3548Iq1m36cvWAsrGKxRtCOYOVM8hX8WqT/mtzma5E3wq8Yqnje/gilftX6YibJs+d
Tp8/ZcKDaSgHlQ4gks/yJHFaLpgbgoNuSIdRaBgjHnUNngQERn4yb28U+dAyM8Dh5Unv4BzjQKOI
v7uRZdD3JFWGQx96J4JECbshEJLNpDMVtfKZCGAqvzvvylAJDTaFDLbEl8ztQHjgaeNkRdCFTIZS
MmB0QEwxJE7IQ/Ok5QXtoAo/RaFk0g+uAVdsesCCpnMjtsEPtmYgz+XpbSs+DXFKvP5B7ZL4DvEB
7ee0D2taq7xe8ICjUsVC1Bg55nrZUyHnJh5RxZlVJHj7oInMFE2SDL2K2yqUcgQNynYTHWGCyzV8
tJCscm1uFnZmastRigyQ97TyehKUKMzxeuGaVPVSaSOHStlwdWWPMjqA/07Y8a2QfwgdppnQ89ZP
Ib097AF9D7BpOn7i+m1pyXosMo5aJT+MDkrl1XQM19CTFmzLThSU9Gbi8WPAZNLygK9tGEow4vIZ
VBGPYDgypp5SIxMqXLrxSwFShLouyciL0M3qEnVXwla2xS95LuwtujVl6EDV0RPZ8mHbtTwm4ZEj
cT7HZQhDGmEohKvMAGlkJU7SmuVBAfDg0fqwZBh4GVG/W7gwDHCNdNKOC2guhmwNS7YyKMAYsF9x
twfV60cwiU2ygC9oIE9yvxNgYHd62ST16MfltXlMGflDlcZol47f92VARytZIc50s9XKY9PmuPvE
s78o/rv4C+2D2ofFdz+q/QGk8KXKD3kJ+PtSg78vAX9fAv6+BPx9Cfj7EvD3JYW/Hchrh3slj2mb
mvhMpRc3IclTfKYbFd34Rjdr3+ilBa876S+r192Lz3ux7g/mGukx7a2N9nwrtOdboT3fCu35VmjP
t0J7vrXRnm+F9nyr0p7fiP2+Ecd4K47xRtBvrOk3gX5TTf8z0P+spr8d9LfX9HeC/k7Qj4B+GPTD
NV1p8opuNCvpnwD9EzXdaNZHFjQr6Z8+rD7rTBZF/yLoX6zpXwL9S8AOH9J+UcuVV6s158zaA0Wf
LAwM5adiwoYsp9dxqs6NH/5uuPVY8HKt3sho3FgwAKSKkkqqJp4Dio5fd45b9cqtS8/uhpjtg8EZ
w7ixsfT3d455uWA/4AbWeHiaKF9jOmY5iCZ557Tr2GblLCXCHK8s03sJTeHaseyPBo6bOi5dTTRz
bccuGaKiqpF6kDmMUvXb4PEajhtuaKV9z4oiXxhM4oSMAcRXiSFUQSq8SEZyKjND6CHGvFGHCuuY
hVJ52NcrvFAylQ0ymqlP4kW+R20Qg7wHEHZ9FJWm1ekUJwtIey/z4pMprsEp8pY0QygBSAN+sXFD
TpRMmEkqfd11QzOg60eaFhRpZJ8eAPavZuWpcnxxDPAMsZKf6QSdTidsnylx6M18JQeuhipMVzJI
FGgn+vaAWK0QpglvjaCWOa450x3W1r8LerK71cMhgX5hDUBX4S4D+nMZjcyhgsSz/84eQUfry9hP
aJpmXfnIs38sflQ8KybibvEKcZ94lRZrzHV6VHsdlq9jzpNUXtTZ1mxNOf+rpMz9vQXXjnr5B7NY
yOlE1rmcjBBUBu+R4fx500cryFRbpSpi3vhspH1dty6t5XJR+R35g/YWTHQet1SZR4VKTLWL3FaB
9jox4HoB/n1mmd4gcDXcyrCPpbKqpKmdKpfK3hzpWFXZ6PuztcZdVVCrFk0OgEoklSoBFHusYWsg
xyk5ub2/Nc1bO493Z7obeIxawSRhnhKhFeypkGmfyghSlq+LUQk+GTG3sHRdDmuFkBQQY34RDTvD
hHarzEgnktBXruuE3b6KC7sRI902OCCUSeyFoW8qLKWyaZj0CeRD/yRGPPUD9rccw1IBFCZw6uAH
akCoUlxI16EhiNXSjFxhMzKsQ6Uyk8dSqTLEfICn0M1mm7YamKs/WZIYrUCVCshBRymYWAUWmRK0
hY0SD9enV3nSPLVhitr2rgAltnxBFY+EjXaD0H9NfHaYKlOeSalO6ltGOk6BtPp7ve52F3az03WI
H5jyivt0VApV1C7aym9gKADNZ5C4uuS9QWUnElCEaT+BJE6xwUMK8RqmZ9uE2i6OgvdhUmdDrBE4
8GuymuL+KEMC31JSp8KsTHQiNjfpMcDd4F0AErp4NMA5WWTjj7B8RSsTkbu3kwROy3E8SpDQZoZa
5IA2mWsReAbzGhg2XTuzxtRQ4hpeBN50zORcui18e3T23P7ZWNeXn7+SnkmBN3CnET0oeKXAT5BJ
EoCeeROh7Tm/pXLWCCxeg6d6g/Ib//GVF4qvEP9Ne5/2SU07WMhxWWty9mon0jG2rJJ+ro48ziMj
C2CRGx6LnjRMls+Z80iRqC+LKHQ2j0IeO277GkHRxOVzVfZyQO5bcIftszqHqT9rm9/ne0D5nTTq
+hEebxdgDuaV4cVOFDP31lJ5DjrdrrAkIkJYSF1aRQwWGrATAEuZ8uKkygllqzdhwJqgzJemStE3
wU+MthPUSpURhxELrEgfFKtgvPV2tJmVy7HOXB2DoK3XI25l0pmnm6XtMfENgxM2VYJRraw0BQkD
HBHfMqalWA4j7yY0KhOcg+8KfVgrRZEutwZT358OIuBa6l8AXptp4Ib0cWGGH9NRJlzlmArbVF1g
I+b8MkeShhIGssebU2rVJnSna9pTLiVpYxhbSlLQl2NXyTZu4Qeu50WTySQarxYRdDAQpzJPIQVm
LxkDdeOh+SUM056hcljohTOdDKahFDCZGG9t+46rBICHbU3ysSHLPBmzLiJjQFJcufXKk+Jm/Z2i
FHuXtR/RdO3TKsrxI8BVdwBX3QFldjvoOw/p0anWvwj0i2qa3pIfrGliOW77vx1W3/93fH567pGo
6M+B/lxNPwP6mZquM41JC/0QS03XWceKrrOOcezHRKTpn4G+vYCvNyrI/aj2/2D5r1iexvKXWLTb
Xo5fG/3HcJ/upXvqFQZXGAsr3sAVb1hY8c1c8c0LK97EFW9aWPEWrngLVwBqLpZfVBS955PZdHbQ
uK2hEhkM3aZfWOneqp5nf2u75tKcrK8wqlqxUy5k4rUbrlTp03VFGuzDfCona1Wq8RaY+6RYOyUk
Faw9FNCdkT4EOOWidO7nc/9UCr+xYilYiuukIjMcgFtqblBBmYs6UApd8ft7B1f7510m3Ma2RdRV
5KZrMp3KpZPYUgU5bupC4THCYRu+l6QK1WKxRUCApRwmGLYe5LlpdFrRIGKE3aUPFpxmKu6qQj2q
9oJK2LBUNr6ovaRO5cbWWT+hvC5SMiuaGicZRrqu7D8VFUyJCaG3LIIAGcoqNwcaHehxBYLKdbu+
4zEIK73cnwSWIeb/KID4la5Sfv9HnFFX3iFDV1BT1+t6KerMJi3CULgZ34NOEMZEBrrn6LbOLFme
mMqNXm3fUgDFohw0Khk6zxni1SpnEQ+K5+FBXuCuT99zzz1nmLbDbEHgZ14Zb6o8VUhBbK7yxsIO
MTVdKBHrMHRCbEgkKEMrXUkHB0uMYsHSVzE8OYWJTneTifcVDynccEmB3Ic6XIpxXuyCh2hKTcmT
v7zym+KvxEfEmvi1R8W6KgNQ1vB9YJj7Gmv4PljD98Eavg/W8H2whu+DNXwfDNHHxFR5jLVDcu6j
YgrJ8BLQL+FxFqxb0l8J+itr+tWHVakB6a8+rGA46dcdVnCc9NcdEpbjmuZW52Pak41l/CQs4ydh
GT8Jy/hJWMZPwjJ+srGMn4Rl/KSyjBvr9idwjHeDfndNvwf0e2r6h0H/cE03li7pfwP634B+EvTj
oB+v6Q+C/mBNP3FYff42Pn+7Xvd7oH+vpj8M+sM1/Uf1tk/h86nqWQk8N1E/N2GANmq6D7pf00PQ
w5oegx7X9OwQ8vT/2KjM6l+G/WJdV2YcWQgKXuR2lYlcFXBBWGxet+Z2ob53Nq38wVVSNA63e7An
r04JqWooVBSSzrDZsYqvi4K7slJ3t/YA600mYGUKqQvKFfRp09qp3cgqN4v0sC6lu+rO5kLsOWK/
RlpFVYKmROixSGde1gUduZgSyVb1YSzvMdyWFzH3gTFuVw9cSpcqu4/sBPCgA35WXmdmHCge9wkX
iIbJ9bAdQpkpL50SXdiLoo07Kmewb1thVWYF7iaCrjGWDWFJlm0yCiUzeJWMFATTVbWHSePAECpX
ly4/qax4dW1KsHhu1AuYtBFLJWBhnwBkGyIOWQqgPNm2SpXmCUVtXFDExlVqilVlvELMjpLOdpui
EJAudhmdI7pSJ4UoNondoQCCEkqCYrm/2+PReBSVFWBV9hOQd9wedmH790IbZhFdfCahY0RnNnMV
6e0wK0uHDmWKX0glv+O7oyIhsCTgo6EyHcb9ymssVeI0ERdLm71ABdRg+vf2eszdZfRSqQfYcVV9
iOulkwwPAFaRZXu5B2SFzVdwQ+qxeYGrW9BoQeEnywmkId3ZHb/TsUILqg9Hc2gb/PWVvxV/LP6H
9qfaP2lffFl7GmjrhQptvXABbT0N+i/Ii9fHLzpX6AsrTK4wKzBiNHn/TZz6KnuiqBhiVBUN7F03
x6QxE44q4feBR/ZhmlcHmPPyPAvlmEubMCdvl4tsvFipCu4/9kflbyuqP1cb7KlfTZHnHr/v7c7A
89jAkso3gKsf6uVOUwpVF0AlpowiD5a2Sii3WO6iU33qzLCyVMiaxhptfBamsJixyk+iN4iqFW/T
rlJHYKtidMFmZX45LD9hK4cZ/c7A7hg2LV+6g0IyAs+U2FBVJNFU12GfmKmDE9pmPEntUHoZ7H+X
sWxhYvgoG4cQHTwcrwSlC/3LIDuvhOUKRuXGEBPcgqFS6Zv0SB7hsyYdGkAIErzgOH4YLkXDG4fx
MMlWU9Y52spsclTRlHBMN3OiXqRsYTvshCor3UndNEyXU+bZ5y5zkimcnGAp8lIXY9fLvCQIWQIQ
RqxvLqyAxwtsWzku8HDwzGRo+b5DjnN9BURYnODR/nA6G208XaA9PgVKBL/VdWCl69FSpNPAScYJ
mDxJ8lkOQ3097AbhjBkMTurh9C36CRhYwv+AmQSJsqufvvJZ/U3it4ArbtNuBnd8jfKyPap9PZbX
0zG+oUoetT0s5zYe127TtrWvS7Pzj4v1OXVDTW1uCZUbvpiHNalqmTEIp9dRXXSpzaZnF2zo3bmX
rYna1HU/e1UJ0JHzjumQ24tcqDJE6NrKWTrN1ErlQlb1hQ03XfUzz4CpPH4jVhHWx8vLRZN/+6rd
Z41Zsnep4egmSjqqvHKLD4G1ihQbl/QmU4fKHfZEXlc+VqaLupq1Xf1NfuWKptPWLyIObSiasF+q
OjiW0ut+6HjM+rULz/FNVlSYfpeA0lRAGMbzUrDu43MQ602MVCVfkN+YHgi29PQqi74ql5hzg3K9
2FUJow9Eym4CFfgm41vKaUw2wAX4c9jMBM7Kf+BR5qtDxLYLia2KxXU9cMKKAU1W/sRZzqJikwFL
y9CbrgQqtITzRPnKuO+perr/U68raJRXTtGn0rBKYGOyVmC7oQrWsjaT8smnmuyVUR+Px3S8yqNO
cWKH3SptA4LJXoLKZEVPfm4sVVkfZAe9Yrj+3Osf9JkGTf0tWZwolc/BYGMCPsLaw5I48SjK1jOm
6+DRuEz+p4WgYm3QlBQQQvch0kJ6xXSdMVdmVUfO8GA4OD9kHozpuGbV9gHiw++E+IEAM0WQdLu4
EpZcRp0Qdh3rO3WJ0eQGie3Rz+ORiXEVLjPDYXB47SX6f2zjFZL+nIjlhcwWsukOcUKG2fAEfNgS
vwBb4rPiHdpfwbAo5tVvxzOIr/ZzV570xaYIUhVyXLvp2v5iV4Td2VVdBbDnfsO22+1rXXPbTSJy
rfYqR7U8Xtsb1d6+vHHuXaU0r04yazhcfJY+auAkuigNVfTKiC+EN21DocMstWwJjRJyYAVJLygm
qfIcAUDZqnsAazmY/kiuDGAMCj2A/eYluUKEeGfBKIImYmU7Ropwe16VuKXTHU2/d6E80gHNU5PD
I/BLxvYN8Jquql4M1boAW7BHC91yypWnMssU9GUuFkxFA1an7SUOS4x0x6djW7n1sHlgiZOwgn3q
UDtN6JaFVnSUAzequB+3whpenR0LDNNqBfnpNstjpToKrVEW69EbwKJ7etMtfWkAsFjmqs+N0Vpp
tU+XYA7l26Mis6qkCvqH8QC81KO7P2PVlAmLPI5GCZMQGNcCR4S+79q+FSdQYTbzSG1WAkZDBrbY
E8UxPQoeIlBi9JbHBIl+pCrddMk+PnhTNkSYZl75oWf/oz4Uf659TrxIvEy8Qjz0qKA1+z82lMUr
7gXy6wIFdmGZ7mqiskx3YZnuwjLdhWW6C8t0F5bpbmOZ7sIy3VWW6VnsdxbH2cUxtkBv1fQB6IOa
vvGwcpaRvhn0zTX9XNDPrenb6cPjNYG+C/Rdin5Me5+KTDd29vsW7GzSX3NYKeT3HdnZim6iu+9b
iO6Sfi/o99b0T4H+qfqMj4F+DHR3oYaXV/VnoP+s3uavQf91Tf/tYfX5GXx+pl73WdCfrfYTuHtx
UK0XzwP9vJq+E/SdrP/9jY0qEetXsbwfNu/BopgwrkraWHTBz7uU0LocGDuba1cnlhzp/+0FGK52
sDfbn79Odr8JDVydZEujU/3Ia5pbGXW+SBVorKMN14kdHrN2b1SNhvZ21+zrNx/IG1ejPF62kZd0
MCo/5TGxtXAnGzCgJzNcVGmsya1y5+NKm7kBqzLt/mjg+oXHsjD2YKmSO6ha6ZoKlIO7qh5iKWqV
MmXFkBDj7U6gdDdtXzeVlSK265Y+1Phui0lEXssjHghZJ2HSt89SYBYgKKEWMkYUeb1lS8FZKiuI
MjM2WK0BaZWXXTArAM3yrN+FeIkKx2HzEAbBpQf4HLn0bIZ2KwWgTldYB1T1UnDZDIFtW1oMOtPs
Y9CMhXhC4SGVG8auASofLfAhH8x4FHc6UdulyhYq0atSsuJ9tbNQfzORxN9DfNlmOIiAjmXk6ZIx
riJob7S3d3iNXUYvnNo5ENBqwVV1t3rmeDqkZ1SyfQLMYGkNX7JadFhoMWJ+OkuefFlstgfnBq3V
FlFWVVfFolCHsTk6GVj4BwwEQE995ARdH4odQJ9FXcR4Fptr4dzD80Pm0+Z+mPk2ZGgSurS7XJ3J
PH43SlPbCwoGQkLHkg5dBbZ0DDdwWTTgq1BOspTkJ/LE0A9VjSOTxtjDwTBdgwFGSxgq9bVpWYPb
BJ4M8KBarcQPie6AJZxWhMuTzEFmiVbmtc+0P6Ce5rN34beqw/q3z/6e/krxYe1PxabY1qba4yLX
Qs049ajIIURsCBF7Q9F1g5PNLSsyGk6ZNtbq7gyg+jli/xpOWwQSExoPteteIZN5tP1o++m8T8nk
6BTc95K+dzWL7Su/k719FD60+aedRTHTvipNoE7JPCZUGkGmLmuhU8rVGx6vcGw8CxfYt+Dg2hSF
fdWoaWbviX/v90bTQtfDMo7H8fDGXidU5c6Wq+vRcms6K8tkDDPUVViHZjGbBbU4QJgRmDgnXrLK
KJ+K9tLHJNN2UpzM2GMHyj9umabDsqi2H3aidDOyIlM4LvTziRevx6Pk7Do7XyjPvpDCGG21V3NY
lKx7Kk+3RyOXdYQ+ITNbebVWc0Yllj1DBsp4wYZBtJwGme+3XIX9YYmYAAD67QZd4Qn4yYUpbEQw
dSFt8BeVoOjqFbSXTCABJoBgabNqPYL9zNuKwE4h5IIJVJGp6Jx8WWdn63SKR5AzaG+FYdeqonu5
l0mjXE1HSxnz1Fkvv2CEmLWdAVtF5haD6nROMCgvo7WkWO/IiLk+ps14poqUOML3jICF+8IWHnAX
BHJUVY6zSBxY0Li0097v4nboeIAZQREBkEn5zSBtOk4getwBGNIKsUBKyCiIJ77NyLurxK3hxOun
TkTWv1TmGZu+MCaL24J0YqIghBcAlHIhWMpwCOiKcKxEZXBYXssHijL0JGb2fumfOuWzjP0ZUcUX
/kwbiPvFP2p/qr3rsvaAZuA/PWhGMo8aKFqCljVdZdgpNPUA0NQDQFMPAE09ADT1ANDUAw2aegBo
6gGFph7AXt+Avb5ho6KbjDjS33JYHfXj9NH9zkblnP99yIe6b9HuMS/5Mb9yBQfqnLSiMcHzyi1e
dfBZa5qbzY7zYzHvPzL/XmDXLdko46Y90DVFyrvXFiwvdAA8KmAhjy+W3a/NjiKayiHXqVxoulf3
B6LVi1ca0GFEa5M5usmAhquyc6uIlZlWHlJ2/ZF0bzPKxDSZwFPGua4KxWgz1mnPaiRWVSPgN1ca
YYfd2iDKIRBgmahWfpVjGkzIGmPmaDI9gGFAS+XEqlYVduG6ThZEwzTsRbTR48AUnmeqS7vspYzR
x2k2yWhOZQ6zoaFMBNWSY9Zl0rpjV7X7zJlmXk4oJTNJLRVet6wqI5w8buBOIz+G+WoaEGFSJaBE
NGUEiywpD6CMAtWuB1YHS2nYmgKkwgxBJ8LpvG5AjYwrM3SIMXILkx8qTciwAE8HCRYkXuC3bDex
mGJrChxDuGUAmegFQaeqX/zclZuNHf3TzE/TXn1ZezP45P2KU968MLbfPO/FUNHffMjwt4rXvV97
C5Y6Xvd+rYvlBJbzWO7Acg8Wee/jYorPN1cutVkNPukpm+PPa4vmF9NIdva3d5haotxhQ6GaBzLb
bCDmjin6yGxVVgx0W/mTZwvpbAW7vc4x97FCMYucBhP3eqGleXHDvKVYXe4YNW0Qqzzv+e+GGRfb
dDbpPHLOOjUnXp2w1/o88bCqynn3KjNADcfK9UnDXzCAkc9y+nbZkoTdGaSqroICw0Dqx2z2wYpc
1gvGKl5hqLiwYVQFBbpIhzGbbOoquGKlzLyiv7Zypg1iACsj6vu6HlhWooqp0rKdh8LHoAxaZRFz
6LGfiYrYW65Sc34uY3uURonlm8rlZuj5rAU1aijTnOkxTHxzpAqxWHbuJqUfpECr9rLkSXzHg+J1
M6ZmsU0g+5pUF9xPHQmkOALgArR0DesfHEkvPbjKCaFYZSTZQTSkH2J661TlsFcuBSYFiJusCkSr
OlAmwzO2RW9326eF0Q3DXuh56XIahukgNFWGupDDpaAdMCcVj5LpC7jMpbAb0kkdObaqqgrpaIOg
Skaj/n4POBVvKR2n49IPce0AFbrKKvW7PI89OXlmtRNB+/ZmZ0+MmUcYMP28E7DX5DAKe34cQ1Ja
Zbqaz144Gz9n3FoB0oBoCagoHaARVsp5rDMtPPYHKvy0H3WhHwMXiChaBv6POkGYBCZwA96Q64S2
CwjuMFswLWhyxQOVJlueLGUovhtICjgk6ARBL4qZep9OaMUwgwqPWY+64fIty8k4weZ+qeSIZl5Z
NV5rfInYE/dA/W4fa9hSu48Hwr6qornSUtPJ5ytq3qaaOu5sY7D35NGhB3rdU3TeWJSNt2BTVo0J
VLGEuVs72vf3Kp2az8uF7HLrehLnSJ9Nj0uEuU3fVL3uHc8gPyr9VO77hWLVsn29rL05L+P32lVP
pqy8gfOGg8bLAzMeBl6ZmAIQNDCkUmQwVx0GimF/tcNWK8Mb8QE8MwdGVCdU5XzYpGid6k5umXB0
wArFwOgCBjvtM53BGECKVhD70uhNnyu97hslHFVtBJUT+oLNTG069MyqC5XITkcsarRU21DCS8C+
zilY1pZqocfOeLqRletA7/k6pC9gbTaNoY4I6Uy65O0Wi0bZK5R1FP3lc7d2trowU8Nu1N9qL+dk
9UrJ+2x9Wi6xr066lA5Pt/y8Tg1UP+lKZHpW2H72HyU1adcH28J8hZ7NlGSzOn7ZXu/j4ltizwzC
LsYzE91D6cUnTzCGqx4m+I1NYB0rAjfDDmWDMPoTTRUihOQYX+iWKzAuSt1M/OWbx92zbccz/RRy
UkkSm4HkzfPnYggO2Cxm2CUq8VU6rWF7dnGClU1LX/rKV969z2YSEBuWh20BwR0XfDo4GEiViW7Z
3cQpfFu4uR9Q+s2WV1Qv76qflxX7duyBJ8GhhmMWLEUFHu467AC1dmvnZGZXLw6b53E+pqnPqBkG
R76SgaNnHSY3QzaCigYJUwBDiEpHmNEw4yUXz3446se6HVAUuarOPunh4VDMeIYVlCch5ZeItbXg
ypv1F+i/pX0LvpApNkTTXeP6PQdK+5rccjXEpeq8tGh61lzWxJkqRTqPUudz/S7ey54yuu2ylbRh
5J227cOU6vtOAkvK8jsqk9MSRWvrZD5KOieKfBJF9Kw4mQqpsIWkaxUrnQvv/KKTp4pWu7CgUzLP
if18Z2P9oHdxkBdWjTyhUulREv8v+cSK0vU86oURXrb0umFvbwCJ31rLT770dLKctE+3WwPTaTn9
MD/dzk9122fbTDDT2QdHdyNoKnvpucPnvnGS2GaSbvRPvvSLXnJifOPSha89tRo7gal3Uoe9zPhy
ILPZrYn2zc9cuayn+l9oP679ZOU7vaPCY3cAj93R4LE7gMfuAB67A3jsDvX/Hizy3se0juoEw3yj
7wGW+56Nx7T7sUbZPvfD9rkfts/9sH3uh+1zP2yf+xvb537YPvcr2+dl2O9lOO/983yrx7V3ad+j
3a+6yHSY3/kx7XHNwd7Gqc0tY8EruljBQoeDURVA1CmGR01SmxwEvn4Df9ldSJOmHthupOqRpqnC
/pLtvObdaZqu1mpQ7jUHr8O4N0bDpLvXP3l2fNMIoxzoobUWDVsz3fX37v7qi2fuffGNTOXDqxqz
y5bhKBSQxq3bllvLo0E0ubixZDkCMDzys0G2Vo4nKsPEwCARlePRcCWbuqiGdzAtTM+NfJbesxJS
JfFCDgYqAVnXo9w3jUT//qB0o8QOdB2j11WttibR8MTdL9/ZvPiNX3l7Fjprt27kqzkg3yTBULJZ
PYkNhzf0lvq4yLTwe3uXnn/mlueWJ3LAraU8ajuBgIiIRymGZL6WnzjRP+h3tzuhqmqDThi7jld0
ZP9gcOvzbn/e7EUzyColO2nxQ+KkrNdRNsMnrvwrfdtY0n5M+zU1UwOzam9mKfH+dnsz0vkq9Nl1
G5TslPtN9eQx9se6ZlKGdtPDRDUybzoDyYXUkLl8yOvmVs0gMBaKKmuErSq5xFG38EUlX3X+mVDX
6m0Zy3S8OR4sD2+784UrgzNRkCi06ppeO/E7oao1cC1pbI18R4gOMJ30+yGt2cgALwNwQoAAMaeT
DA/8+ZZqakW/ivSj/Gx3sF3Q1azmTfDsOE7TaJJzRgLYhxHee5YChDmrZRg4DoT5cGn44vH6xXb3
xCh79s9sQbOQ/R67AUaISheFqdsOYLLSBeOLfd3cueuVZ9eWh1MvbEUnR71zI0gaiP1sGsGIFaq1
l6n3tvNT7cmFHqSOn2G0m63lHIrbBcJmeAqS3bSdkUp7BwgF2suCuGta7ZT1juwWCx2SbWydTaOW
ygdjxofqKQgYYLaWsjN5ebYzvSmHpol2pytfcueueCMb3wUqYx1XkUDDWNCwqqKG+TKmVuuQi/q3
Y0z9gfY7l7VHNFMbKit0CDlSQLoUGxXd9HsbLvR7G6rOJFhqeqHrziOQZY9Alj0CWfYIZNkjkEaP
NLLsEciyR5QseyR5TNtSEnEX++7W9YJNd4BHFroDkH476LfXdJOteXUt4pMfY2YWvcFVi5ymrG+2
t0tPrUKjsyovce+4gdnUF88ifSGCtFCa0TBU5cctD5oC4/22POrDKteY+q0AqErKmMvcHfVT1F37
J7LJ8DjeYwVMnFNPq3KsrWPdS0QU+fNCdb0ul69ynC0P49MGN+TMemP7YvuGC9mkMHwZ+TkHoxSs
mUpPxN01VoSnN62Gg+imc+fSabp6EjunPZfeQqKWiLI4jF7xCr9ub+IAtTB+rPynEGVZiwJwfimq
bXrTpJV5zcrlQotR9eTw2KrE+g2H/eShVtvswMNWnlvntjAw+/t9oJzefp85EyoT0rT9gIHr6e1T
AK7QN7PRauJlEDI8rEpyMEw3mo2Crj/biei9Yv9P+qiNMjIdm204o4IOJU8uSR3mJEQ0Pb9WlX1S
xa5wRyrNBCyILYBIhj3AW4ar6TPTrVM7p4wkskKABc81cNls+BNbbPxY+Tk/e+V+8WnjvPZp9kb+
OAyxh5u+Pg8DCTzcIIGHgQQeBhJ4GEjgYWCAh4EEHlZ1xQ8nR503Pg76HtD3bFTrm34XXP9fD6uy
CdKfqUY3qyQe1f4blr/C8rcc7UeG2u7a5FgUobHHrulqfNx8qqZ0yBcdK1UD+IUIyXRy3VZTCwbY
Yp7ijccnSqGKqL2ms7W5XlL+0P3tprcco7VqWoljXDGq/D3b5Q6uDyYlIEgpfoLKObACdpS1mUWv
vIJhJ9q55/YzTIowPDtY7zDviC4EL02XWxHkqtPZ6GDshB3fkfN+D5C5bhXY82A00exp+6bToyfG
D2QYyaquT2VF6IbtW5EXqNL4zA0LhuJUGS8dgCqhw5RGWRpONACKZckUjsZAHS17JqkWfuLWSU5M
UIQoZ7MF1QmI0VC2avDVMP1hNTGO3zsYsqSNE7CwM5zlG0Hn/Es3y9Pl9Lbpja8/xwl92AunaKXj
yLdULYPFTMfIszPmwlYlHbpqsGaF0C5rXlUASecuG+I57QD4ubPZgSkEPuht95YuDqOuHxt0FoOZ
VENHn94WHA5/ps/UZVmUbVZZW4kSF8a8ZTPNNzou6GZdSnSrt9dfed4KTEzoaSvNYj5JEdoVO4Kf
fvbZv9Pfp/+l+Fr9Kx8VrANg3vvXJY+K1x1iqTMwXnekiUA/Ji7W2BlEiWWGZR/L7VhehqXuy3hR
eyMW6ptm3oWLOM7eoUpGVHSdhaHoC4eqbEnRN4G+qabrLAxF11kYiq7ygv//zgbxYuz14noGiJeC
fqmiH6MG/kzTia7SaE0eB+mvBf21Nd306/1C2pCV+T9d0/8B9H+o6Z8D/XM1/Qugf+FYpX5FN7ke
oEWIZx/WdAw6rueTGIEe1TS0v5jW9Az0rHo+Yh/0fk2fA32upvGcRf2cBZ6zuEm902aOiop+JehX
1vSrQL+qpu8Hff8GrJw7GCsGXLkDF/zCw+qzfrSahg13sOFOTVcXsrnVahzhSlxeFQfanV1jHleT
S1Sl0UpCNv1ji21lVV3V/azGBOUOYYGce6VU+hmzNXNZz3JBp5nqpsPCs6p4e6KyXktlqaspqCgN
60KGuZjOj3oFLcyvxpnRdq5qC7+Yj3e9Rs5TyvUteTyzblalbB/sTaoW+rimyVT1eabrf7GjGm+m
6gxXVFEFPle2jt/dO6t8/fuzMWf3yTyV4m9wBhrpd4hRqiRRJn/LqsqTyjmwS1FPplPXSLdPl8Wp
NhNDDDbB1HWXHfeEw/llhO6qWBR9q0qR63U/tipe5dNrBJTvquSVqr2I6ndoqNJs1VmF+aewgaEV
ZMrDj6q6ZHZM9xIljFWFq+oJDQErjIB93GA02DabDdA540OcW6rTsq4HE8f2TembnHvNMFyVJuME
LFaIuqHy4UeGKuZQbRkMWfUpkuwlzoh0wjLVpn+DUGmjyg5kvjX1mXLJSYPVdsBHt07SJSa95ast
06O4b/PqbeVVdNOVFLJ3fGmMjeuicv3Uy04Nzw3wNqJO4LEGWAYCatGTDGT7vktLhzUV7c02rod9
1B0L+LDuioSbUo54O5LJUoL1OD7UmeoX3FphkA6Kgc3TAthFbmenl6upNb4U2hbgixkwRuSpdBvb
kkw3xUtlfp43Hqv4sZ7hqOPMlNlKFnaha6wq09jx3ZafLNORib/cdjssaJhCUVV3UyUflScLXAnW
tvN0OWWoX3cSJkeqoZTkJ4uiAMpszXJcuZM0ds8/aJ8EfnuT9r7L2qth96w3+G0d+G29wW/rwG/r
wG/rwG/rEDfrwG/rCr+xTg3yTxttPK7Wv1r5X9Yhw79cyfCX428v5xQ72A4yTU25Q/q+w3rqnQXZ
/uqFHD3SD4B+gPlvELRatkEzbHProKwbgU0nUhncE7rciazIb5yxZ2/Bpwf2azJaALMa254HGC5O
VNZuctYarFW2B42AaIh3lSdyDOmgF8ZLbC4lI5u9lKctvbItqybq7PKjUgm83HcN2O+ACK3VVtQL
srWWan8oajaqZiGogFfTgBAc1BeS+dgmIb1ya0vfAY85a3fNbunt9IYHg2QpvXABYxjbVMUiqr0V
0ZbuSlsVaqSspAYIzGeciqY4WaSjmE7CXshiSMC/lQwDJBpGQRtWPXDH08++X/yqYWu/Ky5e1grg
+F/DOLhMNK9daGY7KWDNFrBmC1izBazZAtZs0VizBazZgsOFY+cCxs6FZuxcwNi5gLFzAWPnAsbI
BYydC2rsXMA7ho7UoCMVXc8NpegmU/TCQqbohYVM0QsYYW9TI6yJEr9tIQPibQs9gd620AeI9HeA
/o7awngH6HfUdNN17+GFrnuLVsjDC1WTpA9phRCSEYr8vKpI5Oi8bs+5Y9MiVSUO+/PioeP1imuT
q/K/Z9dpp6IKKOatEwrVgoSB6SKXRx7sufpcTMW8zuVN5VH+xFXZl3+hW2xNmU5Dr2RSBKuYfeEZ
kT0+sX26nVoQm0FtgJsquZjDOFRZeWAKIHLs3dvteAVbXQYOYHgnpBdpEPU22jDGbc4yB5EeV9k3
VenwfCY51R2krrcwVcl1zEK/QLpttmeLRgk0Su9MAcMU8nRNFEvDtSqXmT1uPyDVXANBN4t6iQvm
863udm/cdwM5MM1OSE0RDhmnsZxsmo1vGi8/d3l4MAx74erzV9Ix4LkOZlYNxCJ2JnA8h/Nw+GbV
lsFKfTX3knKmp931NRwEXE8mw7p4CRwXQSLjzLAoDJW8jTWwGpLlBPcwaFmhSqpQgVzXo3qNIidl
WujBrZv3zNY6VGVQzpFUdXm/cuX79RcYI/FC8TLt1y+Lu8GbzUxE+FJimWHZx3I7lpdhqZH/3UD+
d6uO7Hdj3BqHynBWdJN/9K0LVjjpAHSgOjU+pt2kcqpPcR6N5MhDRRo4VjtX0xdBX4QOeKF2g7hb
6YBvXeBB0m85ZEuC6rz/8hAAVOY1EGzCstXQ5e98AV4pF3ozQpUL6yhteP5zNGfb2tV9hxRabXz5
CrKqOE+7ga+RqmdqH9+r9g4sIssddnq8zoS9+ULyoTxqCX/8xx4Z7c2iLqrKi1Jevck1adZkxTJv
59frc3D1fJpr2zl02972bPp6cdTEUa+Rk9JMwDIqgBB6jmvUzW4Vd7FNH5vbKJghTC+xk9RJOaeH
9FoeQYllZNJI4qahgEpgqloDqBiCaiwggbYA9pyYDgfD8gzh+0R2lscGjE5mGBHAiqFKb6vernTL
whYPI59TNwaJ5zHQJFVZbvtE5ueMCdPZ4CiRoJoIV+0LmKHFOSFMXmPLZ/5dYoORON0lQwXMMcBi
Zw5nIQoA0Oiys0PDmV7ohKnjhI4Xy2w5HNSFUOIchBWRXqD6YNpsNcsePi1fzZomIQpc5m24gV+y
aTvAezpJrd5uL1tpmfr6i9f7+1VFLoRlKD18stCQZYUeT03GLkIC5pDVTp5Kn4gL5lgyXaxflhmz
aCTLWIiZCds8AAdOphSmljBSQlHmmECA5uttX1dIcTkF0FSv0bBj5hNbgtWRhW84pR9AvXu15IxD
p8UOhEzYcWiAMI4rOWEc+yFDMLUcr3DZ1zCEpWBBThWnGQoGPmCQ0mIDX7zf8mTePtPGBWerLeZC
Fz5klld0o6UUwq483X7uxfbr1Miqcrs+euUd4p/0D2v/SvtJ7e2XtYcgry41WOIhYImHgCUeApZ4
CFjiIWCJhxos8RCwxEPKU/HQQr7kpYV6ENK31r0En4dPVkw8tKDPH1rQ55fmOhzquTJDjToSU+Q7
FdMa85SLIxV55O2ukeRaZRVf25i2PGpktDZPL5scaxSuJmdRZYp5XUZZSTk2YFGJIE1NxoecUC6P
wrX1tTBtQ+tI4WecN6kcLoU3nIdxYVRVbwlG2NLFJS9kuAYG4eSUk3g1oLRsmUV2FgXDPOyEfjdM
AfrYIRYGAdMDLc5aypFthbCLrcSsCuVVlXHjTH8Axxr309xKChoarmeu4s26gVWUYGbPU2ZYOGC3
L9fWjWQgVZ4TRof69K3MSqB6OZviQPX68q3iZAkAe7Bz5uWn2qfy1rJvJ6rvny9VgrQRS4aIDNXF
FRzSSdLi4oXyFDNKmG5kYiyaDkwuHBVq1fJWmbDVSQuFP6J4mf7oz1x5nbmnv0vcpH3usnaIEfce
4lgxBdXMVgriLVrjnwLRxXICy3ksd2C5R1P+KY0+qSHGzXCjoqu4zqPaexa6aoyTx8QQKPRx7VXa
u8UQek+N7kOM7kOM7kOM7kOM7kOM7sNmdB9idB+q0X24oCHfs4AuSf8Y6B/bqLap5zpV9B8cVp/s
q/FH1+mPccvHNrfE6DruadWeQt+dB3CaRvOzvdn06j58V+m5epaVowb3e/8fk93NM3LZBP+oxJjK
e2Gy+oY5ZtfUGJYLSRbKDUS/kEK57cXNdo4i+soLc80sK/tHfy7t/BguPgrHXvNjnuVkIC6tMQw9
p+XYftQ638+HYcBKejWxlhHamUGRzdT5rTGLGx12nsgdNzdF6NsWJ3pwrMy3A9r7ZsVfLLg3aO+b
7KTPkhVP6InjqRnKhcP+8jmbAlQw2FCTIdUuGz9n09d0EIU2a/VMTwD/tphklHs+Y0kRjP9qQi82
z9Cr7Eom9+tQSsUYGkSYQTvMyJJ+oBrygOE9CRRKf/R6rxysrEa5zh6bzCZigUGLvCVZe+AmDNCy
5gY/meuqqU50T5yVbd8u6dkYXxqXJ8p0NWp1sigcT6fpybtPRMN4esvkJdAP0zF0hmituHYwiHAx
2bRVnGzjTns3DloroIug60jDgwrqBpcCFQ4DXGeRY76ay9CGyvUzHwds75aD80NONqPmUzVgznpL
l8asJdruQiZOn7cymXBqRAaWWTuwFIeR6rTk2U77RAprweZUocq9ZJk+azhSKlPOYbcJa4TvVZUM
4XinVuyATVPoxjctv5vaCpOzV2nHx5GKU3lnFrFSWc+DdCULO0E+y9fuXl9/0fryLWNOYcsnReiV
r7aKE1Sh5emSvUd0yKvvuiL1zxpnwIu9y9qnIKXereTVDNSokVcjyKtRI69GkFcjyKsR5NUI8moE
eTVS8moEqbAMqbC8UdGzQyWLPgVZ9CnIok9BFn0KsuhTkEWfamTRpyCLPqVk0aewxzdh72/aIP2Y
9uPKtm5ize+eZ+pU9DtBv7Om3wX6XTXddBgi/SPsr7ZRHbme3VTRf374uPY0zvoJ1T9/ttD3Z7bg
S5/Nfemc/UlxrqWYNxZH5iq9vWu715+Fhgld16un/gLfjhJ/JPvqVg7dSZMG1gQW55Hz4x0Mjg41
rWqn9q+TcKTkqqwMkKOWClxzSexdt/7xqJazslSq01jKWxXpjUVR79L0QtrXP2Owa5gRF91OziQP
P13pbuUS4DNSviZOBMYWf7pTFfzZWcDZjUx2O4cIglDqMFZnc848O3CVv4pCCWKNczQaUYv1FWYu
gcGNSkSxSl5A5kmj6wd1K6Gmt2c9cbJy4oYEG05ggd9UDSI7G1q+jNjso7fqJKyjc6N6xsEmlKbX
fQeqXHHTsTljWeiUPXYISVzg8KUT+ZnOcpuFGpITgwDyAlY40px3QZOm76hmoDEse1/3YvbZNsWO
75FL91/48rsv+gBYedjP3BZuNJ3k9PFJI43XXrK+csfK5HnLsAz83Dv5khPtjbYMHV33UgD7ZCV3
VeI2MHSWqdopCm4I57VViLrubs90OeMb/gzBCdmmMsBZ9s3C0LDb69FzmzjdzU48jJNxGo0ibAih
5oT2+OYxbBO8mKAb0YsBMc7msTEdDTn94Wp6wwxgHWvxRO3YyU/kqjeqT9/DVsdvRybnWU2heVqz
1s4ORHWyFA/P9c9O0lK6PZk62UoGHYKneeLF6+HOTXfcco7tIq3ltYkZj6J0nISwEzgJ3am989ur
VueGLpOy6xqON+uf0Z/R/kh42nse19bB3capy9ozkGGpyqJJ57NoQOj8Mf7M/5BnfcizpyHPnoY8
exry7GnIs6chz57WXoflzVi+B8sPYfl3WB7D8gSW8F4l156BXHsGcu0ZyLVnINeegVx7ppFrz0Cu
PaPk2jM49z9y3qCmL0rjcjvuV2u6EzccmV9l348Ud+1vH+TlotCYHKt8nq0di6ntf96Kkrqffrkw
8Xs+vXq64ONXUSd/cw74hePuXFV0yVmeqyy1yKyjbgs/4u2GPlqLokTFmypj3jWBVTBoQjtaSfub
sR/IwFChIpoDrEMUTOWFOnVb/vL5syu92JDsfiHt3k1b6UpenmpLM5zmXu6vnMYQggIEuw83Uz+S
bqw6aXF2Y074aSU+pEsZTM7BKF5ahn3v0ho1BFswRi1KEdejRGG3Q13Eqs64ysGma4BRjEhPDzAe
o54fMnx2xuDUMmxM5tfpQJwcy3KdqEg8u5rXXdpMfFRNGmAYG9HmcHhpHI1i4onC3zybr2ZxhzY7
MJHby0+XZ+45Cw3t5p4paf4aAgjLoD/fiXR5YveGzTFFkA2xsP+qlbB0OD9ye8qiqo6a7ILTCqQn
huksH54fQk6AD3G8bDXN1zJptlbS3YnlQoIaqmMi2xlanAzeEwSTIQvQgl7IJI5UZysmiw0M8azW
7lqb3j4dnxuYxsHAMV239MMBLu/VFv2s+Vo+mzESFdrDc4PpCDZ9YLRGywMH5569YMZ5u0YxYUdC
nv27Kzfod+qHwhaJ9onL4CtT+/vGNn8CnPUEOOsJcNYT4KwnwFlPNJz1BDjrCcVZT4CzQnB1uPG4
dgV7P6G8flc2HtMeV9ihhb+18Lc2/vq4+tvj2OOXD9m2r9q76Sn4xEIvwScW5pT5e9BPH1atUkn/
5WHVMpX03xxWn3+Hz7/DuivzjqwLuUE012YbqtH+TpPfWXVAydts433c6DiaCrJYYLxjPRKaOceP
aqyvwRI1/12n4cBuVXp5PMz8BabGGxzNZFkcCyXYxyu+FoyuGcwtFXamm/SY/HmO2G9VnRDWZBtK
cJhVPXB0VSjJMBOb3EzzrJOudwCo/cJr+45nGpHjO1XaMYyQ7titunMy090yIljmKyemnPKrqtVS
XcPYIyvgFBxFkFVhY8vJ/Wg5g4UUOR44XPUSW2iTpMqEfXC9m8lqrkVwNAucVMs9o1b8TdaaUcfF
lQvTYmoNQ9gBhUjP0JsyTjW5SIUWwJHvZ24zmKar/7auFzCI2EjIYAFR7pcigGJcOj/od9JCFYkF
vWy1labnb5jcOqXXgVPBitQ3PN6kIaiDrdgxynaOM4HvoWbNal5jz/KAmBietyJIFzdx8Iyilm3Y
5ckC5gx0tqVD+ATtgNPncfYAphT6lALMU/Jt6H0PwnTWUg0aaUXCXLQ5bSwTlAAuBhEMKTWHtxAB
a8XYwxC7sH40wpUagBAjzqrT2ezAWupstoc3DCE5cDAo+TO9f/o2YReBtDLKgf/r2ffrl/Sf0d6p
/ZRmq5kBoCqvP0vp2hziyrzWlXlTNtVsrzeJHkbFKPP2R0V+rN932Z4tguo6Y9uYF1iQE6/Jqmtv
zxOnzwpxl+rKbqq5glXjCjVC4gvJiPOW3vblKWd7U0nvjuvEZmYUTicK+lH3xS+/Z9oaAx5Ljiy9
lWIAFSr5GBomnCXR2jK+lTGO3C9uPdsaqyZXDPuHZ3Z2Wtm47Vnp7cXpMlJVxPG3QTwHCYcc+wgF
0XIrT8gYplfADP6GbJqWp8rWagvDobWasaNFaJ9X7nbPOvtdL+nudPGugLINM/S9PLz5O2/ubbax
auVs0hrEJ7tZFi1PJ/H2l21ACdzGstt+qEvTOfPFp1dvbNMIzzgZlDu4sbvTZ4KeB27IBoGMo9np
zc6dbU6GgYehxz3e8yBkmkPqup7v6Z7XBUfms0xBOYyHK1dep/+y/lfaZe3T2qsua3ua0O5q9MIe
9MIe9MIe9MIe9MIe9MJeoxf2oBf2oBfY0u4ubY+N7LTn19Sj2l2Q1F8ESf1FlM504LKRz/Np2l0S
xQRY5djEJsctrnqIbC2Ya/NpfrnhfBKU3bPHZwBTg2ZJVy1gdhfa4lw15a883idyUU8sVTkCdfyW
IaAmaXT12vp1lu3NrjfdZAUqMea39/V3h4XwojTyhe+y2YIVOulaB7BsaMlyyQ9bblz4Tr9wMp8z
FBg2q1bVOGVRB4aYIQLhJ4avnDsM6XD4c04Ip51AFgZGNWtXsNZOlrNWlw3Pci9xTUsPfT86OZZW
e7Onm1nsZR7GkxBxVxXZMWKp8u4FJ9p2fGC/1Bln/YOB+U/PAv6nywEQl1VbZDD6Aocd0ZhEmavq
OcESPlGlFqlUpNOOERVLs0nXGNwItou82E5yiKwAN9TJyjPt1RfMeqdT27VgaaVlNrx9aXjjEGKN
kRiVO22ysCUN975+f+f+++/f6e32CNvGCRVXx2m5Oxnr3nS9Ow2BNHltoeO3YLPBZJrd1sMtl5Lz
XbBnfihFvt7G0dm21tlkJncgM/agZqGa76yeuPTmi17JDOmCFhgwbms1h8hdHhTYjArKMbMZUCC7
5/fwkMCirNfLfQG++Ycrl/RXGa+CYrpD08R+eS04uHrWg8q9SSCyOMdC3MxaJzdEPcvKtd2Rtvd2
dzYPdpu5b/ljHEvhuzqlGT+DhStZm6wddU3lLHd1TUxd2XrNpedVm+IvFLI8xniGYoW1zbWjVOmF
/g3ymilXmlqsktUBR42p9vVbMzVDJyeSzVyWGEG9coaASh7rauauptOiruZgYDous4XHp/tDKL+z
J0dgspMq5xejsez7ZRB0Qtj7WYscBJiRbHTz1VY07KbsUhx4TivF2pUzo5vG5Yk87UPbMu1MnUl1
QwgxRNRkPdKw2RYVmt+Kg5IZAnRGRE42SWC226GlSjYF8ETmjG+fxuPESxx1ubqa0oPzX0Mpq15w
aso04Kh/hGQPfZeOEt3PPa/l+2zTxII9/bSpWprqFmteObVwhd/MTtH2mEdWdgEVotJrSUvseUnE
5rGhlKrTvAqssFmKgKwAfzNnT3WgJx8QeUBQJCljlVL3VlOPxehGzMBTeztjQfhyB0Ipkao1q2V7
CpIJaJLlA05JlCxNZ+XaWn42jZbYXLqXRywes4zYtePADhzlLA2g/ILCK0PmpbO1rJ1OM+bQMZbY
cmTAjrjM4YvxImwGNAO7VfIppZA9p158EroU5mPdUF+hR1awq7mlmm4zQn/2sJW3y7JD+1W1UbbY
lZCDQ19VrTbZv6qaGsf2PZatFRxUzPIwXQnB2xlVc078wJWvEq/RP6f9W2FcpjdWe63yZozmdk9F
J6CTmq5snorugO7UdB90v6qQfK32Fiy1N/e1WhfLCSznsdyB5R4s9Oa+NjmqcXztQl0E6VeAfkVN
N/3lSX8V6K+q6Sp3WuN0GI9r36u9V+UHvxd/eP1h1Yn2vXWTmG8B/b0LU6L9z8K+NUaSLL0qnvdG
xI13xiMjs/JRmVlZ1VXTVdVV3VX9mpmd2e0ez3jBINsjVthoJZBZpGXwazXatSUewrZoCWRpR0YD
EjIs0oKNhWx+MA/ZEh4ZLBmsEay9I34YY8kWlhbxwyuw0O403/luRD6qu5dRx3R0VlZmZMa93/N8
5+D8Z+j8Z9rzR3T+CDlUt+87p4j58hvMOM7lzDYlYVBHYu6sqycdpROSrmNzpVmGEQ3mpdrvwB06
Y7m1yUwFiN/+chO6d35RrYdwO+rm5YrwavaPHakhoiZzeLNna0XAuBTAhQ17sy6pWdPA8SOcUPH0
Tat82fEWYZ4HU41evuiRIRr0LdQTKH7fuT2qr9fkr0Z3RxSLMmkqpincKKGQnAN517P+ner59Bza
6iUl6uTFZOSBbcURDrlFGdCrkkMht0VbcoFSZChA80JrFJuRiaL5aiFwqOqjmjIJHcvTm5Axo/w+
bqLJ/Qntw2yRd/SzZGmBCGQRBrMTQ2Z7JLg4icEfnUphrf/649j6A+sj42uGsebVXYuWbiFhuFp2
3uImtW7H1QK6HoKx9fyjFp3cnx9bF1t5xcoz2F3a3CrOrUTHtoOszYFusb/Zfl8rza+pFWKr+ny4
tzdxKbigP8LOWz0LYSdaw9SncAasvRYzbHPjnIIgiXI5Csyh0Ii2xK/3Z0M1PCodL+wl9fWLB9eb
Tyzp3aDM6mDsppXPcEwKLSgC2Ts63yWrVaVZtBqtgWgl6ll0M3NKnx2L/qgoEdkwpMzXV1J5ZHrq
y11VeKjOc+bC6A1xLQEtvrBkZRfjiayO6+Z84Kvv43zZJ5/zImS5pJ0ApgINrwgLTELkzglu/+id
yzcup5+YNqcN3BM3/K7fuqgvf+ROMB4m7ot/6yd//Gxn7pa37t7fwXe1yLjRDpcBmbl0eO/iuQhY
7iRbVkzV4IIZ2XNLco/TLGri/deWOxdDcAsIOxDZvJBgwqM1HfVVPQCC1TbdFGortCGWry5f+9lX
gYeeLcYtTuR7rLetf238senQUuxEC7llveK6eVpcgoiFe0EcKj37z/yFbWaMqyTXK8rLTVgWfvAk
4fxNLRCMFtA2XmzzxVfoNdGWmrqVuQkZMTWyWL99tyV0tm29TTGSaxbXB6rJKMlcNIBdug7ZC7QO
XHplZlTyQFwrQCynSni1EkaK7jzFJbFgZlhTKyuwiICMj9Is95iFWjPJa3yY5qz2HOFr8IeD8QDm
n5fg33CZhBcKhRGI77ggbGlxGcDAbBgZJxwOFHNAlJaWLCBDmEWy1S9gmhDTmdV+Igf7ieN7dv7x
nyJctyiS504I6PNs7jR75k0zThNzfLsfpGR5B0CdsOgqLTFa8RJywJ4guwoQE118ALjnA/pidl+e
0Xod3x+XhxVdMp3QCqQlDxJO6Q1T2r1kLBu0UCCXp/mlrbgBP6VgbS8r38ujQUhRfbYLmWH60oG4
vjeiDD8O0lnGajUwKMkkac4ayGD0lZIpyLdRQgM4Cltoko3v7qQ9h1KZEJEGWu9WXUsrEPXNMX2J
ZCquIzUbJbRraLtRLFIe0VUr+gUZ0Z7434+V/VXr35rCvG48eN88NCzjiy0v1rvGT6G+ah6m75jy
QzpO3jMH9NOf4n4qHl3Qo4sTfX4ClPJvwX+vMwyQVK11Q68kCpUe/B2bT+d331zrJQs5XZEp1r6b
rfkWsKNqSWU3eDiussjX1cX5WWx1Wcpy/0lhSPrfkbmJftz6ec0fTxdgkR/dZz/TgrjwsFndWHMx
MI8dE2+3IGndj6VN+7l+BtRiiCCVadMtnwLI3cEBxdPFzBdxO0MbqMSlZ2LwPmv8iKIfj4VFUBCl
5R2C+izQOsa0DXq0LaLC9W1aY6oMPB7JLMFDxwMD8AvDsrdrMz2oy5m8E4EcO00HKW0AtGkp/I5C
DPmmzdCLBlmvn5dOABifgAwhXW3ky8xXseqHWT2jnN9uowAbfsF0VC8ASap0FoP9LIzcXqupon0j
b9m/qDexyzhRlB8cnudcUd89cnPNUXuYjmIBjGZvWdw8muF3ZVHETYodGor7P/GTX7qXTTHS7BRx
cVRTtN/b69GWpB2HuRnQKEolPUkL//oPHH/3z79Gr5XRpyHXUhVHJYU4dB3ZOJmk0SCuT/rju6Ni
RnlTyVqo/f4pbUGnNyev5gZ+2qSTDFnVIA4wWbU4vRHm8zgFLhJCjWET9ha5H2HqgfwaXGzZyxbF
zuWQtrvj2mETkdvKfa1zJ9ysF+9mD/8s7CVFZ+OEYrjxvfHpZ0/d4OMXwPAaAQkZD6L+aR/wU1kO
8BKunY7TdJoNoKaC2Oqjx1+1XrR+xfiXhmHzmO+mF9Iu5wmmZaaeWjFPbO0D3sDt77uamWRj3k52
s2loUTyxT1YtjW2/tvHngIx7Nkk8kZAlUlKAdN/xa8URMOW1Q3D4yixgMQ2b1qoTksNRIYgAHSUb
iPKwAhr9S9GN3JntXSujhKIOn9MwhMi+BPsCkPSuzEeH04JCjlod3BnoDC49KLNlYYE3HnhCWvnJ
KKFFmPqDSYn816cbYv0iCmDk7JI52nhBFnqBV10rMdtLRrRY9lRP+eByBzrZUQFEj3qeXyiKvPeu
k8EfAgoQunSPozsPPnWSFOF0vkhHu2TbaZPElKEHFAjS6ioOiuFLzx9LNwi8fnT61y8h4WZbswfj
5rSC0Eks6I4Xh8X4+XEQ5LPsxl87x1WQ95mCw/effPzd1uvWV4zfo9TpmvHF9403KZd8la35qxtc
5t3w5qc1d8SbRkXHko4LOh7S8TodbbX1TeMLdKDa+j30Sm9yjfXNVXJnaKluiHIXJyxMaHqYjhdX
G0brdrh9tXqEeubVaGuzsbUvNuGCOjjSglRa2EcLcYxXJDpPZ+DWVVo9GEoRio05z/LsKQDbra67
bpavFjrL9VztydurJtkVEvAn4bv1ErVlbEHz3LTT2cTPAJXGJN1BDmKzANyB9vTk9rDYL8AY1g9F
S5SNukKA4fIw3Mlne72hKoTWkkctVAUhRRsgKTEDLmxYZLPqOowyLzIxO2IKR5vmrM6bQ4z0uVoT
hxyIz9IkovARh9nKM33ACGGlnbDGNkP5tQ/kmZsxSZiS0iv8/JiCMA+UKBIgHq8/5XfhzpwIPNYV
sW/cv6n51kyRoycMBtA8i3oyxD4hlwedL8nMO2WbUP6J48xfGaCq5YN8ynETXAKZ+nm29/Kd8zqd
pMD9IuMlC9+/0XjIQcgYU/CU9L3Etsp0+sri+Z94fnAxiEeR66kmgkBEwBEguoTizo1RhG2fN0MK
5e792L2THzyxmFw0FX65c3dCe0oGzWmf3Mjo9hAyI7ZFaVNI2/nglU9+chEMRzuYn/HBqA2tQiXj
OnI8CAPDXskmiMpwsKjpa4jwVfvu4evP7b7wnik0dbLtRjaQf/b88sGCiSjpt6YDsBzDR0Z+n5wP
Ro9G5GEVJeCUjDu/oaf3ML//O8bE/Lz5P4x/ZhiXV1qzG5jb7vRsCzs+b6kmroA+nk6/PzErpiEt
rlCniK004yZ4S886LXi7Q+biZ19k+dbYz/xsTHYO3WCKcihEpRsnMr8PuhMbSilgbLB8dAUsK6bQ
PY37nmJZM2gkT6Ns5Lc05+QPJDAjvgsICYvN2lpJTZdPTV+JxvEqEU5CnipgZSs7CHwr6E/2m3AR
CBZvs6xfRUMu4jZvQGtstkshBaiwFyNPeSBT0ZOPpo/wI6NYSYSZD2nZMOodFRT+94+bOBfec5i0
EhFmGiAYxfUcJcB/K510P813chagxTXbWUb/q121GzUPGsdHOuI7blmXbn1+uvQdB9LR85wyMt0r
+5WPf9n8A7s0ftv4hmH0OunTecvMeHF2zkPt5+TKzzYUGapndfxLpsbZTFJX97HtVbWZsUZFPy0h
foLY6km+k1ub6lBig/dnu4B/uRly2O0qBIX88n8mA4pBpul0Mp8lFA3QN5fwTGk2z+7fpS8nSaTn
BpgrgjKd6zdh1CTxbiwDSZmSHVAY2pzUQeGXScQSQTJ0KYLSSsFYPYvlGNTFnCBaEPTuJ707+yIS
5Lzp3Y73alcIYKp9llDwYgHh4MiDooLnpHkMbWRUur1r1z26rmnWy2gZIcNrdsl2g1K1iSzrPoYK
7WyY5Iu0FyLesGU/Wt4oTKtPxvtrWjoQI04UyPgON5gLlhilte1F/RLJX6mKWZ7vZdkAtDlBGjgO
avwhU4738msF1FwlZoWgw06Bjy2Dg2u76Bo4URwDYUS2ZP5wevBS7WCqCeta5KrqAfQsEoqwlSti
ps1NZQCKOIcShaS3QPFFJWKStMl4k6sCwmiH1+juVEdVPifn9W3A1R0r3KGUtleP3DiOsSGyy7kl
fsjWmmW/+fjHyWZ9y/imOSar1U2i3lqB9q/wImzB2S4utfpQ18ORbY63QtAAr1tvLWsUjuHmq+0h
g2LN7bCeublKDf7kkqb3vEEvuGPqLK4LfZ+B7YXwEqgc9mf7a51g+wr3BT0+uzHjV9MfA7O1AONU
52Yrlcu4A9Mu/MKnlZ/UrGQvLPZkDtgcXVNiJM2L6C3B0GN3NWjd7HFUJsn/5xHd0DhzAxvU92xC
USuxNNzA1NK8rpsrrDl4Y0tgfA4nml+KITfMYQ4pSnqrQENqwFNKQYsZpimUShjcowlpIG6MsiVc
H0IAP/IAttn1+YP1XMXiTKhrgk40xoVRKKDFiW36uCGkJR1K/FiPnulvpPLUTo92yHgMQScWJaTN
b3c5I/A+rvBY+5tfOtC6AUVIMXZYoqHkhoAmQPzTQjtH0k9Y+TisVTSEHqAEhJlMOA/Wsdi9Q7sP
AUepKOUVAbiEMd/GQqNxQ/kdpomxbSG9QvfBk8lO7O4eHoaAF3kg7+euEKjefY5AbOb4sV2rt6eq
gLzPZ21oLwOcLGVQUgoUcm8B8mMe0yWCUF7EiPG/8fir5u/bnzQ/a/5n80+YlZBDeoq6603XjxGa
Ttp+BRYoutWqBfOYepeHYrVv18kb9GUpNri55rdaCcvyRrngmfK2XXxre3Z1Q/njQqef7VbUtfvV
O4my+o64+Ce1fua6eAJ9XbroeivGv4DnWxeLyDI8EXiL6ju/T/vqIIxp5+dak7KRkyzt82ebB2h8
tNqbN1ERgkLA+rsX8jvOMa0neosOk6sFDXqbb3JrjUzRnXL6Sn9ekm3wMhWC4o0rK2QQ1ChKojrw
e8IEewsLflureTuB8i63gLGrYUzwLNvsBHb4xNaIVsbsm64LxQzKSuuYZcOUq2R/oJIGVUiUh2lb
9xqtcbCG3zNVDOq7JqpOqPJ4LXDPs+MGlX8JGskI1M2+r5hiQmP56VGZ+cIJeiqDiJuIZNjzyN+x
+ICZTmKo55VQCwCnlgn+FwaGONDwgRCDDD2uBwPs1NKWuBY7ReXgdyFggs74D+Ax2thhXxX7GaLt
vsIUjdW1eFsiXLKjeHFBEQVLrTE7mePGTPwVQ2sBcuCY5EHDl1tfbIKZpcD8By4Tz7gs6AejxdUJ
qfuDnyrS6YCsT0g2ReLyo34YKOH2LTMIqihsErplsYSRB0oPg70KHJO4KITBHJ8CqWDn9NrZAm1u
+npZzByIvoBJ8UP6hELkGTAOFMH4lMlQ3jK8iUa+Hyf0qjWlOAFbJz2msUBQoGCs/RwcH7YIAi0e
LFzXw9gSfRmqDvSUEt2IKqEnchUPDSi60WYQofQNYRMUJhFpUYQtmIuav9bQD4E78CkANkN6/9AL
Eq3xDnPucxcLzTPBJA8g02YYApjdAFGSDGDG7agL8i2xFyqEgU4rhmSaP4IVCeSBjEaoshcHJc+J
0rIDHw7GnFGrCSVE/WQakLMEh5Br2zyfAnwphqpprwQpwDgUOAaFonjSz2ZZgAIePCutNI9drO9/
/Ata75k8BDaKw9IzAFNC5RaQB8MyxONvm+9af2T8JeN94833jbcMx/gurtB8V/qO8eBDOnRV5i2j
omNJxwUdD+l4nY62KvOW8QU6gI1+a2MW+a2NWeS3NrhFcP4PP2zRys8DC7elwLaFl+ya7OIZZjLu
1Mc7SeSnTET1rmhHds2sDVxnp2ax4rUSekx5zZd89ZW7RphpZJMQgy+OnVaByToHDFuDLKnuoUty
9I6Ilc2SKGSfesqB6KCqksFpf+cgHjD/hysD2gngEbeQxjd5ce1tFhU2Ex+T/6xSbkX9NNmJJN3U
oMUPC2slh9JNG9mRV869VCZIYlUpsHB0KMP5+h/R0u756AHNe3RNZL6mKWKOKM9YOlhkkzQaxvVJ
BVPXhJaTDiKXP0USB9HB4PiUnpFitHH+yrw+xpA+heBxTfnPx/8eysrjtKFHY9dFPxZmJqiEMNFK
y/dB0qRqlS/yfg0KK6a7ZawvlFniOhiAID6JfMpmr9VkmItrBX1IZOSx5m6Sj79lfMP6tvF3jA/e
N96gBy67icFL40t0tBiTS6Oh4xodd+h4lY7P0AGMySWtwH1ajfsn+vyczs/b85b/j881t8c7xhvp
mpMP55+j88+15x0n3xsbEJM32plC/P130YdSJxgCWlUmmUoXFLo7ejT/nsmxiVgNLM+XMxBtz9qw
5kx3cxD53OdK5K0VrfZqrHiLL+eiI8jp+rCrmqTeTVeqJ18mI3FiWwkk9Gg5kL3GHFaG0VHftL1W
kNbU8MaOas3REiZ+pciUBJjND0WxyChXFX4Veq7TUUGa5pqbQ0tZab40Z4bVqFxht/h2U3hwXPSm
uT97eUZvGw2iwflgevj9h9VhxYRpEByDJDhK6XbQh04t/auME2gEZbr3DsbXdJKRoSQPNbq9Uyx7
GpPi0RrS/F+PP378TfNvWv/L+KfG33vf+DxZvYfdGnpIa+hht4Ye0hp6SGvoIa2hh7SGHtIaeshr
6PN0b//Gh1rgGudfAeu6b0wM++g9eoeJ4XNx2t8glcF5QueTDULlyYpQmVfCmrH7rB3LwK2dQe5J
R39iub+8eAb8sC1Qs7nbMpMbchlnXcbKdWqtCXBl/GKLdnjzB7H5Y+Tj4Wx6AZmMsB+qEFpREdoA
cZSOk7+PqeOSAiAXEnChpEjB0cAiMyRXlHn9a6Hr0SrzBzXZlKr2QlegekFWcv5CxCRBDWWGbm1r
hRhESgG4ix3kHg7PNzh22WhZAQd8va5MpG36B1hMjIskCxiC7tdp80hGBkURiIeLIJmg7CCQkQEu
OYzTYXzw56+DXm6exqljR35cytxXQKq4ZKdu71J2SUuPrKS6cUf1FGs8Iw8lA+hFQrK/RloJgMHB
EXokwuGZdEmO1zY96AZQpvTH5q/ZsfHP6R+di2NxpE3eqisNinWm32VJfOu6/OZiNZ0gljqrXz5t
JLidjOvYdzeKs1fmbPmSuszEvBEn+TRWiW8hHrLpEwsXKtaWW4bFYXX9+/ZV6e+UDgXwXgNpYoqJ
FPm/YUYW4eLCj4eBF4pGWFlW7WTznPJOTHPwPG2A0TVKp1OvatAIMPPIFqqi8CvPPJYWtFv1Ylo8
brVXnw2PT8JcFB6jujBb4+TmO5IMTaKayAz79Pt2fVQlozib06KIEteLKM5pKKluXtgLSzUAIaDw
IqAZyklIliasRNhkahDd+1S1nxZajkjPr0JSwkWzWQL4Ee/3QUA4jNDdBqADGCAXY6FobDiB58Vi
Vsc9iKmlavcA2i/VczWl6XHFtubbjz8yf9qO0AftXb05t27WGwOYWnH+iQXBIlst8H+5NWjJEc8K
vcxkncibb87bbO+Z5SPNsVwC9FA9Lc/9K715Vh6ViHqZ+jhI6ki5q8Elu0O8S+b+sxXSJQclbAqz
Ucxruf00QkyyDhPwOpj2BVs3cy24QkAkC+171Z14KJ/YFMJ6nHsBXoK8kLYU5n4sTEmzwsr3auyw
ZftkMorDYneR2G5DC5Mh6qDajPox9JxKZh8FJmz60i6jjl0eALA8SDiRUejf6A9vYX4kTJjjQqOB
QLdsStr3lKvkix4ZPQqEckbtkpvxkAEFIRsVKygKYAvIBpLLRPHRAroxosVB+954/Ifm71u/ZvxH
IzE08eNfhnhHR8lTbgPjqy3TfrHsaK42dq6OW/Vt1ujRbbZaXZU808WR87PLNVpUc89rPu/9bqYW
P7k464ZGthBiGxxcxVPqIFv0+YeWnqBwkWPS/fWGcfVcFdUqHfo+bUZdk3K9flHkKQWAtFGhDy4t
2cYJlgigIi6xt8nCU1YaySQmL5Pv5fVhzlNvrs3j+HRWjzBSxsPhiAbADIu961qDm8PlfjaMKbPz
EwcdO05rWbeBTHGQkEcKhJdDoylq4umL072bMTSTfNcJvw5tXnunT6sDrwqbD/9j+57aybNZPkOZ
j1LaUaR8wZSoEAzkdNvy+EN4maRskyJiunCKQ+JYuBBPoytz45gxjWD50kamD3oRbhZBZ0Y2O/0S
JUCTslUzcnNFq1PVMXiMaroeB8m1TfGyZaazEPYWSjtknaBBQuHQ0V59vabFLqTWBQsfPzZ/y5bG
54x/ZHz2feMRRTi3u3mmR5TLPaJc7hHlco8onHlEudyjLpd7RLncI87lHm2Aox+twNHI2x78BfBV
Dt+lwMh94TM8ZnoVTcUQ2ScMC0OYlk/V7X7CPj0l3avqdj8cP60wx9W8otoUG3nBfEflAe3ZfJbF
fSaMkk7omRRE5p5H2T3l0jlqDpW6TwavSSi1zwoR6JqD7TcUDKt4mHhcYyXXRDZOAERoxylEoUMs
YTuk5fWrZDq8ur+jzRiXv1C78KGqgP9iNby9Q+bHFj5ZH9/8ddbhtG3lyyJE2p/5O3dGvUWWkp3N
PQfNPS+QtGglLVfKqeJFMX15dzSknTN/eYrBoetlSFeeBUEIBWxKHx3PjncBmCpKilMScF39KzKE
06qQGvhtA1sd9lXURMkYvSB6saT0cjuUuUdx/jAe3OH86iPzl+0d410KejG69o7x/Scgs33PeI0e
QXx7Sn+/xvHtHVoYF7QwLugZr61IyU5v1Guykq1hsdVM5VWawaVoxcxnm+vj/O6GUbzo2oTPqs1i
iuZsCyI/E/8f4pNST+KITsJ1/+x7eRYDqYvwURtPEi7rkbUBVsDzokG/t1fciYapF3m6iFQsi2SU
UE6D2l2jHEFrgvKW/nFd7BWqCqCH7kegrKNYGVoFsRCJKyPa/w5yIeicAcvTC6CB2gsof0ZaTPEp
hBdR+IQ6hgS/rtniVgFsZZJpCw0+PzB3JVtIMrJ3bvf2evuf3gPPdktoQPFviJE50/zR5kbNgh4S
kzHcLmQhN48sMcMyUAh0tTXLyJ4n44TMU9wHij/PHZDkBWymtBasG9NX5GgObwWaPjCAeBQkuxRn
0ffGeupcAKAFZqksIOdYgY3EIIPkPP5t8//a1403jV80fsf4PUTG55vExKJqFVSKp97DDRrILW6v
KyLfy9ZHXqxFJspqW257Lja4J7jg1PrLDYT9Cja2LRuzjsNbcdWWrr1aD47Jm/T6EDw0v0TLiMJg
R4/xpO3IIrM9WOhOxjIH9yBZ8myaFLvZdYRVSrlRAHUHmQVkcigsDnpK0IOV5KaX5529cfBn5mXo
+Q6WR6GcIPK8KrTlL0g7HCrOzel1LA1hdkQ0iQcpWLwTisglec5QpUEdesVPq0KqnkehD+hv3WgX
BI7D9HQc+JruMhYU8ISD/8TRn2X+nJ3OcwmKSVRUox64aSnQc0OXMi3wK6YQ7QUgWkAJSUm/ihd3
e8XgrA4ydLR2FQXrMTcKlaTtlM2KZofWTLHM/mrpUcjZ0FaI42SSNoeV5zpJXEMy3I76Sagcj6yc
aQUpQ7Qhfp3s5V7KxbDUxeR4eHq6vygPelE9UL0o3yuSaUY5az+cRPjibFnthcNMr1GVeOmE3O0P
cyPTRH/4/zz+hvm37bHxkfHfjN8Aes1qJ6HeTN81fsmwvrnmaMTk0Q99iMBO49Fazlfjl+iZX+Zn
dp70yxtjRl9ejRnp85/9UP/9Nv39dvvYV+j8K+2r/gtoOICBGVx4J/ocvHj/pT3/XTr/3fa5/x11
J5BKH5Hd/g/Gv2E1OPMKpm3d1b7RVh0uuoJTfbYeLnlCkrNuA8K2rLQJhdYgEG4+dSEBBqdkMRt1
yB1UHjRhM/AcLKfAdHe13vKbQtpbJM0XXe3ivHXxPAi6RGdRViWgG+a1uA7TRT0oaSWmg7CiBWTT
6ksp3UNExXKNLKg6mQWZD4Q+hYg+7QIspr0cLEIVk5oHkllibTsQAYjsr+9TEsntUtMmI+ZV2CA2
RK0d7mG1pddOnslxHFNT0Eo33Y9GiV8E0+dH9YhZHXzaql4RD66Vi/OeH+oeA37z02bsuoH5mxSr
xAVdBNpTmSp3X3oI7hcKYNxcQH3aw3iXb7F8Cu0/FMEoTKXYkdOYECUTRzVxPABhJG3ZEhx26YTC
HL+OwiYaT3cGYO1zFGXd5NZ2KWgAQKhCX0Fjv4C7FsDOUVCJzZn7Spqgck7RIUsnyfGuyiiOMlUS
7vfjcUzXZPu9WTKwzNkomUEgYO81MLNkizl9J8p2Ne/+Y+uHrT81/5zxrffNY3qgYb71rxu28UFX
gfvA+BIdbQXuA3rGBxRofkAhxwfGq3R8hg7xg+8Zkv7+Os/b++3ZO8bXaeV/jXbB1070+X/9EH+/
C4Y5rRRzbFR0LOm4oOMhHa/T0fJFHxtfoAN80cfpO+beh3Sc6PMDOj9oz5+j8+cQByPmAQ00x8MS
8bBEPNw+4OMBf+OBEA+EOmLew9w9058uZ/tblBDLi2dFxZtcLisneeUBXdTblKRf6/et0NDz2SYf
1BaZ6+qFxZM8Ld0gt3VxeXMNKT3vdrmeIqBNrpsl6/HGrU/XiUg+m/5lK9fUsinFU/pD1abgVGX+
IRrHxfnUtZJh/Im7x3vJQPmJjCGHJpzA8W0HGbntJWhbYn69CSkGnk4pu6IUIU3p96PKszVrCg8v
a2AKRJMoFTCDcQp92l0oXAR5MIEpIQshk2A+CmhXpOgye8M+eiGMFUcDFW1ZBJKuVACDyMBLyLo4
kbItHymksLOi9KwBRU/CUQ7loFA/tHgCzjSzqFRH1dCSIJa1hetoDSry/34FDGio3ADyqUGtKPby
e+Al0FNPMhZk1gSyZtn6apML527PC+rYRQbg93wpg6zYL8jl42mvUG5q9XsYG7X8YbmXUJo+Sccv
7o4ud8qabClFCQ4lTIWvGoDJyYi5AuEsmpr0ddhqkHHRzPYK30KkgGlOTA3NJkyoVUwTOFrFoFfP
UTOyKzChXopxiGmejpPROUCmIcb5UAWwXBgjChdd6FVBg1XyW1peHaswHqdF7kXCIUNez6rDgqcO
Q4UCDQXQY4B7pz1UlEZn914Cc3UIPCR97Jh8v0X3ItRCEkjEGaXm0RW5zJiF6mPuU3wdjWK61rKi
oNmh+26itEu/n4/TlG4zK5lgZFBwJMf1Qcv4f5EmCFkAAAAAAAAAAAAAAVoCeASQBwwJ2gsGDIgO
XA+wEfQUNBVwF2wZeBrQHPgfhiEkIx4khidMKSgqvCzgLt4vmDDWMgAznDVEOHw5gDtSPao+5EE8
Q55FeEd8SIRKIEwKTYBOvlBIUi5TLlUkVhpXflkgXABdWl58X7RgsmGwYuxkCmU+Zo5oOGqseNod
zb0OwWAUxvFHoqW8lEbrIwYLSxdD1chVWUwWi8lisdsNzK7ALZhYehHHP29O8stJnvMhqSbpjTO9
FNCHckqxxEgt+ypRm5oq1pypUCtsKkOnHEstSer20QKvGNgRG/bEyC7o7IcdO2HXzhjbAftWYWI3
HNgeU7+b+X7od0d2x7GfmdgOC9Kcvz0VfKxwzf2Ntvb4A1FrL+wAeNq9ks9q20AQxr9VnNhO6R96
aCGFMrcmFyEH0oIvxQRKTz0kkGODHG0UEVkbVrLBEPoAeY/c+wbtI/Q5+gA99FD6aT2mjgm9FCoh
zW9mvtmZXQnAc7MDg8X1hs+CDXr0Fhyhi7fKG3iBd8odalLlTTxEobzF+Ey5i1f4pNzDA9wq9/EY
n5W32emL8lOqfrCL6fTpVfilbPDElMoRHplr5Q28NjfKHWq+Km9ix3xT3mL8u3IXH8xP5R6eRe+V
+3gZfVTeRhVdH7qruS/yi0Z2z/ZkPxkcyHguaVk0p5mti7yKZVSWEiS1eFtbP7NZPPZuYsvSHdl8
WqZ+RT+UZW4Yllt6J9bXhatkECdJsgwurRS1pNL4NLOT1F+KO78zwgqPiHI8TX1lc/b9x/FxCIcr
zOH5VXNcoIFgF2fYo91HggEOSGMqhP9ASVWDU2SwqENFhZiZETMl7Z9V6uC1Kks74zujckx2mNBr
9Q5HpBxTcsrM/esPQ/+7dcOV6dZzJ6FjW+1YLdTEVLb3unLdF9bUYZ/CKdp52jkmYbZLxhzO/3IK
98dHGhUcc5/tSlXY82K///X0fwMWYsWHAAAAeNptzVtWQQEAAMDpsgOR8OdRKUre5AsprmchpWVa
Hx3fzQZG4Ox48Ow/fS4CgYiRN+/GJkJTM3MLSysfPm1sfdn59mPv16ucvIIbt+4U3XtQUvboSeVv
qqqpa2hqaevoejHQszYUcyku4UrStZS0jGx0tg7DE7ZPEZsAAHjaRY69TgJRFIS/u8EfVlyUACox
xgZjQmIoFkhooDAWhsr4AhZWGgpjbKxsbKxobLSysLLRBF+HShseYphdC3Nz5tzMmTNzCEBMm1Oi
45PROcn1xe2YBgXzSGTz/38gurq8GZPkWDWdzf8wWBflfdX1lW/F7HHIESl9RpzxyhsfVpWo0XUF
Yv0Y1/wCZZreWqZjh7o1LWvama9mVIwvLOmRFX1T1DMl/bKuJxJNKOuBTc2p6J2q7qlZV3ffsm5b
n+yYb+iO1Fyw64ZvKFjfs0dgqGl2iZOLztll33ccOD1lsABtOzqSAAAAAQAAAAoADAAOAAAAAAAA) format('woff'), url('../fonts/bromello.ttf') format('truetype'), url('../fonts/bromello.svg#bromello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans100';
  src: url('../fonts/museosans/MuseoSans-100.eot');
  src: url('../fonts/museosans/MuseoSans-100.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/MuseoSans-100.woff2') format('woff2'), url('../fonts/museosans/MuseoSans-100.woff') format('woff'), url('../fonts/museosans/MuseoSans-100.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MuseoSans300';
  src: url('../fonts/museosans/MuseoSans-300.eot');
  src: url('../fonts/museosans/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/MuseoSans-300.woff2') format('woff2'), url('../fonts/museosans/MuseoSans-300.woff') format('woff'), url('../fonts/museosans/MuseoSans-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MuseoSans500';
  src: url('../fonts/museosans/MuseoSans-500.eot');
  src: url('../fonts/museosans/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/MuseoSans-500.woff2') format('woff2'), url('../fonts/museosans/MuseoSans-500.woff') format('woff'), url('../fonts/museosans/MuseoSans-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MuseoSans700';
  src: url('../fonts/museosans/MuseoSans-700.eot');
  src: url('../fonts/museosans/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/MuseoSans-700.woff2') format('woff2'), url('../fonts/museosans/MuseoSans-700.woff') format('woff'), url('../fonts/museosans/MuseoSans-700.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MuseoSans900';
  src: url('../fonts/museosans/MuseoSans-900.eot');
  src: url('../fonts/museosans/MuseoSans-900.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans/MuseoSans-900.woff2') format('woff2'), url('../fonts/museosans/MuseoSans-900.woff') format('woff'), url('../fonts/museosans/MuseoSans-900.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.contentinner {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  max-width: 1500px;
  background-color: #FFFFFF;
}
.single-yeargroup .contentinner {
  background-color: transparent;
}
.contentarea {
  padding: 40px 40px 40px 40px;
  background-color: #FFFFFF;
  min-height: 400px;
}
.introcontentarea {
  padding: 10px 20px 20px 20px;
  background-color: #FFFFFF;
  min-height: 400px;
}
.gcsbase {
  text-size: 14px;
  line-height: 25px;
}
.gencontentstyles {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  text-size: 14px;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-word;
  color: #555555;
}
.gencontentstyles p {
  margin-bottom: 14px;
  text-size: 14px;
  line-height: 25px;
}
.gencontentstyles h1,
.gencontentstyles h2,
.gencontentstyles h3,
.gencontentstyles h4,
.gencontentstyles h5,
.gencontentstyles h6 {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #5d6d63;
  text-align: left;
}
.gencontentstyles h1 {
  font-size: 61px !important;
  margin-bottom: 30px;
}
.gencontentstyles h2 {
  font-size: 51px !important;
  margin-bottom: 25px;
}
.gencontentstyles h3 {
  font-size: 42px !important;
  margin-bottom: 20px;
}
.gencontentstyles h4 {
  font-size: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gencontentstyles h5 {
  font-size: 24px !important;
  margin-bottom: 14px;
  margin-top: 20px;
}
.gencontentstyles h6 {
  font-size: 21px !important;
  margin-bottom: 14px;
  margin-top: 20px;
}
.gencontentstyles bold,
.gencontentstyles strong {
  color: #5d6d63;
}
.gencontentstyles a {
  color: #5d6d63;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.gencontentstyles a:hover {
  color: #dab632;
  text-decoration: none;
}
.gencontentstyles ul,
.gencontentstyles ol {
  margin-bottom: 30px;
}
.gencontentstyles ol {
  padding-left: 0px;
  list-style: none;
  counter-reset: item;
}
.gencontentstyles ol li {
  counter-increment: item;
  margin-bottom: 14px;
}
.gencontentstyles ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #5d6d63;
  border-radius: 100%;
  color: #FFFFFF;
  width: 1.5em;
  text-align: center;
  display: inline-block;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.gencontentstyles li {
  margin-bottom: 14px;
}
.gencontentstyles table {
  width: 100%;
  border-bottom: 2px solid #5d6d63;
  font-size: 13px;
}
.gencontentstyles table tr:nth-child(odd) {
  background-color: #e2e7e4;
}
.gencontentstyles table tr th,
.gencontentstyles table tr td {
  padding: 10px 10px;
}
.gencontentstyles table tr th {
  background-color: #5d6d63;
  color: #FFFFFF;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 100;
}
.gencontentstyles form label {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #5d6d63;
}
.gencontentstyles form input {
  padding: 5px 5px;
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  color: #999999;
}
.well {
  margin-bottom: 40px;
  border-style: none;
  box-shadow: none;
  background-color: #eeeeee;
  background-image: url(../img/BG-Star-LtoR-002-fade.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
.righthandside {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  border-style: none;
  box-shadow: none;
  background-color: #eeeeee;
  background-image: url(../img/BG-Star-LtoR-002-fade.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
.righthandside blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.righthandside h3.rhsboxh3 {
  margin-top: 0px;
  font-size: 28px !important;
}
.righthandposts .rnpcontent .rnpparticle {
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.righthandposts .rnpcontent .rnpparticle a {
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.righthandposts .rnpcontent .rnpparticle a:hover .newswords {
  background-color: #f9f4df;
}
.righthandposts .rnpcontent .rnpparticle .newsimage {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.righthandposts .rnpcontent .rnpparticle .newswords {
  padding: 10px 10px;
  background-color: #FFFFFF;
}
.righthandposts .rnpcontent .rnpparticle .newswords h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px !important;
}
.righthandposts .rnpcontent .rnpparticle .editbutton .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20000;
}
.righthandposts.hideinfo .newsdatestamp {
  display: none;
  visibility: hidden;
}
.righthandposts.hideinfo .newswordscont {
  display: none;
  visibility: hidden;
}
.homespotlist {
  border-bottom: 1px solid #FFFFFF;
  padding-left: 0px;
}
.homespotlist a {
  display: block;
}
.homespotlist a:hover {
  text-decoration: none;
}
.homespotlist li {
  padding: 10px 20px 10px 20px;
  list-style-type: none;
  background-color: #e2e2e2;
}
.homespotlist li:nth-child(odd) {
  background-color: #eeeeee;
}
.homespotlist li:hover {
  background-color: initial;
}
.homespotlist li .listthumb {
  margin-left: 10px;
  position: relative;
  right: 5px;
  background-position: center;
  width: 80px;
  height: 80px;
  float: right;
  background-size: cover;
}
.homespotlist li .listwords {
  padding-left: 5px;
}
#jp-relatedposts {
  display: none;
  visibility: hidden;
}
.undertitlebackbutton {
  background-color: #34483c;
}
.undertitlebackbutton button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* Checklist */
.ofstedchecklisttable {
  border: 1px solid #DDDDDD;
  font-size: 14px !important;
  width: auto !important;
  border-bottom: 0px none !important;
}
.ofstedchecklisttable tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.ofstedchecklisttable th {
  padding: 3px 10px 3px 10px !important;
  font-size: 14px !important;
  background-color: transparent !important;
  color: #34483c !important;
}
.ofstedchecklisttable td {
  padding: 3px 10px 3px 3px !important;
  width: 20px;
  height: 10px;
  display: table-cell;
}
.ofstedchecklisttable td.checked {
  background-color: #00FF00;
}
.ofstedchecklisttable td.unchecked {
  background-color: #FF0000;
}
.ofstedchecklisttable td.conditional {
  background-color: #FF7A4D;
}
/* General Styles */
.textred {
  color: #FF0000;
}
.textorange {
  color: #FF7A4D;
}
/* Notes Box */
.ofstednotes {
  margin-top: 20px;
  padding: 3px 3px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.ofstednotes p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.ofstednotes li {
  margin-bottom: 2px !important;
}
/* Tab Menu */
.mainroitabmenu {
  text-align: center;
}
.mainroitabmenu li {
  margin-bottom: 3px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.mainroitabmenu li a {
  border: 1px solid #DDDDDD;
}
/* Term Dates Table */
.termdatestable {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  width: 100%;
}
.termdatestable th {
  padding: 5px 10px;
  background-color: #DDDDDD;
  border-top: 1px solid #EEEEEE;
}
.termdatestable th.termheading {
  background-color: #EEEEEE;
}
.termdatestable td {
  padding: 5px 10px;
  border-top: 1px solid #DDDDDD;
}
.newshomeposts {
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  transition: all 0.5s;
}
.newshomeposts .nhpintrobox {
  padding: 20px 0px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #34483c;
}
.newshomeposts .nhpintrobox h3 {
  margin: 0px 0px;
  padding: 0px 0px;
}
.newshomeposts.contentpages {
  margin-bottom: 40px;
}
.newshomeposts .nfheader {
  padding-bottom: 10px;
  text-align: left;
}
.newshomeposts .nfheader .nftitle {
  margin: 0px 0px;
  padding: 0px 0px;
}
.newshomeposts .nfheader .nftitle h3 {
  margin-top: 0px;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #34483c;
  font-size: 2em;
}
.newshomeposts .nfheader .nftitle h3 small {
  font-size: 0.5em;
}
.newshomeposts .nfheader .nflink {
  margin: 0px 0px;
  padding: 0px 0px;
}
.newshomeposts .nfheader .nflink a {
  margin-top: 85px;
  margin-right: 65px;
}
.newshomeposts .nfpcontent {
  padding: 0px 0px 0px 0px;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
}
.newshomeposts .nfpcontent h3 {
  margin-left: 20px;
  margin-bottom: 30px;
}
.newshomeposts .nfpcontent .nfparticle {
  margin: 0px 0px;
  padding: 0px 0px;
  transition: all 0.5s;
}
.newshomeposts .nfpcontent .nfparticle.first {
  background-color: #dab632;
}
.newshomeposts .nfpcontent .nfparticle.first .newsimage {
  border-color: #dab632;
}
.newshomeposts .nfpcontent .nfparticle.second {
  background-color: #58595b;
}
.newshomeposts .nfpcontent .nfparticle.second .newsimage {
  border-color: #58595b;
}
.newshomeposts .nfpcontent .nfparticle a {
  display: block;
}
.newshomeposts .nfpcontent .nfparticle a:hover {
  text-decoration: none;
}
.newshomeposts .nfpcontent .nfparticle a:hover .nfpover .nfpoverwords {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: rgba(0, 0, 0, 0.4);
}
.newshomeposts .nfpcontent .nfparticle a .nfpover {
  margin: 10px 10px;
  position: relative;
}
.newshomeposts .nfpcontent .nfparticle a .nfpover .nfpoverwords {
  padding-left: 10px;
  padding-top: 100px;
  width: 100%;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.newshomeposts .nfpcontent .nfparticle a .nfpover .nfpoverwords .glyphicon {
  position: relative;
  top: 7px;
}
.newshomeposts .nfpcontent .nfparticle .newsimage {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: block;
  height: 300px;
}
.newshomeposts .nfpcontent .nfparticle .newswords {
  padding: 10px 0px 10px 0px;
  color: #34483c;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.newshomeposts .nfpcontent .nfparticle .newswords h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px;
  font-size: 20px;
  text-align: left;
}
.newshomeposts .nfpcontent .nfparticle .newswords .newsdatestamp {
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  line-height: 14px !important;
  color: #999999;
}
.newshomeposts .nfpcontent .nfparticle .newswords .newsdatestamp .eventdate {
  margin-bottom: 0px;
  line-height: 16px !important;
}
.newshomeposts .nfpcontent .nfparticle .newswords .newsdatestamp .eventtime {
  margin-bottom: 0px;
  line-height: 16px !important;
}
.newshomeposts .nfpcontent .nfparticle .newswords .newswordscont {
  padding: 5px 10px 10px 10px;
  font-size: 14px;
  line-height: 16px !important;
  height: 110px;
  overflow-y: hidden;
}
.newshomeposts .nfpcontent .nfparticle .newswords .newswordscont p {
  padding-top: 0px;
  font-size: 14px;
  line-height: 17px !important;
}
.newshomeposts .nfpcontent.schoolinfo .nfparticle a:hover .nfpover .nfpoverwords {
  background-color: rgba(218, 182, 50, 0.4);
}
.newshomeposts .nfpcontent.schoolinfo .nfparticle a .nfpover .nfpoverwords {
  background-color: rgba(218, 182, 50, 0);
}
.newshomeposts .oldposts h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #34483c !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px !important;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-top: 40px;
}
@media (min-width: 480px) {
  .newshomeposts .nfpcontent .nfparticle {
    margin-bottom: 30px;
  }
  .newshomeposts .nfpcontent .nfparticle .newsimage {
    height: 400px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover {
    min-height: 400px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 400px;
  }
}
@media (min-width: 788px) {
  .newshomeposts .nfpcontent .nfparticle {
    margin-bottom: 20px;
  }
  .newshomeposts .nfpcontent .nfparticle .newsimage {
    height: 200px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover {
    min-height: 200px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .newshomeposts .nfpcontent .nfparticle {
    margin-bottom: 30px;
  }
  .newshomeposts .nfpcontent .nfparticle .newsimage {
    height: 250px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover {
    min-height: 250px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .newshomeposts .nfpcontent .nfparticle {
    margin-bottom: 30px;
  }
  .newshomeposts .nfpcontent .nfparticle .newsimage {
    height: 300px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover {
    min-height: 300px;
  }
  .newshomeposts .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 300px;
  }
}
.newshomeposts.subjectslist .nfparticle a:hover .nfpover .nfpoverwords {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: rgba(218, 182, 50, 0.4);
}
.newshomeposts.subjectslist .nfparticle a .nfpover .nfpoverwords {
  color: #FFFFFF;
  background-color: rgba(218, 182, 50, 0);
}
.newshomeposts.courseslist .nfparticle a:hover .nfpover .nfpoverwords {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background-color: rgba(88, 89, 91, 0.4);
}
.newshomeposts.courseslist .nfparticle a .nfpover .nfpoverwords {
  color: #FFFFFF;
  background-color: rgba(88, 89, 91, 0);
}
@media (min-width: 480px) {
  .newshomeposts.subjectslist .nfpcontent .nfparticle .newsimage,
  .newshomeposts.courseslist .nfpcontent .nfparticle .newsimage {
    height: 360px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover {
    min-height: 360px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover .nfpoverwords,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 360px;
  }
}
@media (min-width: 788px) {
  .newshomeposts.subjectslist .nfpcontent .nfparticle .newsimage,
  .newshomeposts.courseslist .nfpcontent .nfparticle .newsimage {
    height: 160px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover {
    min-height: 160px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover .nfpoverwords,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .newshomeposts.subjectslist .nfpcontent .nfparticle .newsimage,
  .newshomeposts.courseslist .nfpcontent .nfparticle .newsimage {
    height: 175px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover {
    min-height: 175px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover .nfpoverwords,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .newshomeposts.subjectslist .nfpcontent .nfparticle .newsimage,
  .newshomeposts.courseslist .nfpcontent .nfparticle .newsimage {
    height: 210px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover {
    min-height: 210px;
  }
  .newshomeposts.subjectslist .nfpcontent .nfparticle .nfpover .nfpoverwords,
  .newshomeposts.courseslist .nfpcontent .nfparticle .nfpover .nfpoverwords {
    height: 210px;
  }
}
.newshomeposts.contentpages.hideinfo .newsdatestamp {
  display: none;
  visibility: hidden;
}
.newshomeposts.contentpages.hideinfo .newswordscont {
  display: none;
  visibility: hidden;
}
@media (min-width: 480px) {
  .newshomeposts.contentpages.hideinfo .nfpcontent .nfparticle .nfpover {
    min-height: 450px;
  }
}
@media (min-width: 788px) {
  .newshomeposts.contentpages.hideinfo .nfpcontent .nfparticle .nfpover {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .newshomeposts.contentpages.hideinfo .nfpcontent .nfparticle .nfpover {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .newshomeposts.contentpages.hideinfo .nfpcontent .nfparticle .nfpover {
    min-height: 350px;
  }
}
.newshomeposts.hpeventslist .newswords {
  background-color: #5d6d63;
  color: #FFFFFF;
}
.newshomeposts.hpeventslist .newswords h4 {
  color: #dab632;
}
.newshomeposts.hpeventslist .newswords .eventdate,
.newshomeposts.hpeventslist .newswords .eventtime {
  color: #FFFFFF;
}
.nfparticle .editbutton .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 400;
}
.page-template-template-safeguarding .rhscontent .well {
  margin-bottom: 10px;
}
.page-template-template-safeguarding .rhscontent .well.meetthesenco .listthumb {
  width: 100px;
  height: 150px;
}
.page-template-template-safeguarding .rhscontent .well.meetthesenco p {
  line-height: 16px !important;
}
.govbuttons {
  margin-bottom: 10px;
}
.govbuttons .govbuttonslink {
  width: 100%;
}
.govbuttons .govbuttonslink p {
  padding-top: 10px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
}
.govbuttons .govbuttonslink p small {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  color: #dab632;
  font-size: 12px;
}
.govsprofile .modal-dialog .modal-content .modal-header {
  position: relative;
}
.govsprofile .modal-dialog .modal-content .modal-header h1 {
  padding-top: 20px;
  margin-bottom: 10px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 34px;
}
.govsprofile .modal-dialog .modal-content .modal-header h1 small {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  color: #dab632;
  font-size: 28px;
}
.govsprofile .modal-dialog .modal-content .modal-header .govphoto {
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  border-radius: 5px;
}
.govsprofile .modal-dialog .modal-content .modal-header .post-edit-link {
  position: absolute;
  top: 50px;
  right: 20px;
}
.govsprofile .modal-dialog .modal-content .modal-header .post-edit-link .btn {
  margin-bottom: 5px;
}
.govsprofile .modal-dialog .modal-content .modal-body .well h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px !important;
}
.nwlolder {
  background-color: #f9f4df;
}
.termdatestable {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  width: 100%;
}
.termdatestable th {
  padding: 5px 10px;
  background-color: #DDDDDD;
  border-top: 1px solid #EEEEEE;
}
.termdatestable th.termheading {
  background-color: #EEEEEE;
}
.termdatestable td {
  padding: 5px 10px;
  border-top: 1px solid #DDDDDD;
}
ul.documents {
  margin: 0px 0px;
  padding: 0px 0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.documents li {
  margin: 0px 0px;
  padding: 0px 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none !important;
  background-color: #34483c;
  border: 10px solid #34483c;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: normal !important;
  font-size: 20px;
  text-align: left;
  -webkit-column-break-inside: avoid;
}
ul.documents li .glyphicon {
  color: #34483c;
  font-weight: normal !important;
  background-color: #FFFFFF;
  border: 6px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
}
ul.documents li a {
  color: #FFFFFF;
}
ul.documents li a:hover {
  color: #dab632;
}
.righthandside ul.documents {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.righthandside ul.documents li {
  font-size: 14px;
}
.headerfadeimage {
  background-image: url(../img/BG-Star-LtoR-001.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.25;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: inherit;
}
.page-header-surround {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.page-header-surround .page-header {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 70px 30px 0px 30px;
  border-bottom: 0px none;
  max-width: 1500px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: inherit;
}
.page-header-surround .page-header .mpswelcomecontent {
  text-align: center;
}
.page-header-surround .page-header .mpswelcomecontent .post-edit-link .editbutton {
  display: inline;
  position: relative;
  top: -3px;
  left: 15px;
  z-index: 400;
}
.page-header-surround .page-header .page-header-banner {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  background-size: cover;
  background-position: center center;
}
.page-header-surround .page-header .page-header-banner.shallow {
  height: 100px;
}
.page-header-surround .page-header .page-header-banner.tall {
  height: 700px;
}
.page-header-surround .page-header .page-header-banner.hide {
  height: 0px;
}
.page-header-surround .page-header h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  text-shadow: 0px 0px 7px #000000;
}
.page-header-surround .page-header h2.inverse {
  color: #58595b !important;
}
.page-header-surround .page-header h2 small {
  color: #dab632 !important;
}
.page-header-surround .page-header p {
  margin-bottom: 0px;
  font-size: 0.6em;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .page-header .page-header-banner {
    height: 150px;
  }
  .page-header h2 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 788px) {
  .page-header .page-header-banner {
    height: 200px;
  }
  .page-header h2 {
    font-size: 35px !important;
  }
}
.pagedetailsbar {
  background-color: #34483c;
  color: #FFFFFF;
  font-size: 14px !important;
}
.preheadercontent {
  padding: 5px 0px 5px 40px;
  text-align: left;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.headercontent {
  text-align: right;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.headercontent p {
  padding: 2px 30px 2px 0px;
  margin-bottom: 0px;
}
.headercontent a {
  color: #FFFFFF;
  font-weight: 700;
}
.headercontent a.btn.btn-default {
  color: #333333 !important;
}
.eventdetails {
  padding: 15px 10px 15px 10px;
  text-align: center;
  background-color: #5d6d63;
  color: #dab632;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.eventdetails .eddate {
  font-size: 34px;
  color: #FFFFFF;
}
.eventdetails .edtime {
  font-size: 28px;
}
.breadcrumb {
  margin-bottom: 0px;
  text-align: left;
  background-color: #34483c;
  color: #FFFFFF;
  border-radius: 0px;
}
.breadcrumb a {
  color: #FFFFFF !important;
}
.breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}
.phcnews .preheadercontent {
  background-color: #4b0027;
}
.phcnews h2 {
  color: #4b0027 !important;
}
.phcschoolinfo .preheadercontent {
  background-color: #dab632;
}
.phcschoolinfo h2 {
  color: #dab632 !important;
}
header {
  background-color: #34483c !important;
  width: 100% !important;
  position: absolute !important;
  top: 0px !important;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 16px -3px #000000;
  box-shadow: 0px 0px 16px -3px #000000;
}
header .container {
  margin: 0px auto 0px auto !important;
  max-width: 1500px !important;
}
header .container .innercontainer {
  padding: 0px 10px;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
header .container.nopad {
  margin: 0px 0px 0px 0px !important;
  max-width: 100% !important;
  background-color: rgba(52, 72, 60, 0.35);
}
header .container.nopad .innercontainer {
  margin: 0px auto 0px auto !important;
  padding: 0px 0px !important;
  max-width: 1500px !important;
}
@media only screen and (min-width: 1510px) {
  header .container .innercontainer {
    padding: 0px 0px;
  }
}
.logged-in header {
  top: 32px !important;
}
.navbar-static-top {
  border-bottom: 0px none;
}
.tophead {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
}
.tophead a.navbar-brand {
  margin: 25px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  height: 180px;
  width: 120px;
  display: block;
  z-index: 10;
  background: url("../img/logo_head_link_120x180px.svg") no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tophead a.navbar-brand h1 span {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  .tophead a.navbar-brand {
    height: 145px;
    width: 100px;
  }
}
.toplinks {
  margin: 0px 0px;
  padding: 0px 0px;
}
.toplinks .maintoplinks {
  float: right;
}
.toplinks .searchtoplinks {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  .toplinks .maintoplinks {
    float: none;
  }
}
.toprighttext {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: right;
  font-weight: 700 !important;
  font-size: 12px !important;
  white-space: nowrap;
}
.navbar {
  min-height: 30px;
}
.mainnavigation {
  position: relative;
}
.mainnavigation .navlayout .nav.navbar-nav a {
  padding: 9px 8px;
  background-color: transparent;
  background-color: rgba(52, 72, 60, 0.5);
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #dab632 !important;
  font-size: 15px;
  line-height: 15px;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.mainnavigation .navlayout .nav.navbar-nav a:hover {
  background-color: rgba(52, 72, 60, 0.35) !important;
  color: #FFFFFF !important;
}
.mainnavigation .navlayout .nav.navbar-nav .active {
  border-bottom: 0px none !important;
}
.mainnavigation .navlayout .nav.navbar-nav .active a {
  background-color: #34483c !important;
  color: #FFFFFF !important;
}
.mainnavigation .navlayout .nav.navbar-nav .active a:hover {
  background-color: #1f2a23 !important;
}
.mainnavigation .navlayout .nav.navbar-nav .active a:focus {
  background-color: #1f2a23 !important;
}
.mainnavigation .navlayout .nav.navbar-nav .open a {
  background-color: #5d6d63 !important;
  color: #dab632 !important;
}
.mainnavigation .navlayout .nav.navbar-nav .open a:hover {
  background-color: #34483c !important;
  color: #FFFFFF !important;
}
.mainnavigation .dropdown-menu {
  padding: 0px 0px;
  margin: 0px 0px;
  background-color: #1f2a23 !important;
}
.mainnavigation .dropdown-menu li a {
  display: inline-block;
  width: 100%;
}
.mainnavigation .dropdown-menu li.linkheadingsnolink {
  padding: 9px 9px;
  height: 30px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mainnavigation .nocols .dropdown-menu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.mainnavigation .halfposition button {
  margin: 0px 10px 0px 0px;
  height: 30px;
  border: 0px none;
  background-color: rgba(52, 72, 60, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 20000;
}
.mainnavigation .halfposition button .icon-bar {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 788px) and (max-width: 1510px) {
  .mainnavigation {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  .mainnavigation {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: right;
  }
  .mainnavigation .fullposition {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    z-index: 10000;
    border-top: 0px none;
  }
  .navlayout {
    margin-right: 0px;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav li a {
    color: #FFFFFF !important;
  }
  .navbar-nav li a:hover {
    color: #34483c !important;
  }
}
.container.sixthmenu {
  background-color: #1f2a23;
}
.container.sixthmenu .navlayout .nav.navbar-nav a {
  background-color: #1f2a23;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.container.sixthmenu .navlayout .nav.navbar-nav a:hover {
  background-color: transparent !important;
}
.container.sixthmenu .navlayout .nav.navbar-nav .active a {
  background-color: #1f2a23 !important;
}
.container.sixthmenu .navlayout .nav.navbar-nav .active a:hover {
  background-color: #1f2a23 !important;
}
.container.sixthmenu .navlayout .nav.navbar-nav .active a:focus {
  background-color: #1f2a23 !important;
}
.container.sixthmenu .navlayout .nav.navbar-nav .open a {
  background-color: #1f2a23 !important;
  color: #dab632 !important;
}
.container.sixthmenu .navlayout .nav.navbar-nav .open a:hover {
  background-color: #1f2a23 !important;
  color: #FFFFFF !important;
}
.searchbuttontop {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 12px;
  border-left: 2px solid #dab632;
}
.searchbuttontop a {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #dab632;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
  .searchbuttontop a {
    font-size: 16px;
  }
}
.search-form .search-field {
  font-size: 20px;
  padding: 10px 10px 10px;
  border: 0px none;
  height: 50px;
}
.search-form .search-submit {
  background-color: #34483c;
  color: #FFFFFF;
  font-size: 20px;
  padding: 0px 10px 0px;
  border: 0px none;
  height: 50px;
}
.topsearch {
  position: relative;
}
.topsearch #searchdrop {
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: transparent !important;
  z-index: 2000;
  position: absolute;
  top: 30px;
  right: 100px;
}
.topsearch #searchdrop .input-group {
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 0px;
}
.topsearch #searchdrop .search-form {
  width: 100%;
}
.topsearch #searchdrop .search-form .search-field {
  height: 45px;
  width: 400px;
  font-family: Helvetica, Open Sans, sans-serif, Arial;
}
.topsearch #searchdrop .search-form .search-submit {
  padding-top: 5px;
  height: 45px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #dab632;
}
.topsearch #searchdrop .search-form .search-submit.btn-default {
  border: 0px none;
}
.maintempsearch.bottomlayout {
  margin: 0px 0px;
  padding: 0px 0px;
  padding: 120px 10px 50px 10px;
  text-align: center;
}
.search-results .row .page-intro {
  padding: 20px 10px;
  background-color: #FFFFFF;
  text-align: center;
}
.search-results .row .searchresultsexplist {
  list-style-type: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.search-results .row .searchresultsexplist li {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #222222;
  border-bottom: 1px solid #eeeeee;
}
.search-results .row .searchresultsexplist li:nth-child(odd) {
  background-color: #ffffff;
}
.search-results .row .searchresultsexplist li a {
  color: #dab632;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.search-results .row .searchresultsexplist li a:hover {
  color: #18000c;
  text-decoration: none;
}
.search-results .row .searchresultsexplist li h4 {
  margin-bottom: 0px;
}
.search-results .row .searchresultsexplist li .postdate {
  font-size: 12px !important;
  color: #999999;
  line-height: auto !important;
  margin-bottom: 0px;
  font-style: italic;
}
.search-results .row .searchresultsexplist li .postexcerpt {
  margin-bottom: 0px;
}
.search-results .row .searchresultsexplist li .listthumb {
  background-size: cover;
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 20px;
  margin-top: 15px !important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.search-results .row article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #222222;
  border-bottom: 1px solid #eeeeee;
}
.search-results .row article a {
  color: #4b0027;
}
.search-results .row article a:hover {
  color: #18000c;
  text-decoration: none;
}
.search-results .row article header h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #4b0027;
  font-size: 23px;
}
.search-results .row article header time {
  font-size: 12px !important;
  float: left;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
.search-results .row article header .byline {
  font-size: 12px !important;
}
.search-results .row article .entry-summary p {
  font-size: 14px !important;
}
.home footer {
  margin-top: 0px !important;
}
footer {
  border-top: 15px solid #dab632;
  background: #34483c;
  margin-top: 0px;
  color: #FFFFFF;
  background-image: url(../img/BG-Star-LtoR-001.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
footer .footboxes {
  padding: 150px 10px 50px 10px;
  margin: 0px;
  font-size: 16px;
  background-color: transparent !important;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
footer .footboxes.fbleft {
  text-align: left;
}
footer .footboxes.fbright {
  text-align: right;
}
footer .footboxes h4 {
  font-size: 20px !important;
  color: #dab632;
}
footer .footboxes h5 {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  color: #dab632;
  font-size: 16px;
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  font-weight: bold !important;
}
footer .footboxes .fgen {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
footer .footboxes .headprofile .hpthumb {
  margin-right: 10px;
  margin-bottom: 30px;
  background-size: cover !important;
  background-position: center center !important;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  float: left;
}
footer .footboxes .headprofile .hpdetails {
  padding-top: 30px;
}
footer .footboxes .headprofile .hpdetails .hpdname {
  margin-bottom: 0px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif !important;
  font-size: 20px !important;
}
footer .footboxes .headprofile .hpdetails .hpdtitle {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  color: #dab632;
  font-weight: bold !important;
  font-size: 14px;
}
footer .footboxes .footlink {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-top: 40px;
  text-align: center;
}
footer .footboxes .footlink li {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
footer .footboxes .footlink li:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
footer .footboxes .footlink li a {
  color: #dab632;
}
footer .footboxes .footlink li .linklogo {
  height: 40px;
  width: 40px;
  display: block;
}
footer .footboxes .footlink li .linklogo span {
  display: none;
  visibility: hidden;
}
footer .footboxes .footlink li .linklogo.linkfb {
  background: url("../img/icon_facebook_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linktw {
  background: url("../img/icon_twitter_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkyt {
  background: url("../img/icon_youtube_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkvim {
  background: url("../img/icon_vimeo_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkli {
  background: url("../img/icon_linkedin_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkemail {
  background: url("../img/icon_email_sm.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkpto {
  background: url("../img/icon_pto.png") no-repeat top left;
}
footer .footboxes .footlink li .linklogo.linkwisepay {
  background: url("../img/icon_wisepay_sm.png") no-repeat top left;
  width: 84px!important;
}
footer .footboxes .footlink li .linklogo.linkgoogleclassroom {
  background: url("../img/icon_gclass_sm.png") no-repeat top left;
}
footer .footboxes .footertrustlogo {
  text-align: right;
}
footer .footboxes .footertrustlogo img {
  margin-bottom: 20px;
  display: inline !important;
  width: 50%;
}
footer .container {
  margin: 0px auto 0px auto !important;
  max-width: 1500px !important;
}
footer .footerlinks {
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: 47px;
  vertical-align: baseline;
  display: none;
  visibility: hidden;
}
footer .footerlinksmenu {
  background: #FFFFFF;
  text-align: center;
  height: 47px;
  line-height: 16px;
}
footer .footerlinksmenu li {
  height: 47px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 217px;
  text-align: center;
  width: 19%;
}
footer .footerlinksmenu li a {
  color: #4c8187;
  font-size: 14px;
  background: repeat-x center bottom transparent;
  border-top: 2px solid transparent;
  display: block;
  padding: 15px 0px 19px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 102%;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  height: 52px;
}
footer .footerlinksmenu li a:hover {
  background: url("../img/secondaryLinkBg.png") repeat-x scroll center bottom;
  border-top: 2px solid transparent;
  color: #fff;
  height: 40px;
  height: 66px;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  footer .footerlinks {
    height: 302px;
    border-bottom: 2px solid #FFFFFF;
  }
  footer .footboxes {
    padding: 70px 10px 50px 10px;
  }
  footer .footboxes .footertrustlogo {
    text-align: center;
  }
  footer .footboxes .footertrustlogo img {
    margin-bottom: 20px;
    display: inline !important;
    width: 40%;
  }
  footer .footboxes .headprofile .hpthumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-size: cover !important;
    background-position: center center !important;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    float: none;
  }
  footer .footboxes .headprofile .hpdetails {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  footer .footboxes .headprofile .hpdetails .hpdname {
    margin-bottom: 0px;
    font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif !important;
    font-size: 20px !important;
  }
  footer .footboxes .headprofile .hpdetails .hpdtitle {
    font-family: Helvetica, Open Sans, sans-serif, Arial;
    color: #dab632;
    font-weight: bold !important;
    font-size: 14px;
  }
  footer .footerlinksmenu {
    padding: 0px;
    margin: 0px;
    width: 100%;
    clear: both;
    height: 300px;
  }
  footer .footerlinksmenu li {
    height: auto;
    display: block;
    max-width: 100%;
    text-align: center;
    width: 100%;
    position: static;
  }
  footer .footerlinksmenu li a {
    background: url("../img/secondaryLinkBg.png") repeat-x scroll center bottom;
    color: #FFFFFF;
    border-top: 2px solid #FFFFFF;
    padding: 10px 0px 20px !important;
    position: static;
    width: 100%;
    height: 60px;
  }
  footer .footerlinksmenu li a:hover {
    background: url("../img/secondaryLinkBg.png") repeat-x scroll center bottom;
    border-top: 2px solid #b89821;
    height: 60px;
  }
  footer .footlink {
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .fbleft {
    border-top: 1px solid #FFFFFF;
    text-align: center!important;
  }
  .fbcentre {
    border-top: 1px solid #FFFFFF;
  }
  .fbright {
    border-top: 1px solid #FFFFFF;
    text-align: center!important;
  }
}
.page-template-template-homepage-php footer .footerlinks {
  display: block;
  visibility: visible;
}
.matlinksbase ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #FFFFFF;
}
.matlinksbase ul li {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.matlinksbase ul li a {
  color: #FFFFFF;
  padding: 10px 0px 10px !important;
  width: 100%;
  display: block;
}
.matlinksbase ul li a:hover {
  background-color: #5f836d;
  text-decoration: none;
}
.homebotlogo {
  width: 100%;
  height: 0px;
  text-align: center;
  z-index: 11000;
  position: relative;
}
.homebotlogo .homebotlogoinner {
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
  border-radius: 75px;
  background-color: #dab632;
  background-image: url("../img/logo-foot-circle-001.png");
  background-size: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: -82px;
}
.btn {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 0.95em;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  text-shadow: 0px 0px 1px #FFFFFF;
}
.btn.btn-primary {
  border: 0px none;
  background-color: #34483c;
  text-shadow: 0px 0px 1px #dab632;
}
.btn.btn-default {
  border: 1px solid #eeeeee;
}
.btn.btn-success {
  color: #FFFFFF;
  border: 0px none;
}
.btn.btn-info {
  color: #FFFFFF;
  border: 0px none;
}
.btn.btn-warning {
  color: #FFFFFF;
  border: 0px none;
}
.btn.btn-danger {
  color: #FFFFFF;
  border: 0px none;
}
.btn.btn-link {
  border: 1px solid #eeeeee;
}
a.btn {
  color: #FFFFFF;
  font-weight: normal;
  border: 1px solid #eeeeee;
}
a.btn.btn-primary {
  text-shadow: 0px 0px 1px #dab632;
}
a.btn.btn-success {
  color: #FFFFFF;
}
a.btn.btn-info {
  color: #FFFFFF;
}
a.btn.btn-warning {
  color: #FFFFFF;
}
a.btn.btn-danger {
  color: #FFFFFF;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -500;
}
.video-container {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -500;
}
video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}
.videocontrols {
  text-align: center;
  z-index: 5000;
  position: relative;
  top: -135px;
  width: 100%;
}
.videocontrols button {
  border: 0px none;
  background-color: transparent;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -10px;
  left: 10px;
}
.videocontrols button .glyphicon {
  position: relative;
  top: 10px;
  font-size: 40px;
}
.vidheight {
  position: relative;
  height: 100vh;
}
.downbutton {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: table;
}
.downbutton p {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.downbutton p a {
  font-size: 70px;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.downbutton p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.home .main {
  background: #FFFFFF;
}
.homecarousel {
  position: relative;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  min-width: 100%;
  min-height: 100%;
}
.homecarousel.contentversion {
  margin-top: 20px;
}
.homecarousel .carousel-inner .item {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 100vh;
}
.homecarousel .carousel-indicators {
  display: none;
  visibility: hidden;
}
.carousel-indicators {
  display: none;
  visibility: hidden;
}
.innertransbg {
  height: 90vh;
  width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption {
  top: 0px;
  height: 90vh;
  text-shadow: 0px 0px 10px #000000;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.carousel-caption h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 20px;
  color: #dab632;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 0px 7px #000000;
  width: 100%;
}
.carousel-caption h4 {
  margin: 0px 0px;
  padding: 0px 0px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
}
.carousel-caption h4 small {
  color: #ffffff;
}
.carousel-caption h4 a {
  color: #FFFFFF;
  text-decoration: none;
}
.carousel-caption h4 a:hover {
  color: #dab632;
}
.carousel-caption p {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #FFFFFF;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 41px;
  line-height: 49px;
  text-shadow: 0px 0px 7px #000000;
}
.carousel-caption .btn {
  margin-top: 10px;
  padding: 10px 10px;
  background-color: #34483c;
  border: 0px none;
  color: #FFFFFF;
  font-size: 34px;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .carousel-caption h4 {
    font-size: 3.5em;
  }
  .carousel-caption p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 788px) {
  .carousel-caption h4 {
    font-size: 4em;
  }
  .carousel-caption p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 788px) and (max-width: 992px) {
  .carousel-caption h4 {
    font-size: 4em;
  }
  .carousel-caption p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-caption h4 {
    font-size: 4.5em;
  }
  .carousel-caption p {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 4000px) {
  .carousel-caption h4 {
    font-size: 5em;
  }
  .carousel-caption p {
    font-size: 3em;
  }
}
/*
// Carousel resize
@media only screen and (min-width: 0px) and (max-width: @screen-xs) {
.homecarousel {
    height : 350px;
    .carousel-inner {
        .item {
           height : 350px !important;
            img {
                height : 350px;
            }
        }
    }
    .homestrapline {
        span {
            font-size : 20px !important;
        }
    }
}
}
@media only screen and (min-width: @screen-xs) and (max-width: @screen-sm) {
.homecarousel {
    height : 400px;
    .carousel-inner {
        .item {
           height : 400px !important;
            img {
                height : 400px;
            }
        }
    }
    .homestrapline {
        span {
            font-size : 30px !important;
        }
    }
}
}
@media only screen and (min-width: @screen-sm) and (max-width: @screen-md) {
.homecarousel {
    height : 500px;
    .carousel-inner {
        .item {
           height : 500px !important;
            img {
                height : 500px;
            }
        }
    }
}
}
@media only screen and (min-width: @screen-lg) and (max-width: 3000px) {
.homecarousel {
    height : 800px;
    .carousel-inner {
        .item {
           height : 800px !important;
            img {
                height : 800px;
            }
        }
    }
}
}
*/
.homecontentsection {
  position: relative;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  z-index: 10000;
  border: 1px solid #FFFFFF;
}
.homecontentsection .homecontentsectioninner {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1500px !important;
  background-color: transparent;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  #mobileclass .homecontentsectioninner {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.hcbotfeatures {
  background-color: #34483c;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.hcbotfeatures .hcbfinner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
@media only screen and (min-width: 0px) and (max-width: 788px) {
  .hcbotfeatures {
    position: relative;
  }
}
.homeyearlinkslistouter {
  background-color: #34483c;
}
.homeyearlinkslistouter .homeyearlinkslist {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.homeyearlinkslist li {
  margin-left: 0px !important;
  text-align: center;
  font-size: 20px;
  background-color: #34483c;
  color: #dab632;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.homeyearlinkslist li:first-child {
  padding: 10px 20px;
  background-color: #dab632;
  color: #FFFFFF;
}
.homeyearlinkslist li a {
  padding: 10px 20px;
  padding-bottom: 75px;
  border-radius: 0px;
  color: #dab632;
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -ms-transition: all 0.25s ease-in-out 0.25s;
  -o-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.homeyearlinkslist li a:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.homeyearlinkslist li:nth-child(2n+3) {
  background-color: #577355;
}
.page-template-template-homepage .homeyearlinkslist li a {
  padding-bottom: 10px;
}
.homeschoolnotice {
  text-align: center;
}
.homeschoolnotice .hsninner {
  padding: 20px 10px;
  margin: 0px auto;
  max-width: 1500px;
  text-align: left;
  font-size: 16px;
}
.homeschoolnotice.snownotice {
  background-color: rgba(255, 0, 0, 0.25);
}
.homeschoolnotice.snownotice h2 small {
  color: #FFFFFF;
}
.hptickertape {
  background-color: #34483c;
}
.hptickertape marquee {
  padding-top: 7px;
  padding-bottom: 5px;
}
.hptickertape marquee p {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
}
.hptickertape marquee a {
  color: #dab632;
}
.hptickertape marquee a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#hpspotlights {
  background-color: #eeeeee;
  padding-bottom: 80px;
}
#hpspotlights .homecontentsectioninner {
  padding-bottom: 0px;
}
.homespotlightboxes {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.homespotlightboxes .hslb {
  margin: 0px 0px;
  padding: 0px 0px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  height: 200px;
  transition: all 0.5s;
}
.homespotlightboxes .hslb a.hslblinkbox {
  color: #34483c;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.homespotlightboxes .hslb a.hslblinkbox:hover {
  text-decoration: none;
}
.homespotlightboxes .hslb a.hslblinkbox span {
  font-size: 0px;
  display: none;
}
.homespotlightboxes .hslb .post-edit-link {
  font-size: 10px !important;
  position: absolute;
  bottom: -22px;
  right: 15px;
  z-index: 20000;
}
.homespotlightboxes .hslb .hslbbox {
  padding: 20px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: inline-block;
  transition: height 0.5s;
}
.homespotlightboxes .hslb .hslbbox .hslbboxinner {
  margin-bottom: 30px;
  border: 0px solid #FFFFFF;
  height: 100%;
  position: relative;
}
.homespotlightboxes .hslb .hslbbox .hslbboxinner .hslbheadbg {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.homespotlightboxes .hslb .hslbbox .hslbboxinner .hslbheadbg h3 {
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #dab632;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  width: 100%;
}
.homespotlightboxes .hslb .hslbbox .hslbboxinner .hslbexcerpt {
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.homespotlightboxes .hslb .hslbbox .hslbboxinner .hslbexcerpt p {
  padding: 10px 10px;
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: bold;
}
.homespotlightboxes .hslb:hover {
  text-decoration: none;
}
.homespotlightboxes .hslb:hover .hslbbox {
  background-color: rgba(52, 72, 60, 0.5);
  transition: all 0.5s;
}
.homespotlightboxes .hslb:hover .hslbbox .hslbboxinner {
  background-color: rgba(255, 255, 255, 0.5);
}
.homespotlightboxes .hslb:hover .hslbbox .hslbboxinner .hslbheadbg {
  background-color: #FFFFFF;
}
.homespotlightboxes .hslb:hover .hslbbox .hslbboxinner .hslbheadbg h3 {
  margin-bottom: 1px;
}
.homespotlightboxes .hslb:hover .hslbbox .hslbboxinner .hslbexcerpt {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
@media (min-width: 480px) {
  .homespotlightboxes .hslb {
    height: 300px;
    margin-bottom: 40px;
  }
}
@media (min-width: 788px) {
  .homespotlightboxes .hslb {
    height: 200px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .homespotlightboxes .hslb {
    height: 200px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .homespotlightboxes .hslb {
    height: 200px;
    margin-bottom: 0px;
  }
}
#hpnews .nhpintrobox {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
}
#hpnews .nhpintrobox h3 {
  font-size: 34px;
}
#hpevents {
  background-color: #eeeeee;
  background-image: url(../img/BG-Star-LtoR-002-fade.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
#hpevents .nhpintrobox {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
}
#hpevents .nhpintrobox h3 {
  font-size: 34px;
}
#hpofsted {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fefefb;
}
#hpofsted .hpolayout {
  text-align: center;
}
#hpofsted .hpolayout h3 {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #dab632;
}
#hpofsted .hpolayout .hpolintro {
  margin-left: 30%;
  margin-right: 30%;
  font-family: Helvetica, Open Sans, sans-serif, Arial;
  font-size: 12px;
  line-height: 12px;
  font-weight: 100;
  color: #999999;
}
#hpofsted .hpolayout .hpolcriteria {
  padding: 20px 20px;
}
#hpofsted .hpolayout .hpolcriteria img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
#hpofsted .hpolayout .hpolcriteria .hpolccriteria {
  margin-bottom: 2px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #dab632;
  font-size: 16px;
  line-height: 16px;
}
#hpofsted .hpolayout .hpolcriteria .hpolcjudgement {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #34483c;
  font-size: 20px;
  line-height: 20px;
}
#hpsocial {
  background-color: #eeeeee;
  background-image: url(../img/BG-Star-LtoR-002-fade.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
#hpsocial .sfintrobox {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
}
#hpsocial .sfintrobox h3 {
  font-size: 34px;
}
#hpsocial .col-xs-12,
#hpsocial .col-sm-6 {
  padding: 30px 30px;
}
#hpsocial .feedbox.fbposts {
  background-color: #f9f4df;
}
#hpsocial .feedbox.tweets {
  background-color: #999999;
}
.hpintrobox {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
}
.hpintrobox h3 {
  font-size: 34px;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 100vh;
  position: relative;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption {
  padding: 0px 0px 10vh 0px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  text-align: left;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  display: table-cell;
  vertical-align: middle;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption h1 {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 5em !important;
  color: #FFFFFF;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption h1 a {
  color: #FFFFFF;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption h1 a:hover {
  text-decoration: none;
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption p {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 41px;
  line-height: 41px;
  color: rgba(255, 255, 255, 0.75);
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption p a {
  color: rgba(255, 255, 255, 0.75);
}
.sixthformlayout.fasf2022 #homecarousel .homecarousel .carousel-inner .item .fasf2022hccap .carousel-caption p a:hover {
  text-decoration: none;
}
.sixthformlayout.fasf2022 .homeschoolnotice {
  background-color: #eeeeee;
}
.sixthformlayout.fasf2022 .homeschoolnotice .hsninner {
  margin: 0px 0px;
  padding: 0px 0px;
}
.sixthformlayout.fasf2022 .homeschoolnotice .hsninner .well {
  padding: 30px 10px;
  background-color: transparent;
  border-radius: 0px;
}
.sixthformlayout.fasf2022 .fasf22welcomeheadline {
  padding-left: 30px;
  padding-right: 15px;
  border-top: 1px dotted white;
}
.sixthformlayout.fasf2022 .fasf22welcomeheadline h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 41px;
  color: #34483c;
  border-bottom: 1px solid #999999;
}
.sixthformlayout.fasf2022 .fasf22welcomesection {
  width: 100%;
  margin-bottom: 40px;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontent {
  text-align: justify;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontentportrait {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontentportrait .fasf22wcpwords {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontentportrait .fasf22wcpwords .fasf22wcpwtitle {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 16px;
}
.sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontentportrait .fasf22wcpwords .fasf22wcpwname {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width: 788px) {
  .sixthformlayout.fasf2022 .fasf22welcomesection .innerblock .fasf22ws.fasf22welcomecontentportrait {
    height: 450px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.sixthformlayout.fasf2022 .fasf22furthersection {
  width: 100%;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock .fasf22fs {
  padding: 30px 30px;
  color: #FFFFFF;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock .fasf22fs .fasf22fsinner::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 13em;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock .fasf22fs h4 {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 34px;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock .fasf22fs.fasf22fsofsted {
  background-color: #34483c;
}
.sixthformlayout.fasf2022 .fasf22furthersection .innerblock .fasf22fs.fasf22fsvalues {
  background-color: #1f2a23;
}
.sixthformlayout.fasf2022 .fasf22linksection {
  width: 100%;
  background-color: #eeeeee;
}
.sixthformlayout.fasf2022 .fasf22linksection .innerblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sixthformlayout.fasf2022 .fasf22linksection .innerblock .fasf22ls {
  padding: 20px 20px;
  color: #FFFFFF;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes {
  margin-top: 0px;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes h3 {
  margin-top: 20px;
  margin-left: 10px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #dab632;
  font-size: 41px;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb {
  height: 400px;
  position: relative;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl.two {
  text-align: right;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl.two h3 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb a.hslblinkbox {
  color: #FFFFFF;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb a.hslblinkbox h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  font-size: 41px;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb a.hslblinkbox:hover {
  text-decoration: none;
}
.sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb a.hslblinkbox:hover h3 {
  color: #dab632;
}
@media (min-width: 480px) {
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb {
    height: 400px;
  }
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl {
    height: 300px;
  }
}
@media (min-width: 788px) {
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb {
    height: 300px;
  }
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb {
    height: 300px;
  }
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb {
    height: 400px;
  }
  .sixthformlayout.fasf2022 .fasf22linksection .homespotlightboxes .hslb.sl {
    height: 300px;
  }
}
.yeargroup-template-default .contentarea {
  padding: 20px 20px !important;
}
.ypsectionbuttons {
  margin-bottom: 30px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.ypsectionbuttons li {
  margin-left: 0px !important;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  background-color: #f9f4df;
  color: #dab632;
}
.ypsectionbuttons li:first-child {
  padding: 30px 20px;
  background-color: #34483c;
  color: #FFFFFF;
}
.ypsectionbuttons li a {
  padding: 30px 20px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #ff1890;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -ms-transition: all 0.25s ease-in-out 0.25s;
  -o-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.ypsectionbuttons li a:hover {
  text-decoration: none;
  background-color: #ff7ec1;
}
.ypsectionbuttons li:nth-child(2n+3) a {
  background-color: #dab632;
  color: #FFFFFF;
}
.ypsectionbuttons li:nth-child(2n+3) a:hover {
  background-color: #f9f4df;
}
.yptabcontent {
  margin-bottom: 0px;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.yptabcontent .btnbacktocurric {
  background-color: #dab632 !important;
}
.yptabcontent li {
  background-color: #dab632;
  color: #FFFFFF;
  margin-left: 0px !important;
  text-align: center;
  font-size: 20px;
  background-color: #34483c;
  color: #dab632;
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
}
.yptabcontent li .active {
  background-color: #f9f4df;
}
.yptabcontent li a {
  padding: 20px 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  color: #dab632;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  -moz-transition: all 0.25s ease-in-out 0.25s;
  -ms-transition: all 0.25s ease-in-out 0.25s;
  -o-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
}
.yptabcontent li a:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.yptabcontent li:nth-child(even) {
  background-color: #577355;
}
.ypmeetlm {
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.ypmeetlm .panel-heading {
  background-color: #34483c;
  border: 0px none;
  color: #FFFFFF;
}
.ypmeetlm .panel-heading small {
  color: #FFFFFF;
}
.ypmeetlm .panel-heading h3.panel-title {
  font-size: 20px !important;
  color: #FFFFFF !important;
  margin-bottom: 0px !important;
}
.ypmeetlm .panel-body {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
}
.ypmeetlm .panel-footer {
  background-color: #577355;
  border: 0px none;
  color: #dab632;
}
.ypmeetlm .panel-footer p.yplmname {
  font-size: 20px;
}
.ypmeetlm .panel-footer .btn {
  font-size: 12px;
}
.stafflistlayout {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  border-style: none;
  box-shadow: none;
  background-color: #eeeeee;
  background-image: url(../img/BG-Star-LtoR-002-fade.svg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}
.stafflistlayout blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.stafflistlayout .ypformtutor {
  display: flex;
  flex-direction: column;
}
.ypformtutors {
  height: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
}
.ypformtutors .panel-body {
  background-color: #5d6d63;
}
.ypformtutors .panel-body h3.panel-title {
  padding: 10px 10px;
  margin-bottom: 0px;
  font-size: 20px !important;
  color: #FFFFFF;
}
.ypformtutors .panel-footer {
  vertical-align: bottom;
  text-align: left;
  background-color: #dab632;
}
.ypformtutors .panel-footer p {
  font-size: 12px;
  line-height: 16px;
}
.ypformtutors .panel-footer p strong {
  font-family: 'monktonmediumregular', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #5d6d63;
}
.ypformtutors .editbutton .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;
}
.uiclmcontact p {
  margin-bottom: 0px;
}
.uicformtutors .well {
  display: flex;
  flex-wrap: wrap;
}
.uicformtutors .well .ypformtutor {
  display: flex;
  flex-direction: column;
}
.uicformtutors .well .ypformtutor .panel-heading h3 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  color: #FFFFFF;
}
.uniformlayout .mainuniheading {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.uniformlayout .uniformimage {
  width: 100%;
}
.uniformlayout .uniformimage .frame {
  padding-top: 20px;
  margin: 0px auto 0px auto;
  width: 300px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.uniformlayout .uniformimage .btn {
  font-size: 12px;
  padding: 5px;
  line-height: 12px;
  position: absolute;
  left: 10px;
}
.uniformlayout .uniformimage .inst {
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  position: absolute;
  top: -10px;
  width: 100%;
}
.uniformlayout .uniformimage.girls .frame {
  background-image: url('../img/Uniform-Female-SITE.png');
}
.uniformlayout .uniformimage.girls .frame .makeup {
  top: 40px;
}
.uniformlayout .uniformimage.girls .frame .tie {
  top: 80px;
}
.uniformlayout .uniformimage.girls .frame .blouse {
  top: 110px;
}
.uniformlayout .uniformimage.girls .frame .blazer {
  top: 140px;
}
.uniformlayout .uniformimage.girls .frame .jumper {
  top: 170px;
}
.uniformlayout .uniformimage.girls .frame .skirt {
  top: 280px;
}
.uniformlayout .uniformimage.girls .frame .tightssocks {
  top: 350px;
}
.uniformlayout .uniformimage.girls .frame .shoes {
  top: 460px;
}
.uniformlayout .uniformimage.boys .frame {
  background-image: url('../img/Uniform-Male-SITE.png');
}
.uniformlayout .uniformimage.boys .frame .makeup {
  top: 40px;
}
.uniformlayout .uniformimage.boys .frame .shirt {
  top: 110px;
}
.uniformlayout .uniformimage.boys .frame .tie {
  top: 80px;
}
.uniformlayout .uniformimage.boys .frame .blazer {
  top: 140px;
}
.uniformlayout .uniformimage.boys .frame .jumper {
  top: 170px;
}
.uniformlayout .uniformimage.boys .frame .trousers {
  top: 290px;
}
.uniformlayout .uniformimage.boys .frame .socks {
  top: 420px;
}
.uniformlayout .uniformimage.boys .frame .shoes {
  top: 460px;
}
.uniformlayout #expcontent {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
}
.uniformlayout #expcontent li {
  list-style-type: none;
}
.uniformlayout #expcontent li a {
  display: block;
  padding: 10px 15px;
  background: #ccc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #999;
  text-decoration: none;
  color: #000;
}
.uniformlayout #expcontent li a:hover (
                    background: #999;
                    color: #fff;               
                ) .uniformlayout #expcontent li a.active {
  background: #999;
  color: #fff;
}
.uniformlayout #expcontent li a .caret {
  float: right;
  margin-top: 10px;
}
.uniformlayout #expcontent li .cont {
  display: none;
}
.uniformlayout #expcontent li .cont a {
  display: inline;
  padding: auto auto;
  background: transparent;
  border-top: 0px none;
  border-bottom: 0px none;
  text-decoration: none;
  color: #000;
}
.uniformlayout #expcontent li .cont table th {
  padding: 10px;
  text-align: center;
  background-color: #eeeeee;
}
.uniformlayout #expcontent li .cont table td {
  padding: 10px;
  text-align: center;
}
.uniformlayout #expcontent .cont {
  padding: 10px;
  background-color: #eeeeee;
}
.uniformlayout #expcontent .cont li {
  list-style-type: circle;
}
.page-template-template-communityLanding .totaliser {
  background-color: #34483c;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-template-communityLanding .totaliser .totaliser-total {
  font-size: 28px !important;
  text-transform: uppercase;
  margin-bottom: 3px !important;
}
.page-template-template-communityLanding .communityevents {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
.page-template-template-communityLanding .communityevents .eventslistbox {
  margin: 0px 0px;
  padding: 0px 0px;
}
.page-template-template-communityLanding .communityevents .eventslistbox h3 {
  padding-top: 15px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #eeeeee;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px !important;
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink:hover {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink a:hover {
  text-decoration: none !important;
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink .eventslistboxlistlinkinner {
  margin: 0px 0px;
  padding: 0px 0px;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  bottom: 10px;
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink .eventslistboxlistlinkinner .eventtitle {
  font-weight: bold;
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink .eventslistboxlistlinkinner .date {
  font-size: 12px;
}
.page-template-template-communityLanding .communityevents .eventslistbox .eventslistboxlistlink .eventslistboxlistlinkinner:hover {
  background-color: rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-header {
  height: 50px;
  background-color: #eeeeee;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-header.withbg {
  height: 500px !important;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-header .post-edit-link {
  float: left;
  margin-right: 10px;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body h1 {
  text-align: center;
  font-size: 45px !important;
  line-height: 40px !important;
  font-weight: bold;
  color: #34483c;
  text-shadow: 0px 0px 1px #34483c;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .date {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  text-shadow: 0px 0px 1px #555555;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords {
  padding-top: 20px;
  text-align: justify;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords .totalraised {
  padding: 30px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 200px;
  width: 200px;
  background-image: url(../img/BG-Rosette.png);
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords .totalraised p {
  padding-top: 30px;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #FFFFFF;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords .totalraised p small {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords .charityraisedfor {
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-body .listwords .charityraisedfor small {
  font-size: 12px !important;
  font-weight: bold;
  color: #34483c;
  text-shadow: 0px 0px 1px #34483c;
}
.page-template-template-communityLanding .communityevents .eventslistbox .modal .modal-footer {
  background-color: #eeeeee;
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity h1 {
  text-align: center;
  font-size: 45px !important;
  line-height: 40px !important;
  font-weight: bold;
  color: #34483c;
  text-shadow: 0px 0px 1px #34483c;
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li {
  margin: 0px 0px 10px 0px;
  padding: 10px 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li .headingbox {
  float: left;
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li .headingbox h2 {
  margin-top: 10px;
  font-size: 30px !important;
  line-height: 25px !important;
  font-weight: bold;
  color: #34483c;
  text-shadow: 0px 0px 1px #34483c;
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li .totalraised {
  padding: 5px;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 100px;
  width: 100px;
  background-image: url(../img/BG-Rosette-sm.png);
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li .totalraised p {
  padding-top: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #FFFFFF;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}
.page-template-template-communityLanding .communityevents .eventslistbox #myModalprevcharity .preveventslistboxlist li .totalraised p small {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.page-template-template-communityLanding .raisefunds {
  text-align: center;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
}
.page-template-template-communityLanding .raisefunds h3 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.page-template-template-communityLanding .raisefunds span {
  font-size: 12px;
  font-weight: bold;
  color: #34483c;
  text-shadow: 0px 0px 1px #34483c;
  display: inline-block;
  position: relative;
  top: -22px;
}
.page-template-template-communityLanding .raisefunds .charitylogothisyear.img-responsive {
  display: inline-block;
  width: auto;
}
.page-template-template-communityLanding .raisefunds ul {
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}
.page-template-template-communityLanding .raisefunds ul li {
  display: inline-block;
  margin-right: 20px;
}
.page-template-template-communityLanding .runway {
  padding-top: 0px;
  margin-top: 10px !important;
}
.page-template-template-communityLanding .runway h3 {
  color: #76004E;
  text-shadow: 0px 0px 1px #76004E;
  font-size: 20px;
}
.page-template-template-communityLanding .runway h3 img {
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-communityLanding .runway .intro {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #76004E;
  text-shadow: 0px 0px 1px #76004E;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.page-template-template-communityLanding .runway .intro p {
  all: inherit;
}
.page-template-template-communityLanding .runway .btn-primary {
  background-color: #76004E;
  border: 1px solid #76004E;
}
.page-template-template-communityLanding .runway .btn-primary:hover {
  background-color: #90005f;
}
.page-template-template-communityLanding .communityleaders {
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li {
  padding: 10px;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .listthumb {
  background-size: cover;
  width: 76px;
  height: 76px;
  float: right;
  margin-left: 20px;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .listwords {
  padding-top: 20px;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .listwords .commancolour {
  text-transform: uppercase;
  font-size: 10px;
  white-space: nowrap;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .listwords h4 {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .emaillink {
  color: #FFFFFF;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .emaillink .tooltip {
  border: 5px solid red;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li .emaillink:hover {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Redbox {
  color: #FFFFFF !important;
  background-color: #D90000 !important;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Greenbox {
  color: #FFFFFF !important;
  background-color: #238C00 !important;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Bluebox {
  color: #FFFFFF !important;
  background-color: #0036D9 !important;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Yellowbox {
  color: #333333;
  background-color: #FFFF00 !important;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Yellowbox a {
  color: #333333;
}
.page-template-template-communityLanding .communityleaders .communityleaderslist li.Yellowbox a:hover {
  color: #222222;
}
.page-template-template-communityLanding .col-xs-12.infosection.feedsinfoarea {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
.page-template-template-communityLanding #sbi_load .sbi_load_btn {
  visibility: hidden;
  display: none !important;
}
.page-template-template-communityLanding #sbi_load .sbi_follow_btn {
  margin-left: 0px !important;
}
.page-template-template-communityLanding #sbi_load .sbi_follow_btn a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+0,ff0000+33,ff00ff+66,0000ff+100 */
  background: #ffff00;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ffff00 0%, #ff0000 33%, #ff00ff 66%, #0000ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffff00 0%, #ff0000 33%, #ff00ff 66%, #0000ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffff00 0%, #ff0000 33%, #ff00ff 66%, #0000ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#0000ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-size: 0px;
}
.page-template-template-communityLanding #sbi_load .sbi_follow_btn a i {
  visibility: visible;
  font-size: 60px !important;
  font-weight: normal !important;
  margin-left: 7px;
}
.communityleaders .Redbox {
  color: #FFFFFF !important;
  background-color: #D90000 !important;
}
.communityleaders .Greenbox {
  color: #FFFFFF !important;
  background-color: #238C00 !important;
}
.communityleaders .Bluebox {
  color: #FFFFFF !important;
  background-color: #0036D9 !important;
}
.communityleaders .Yellowbox {
  color: #333333;
  background-color: #FFFF00 !important;
}
.communityleaders .Yellowbox a {
  color: #333333;
}
.communityleaders .Yellowbox a:hover {
  color: #222222;
}
.communityleaders .ypmeetlm .panel-heading {
  background-color: inherit !important;
  color: inherit !important;
}
.communityleaders .ypmeetlm .panel-footer {
  background-color: inherit !important;
  color: inherit !important;
}
.communityleaders {
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.communityleaders .communityleaderslist {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
.communityleaders .communityleaderslist li {
  padding: 10px;
}
.communityleaders .communityleaderslist li .listthumb {
  background-size: cover;
  width: 76px;
  height: 76px;
  float: right;
  margin-left: 20px;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
}
.communityleaders .communityleaderslist li .listwords {
  padding-top: 20px;
}
.communityleaders .communityleaderslist li .listwords .commancolour {
  text-transform: uppercase;
  font-size: 10px;
  white-space: nowrap;
}
.communityleaders .communityleaderslist li .listwords h4 {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}
.communityleaders .communityleaderslist li .emaillink {
  color: #FFFFFF;
}
.communityleaders .communityleaderslist li .emaillink .tooltip {
  border: 5px solid red;
}
.communityleaders .communityleaderslist li .emaillink:hover {
  color: rgba(255, 255, 255, 0.5);
}
.communityleaders .communityleaderslist li.Redbox {
  color: #FFFFFF !important;
  background-color: #D90000 !important;
}
.communityleaders .communityleaderslist li.Greenbox {
  color: #FFFFFF !important;
  background-color: #238C00 !important;
}
.communityleaders .communityleaderslist li.Bluebox {
  color: #FFFFFF !important;
  background-color: #0036D9 !important;
}
.communityleaders .communityleaderslist li.Yellowbox {
  color: #333333;
  background-color: #FFFF00 !important;
}
.communityleaders .communityleaderslist li.Yellowbox a {
  color: #333333;
}
.communityleaders .communityleaderslist li.Yellowbox a:hover {
  color: #222222;
}
.cmtable {
  width: 100%;
  margin: 20px 0px;
  padding: 30px 10px;
  background-color: #ffffff;
  border-collapse: separate;
  border-spacing: 40px 0px;
  -webkit-box-shadow: 0 0px 1px;
  box-shadow: 0 0px 1px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.cmtable .spacer .spacerline {
  margin: 30px 0px;
  border-bottom: 2px solid #dab632;
}
.cmtable th {
  border: 2px solid #b89821;
  background-color: #dab632;
  color: #FFFFFF;
  border-collapse: collapse;
}
.cmtable th .cmyeartitle {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  transform: rotate(-90deg);
  border: 1px solid #dab632;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
}
.cmtable td .cmtdinner {
  padding: 18px 10px 10px 10px;
  text-align: center;
}
.cmtable td .cmtdinner p {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
}
.cmtable td.cmname {
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
}
.cmtable td.cmskill {
  border: 2px solid #D90000;
  background-color: #ff7373;
  color: #FFFFFF;
}
.cmtable td.cmdetails {
  border: 2px solid #0036D9;
  background-color: #7396ff;
  color: #FFFFFF;
}
.kobutton {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 50px !important;
  font-weight: 700;
  white-space: nowrap;
}
p.kobutton {
  border: 2px solid #eeeeee;
  background-color: #FFFFFF;
  color: #eeeeee;
  display: inline-block;
  line-height: 18px !important;
}
a.kobutton {
  border: 2px solid #000000;
  background-color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
a.kobutton:hover {
  border: 2px solid #D90000;
  color: #D90000;
  text-decoration: none;
}
.maindepartmentpage {
  border: 1px solid #FFFFFF;
}
.maindepartmentpage .deptslistbox {
  border: 1px solid #FFFFFF;
}
.maindepartmentpage .deptslistbox .innerpad {
  border: 1px solid #eeeeee;
}
.maindepartmentpage .deptslistbox .depttitleexcerpt h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding: 10px 10px;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold !important;
  text-align: left;
  color: #555555;
}
.maindepartmentpage {
  display: flex;
  flex-wrap: wrap;
}
.maindepartmentpage .deptslistbox {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 10px;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
}
.maindepartmentpage .deptslistbox .innerpad {
  border: 1px solid #eeeeee;
  position: relative;
}
.maindepartmentpage .deptslistbox .innerpad .deptsbox {
  padding-top: 200px;
  background-size: cover !important;
  background-position: center center !important;
}
.maindepartmentpage .deptslistbox .innerpad .deptsbox .depttitle h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding: 10px 10px;
  background-color: #34483c;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #dab632;
  text-align: left;
}
.maindepartmentpage .deptslistbox .innerpad a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
}
.maindepartmentpage .deptslistbox .innerpad a:hover {
  text-decoration: none;
}
.maindepartmentpage .deptslistbox .innerpad .deptbuttons {
  padding: 10px 5px;
}
.maindepartmentpage .deptslistbox .innerpad .editbutton {
  display: inline;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 400;
  font-size: 14px;
}
.courseresources .crgrid {
  display: flex;
  flex-wrap: wrap;
}
.courseresources .crgrid .crgridelement {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.courseresources .crgrid .crgridelement .crgelink {
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.courseresources .crgrid .crgridelement .editbutton {
  display: inline;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 400;
}
.gcsehubcontlayout h4.ghcltitleboard {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500!important;
}
.gcsehubcontlayout h3.ghcltitlemain {
  margin-top: 0px;
  margin-left: -2px;
  font-size: 41px;
  font-weight: 700!important;
}
.post-type-archive-tribe_events .contentarea,
.single-tribe_events .contentarea {
  padding-top: 0px !important;
}
.post-type-archive-tribe_events .page-header,
.single-tribe_events .page-header {
  height: 150px !important;
}
.post-type-archive-tribe_events .page-header .post-edit-link,
.single-tribe_events .page-header .post-edit-link {
  display: none;
  visibility: hidden;
}
.post-type-archive-tribe_events #tribe-events,
.single-tribe_events #tribe-events {
  padding-top: 0px !important;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-title-bar,
.single-tribe_events #tribe-events .tribe-events-title-bar {
  padding: 0px 10px;
  background-color: #34483c !important;
  color: #FFFFFF;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-title-bar h1,
.single-tribe_events #tribe-events .tribe-events-title-bar h1 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-title-bar h1.tribe-events-page-title,
.single-tribe_events #tribe-events .tribe-events-title-bar h1.tribe-events-page-title {
  color: #FFFFFF !important;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-single,
.single-tribe_events #tribe-events .tribe-events-single {
  padding-top: 0px;
  padding-bottom: 0px;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-single .tribe-events-back,
.single-tribe_events #tribe-events .tribe-events-single .tribe-events-back {
  padding: 0px 10px;
  margin-bottom: 0px;
  background-color: #34483c !important;
  color: #FFFFFF;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-single h1,
.single-tribe_events #tribe-events .tribe-events-single h1 {
  padding: 20px 10px;
  background-color: #34483c !important;
  font-size: 34px !important;
  color: #FFFFFF;
  text-align: center;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-single .tribe-events-schedule,
.single-tribe_events #tribe-events .tribe-events-single .tribe-events-schedule {
  padding: 20px 10px;
  margin-top: 0px;
  background-color: #95b3a1 !important;
  color: #FFFFFF;
  text-align: center;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-single .tribe-events-schedule h2,
.single-tribe_events #tribe-events .tribe-events-single .tribe-events-schedule h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 28px !important;
  color: #FFFFFF;
}
.post-type-archive-tribe_events #tribe-events h3,
.single-tribe_events #tribe-events h3 {
  font-size: 14px !important;
}
.post-type-archive-tribe_events #tribe-events .tribe-events-category-holiday,
.single-tribe_events #tribe-events .tribe-events-category-holiday {
  height: 85%;
  background-color: #555555;
}
.gencontentstyles .tribe-events-calendar-month h3 {
  font-size: 16px !important;
  color: #FFFFFF !important;
}
.gencontentstyles .tribe-events-calendar-month__header {
  width: 93.5% !important;
}
.gencontentstyles header.tribe-events-header {
  margin-top: 40px !important;
  width: 93.5% !important;
}
.gencontentstyles .tribe-events-calendar-month {
  margin-top: 100px !important;
}
.sixthformlayout .teacherlinks {
  background: #98999c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiM5ODk5OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYmFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #98999c), color-stop(100%, #aaabae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #98999c 33%, #aaabae 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #98999c 33%, #aaabae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98999c', endColorstr='#aaabae', GradientType=0);
  /* IE6-8 */
  text-align: right;
}
.sixthformlayout .teacherlinks .innerblock ul {
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-right: 0px !important;
  list-style-type: none;
}
.sixthformlayout .teacherlinks .innerblock ul li {
  display: inline-block;
}
.sixthformlayout .teacherlinks .innerblock ul li .btn-sm {
  font-size: 11px !important;
  padding: 0px 2px !important;
  font-weight: bold !important;
}
.single-sixth_form_page .sixthform22layout .tophead a.navbar-brand {
  background: url("../img/logo_head_link_fasf22.png") no-repeat top center;
}
.single-sixth_form_page .sixthform22layout .tophead a.navbar-brand:hover {
  background: url("../img/logo_head_link_fasf22.png") no-repeat bottom center;
}
.single-sixth_form_page .sixthformlayout .homespotlightboxes.fasf22landinggrid h3 {
  font-size: 20px !important;
}
.single-sixth_form_page .sixthformlayout .homespotlightboxes.fasf22landinggrid .hslb a.hslblinkbox h3 {
  font-size: 20px !important;
}
.alevelcoursedescriptors .alcdtop {
  border-left: 15px solid #FFFFFF;
  border-right: 15px solid #FFFFFF;
  background-color: #95b3a1;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alevelcoursedescriptors .alcdtop .cdcoursedetails {
  padding-top: 5px;
  background-color: #95b3a1;
  color: #FFFFFF !important;
}
.alevelcoursedescriptors .alcdtop .undertitlebackbutton {
  background-color: #95b3a1;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-heading {
  background-color: #34483c;
  color: #FFFFFF !important;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-heading h4 {
  font-size: 28px;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-body {
  background-color: #5f836d;
  color: #FFFFFF;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-body table {
  width: 100% !important;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-body table tr {
  background-color: #ffffff;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-body table tr td {
  padding: 5px 10px;
}
.alevelcoursedescriptors .cdinformation .panel.panel-default .panel-body table tr:nth-child(odd) {
  background-color: #eeeeee;
}
.sixth_form_page-template-default .homeyearlinkslist {
  display: none !important;
  visibility: hidden !important;
}

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