/* CSS Document */

/*========================================================================
  CONTENTS
==========================================================================
   - HOME PAGE
   - IMPORTANT NOTICE
/*

/*========================================================================
  HOME PAGE
==========================================================================*/

/* Homepage Tier 1 */
.home-template body > #supersized {
  display:none;
}
.home-template .tier-1,
.home-template .tier-2 {
  padding:0;
}
.home-template #section0,
.home-template #section1 {
  margin:0;
}
.home-template .fullscreen #section0 {
  min-height: 768px;
}
.home-template .home-banner, .home-template .tier-1 {
  height:100%;
  position:relative;
  overflow: hidden;
}
.home-template .home-banner {
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
}

/* Supersized */
#supersized-loader {
  background: url("../images/ajax-loader-banner.gif") no-repeat center center;
  height: 105px;
  left: 50%;
  margin: -53px 0 0 -33px;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  width: 65px;
  z-index: 0;
}

/* Mobile Home Banner */
.mobile_slide {
  display:none !important;
}

  .home-intro-text {
    bottom: 385px;
    display: block;
    position: relative;
    z-index: 50;
    text-align: center;
}

.home-intro-text h1 {
  color: #ffffff;
  font-size: 3.8em;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    -webkit-text-shadow:  2px 2px rgba(0,0,0,0.3);
  -moz-text-shadow:  2px 2px rgba(0,0,0,0.3);
  text-shadow:  2px 2px rgba(0,0,0,0.3);
  letter-spacing: 2px;
  margin-top: 10px;
}

.home-intro-text h4 em {
  font-family: Cambria, Georgia, serif;
}

.home-intro-text h4 {
  color: #ffffff;
  font-size: 1.5em;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    -webkit-text-shadow:  2px 2px rgba(0,0,0,0.3);
-moz-text-shadow:  2px 2px rgba(0,0,0,0.3);
text-shadow:  2px 2px rgba(0,0,0,0.3);
letter-spacing: 2px;
margin-top: 10px;
}

.gradient-overlay {
  width: 100%;
  height: 100%;
  position: relative;
      z-index: 80;
-webkit-box-shadow: 0px 30px 200px 60px rgba(0, 61, 110, 0.5) inset;
-moz-box-shadow: 0px 30px 200px 60px rgba(0, 61, 110, 0.5) inset;
box-shadow: 0px 30px 200px 60px rgba(0, 61, 110, 0.5) inset;
  -webkit-filter: saturate(3);
  filter: saturate(3);
    -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}


/* Scroll Down */
.scroll-down {
    text-align:center;
  margin-top:10px;
  padding:0 0 10px 0;
    position:absolute;
bottom: 100px;
  z-index:152;
}
.scroll-down a {

    color: #fff;
    display: block;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0;
  text-transform: uppercase;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  position: relative;
  text-align: center;
  width: 150px;
}
.scroll-down a:hover {
  background-position:center -61px;
}

.scroll-down a .button {
  height: 100px;
  width: 80px;
  display: block;
  position: relative;
  background: transparent url("../images/down-button-bg.svg") no-repeat scroll center top / 20px 60px;
  margin-right: auto;
  margin-left: auto;
}

.scroll-down a .button img {
    position: relative;
    top: 0px;
    width: 20px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 0px;
}

.scroll-down a:hover .button img {
margin-top: 30px;
}


#nextslide {
    position: absolute;
    right: 50px;
  top: 45%;
    width: 50px;
    height: 80px;
    background: transparent url("../images/right-slideshow.svg") center center no-repeat;
    z-index: 170;
    cursor: pointer;
    padding: 20px;
}

#prevslide {
    position: absolute;
    left: 50px;
  top: 45%;
    width: 50px;
    height: 80px;
    background: transparent url("../images/left-slideshow.svg") center center no-repeat;
    z-index: 170;
    cursor: pointer;
    padding: 20px;
}





/* Head's Welcome */

.heads-welcome-container {
    display: block;
    position: absolute;
    left: 3%;
    z-index: 100000;
    width: 250px;
    height: 44%;
    bottom: 16px;
}

.heads-welcome {
    width: 400px;
    position: absolute;
    bottom: 10px;
    height: 100px;
}

.heads-welcome a .icon {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid thin #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    color:003c6e;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
padding-left: 2px;
}

.heads-welcome .scroll-pane {
  /*height: auto;*/
}

.heads-welcome .welcome-content {
  /*height: 275px;*/
  height: 285px;
  width: 250px;
  position: relative;
  display: block;
  overflow: hidden;
}

.heads-welcome .welcome-content .bodycontent {
  line-height: 1.4em;
  font-size: 15px;
}

.heads-welcome .scroll-pane {
  height: 280px;
  position: relative;
  display: block;
  width: 100%;
}

.heads-welcome a:hover .icon {

  -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);

}

.heads-welcome a h4  {
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    color: #ffffff;
    font-size: 1.2em;
    margin-left: 50px;
    display: block;
   }

.heads-welcome a h4 span  {
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    color: #ffffff;
    font-size: 0.8em;
        display: block;
}

/* Heads Welcome popover */
.heads-welcome-popover {
  display:none;
}
.heads-welcome-popover .popover {
  /*THEME-FONT-BODY-COPY*/ font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  z-index:3001;
}

.heads-welcome .popover {
    width: 275px;
    left: 0px !important;
    position: relative;
    /*top: -400px !important;*/
    top: -410px !important;
    height: auto;
    min-height: 349px;
    background-color: rgba(255,255,255,0.9);
    border-radius: none;
    border: none;
}

.heads-welcome .popover h1 {
  font-size: 20px;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  color: #003c6e;
  padding-bottom: 5px;
  border-bottom: solid thin #003c6e;
}

.heads-welcome .popover p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 12px;
    /*padding: 15px 0px;*/
    padding: 10px 0px;
}

.heads-welcome .popover a.welcome-button {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: #003c6e;
  padding: 5px;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;

}


/*News & Events */



.news-events-title {
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  font-size: 36px;
  color: #003C6E;
  text-align: center;
  padding:70px 0 43px;
  background: transparent url("../images/news-item-bottom.svg") no-repeat scroll center bottom;
  overflow: visible;
}

.news-events-title span {
  font-size: 120%;
  font-weight: 800;
}

/*#ctl00_cm_ctl00_ctl00_cm_ctl00_FeatureWebpartZone2_ctl00_TCalendarEventsPanel {
    width: 50%;
}*/

.home-calendar-area {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
  width: auto;
}
/*.home-calendar-area .RadAjaxPanel {
    margin-bottom: 1.9em;
    width: 50%;
  padding: 0px 15px;
  float: left;
}*/
.home-calendar-area .RadAjaxPanel {
  float: none;
  margin-bottom: 1.9em;
  padding: 0 15px;
  width: auto;
}
.home-calendar-area .RadAjaxPanel + .RadAjaxPanel {
  display: none !important;
}
.home-calendar-area .RadAjaxPanel table.RadCalendar .rcTitlebar table tr {
  background: #003C6E none repeat scroll 0% 0%;
}

.home-calendar-area .RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcSelected a {
    background-color: #003c6e;
    color: #FFF;
}

.calendar-wrapper-outer {
  width: 50%;
  display: inline-block;
  position: absolute;
  margin-top: 0px;
  padding: 0px 15px;
  height: 82%;
}

.calendar-wrapper .RadAjaxPanel table.rgMasterTable th {
    display: none;
}
.calendar-wrapper {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  margin-right: 0;
  min-height: 366px;
  width: 50%;
  position:relative;
}
.calendar-events {
  bottom: 20px;
  height: 280px;
  left: 27%;
  position: absolute;
  right: 120px;
  top: 44px;
  overflow:hidden;
}
.calendar-events .bx-wrapper, .calendar-events .bx-viewport {
  height: 280px !important;
}
.calendar-events .bx-controls.bx-has-controls-direction {
  bottom: 0;
  position: absolute;
  right: -120px;
  top: 0;
  width: 120px;
}
.calendar-events .bx-next {
  background: rgba(0, 0, 0, 0) url("../images/arrow-slider.png") no-repeat scroll center 0 / 100% auto;
  height: 40px;
  left: 34px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 55px;
  width: 55px;
}
.calendar-events .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow-slider.png") no-repeat scroll center bottom / 100% auto;
  height: 40px;
  left: 34px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  bottom: 55px;
  width: 55px;
}
.calendar-events .bx-wrapper {
  position: relative;
  top: 0px;
}
.calendar-wrapper.no-events .slimScrollRail {
  display: none!important;
}

.calendar-wrapper .slimScrollBar {
    display: block !important;
    opacity: 0.8!important;
    margin: 10px 0px;
}

.calendar-wrapper .slimScrollRail {
    margin: 10px 0px;
  }
.calendar-date {
  background-color: #003c6e;
  display: inline-block;
  float: left;
  margin: 15px 30px 15px 15px;
  min-height: 336px;
  position: relative;
  width: 23%;
}
.calendar-date .date-month {
  color: #fff;
  display: block;
  font-family: "cinzel",times new roman,serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.calendar-events-list .event:first-child {
  border-top:none;
}
.calendar-events-list .event {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-family: "cinzel",times new roman,serif;
  padding: 20px 0;
}
.calendar-events-list {
  height: 298px;
  overflow:hidden;
}
.calendar-events {

}
/*.calendar-events .bx-viewport, .calendar-events .bx-viewport {
  bottom: 0;
  height: 332px !important;
  left: 220px;
  position: absolute !important;
  right: 20px;
  top: 15px;
  width: auto !important;
}*/
.calendar-left .rcMain {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.calendar-wrapper span.sws-day {
  font-size: 50px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.calendar-wrapper span.sws-month {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

.calendar-wrapper .RadAjaxPanel table.rgMasterTable > tbody td {
    padding: 1.4em 1.4em;
}

.calendar-wrapper .RadAjaxPanel table.rgMasterTable > tbody tr td {
    display: none;
}

.calendar-wrapper .RadAjaxPanel table.rgMasterTable > tbody tr td:first-child {
  display: block;
  font-size: 20px;
  color: #003c6e;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  padding: 30px 0px;
}

.calendar-wrapper span.date-number {
  color: #fff;
  display: block;
  font-size: 52px;
  font-weight: bold;
  height: 100%;
  margin-top: 120px;
  position: relative;
  text-align: center;
  width: 100%;
}
.calendar-wrapper .RadAjaxPanel table.rgMasterTable tr.rgNoRecords div {
    position: relative;
    text-indent: -999em;
}

.calendar-wrapper .RadAjaxPanel table.rgMasterTable tr.rgNoRecords div:before {
    content: "No scheduled events today";
    display: block;
    height: 26px;
    position: absolute;
    text-indent: 0;
  }
.calendar-left {
  float: left;
  width: 50%;
}
#ctl00_cm_ctl00_ctl00_cm_ctl00_FeatureWebpartZone2_ctl00_Events1Panel {
  width: 95%!important;
  float: right;
  height: 368px;
  overflow-y: auto;
}

.upcoming h4 {
  font-size: 24px;
  color: #003C6E;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  text-align: center;
  padding: 20px 0 20px 0;
}
.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td a {
  font-family: 'Open Sans', sans-serif;
}

/*
.home-calendar-area .RadAjaxPanel table.RadCalendar .rcTitlebar table {
  border: 1px solid #4D4D4D;
}

.home-calendar-area .RadAjaxPanel table.RadCalendar table.rcMainTable {
  border-collapse: collapse;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;

}

.home-calendar-area .RadAjaxPanel table.RadCalendar {
    display: inline-block;
}

.home-calendar-area .RadAjaxPanel {
    margin-bottom: 1.9em;
    display: inline-block !important;
    margin-right: 0px;
}*/

.featured-event .blogentries ul li .blogDate  {
  display: none;
}

.featured-event .blogentries ul li h2.blogTitle a {
  background: transparent url("") repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  float: none;
  font-family: "Trajan W01 Regular","Cinzel",serif;
  font-size: 24px;
  left: 0;
  margin: 0;
  padding-left: 50%;
  padding-right: 60px;
  padding-top: 18%;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 95;
}
.featured-event .quick-link .read-more {
  display: none;
}
.featured-event .blogentries ul li + li {
  border:none;
}

.featured-event .sws-inline-content .quick-link {
  height: 325px;
  border: none;
}

.featured-event .sws-inline-content .quick-link h2 {
  background-color: rgba(0,60,110,0.85);
  position: absolute;
  z-index: 50;
}




.featured-event .sws-inline-content .read-more {
    background: transparent url("") repeat scroll 0% 0%;
    width: 50%;
    float: right;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    font-size: 24px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 50%;
    right: 60px;
    transform: translate(0%, -50%);
    z-index: 95;
    color: #FFF;
    text-decoration: none;
}

.featured-event .date {
    background: transparent none repeat scroll 0 0;
    border: thin solid #ffffff;
    color: #ffffff;
    display: block;
    float: left;
    height: 150px;
    left: 60px;
    margin: 0;
    padding: 25px 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 150px;
    z-index: 150;
}

.featured-event .date .day {
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  font-size: 66px;
  display: block;
  text-align: center;
  margin: 20px 0px;
}

.featured-event .bx-controls {
    position: relative;
    top: -175px;
    z-index: 500;
}

.featured-event .bx-controls a {
  color: #FFF;
  font-size: 25px;
  font-family:'Times New Roman', serif;
  font-weight: bold;

}

.featured-event .bx-controls a.bx-prev  {
  color: #ffffff;
  position: absolute;
  left: 0px;
  text-indent: -9999px;
   width: 40px;
  background:#003c6e url(../images/arrow-left.png) no-repeat center center;
  background-size: 7px auto;
  height:40px;
}
.featured-event .bx-controls a.bx-next  {
  color: #ffffff;
  position: absolute;
  right: 0px;
  text-indent: -9999px;
   width: 40px;
  background:#003c6e url(../images/arrow-right.png) no-repeat center center;
  background-size: 7px auto;
  height:40px;
}
.featured-event .bx-viewport {
  padding-top: 13px;
}

.featured-event .blogentries ul li {
  padding-top: 0;
}
.featured-event .date .month {
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  font-size: 24px;
  display: block;
  text-align: center;
}
.featured-event .blogentries ul li h2.blogTitle {
  margin-top:0;
}
.home-news-area h4 {
  font-size: 24px;
  color: #003c6e;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  text-align: center;

}


.news-items {}

.news-items span.blogDate.ng-binding {
    display: none;
}

.news-items .blogentries ul li h2.blogTitle a {
    background: transparent url("../images/news-item-bottom.svg") no-repeat bottom center;
    color: #003C6E;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    text-align: center;
    /* padding: 15px; */
    position: absolute;
    top: 0px;
    /* transform: translate(0%, -50%); */
    z-index: 80;
    line-height: 1.3em;
    width: 100%!important;
        padding: 225px 10px 20px 10px;

}

.news-items .bg-img div.image {

    height: 56%;
}

.news-items .blogentries ul li h2.blogTitle {
    margin: 0 0 0.3em;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    font-size: 1.45em;
    line-height: 1.8em;
    font-weight: normal;
    color: #4d4d4d;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.news-items .sws-inline-content .quick-link {
  height: 325px;
  border: none;
  background-color: #ffffff;
}

/*.bx-viewport {
  position: static!important;
}

.bx-wrapper {
  float:left;
}*/


.news-items .bg-hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news-items .blogentries ul li:hover .bg-hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,60,110,0.7)
}

.news-items .sws-inline-content .quick-link h2 a > span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #ffffff;
    transition: color 0s ease-out 0s;
    height: 142px;
}
/*
.news-items .bx-viewport {
  left: -100%;
}*/

.news-items .sws-inline-content .quick-link h2 a > span > span {
  /*background: transparent  url("../images/news-item-bottom.svg") no-repeat bottom center;
  color: #003C6E;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);*/
  display: none;
}

.news-items .blogentries ul li + li {
    border-top: none;
}

.news-items .sws-inline-content .quick-link h2 a:hover {
    color: #4C4C4B;
    background: rgba(0,60,110,0.8);
}

.news-items .sws-inline-content .quick-link h2 a:hover > span {
    background: #ffffff;
}


.news-items .sws-inline-content .quick-link h2 a:hover > span > span {
    background-position: bottom center;
}


.news-items .bx-controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 155px;
  z-index: 500;
}
.news-items .bx-controls a {
  color: #FFF;
  font-size: 25px;
  font-family:'Times New Roman', serif;
  padding: 5px 10px;
  background: #003c6e;
  font-weight: bold;

}

.news-items .bx-controls a.bx-prev {
  color: #ffffff;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  width: 40px;
  background:#003c6e url(../images/arrow-left.png) no-repeat center center;
  background-size: 7px auto;
  height:40px;
}
.news-items .bx-controls a.bx-next  {
  color: #ffffff;
  position: absolute;
  right: 0px;
  text-indent: -9999px;
   width: 40px;
  background:#003c6e url(../images/arrow-right.png) no-repeat center center;
  background-size: 7px auto;
  height:40px;
}

/* MAP */

.map-container {
  height: 800px;
  margin: 0px 0px;
  padding: 0px;
  position: relative;
  background-color: #dedede;
  border-top: solid 10px #ffffff;
  overflow: hidden;
}

.map-container button.show-map {
  position: absolute;
  z-index: 250;
  top: 50px;
  right: 50px;
  background: #ffffff;
  border:  solid 2px #003c6e;
  color: #003c6e;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 200px;
}


.map-container button.show-map.no-display {
    display: none;
}

.map-container button.show-map:hover {
  color: #ffffff;
  background: #003c6e;
}


.map-container button.hide-map {
  position: absolute;
  z-index: 249;
  top: 50px;
  right: 50px;
  background: #003c6e;
  border:  solid 2px #003c6e;
  color: #ffffff;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 200px;
}

.map-container button.hide-map:hover {
  color: #003c6e;
  background: transparent;
}

.no-filter {
  -webkit-filter: grayscale(0)!important;
  filter: grayscale(0)!important;
}

#map_canvas {
    height: 100%;
  width:100%;
  overflow: hidden;
  position: absolute;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.map-overlay {
  height: 100%;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 100px;

      -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6 ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 1;
}

.no-map-overlay {
  margin-top: 900px;
  opacity: 0!important;
}


.map-container h2 {
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    font-size: 30px;
    text-align: center;
    color: #003c6e;
    padding-top: 60px;
    position: absolute;
    width: 100%;
    z-index: 150;
    -webkit-box-shadow: inset 0px 90px 20px 0px rgba(255,255,255,0.8);
  -moz-box-shadow: inset 0px 90px 20px 0px rgba(255,255,255,0.8);
  box-shadow: inset 0px 90px 20px 0px rgba(255,255,255,0.8);
    padding-bottom: 33px;
}

.map-overlay .video-link {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 360px;
  margin-top: 90px;
  margin-left: 20px;
  background: url("../images/exterior-6.jpg") no-repeat center center / cover #003C6E;
}

.map-overlay .video-link .info {
  background-color: rgba(0,60,110,0.8);
  height: 100%;
  width: 40%;
  position: absolute;
  float: left;
  display: block;
        -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.photo-gallery .photoGalleryElement div.thumbnail {
    padding: 0px;
    margin: 0px;
    width: 20%;
  height: 90px;
  overflow: hidden;
}

.photo-gallery .photoGalleryElement {
    margin: 25px 35px 0px 35px;
}

.photo-gallery .bx-wrapper {
    width: 90%;
  overflow: visible;
  position: relative;
  height: 120px;
  margin-left: 5%;
}

.photo-gallery .bx-wrapper .bx-viewport {
  height: 100% !important;
  overflow: hidden;
}

.photo-gallery .bx-controls.bx-has-controls-direction {
    top: 30px;
    position: absolute;
    width: 100%;

}

.photo-gallery .bx-prev {
background: #fff url("../images/arrow-left-blue.png") no-repeat scroll center center / 7px auto;
color: #ffffff;
height: 40px;
left: -40px;
position: absolute;
text-indent: -9999px;
width: 40px;
}

.photo-gallery .bx-next {
background: #fff url("../images/arrow-right-blue.png") no-repeat scroll center center / 7px auto;
color: #ffffff;
height: 40px;
right: -40px;
position: absolute;
text-indent: -9999px;
width: 40px;
}


.map-overlay .video-link .info h1 a {
    color: #ffffff;
    text-decoration: none;
}

.map-overlay .video-link .info h1 {
  text-align: center;
  color: #ffffff;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  font-size: 28px;
  padding-top: 40px;
}

.map-overlay .video-link .info h1 span {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: Cambria,Georgia,serif;
  font-style: italic;
  display: block;
}

.map-overlay .video-link .info h1 img {
  margin: 20px auto;
  display: block;
  width: 120px;
  height: 120px;
}

.map-overlay .video-link:hover .info {
    width: 100% !important;
}


/*========================================================================
  MAGNIFIC LIGHTBOX
==========================================================================*/

/* OPACITY
--------------------------------------------------------------------------*/

.mfp-fade.mfp-bg {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  background: #00;
  transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready    {
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.mfp-fade.mfp-bg.mfp-removing {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content    {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}


/* STANDARD STYLING
--------------------------------------------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5111;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
    -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.50;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
    -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
      -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
     }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
    -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
      -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90); }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color: #000;
    }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
/*amends*/
.news-items {
  position: relative;
  top: 19px;
}
.news-items .blogentries ul li {
  background: #fff none repeat scroll 0 0;
  height: 325px;
  padding:0;
}

.news-items .blogentries .blogSummary {
  text-indent: -9999px;
}
.news-items .blogSummary {
  height: 195px;
}
.news-items .blogentries ul li .blogSummary img {
  float: left;
  height: 100%;
  margin: -12% auto 0 -25%;
  max-width: 150%;
  width: auto;
}
.news-items .blogentries ul li h2.blogTitle a {
  background: none;
  color: #003c6e;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  height: 57px;
  line-height: 27px;
  overflow: hidden;
  padding: 220px 20px 113px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100% !important;
  z-index: 80;
}
.news-items .blogentries ul li h2.blogTitle a::after {
  background: transparent url("../images/news-item-bottom.svg") no-repeat scroll center 0;
  bottom: 35px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* CUSTOMISATIONS
--------------------------------------------------------------------------*/

.mfp-bg {
  background-color: #222;
    -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);
  }

.mfp-wrap {
   z-index: 5211;
}

.mfp-content {
  z-index: 4446;
  }

.mfp-preloader {
    color: #cccccc;
  background: transparent url(../images/shared/video-loader.gif) no-repeat 0 0;
  width: 32px;
  height: 32px;
    left: 50%;
  top: 50%;
  margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    right: auto;
  text-align: left;
  text-indent: -9999em;
    z-index: 4445;
}

.mfp-close {
  text-indent: -9999em;
}

.mfp-iframe-holder .mfp-close {
  background: #105A98 url("../images/video-close.svg") no-repeat scroll center center / 50% 50%;
  font-size: 0;
    height: 44px;
   -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 44px;
    z-index: 1;
}

.mfp-iframe-holder .mfp-content {
   max-width: 960px;
}



.map-overlay .photo-gallery {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 170px;
  margin-top: 30px;
  margin-left: 20px;
  background: #FFFFFF;
}

.map-overlay .photo-gallery h4 {
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  color: rgba(0,60,110,1);
  text-align: center;
  display: block;
  font-size: 20px;
  padding-top: 20px;
}
.map-overlay .contact {
  background-color: rgba(0,60,110,0.9);
  color: #ffffff;
  display: block;
  height: 565px;
  position: relative;
  margin-top: 90px;
  padding: 30px;
}

.map-overlay .col-md-2 {
  width: 15%;
}

.map-overlay .col-md-4 {
  width: 35%;
}

.map-overlay .contact h1 {
  font-size: 38px;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
}

.map-overlay .contact h4 {
  font-size: 16px;
  font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}

.map-overlay .contact p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600px;
    padding-left: 40px;
    margin-top: 10px;
    height: 15px;
    color: #FFFFFF;
}

.map-overlay .contact .map {
  margin-top: 35px;
  background: url("../images/footer-map-icon.svg") no-repeat left center / 15px 15px transparent;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
  text-transform: uppercase;
  font-size: 14px;

}

.map-overlay .contact .phone {
  margin-top: 35px;
  background: url("../images/phone-icon.svg") no-repeat left center / 15px 15px transparent;


}

.map-overlay .contact .email {
  margin-top: 35px;
  background: url("../images/email-icon.svg") no-repeat left center / 15px 15px transparent;
}

.map-overlay .contact .buttons {
  padding-left: 0px;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.map-overlay .contact .buttons a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    border: solid 2px #ffffff;
  padding: 10px;
}

.map-overlay .contact .buttons a:hover {
  background: #ffffff;
  color: #003c6e;
}

.map-overlay .contact a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home-template {
    min-height: 2000px;
}

.homepage-body {
  min-height: 600px;
  background-color: #d8e4f0;
}


/* Back to Top */
.btt {
    text-align:center;
  margin-top:40px;
  padding:0;
}
.btt a {
    color: #4d4d4d;
    display: block;
    font-size: 0.9em;
  text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    width: 115px;
  height: 39px;
}
.btt a:hover {
  background-position:center -161px;
}
.btt a:before {
  content:"";
  position:absolute;
  top:0; /* value = - border-top-width - border-bottom-width */
  left:50%; /* controls horizontal position */
  border-width:0 40px 40px 40px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
  margin-left:-40px;
  z-index:1;
}
.btt a span {
  z-index:2;
  position:relative;
  background: url(../images/scroll_icon.png) no-repeat center 25px;
  text-indent:-9999em;
    display: block;
    width: 100%;
  height: 100%;
}

/*========================================================================
  IMPORTANT NOTICE
==========================================================================*/




.sws-edit-mode .important-notice-wrapper {
    width: 50%;
    right: 0px;
}

.important-notice-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9998;
    height: 300px;
    top: 31%;
}
.important-notice-background {
  opacity: 0.7;
  filter: alpha(opacity = 70);
  width: 100%;
  height: 100%;
}
.important-notice {
    left: 50%;
    margin-left: 0px;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: rgba(50, 50, 50, 0.8) none repeat scroll 0%;
}

.notice-copy .blogentries .sws-inline-content ul > li:nth-child(2n+1) {
  background-color: transparent;
}
.notice-copy .sws-inline-content ul > li:nth-child(2n+1),
.notice-copy .sws-inline-content ol > li:nth-child(2n+1) {
    background-color: transparent!important;
}
.notice-copy .sws-inline-content .blogentries ul li h2.blogTitle {
  display: block!important;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff!important;
}

.notice-copy .sws-inline-content .blogentries ul li .blogSummary {
  color: #ffffff!important;
}

.notice-copy .blogentries ul li h2.blogTitle a {
  color: #70ACDC!important;
}
.notice-copy .sws-inline-content .blogentries ul li h2.blogTitle {
  color: #ffffff!important;
}
.notice-content .sws-inline-content ul {
  margin: 0px;
}
.notice-content span.blogDate.ng-binding {
    font-size: 12px;
}
.notice-content {
    position: relative;
    font-size: 0.95em;
    padding: 40px 30px 40px 30px;
    background: rgba(50, 50, 50, 0.8);
}
.notice-content h2.notice-title {
  /*THEME-COLOR-BODY-COPY*/ color: #4d4d4d;
  font-family: 'Raleway', sans-serif;
  display: block;
  font-size: 1.6em;
  line-height: normal;
  padding-bottom: 1.5em;
  padding-top: 0;
  font-weight:normal;
}
.notice-content .blogentries ul li .blogDate:before {
  background: url("") no-repeat scroll 50% -676px transparent;
  display: none;
}
.notice-content .sws-inline-content ul > li:before {
  display: none;
}
.notice-content .blogentries ul li h2.blogTitle,
.notice-content .blogentries ul li .blogDate {
  display: block;
  padding-left: 0px;
}
.notice-content p.more h2.blogTitle {
  display: block;
}
.important-notice .notice-close {
    position: relative;
    display: block;
}
.important-notice .notice-close a {
  color: #666;
  text-align: center;
  margin-top:15px;
  padding:8px 20px;
  text-transform:uppercase;
  font-weight:normal;
    background-color: #ffffff;
  transition: background-color 0.3s ease-out 0s;
  font-size:16px;
  text-decoration: none;
}
.important-notice .notice-close a:focus,
.important-notice .notice-close a:hover,
.important-notice .notice-close a:active {
  background-color: #dddddd;
}
.notice-content .blogentries div.blogEntriesRssLinkPanel {
  display: none;
}
.notice-content p.rss {
  border: medium none;
  height: 14px;
  left: 30px;
  margin: 0;
  position: absolute;
  top: 46px;
  width: 16px;
}
.notice-content .BlogFeatureList {
  padding-bottom: 0;
}
.notice-copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.notice-copy span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
}
.notice-copy p {
  color: #ffffff;
  font-size: 16px;
}
.notice-copy .blogentries, .notice-copy .blogentries .BlogTagList, .notice-copy .BlogFeatureList, .notice-copy .blogentries ul li .blogBody, .notice-copy .sws-inline-content p:first-child {
  margin-top: 0;
}
.notice-content p.rss a {
  background: url(../images/rss-icon.png) no-repeat 0 0;
  display: block;
  height: 14px;
  text-indent: -9999em;
  font-size:0;
  text-transform:capitalize;
  width: 16px;
}
.notice-content p.rss a:focus, .notice-content p.rss a:hover, .notice-content p.rss a:active {
  background-position: 0 bottom;
}

.contact-mobile {
  display: none;
}

  .heads-welcome-mobile {
    display: none;
  }

/*========================================================================
  MEDIA QUERIES
==========================================================================*/

@media all and (max-width: 991px) {

  .home-news-area h4 {
      padding-top: 30px;
  }

  .featured-event {
    padding-top: 20px;
  }

  .news-items {
    padding-top: 20px;
  }

  .bx-controls.bx-has-controls-direction {
      position: relative;
      top: 173px;
  }


  .map-overlay .video-link .info h1 {
    padding-top: 0px;
  }


  .bx-viewport {
    position: absolute!important;
     height: 349px!important;
  }

  .bx-wrapper {
    position: relative;
    height: 349px!important;
  }

  .navbar-inverse {
    background-color: transparent;
  }

  .map-overlay .video-link {
    height: 180px;
    margin-left: 0px;
  }

  .map-overlay .video-link .info h1 img {
      margin: 10px auto;
      display: block;
      width: 60px;
      height: 60px;
  }

  .map-overlay h1 {
    margin-top: 30px;
  }

  .map-container button.show-map {
      position: absolute;
      top: 105px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      left: 0px;
      right: 0px;
  }

  .map-container button.hide-map {
      position: absolute;
      top: 105px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      left: 0px;
      right: 0px;
  }

  .map-overlay .video-link .info h1 {
      text-align: center;
      color: #FFF;
      font-family: 'Trajan W01 Regular', 'Cinzel', serif;
      font-size: 21px;
      margin-top: 0;
  }

  .map-overlay .video-link:hover .info h1 {
    margin-top: 30px;
  }

  .map-container {
      height: 600px;
    }

  .map-overlay .contact {
    display: none;
  }

  .contact-mobile {
    background-color: rgba(0,60,110,0.9);
    color: #ffffff;
    display: block;
    padding: 30px;
  }

  .contact-mobile h1 {
    font-size: 38px;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
  }

  .contact-mobile h4 {
    font-size: 16px;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 40px;
  }

  .contact-mobile p {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 600px;
      padding-left: 40px;
      margin-top: 10px;
      height: 15px;
  }

  .contact-mobile .map {
    margin-top: 35px;
    background: url("../images/footer-map-icon.svg") no-repeat left center / 15px 15px transparent;


  }

  .contact-mobile .phone {
    margin-top: 35px;
    background: url("../images/phone-icon.svg") no-repeat left center / 15px 15px transparent;


  }

  .contact-mobile .email {
    margin-top: 35px;
    background: url("../images/email-icon.svg") no-repeat left center / 15px 15px transparent;
  }

  .contact-mobile .buttons {
    padding-left: 0px;
    margin-top: 35px;
  }

  .contact-mobile a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
  }

  .contact-mobile .buttons a {
    padding: 10px;
    border: solid 2px #ffffff;
  }

  .calendar-left {
    float: none;
    width: auto;
  }
  .calendar-wrapper {
    float: none;
    width: 100%;
  }
  .col-md-6.upcoming {
  display: none;
}
}


/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) and (max-width: 767px) {
  /*========================================================================
    FOOTER
  ==========================================================================*/

  /*.home-template .row-bs.primary-navigation.top-navigation.clear {
      margin-top: 15px;
  }*/


  .navbar-inverse .navbar-toggle {
    right: 15px;
  }

  .branding h1.logo {
    top: 30px;
    width: 50%;
    left: 15px;
  }
  
  .logo-img {
    top: -33px;
  }

  .branding h1.logo a span {
    display: none;
  }

  .branding h1.logo a {
    font-size: 1.3em;
    padding-left: 80px;
    width: 220px;
    text-align: left;
  }

  .prev-button {
    display: none;
  }

  .next-button {
    display: none;
  }



  /*header.smallM .top-navigation.primary-navigation {
    margin-left: 00px;
  }

  header.smallM .top-navigation ul.rmRootGroup > li > a {
      background-color: transparent;
      color: #ffffff;
  }

  header.smallM .top-navigation.primary-navigation {
      float: left;
      margin-left: 0px;
      top: 0;
      margin-top: 50px;
  }

  .header.container-fluid.header-absolute.displayMobile.no-display {
    display: block !important;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }*/

  /* Lower Footer */
  .lower-footer .lower-footer-right ul.lower-footer-right-bottom li + li {
    background: none;
    display: block;
  }

  header.header-absolute {
    display: block !important;
  }
  header {
    z-index: 99999;
    display: block !important;
    position: fixed !important;
    top: 0px !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    width: 100%;
  }



  .map-overlay h1 {
      font-size: 18px;
  }

  .heads-welcome-container {
    display: none;
  }

  .heads-welcome-mobile {
        display: block;
    background-color: #003c6e;
    padding: 15px;
        text-align: center;
  }

  .heads-welcome-mobile a {
    font-size: 18px;
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    color: #ffffff;

  }

  .home-banner ul#slide-list {
    display: none;
  }




  .home-intro-text {
    font-size: 50% !important;
    bottom: 280px;
    z-index: 250;
  }

  .mobile-slide-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
  }


  .news-events-title {
      padding: 65px 0px 31px;
  }

  .section0 {
      height: 450px;
  }

  .scroll-down {
    bottom: 15px;
  }

  .home-template .tier-1 {
      height: 400px;
  }

  .heads-welcome {
      width: 207px;
  }

  /*.top-navigation.primary-navigation.tier-one-nav {
    display: none;
  }*/
  /*========================================================================
    HOME PAGE
  ==========================================================================*/

  /* Homepage Tier 1 */
  #supersized,
  #supersized-loader {
    display:none !important;
  }
  .home-template .home-banner,
  .home-template #section0 {
    min-height:0 !important;
    height:auto !important;
  }
  /* Mobile Home Banner */
  .mobile_slide {
    display:block !important;
    height: 400px;
  }
  .mobile_slide img {
    display:block;
    height: 130%;
  }

}

@media all and (max-width: 640px) {



  /*.navbar-nav {
      top: 48px;
  }*/


  .small .branding h1.logo a {
      margin-top: 6px;
      padding-top: 0px;
      width: 150px;
      padding-left: 76px;
      text-align: left;
  }

  header.small .branding h1.logo {
     left: 20px;
  }

  .featured-event .date .day {
      margin: 5px 0px;
     }

  .featured-event .sws-inline-content .quick-link h2 a > span {
    padding: 0px;
  }

  .featured-event .sws-inline-content .read-more {
    margin-top: 61px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    margin-left: 10%;
    margin-right: 10%;
    float: none;
    left: 0px;
    right: 0px;
    padding: 0px;
    width: 80%;
    text-align: center;
  }

  .featured-event .date {
      position: relative !important;
      width: 50%;
      margin-left: 25%;
      margin-right: 25%;
      left: 0px;
      font-size: .85em;
      height: 120px;
      top:85px;
  }

.featured-event .date .day {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {

  .featured-event .date .day {
    font-size: 46px;
  }


  .featured-event .date{
    width: 80px;
  }

}


@media all and (max-width: 1023px) {

  .rss-link {
    display: none;
  }


  .small .branding {
      min-height: 100px;
      height: 90px;

  }
}

@media (min-width: 768px) and (max-width: 1023px) {

/*
  .branding h1.logo {
      top: 23px;
  }


  .logo-img {
      width: 100px;
      display: block;
      position: absolute;
      left: -65px;
      top: -30px;
  }
*/

/*
  .social-portals .bodycontent {
      position: absolute;
      width: 400px;
      right: 0px;
      margin-top: 40px;
  }

  .social-portals .portals-ajax .bodycontent ul {
      text-align: right;
      text-transform: uppercase;
      font-size: 0.85em;
      width: 100%;
      margin-right: 0px;
  }
*/

  .branding h1.logo a {
      padding-left: 30px;
  }

  .search-bar {
      display: none;
  }

  .search-bar-top {
    top: -15px;
      width: 150px;
      float: right;
/*      position: absolute; */
/*      right: 20px; */
  }

}

@media all and (max-width: 767px) {

  header.top-header-tier-one {
    display: none;
  }

  .branding .search-bar {
    display: none;
  }

  .branding .search-bar-top {
    display: none;
  }
  .branding .search-toggle {
    display: none;
  }

  .calendar-wrapper-outer {
      width: 100%;
      display: block;
      position: absolute;
      margin-top: 0px;
      padding: 0px 15px;
      height: auto;
    }

    .home-calendar-area .RadAjaxPanel {
      width: 100%;
      display: block;
    }

    .home-calendar-area {
    width: 100%;
    margin-top: 50px;
    height: 750px;
    margin-left: 0;
    margin-right: 0;
  }

  .calendar-date {
    height: 331px;
  }

  .calendar-date .date-number {
    margin-top: 95px;
  }

  .calendar-date .date-month {
    position: relative;
    top: -275px;
  }

  .featured-event .blogentries ul li h2.blogTitle a {
    text-align: center;
    padding: 0;
    padding-top: 39%;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  header.top-header-tier-one {
    height: 146px;
  }

  .branding {
      min-height: 125px;
  }

  .portals-ajax {
      display: block;
  }
  .social-portals {
    position: relative;
    display: block;
    width: 100%;
    right: 25px;
  }


}



@media all and (min-width: 1024px) {

.branding {
  min-height: 80px;
}


.logo-img {
    top: -36px;
}
header.top-header-tier-one {
/*  top: 40px; */
}
header.small .search-bar.open {
  top: 40px;
  background: #003C6E none repeat scroll 0% 0%;
}
header.small .search-bar-top {
    top: 40px;
    background: #003C6E none repeat scroll 0% 0%;
}

/* Search Toggle */
.search-toggle {
    font-size: 25px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    float: right;
    background: #FFF url("../images/search-icon.svg") no-repeat scroll center center / 20px 20px;
    margin-left: 12px;
}
  .search-toggle a {

    display:block;
    position: absolute;
    background-attachment: transparent;
    height:100%;
    width:100%;
  }

  header.small .search-bar {
      display: none;
  }
  .search-toggle a:hover, .search-toggle a.active {
    background-color: transparent;
    background-position: center center;
  }
}


@media (min-width: 1024px) and (max-width: 1200px) {

  /*.small .top-navigation.primary-navigation {
    margin-left: 55px;
  }*/

  .small .navbar-inverse {
      background-color: transparent;
      /*position: absolute;*/
      margin-left: 108px;
      /*bottom: 5px;*/
      width: 90%;
      position: relative;
  }


  .small .branding h1.logo a {
      margin-top: 5px;
      padding-top: 0px;
      width: 80px;
      padding-left: 80px;
  }

  header.small .branding h1.logo {
    max-width: 200px;
    left: 20px;
  }


  .featured-event .sws-inline-content .read-more {
      width: 42%;
  }
}

@media (width: 480px) {
  .featured-event .blogentries ul li h2.blogTitle a {
    padding-top: 49%;
  }


  .calendar-events {
    left: 30%;
  }
}

@media all and (max-width: 479px) {
  .contact-mobile {
    padding: 15px !important;
    padding-bottom: 30px !important;
  }

  .contact-mobile p {
      padding-left: 27px !important;
  }

  .featured-event .blogentries ul li h2.blogTitle a {
    padding-top: 71%;
  }

  .calendar-events {
    width: 114px;
    left: 34%;
  }

  .calendar-events .bx-controls.bx-has-controls-direction {
    width: 128px;
  }


}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Menu Styling */
.no-display {
  display: none !important;
}

.rmSlide iframe {
  display:none;
}

/*.home-template .tier-1 {
  height: 949px;
}*/

.tier-1 .primary-navigation,
.fixed-header .primary-navigation,
.mobile-nav {
    font-family: 'Trajan W01 Regular', 'Cinzel', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9em;
}

.tier-1 .primary-navigation {
  background-color: #003c6e;
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  margin: 0;
  z-index: 99999;
  float: none;
  text-align: center;
}

.tier-1 .primary-navigation ul li {
  display: inline-block;
  padding: 18px 10px;
}

.tier-1 .primary-navigation ul li a {
  color: #FFFFFF;
}

.tier-1 .primary-navigation ul li.level2 {
  display: none;
}

.tier-1 .primary-navigation ul li:first-child span {
  visibility: hidden;
}

.tier-1 .primary-navigation ul li:first-child:before {
  content: "";
  background: url(../images-icon-sprite.png) no-repeat 0 0;
  left: 29.7%;
  position: absolute;
  top: 27%;
  width: 22px;
  height: 18px;
  z-index: -1;
}

.fixed-header {
  z-index: 1000000;
  position: fixed !important;
  top: 0px !important;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  width: 100%;
  background-color: #FFFFFF;
}

.fixed-header .primary-navigation {
  background-color: #FFFFFF;
  float: left;
  margin-left: 23%;
  bottom: 0px;
}

.fixed-header .primary-navigation ul li {
  display: inline-block;
  height: 100%;
  padding: 7px;
  position: relative;
}

.fixed-header .primary-navigation ul li a {
  color: #003C6E;
  padding: 2px 0 27px 5px;
}

.fixed-header .primary-navigation ul li a:hover {
  background: transparent url("../images/content/h1-title-underline.svg") no-repeat scroll center center / 60px 3px !important;
}

.fixed-header .primary-navigation ul.rmRootGroup li > .rmSlide {
display: none;
}

.fixed-header .primary-navigation ul.rmRootGroup li:hover > .rmSlide {
  display: block;
}

.fixed-header .primary-navigation ul.rmRootGroup .rmSlide {
  width: auto !important;
  height: auto !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: -350px!important;
}

.fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li {
  display: block;
}

.fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li a{
  color: #ffffff;
  position: relative;
  padding: 12px;
  text-align: center;
  display: block;
  width: auto !important;
  font-size: 12px;
  background: transparent url("../images/slide-menu-divide.svg") no-repeat scroll center bottom / 20px 1px;
    -webkit-transition: outline 0.3s ease-out;
      -moz-transition: outline 0.3s ease-out;
      -ms-transition: outline 0.3s ease-out;
      -o-transition: outline 0.3s ease-out;
  transition: outline 0.3s ease-out;
  outline: solid 1px transparent;
  }

  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li.rmLast a{
    background: none;
  }

  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li a:hover{
  background: transparent url();
  color: rgb(255, 255, 255);
  outline: thin solid rgb(255, 255, 255);
  }

  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li.selectedPage a,
  .fixed-header .primary-navigation ul.rmSlide ul li.selectedPagePath a{
    /*THEME-COLOR-DARK-BACKGROUND-TWO*/ background-color: #ffffff;
    /*THEME-COLOR-STANDARD*/ color: #4d4d4d;
  }

  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li a:hover:before{
    /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/ background-color: #888886;
  }
  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li.selectedPage a:before,
  .fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul li.selectedPagePath a:before{
    /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/ background-color: #4d4d4d;
  }

  .mobile-nav-container {
    display: none;
  }

  .mobile-nav {
    margin-top: 15px;
  }

  .mobile-nav ul {
    text-align: center;
  }

  .mobile-nav ul li {
    font-size: 14px;
    display: block;
  }

  .mobile-nav ul li a {
    padding: 10px 20px;
    color: #FFFFFF;
    display: block;
  }

  .mobile-nav ul li a:hover {
    background-color: #FFFFFF;
    color: #003C6E;
  }

  .mobile-nav .rmSlide {
    display: none;
  }

  .branding .search-bar {
    display: none;
  }

@media (min-width: 1024px) and (max-width: 1445px) {
  .branding {
    min-height: 95px;
  }

  .fixed-header .primary-navigation {
    margin-top: 3%;
  }

  .tier-1 .primary-navigation ul li:first-child:before {
    left: 18% !important;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .branding {
    min-height: 90px;
  }

  .tier-1 .primary-navigation ul li:first-child:before {
    left: 9%;
  }

  .fixed-header .primary-navigation {
    margin-left: 13%;
    margin-top: 3%;
  }
}

@media all and (max-width: 767px) {

 .tier-1 .primary-navigation {
    display: none;
  }

  .branding .search-bar {
    display: none;
  }

  .branding .search-bar-top {
    display: none;
  }
  
  .branding .search-toggle {
    display: none;
  }
  
  .mobile-nav-container {
    display: block;
  }

  nav .navbar-nav {
    height: 0;
    min-height: 400px;
    padding-bottom: 0;
    top: 0 !important;
    margin-top: 54px;
  }

}

@media (min-width: 767px){
.fixed-header .primary-navigation ul.rmRootGroup li:hover > .rmSlide {
  display: block;
  opacity: 1;
  z-index: 10;
}

.fixed-header .primary-navigation ul.rmRootGroup .rmSlide ul {
  background-color: rgba(0, 60, 110, 0.8);
  margin-left: 0px;
  padding: 20px;
  width: 300px;
  top: 45px !important; /* Telerik Fix */
  left: 50% !important; /*Telerik Fix */
  right: auto;
  position: absolute;
  margin-left: -150px;
}
}

@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
display:none !important;
}
ng\:form {
	display: block;
}
.ng-animate-block-transitions {
	transition: 0s all!important;
	-webkit-transition: 0s all!important;
}
.ng-hide-add-active, .ng-hide-remove {
	display: block!important;
}
@media print {
.gm-style .gmnoprint, .gmnoprint {
	display: none
}
}
@media screen {
.gm-style .gmnoscreen, .gmnoscreen {
	display: none
}
}

.gm-style {
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none
}
.gm-style img {
	max-width: none
}
.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
	font-size: 10px
}
.gm-style-pbc {
	transition: opacity ease-in-out;
	background-color: black;
	text-align: center
}
.gm-style-pbt {
	font-size: 22px;
	color: white;
	font-family: Roboto, Arial, sans-serif;
	position: relative;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
