.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font: 38px 'Changa One', cursive;
}
h2 {
  font: 48px/40px 'Changa One', cursive;
  margin-bottom: 22px;
    color:#004b91;
}
h3,
legend {
  font: 26px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  border: none;
}
h4 {
  font: 22px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 18px;
}
h5 {
  font: 18px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 16px;
}
h6 {
  font: 14px/18px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 16px;
}
.page_header h1 {
  font: 26px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
p.item_heading {
  font-weight: bold;
  color: #2d2d2d;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.font-awesome-marker {
  font-size: 15.6px;
  line-height: 18px;
}
legend {
  text-transform: uppercase;
}
/*Buttons*/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  color: #ae1010;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary {
  padding: 5px 0;
  font-size: 11px;
  line-height: 18px;
  *line-height: 18px;
  color: #ae1010;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ae2510;
  background-image: -moz-linear-gradient(top, #ae1010, #ae4510);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae1010), to(#ae4510));
  background-image: -webkit-linear-gradient(top, #ae1010, #ae4510);
  background-image: -o-linear-gradient(top, #ae1010, #ae4510);
  background-image: linear-gradient(to bottom, #ae1010, #ae4510);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae1010', endColorstr='#ffae4510', GradientType=0);
  border-color: #ae4510 #ae4510 #68290a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae4510;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  border-bottom-color: #7f0c0c;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.0);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.0);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.0);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ae1010;
  background-color: #ae4510;
  *background-color: #973b0e;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #7f320c \9;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
  background: none;
}
.btn-primary:hover {
  background: none;
  color: #2d2d2d;
}
.btn-info {
  padding: 5px 0;
  font-size: 11px;
  line-height: 18px;
  *line-height: 18px;
  color: #ae1010;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  border-color: #cccccc #cccccc #a6a6a6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cccccc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: none;
  border-bottom-color: #e6e6e6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ae1010;
  background-color: #cccccc;
  *background-color: #bfbfbf;
}
.btn-info:active,
.btn-info.active {
  background-color: #b3b3b3 \9;
}
.btn-info.active,
.btn-info:active {
  box-shadow: none;
  background: none;
}
.btn-info:hover {
  background: none;
  color: #2d2d2d;
}
.btn.dropdown-toggle {
  color: #2d2d2d;
  text-decoration: none;
}
.btn.readmore {
  padding: 0;
}
a.readmore {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/*Lists*/
ul.item-list,
.categories-module,
.archive-module,
.muted-menu {
  margin: 0;
  color: #ae1010;
  overflow: hidden;
}
ul.item-list li,
.categories-module li,
.archive-module li,
.muted-menu li {
  list-style: inside;
  margin-bottom: 7px;
  line-height: 19px;
}
ul.item-list li a,
.categories-module li a,
.archive-module li a,
.muted-menu li a {
  text-transform: uppercase;
  color: #004b91;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
ul.item-list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.muted-menu li a:hover {
  color: #002661;
  background: none;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
  display: inline;
}
.muted-menu li {
  color: #a2a2a2;
  margin-bottom: 5px;
}
.muted-menu li a {
  color: #002661;
  display: inline;
}
.muted-menu li a:hover {
  color: #ae1010;
  background: none;
}
/*Pagination*/
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
.pagination ul li .pagenav {
  font: 800 14px/18px 'Open Sans', sans-serif;
  text-transform: none;
  color: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #a2a2a2;
}
.pagination ul li a.pagenav {
  color: #2d2d2d;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #ae1010;
}
.pagination ul li.num span.pagenav {
  color: #ae1010;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
  border: 1px solid #d9d9d9;
}
.img-intro__left,
.img-full__left,
.item_img.pull-left {
  float: left;
  margin: 0 38px 18px 0;
}
.img-intro__right,
.img-full__right,
.item_img.pull-right {
  float: right;
  margin: 0 38px 18px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
/*======================= NAVIGATION =======================*/
#navigation-row {
  position: absolute;
  bottom: 0;
  z-index: 500;
  width: 100%;
}
#navigation-row .container-wrap {
  margin: 0 auto;
  background: #b60000;
  background: rgba(0, 74, 145, 1);
  height: 48px;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 1px 0 0;
  height: 48px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #f0f0f0;
  color: #cfab7a;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 12px;
  line-height: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 51px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #f0f0f0;
  color: #ae1010;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 50px;
}
.navigation ul.sf-menu ul {
  width: 186px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -1em;
  left: 188px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -1em;
  left: 188px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
.slider-wrap {
  position: relative;
  background: url(../images/sub-pages-bg.jpg) center top no-repeat;
  height: 296px;
}
.slider-wrap__inner {
  padding-bottom: 0;
  margin-bottom: 48px;
  background: #f0f0f0;
}
.view-featured .slider-wrap {
  background: none;
  height: auto;
  padding: 0;
}
.view-featured .slider-wrap__inner {
  padding-bottom: 43px;
  margin: 0;
}
#showcase-row .container {
  position: relative;
}
.moduletable.slider {
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
}
#logo {
  position: absolute;
  z-index: 500;
  margin: 27px 0 0 34px;
}
.moduletable.address {
  position: absolute;
  right: 0;
  top: 24px;
  width: 22.5%;
  text-align: left;
  z-index: 500;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
.moduletable.address span.phone {
  font-size: 21px;
  line-height: 30px;
  color: #b40909;
  padding-top: 10px;
  display: block;
}
.view-featured .moduletable.address {
  top: 197px;
}
.camera_caption .span9 {
  margin: 0;
}
.camera_caption h1 {
  color: #004b91;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
/*======================= FEATURE =======================*/
#feature-row {
  background: #f0f0f0;
}
#feature-row .container {
  margin-bottom: 42px;
  padding-bottom: 40px;
}
.newsflash-adv__features .item-num0 .item_title .item_title_part0 {
  display: block;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== Main Page ======*/
.page-featured .item p {
  overflow: hidden;
}
/*===== Gallery Page ======*/
.page-item__gallery .item_fulltext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .items-row {
  margin-bottom: 45px;
}
.item_info_dl {
  margin-bottom: 11px;
}
.item_info_dl dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
  font: 800 14px/18px 'Open Sans', sans-serif;
  color: #ae1010;
  text-transform: uppercase;
}
.item_content-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
}
/*===== History Page ======*/
.page-category__history .item {
  margin-bottom: 26px;
}
.page-category__history .item_title {
  font: 22px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 6px;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.page-category__team .item_title {
  font: 22px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 18px;
}
/*===== FAQs Page ======*/
.page-category__faqs .item_title {
  font: 14px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 6px;
}
.page-category__faqs .item {
  margin-bottom: 26px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item_title {
  font: 22px/22px 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 18px;
}
.page-category__testimonials .item {
  margin-bottom: 45px;
}
.page-category__testimonials blockquote:before {
  display: none !important;
}
.page-archive .filter-search {
  background: #e5e5e5;
  border: 1px solid #a2a2a2;
  margin-bottom: 46px;
}
.page-login .control-group {
  margin-bottom: 0;
}
/* ===================== ASIDES =====================*/
.view-featured #aside-left,
.view-featured #aside-right {
  margin-top: 18px;
}
#aside-left .moduletable,
#aside-right .moduletable {
  margin-bottom: 30px;
}
.newsflash-adv__events .item_date {
  font: 800 14px/18px 'Open Sans', sans-serif;
  color: #ae1010;
  margin-bottom: 5px;
}
.newsflash-adv__events .item_img {
  border: none;
  margin-right: 26px;
}
.newsflash-adv__events .item__module {
  margin-bottom: 20px;
}
.newsflash-adv__news-events {
  height: 230px;
  position: relative;
}
.newsflash-adv__news-events .viewport {
  float: left;
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.newsflash-adv__news-events .buttons {
  display: block;
  margin: 0;
  width: 17px;
  height: 10px;
  position: absolute;
  z-index: 50;
  top: 2px;
}
.newsflash-adv__news-events .next {
  background: url(../images/carousel-arrow.png) no-repeat;
  background-position: right top;
  right: 0;
}
.newsflash-adv__news-events .next:hover {
  background-position: right bottom;
}
.newsflash-adv__news-events .prev {
  background: url(../images/carousel-arrow.png) no-repeat;
  background-position: left top;
  right: 20px;
}
.newsflash-adv__news-events .prev:hover {
  background-position: left bottom;
}
.newsflash-adv__news-events .disable {
  visibility: hidden;
}
.newsflash-adv__news-events .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.newsflash-adv__news-events .overview li {
  float: left;
  margin: 0 20px 35px 0;
  padding: 1px;
  height: 114px;
  width: 236px;
}
.newsflash-adv__news-events .item_date {
  font: 800 14px/18px 'Open Sans', sans-serif;
  color: #ae1010;
  margin-bottom: 5px;
}
.newsflash-adv__news-events .controls {
  background: #ffffff;
  height: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.item_title__news-events,
.item_title__events {
  font: normal 11px/18px "Trebuschet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.item_title__news-events a,
.item_title__events a {
  text-decoration: underline;
}
.mod-newsflash__testimonials .item__module {
  margin-bottom: 18px;
}
.testimonial_author {
  font: bold 11px/18px "Trebuschet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
  text-align: right;
}
.testimonial_content blockquote {
  border: none;
  font: 13px/18px "Trebuschet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
.testimonial_content blockquote:before {
  content: '\“';
  font: 800 34px/18px 'Open Sans', sans-serif;
  color: #ae1010;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom {
  margin-top: 45px;
}
.newsflash-adv__team .item__module {
  margin-bottom: 30px;
}
.newsflash-adv__team .item_introtext p {
  display: inline;
}
.newsflash-adv__team .item_introtext a.readmore {
  font-weight: bold;
  font-size: 13px;
  color: #2d2d2d;
  text-decoration: none;
  position: relative;
  top: -2px;
}
.newsflash-adv__team .item_introtext a.readmore:hover {
  color: #ae1010;
}
.item_title__team {
  margin: 0;
  font: bold 11px/18px "Trebuschet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
}
#copyright-row h5.moduleTitle {
  color: #004b91;
  margin-top: 17px;
}
.mod-footer {
  font: 800 11px/18px 'Open Sans', sans-serif;
  text-transform: uppercase;
    padding: 15px 0;
}
.mod-footer a {
  color: #a2a2a2;
}
.mod-footer a:hover {
  color: #ae1010;
}
/*===== Social Media ======*/
.social li {
  margin: 0 3px 0 0;
}
.social li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.social li a:hover {
  background-position: left bottom;
}
