* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* CSS Document */
body {
  margin: 0 auto;
  padding: 0; }

#Header_Container {
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 125px;
  width: 100%;
  overflow: auto;
  z-index: 500;
  overflow: hidden; }

#Header_Container_center {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: auto; }

#Header_Container_left {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: auto; }

#Header_Container_right {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: auto; }

#Header_Width {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block; }

#Header_Logo {
  display: block;
  margin: 0 auto; }

#Header_Logo A {
  display: inline-block; }

#Header_Logo img {
  height: 125px; }

#Header_Content {
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: block; }

/*RIGHT*/
#Header_Container_center #Header_Logo {
  text-align: center; }

#Header_Container_center #Header_Content {
  text-align: center; }

/*LEFT*/
#Header_Container_left #Header_Logo {
  float: left;
  width: 30%; }

#Header_Container_left #Header_Content {
  position: absolute;
  width: 70%;
  text-align: right;
  right: 0; }

/*RIGHT*/
#Header_Container_right #Header_Logo {
  float: right;
  width: 30%; }

#Header_Container_right #Header_Content {
  float: left;
  width: 70%; }

.ContentFullWidth {
  width: 100% !important; }

/* Microsite Menu */
#navMicrositeMenu {
  margin: 0 auto;
  display: block;
  width: 100%;
  background-color: #333; }

#navMicrositeMenu UL {
  margin: 0;
  padding: 0; }

#navMicrositeMenu UL LI {
  margin: 0;
  margin-left: -5px;
  padding: 0;
  display: inline-block; }

#navMicrositeMenu UL LI A.MicrositeON {
  background-color: #FFF;
  color: #333; }

#navMicrositeMenu UL LI A {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  display: block;
  border-right: #5d5d5d 1px solid; }

#navMicrositeMenu UL LI A:Hover {
  color: #333;
  background-color: #cecece; }

#navMicrositeMenu UL LI A span {
  padding-left: 20px;
  padding-right: 20px; }

/* Menu Section BEGIN*/
#dropdownNavLinks {
  display: none; }

#Menu_Section {
  clear: both;
  margin: 0px 10px auto;
  padding: 0;
  width: calc(100% - 40px);
  position: relative;
  z-index: 50; }

#MainMenu {
  margin: 0px auto;
  padding: 60px 0 20px;
  width: 100%;
  text-align: right; }

#MainMenu UL {
  list-style-type: none;
  margin: 0px auto;
  padding: 0; }

#MainMenu UL LI {
  display: inline-block;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  vertical-align: bottom; }

#MainMenu UL LI A {
  display: block;
  padding: 10px 30px 10px;
  text-decoration: none;
  /*border-radius: 10px;*/ }

/* Menu Section END*/
/* Default slideshow styling */
#HomeSlideshow {
  width: 100%;
  height: 370px;
  overflow: hidden; }

.narrow #slideshow {
  width: 100%; }

.rslides li {
  height: 410px; }

.caption {
  position: absolute;
  bottom: 20px;
  width: 330px; }

#captionWrapper {
  width: 100%; }

#slideControls UL {
  width: 100%; }

#slideshow .sliderLink {
  display: inline-block; }

.SlideLogo {
  width: 100%;
  height: auto;
  display: block; }

.SlideLogo img {
  max-height: 65px;
  width: auto;
  height: auto !important;
  display: block !important; }

/* slideshow end */
/* HomeContentSection Begin */
.HomeContentSection {
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto; }

.HomeContentWidth {
  width: 1600px;
  margin: 0 auto;
  padding: 0; }

.HomeContent {
  margin: 0 auto;
  padding: 0px; }

.HomeContent IMG {
  max-width: 100%; }

/* InteriorContentSection Begin */
.InteriorContentSection {
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  clear: both; }

.InteriorContentWidth {
  width: 1440px;
  margin: 0 auto;
  padding: 0; }

.InteriorContentPlain {
  margin: 0 auto;
  padding: 0px; }

#InteriorContent {
  margin: 0 auto;
  padding: 0px; }

#InteriorContent IMG {
  max-width: 100%; }

#ContentContainer {
  width: 100%;
  /*max-width: $screen-xxl-content-width;*/
  margin: 0 auto;
  padding: 0; }

.ContentLeft {
  float: left;
  width: 300px; }

.ContentRight {
  width: calc(100% - 300px);
  float: right; }

.ContentLeftHidden {
  width: 0;
  display: none; }

.ContentRightFull {
  width: 100%; }

/*  Side Menu Styles */
#LeftSideMenu {
  padding-bottom: 20px;
  background-color: #fbb513;
  border-radius: 20px;
  max-width: 280px; }

#LeftSideMenu a {
  padding: 5px;
  text-decoration: none; }

#LeftSideMenu li {
  list-style: none; }

#MenuSideHead {
  margin: 0;
  width: 240px;
  height: auto; }

#MenuSide {
  width: 240px;
  height: auto; }

#MenuSide UL {
  padding: 0;
  margin: 0; }

#MenuSide a {
  padding-left: 15px;
  text-decoration: none; }

#MenuSide li {
  list-style: none;
  width: 240px; }

#ListMenu1 ol {
  padding: 0;
  margin: 0; }

/* Menu Styles End */
/* NEWS */
#NewsSection {
  float: right;
  width: 330px; }

.newsStory {
  width: 306px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  clear: both;
  padding-left: 15px; }

.newsStory h4, .newsStory h4 a {
  margin: 0;
  padding: 0;
  text-decoration: none; }

#newsContent P {
  margin: 0;
  padding: 0; }

.newsIMG {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  width: 75px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* HomeContentSection End */
/* Footer Begin */
#FooterSection {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0; }

#FooterWidth {
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  height: auto;
  display: block; }

#FooterLayout_center {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

#FooterLayout_left {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

#FooterLayout_right {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

/*LEFT*/
#FooterLayout_left #FooterSectionOne {
  float: left;
  width: 30%; }

#FooterLayout_left #FooterSectionTwo {
  float: right;
  width: 70%; }

/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
  float: right;
  width: 30%; }

#FooterLayout_right #FooterSectionTwo {
  float: left;
  width: 70%; }

#FooterLogo {
  margin: 0 auto;
  padding: 10px;
  text-align: center; }

#FooterContent {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: right; }

#FootMenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: left; }

#FootMenu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#FootMenu ul li ul {
  display: flex;
  list-style: none;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between; }

#FootMenu ul li ul li {
  width: 260px;
  margin: 10px 0; }

#FootMenu A, #FooterContent A {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

#FootMenu ul li ul li a {
  font-weight: 600; }

/* Footer End */
/* Interior Slideshows */
#ContentOneColumn #slideCollection {
  margin-left: 20px; }

/* Interior Slideshows End */
@media screen and (max-width: 1710px) {
  #Header_Container_left #Header_Logo {
    width: 30%; }

  #Header_Container_left #Header_Content {
    width: 65%; }

  /*RIGHT*/
  #Header_Container_right #Header_Logo {
    width: 30%; }

  #Header_Container_right #Header_Content {
    width: 1440px; }

  #Header_Width {
    width: 1440px; }

  .narrow #slideshow {
    width: 1440px; }

  #captionWrapper {
    width: 1440px; }

  #slideControls UL {
    width: 1440px; }

  #MainMenu {
    width: 100%; }

  #MainMenu UL LI A {
    padding: 10px 25px 10px; }

  .HomeContentWidth {
    width: 1440px; }

  .InteriorContentWidth {
    width: 1440px; }

  .ContentLeft {
    float: left;
    width: 30%; }

  .ContentRight {
    width: 65%;
    float: right; }

  #FooterWidth {
    width: 1440px; }

  #FooterLayout_left #FooterSectionOne {
    width: 30%; }

  #FooterLayout_left #FooterSectionTwo {
    width: 65%; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 30%; }

  #FooterLayout_right #FooterSectionTwo {
    width: 65%; } }
@media screen and (max-width: 1546px) {
  #Header_Container_left #Header_Logo {
    width: 30%; }

  #Header_Container_left #Header_Content {
    width: 65%; }

  /*RIGHT*/
  #Header_Container_right #Header_Logo {
    width: 30%; }

  #Header_Container_right #Header_Content {
    width: 1280px; }

  #Header_Width {
    width: 100%; }

  .narrow #slideshow {
    width: 1280px; }

  #captionWrapper {
    width: 1280px; }

  #slideControls UL {
    width: 1280px; }

  #MainMenu {
    width: 100%; }

  #MainMenu UL LI A {
    padding: 10px 15px 10px; }

  .HomeContentWidth {
    width: 1280px; }

  .InteriorContentWidth {
    width: 1280px; }

  .ContentLeft {
    float: left;
    width: 30%; }

  .ContentRight {
    width: 65%;
    float: right; }

  #FooterWidth {
    width: 1280px; }

  #FooterLayout_left #FooterSectionOne {
    width: 30%; }

  #FooterLayout_left #FooterSectionTwo {
    width: 65%; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 30%; }

  #FooterLayout_right #FooterSectionTwo {
    width: 65%; } }
@media screen and (max-width: 1376px) {
  #Header_Container_left #Header_Logo {
    width: 30%; }

  #Header_Container_left #Header_Content {
    width: 65%; }

  /*RIGHT*/
  #Header_Container_right #Header_Logo {
    width: 30%; }

  #Header_Container_right #Header_Content {
    width: 65%; }

  #Header_Width {
    width: 100%; }

  .narrow #slideshow {
    width: 960px; }

  #captionWrapper {
    width: 960px; }

  #slideControls UL {
    width: 960px; }

  #MainMenu {
    width: 100%; }

  #MainMenu UL LI A {
    padding: 8px 12px 8px;
    font-size: 17px; }

  .HomeContentWidth {
    width: 960px; }

  .InteriorContentWidth {
    width: 960px; }

  .ContentLeft {
    float: left;
    width: 30%; }

  .ContentRight {
    width: 65%;
    float: right; }

  #FooterWidth {
    width: 960px; }

  #FooterLayout_left #FooterSectionOne {
    width: 30%; }

  #FooterLayout_left #FooterSectionTwo {
    width: 65%; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 30%; }

  #FooterLayout_right #FooterSectionTwo {
    width: 65%; } }
/* CSS Document */
@media screen and (max-width: 974px) {
  #Header_Width {
    width: 100%; }

  #captionWrapper {
    width: 768px; }

  #Header_Container_left #Header_Content {
    width: 75%; }

  #Menu_Section {
    width: calc(100% - 10px);
    margin: 0px auto; }

  #MainMenu {
    width: 100%;
    padding: 50px 0 20px; }

  #MainMenu UL LI A {
    padding: 6px 8px;
    font-size: 16px; }

  .HomeContentWidth {
    width: 768px; }

  #HomeCallouts UL LI, #HomeCallouts iframe {
    width: 230px; }

  #dropdownNavLinks {
    display: none; }

  /* Interior */
  .InteriorContentWidth {
    width: 768px; }

  /* Homeslideshow */
  #HomeSlideshow {
    height: 300px; }

  .narrow #slideshow {
    width: 768px; }

  .rslides li {
    height: 300px; }

  .caption {
    width: 300px; }

  #slideControls UL {
    width: 768px; }

  /* Interior Pages */
  #ContentContainer {
    /*width:$screen-md-content-width;*/
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  .ContentLeft {
    float: left;
    width: 300px; }

  .ContentRight {
    width: 460px;
    float: right; }

  div#Sub_Page_Listing_Right {
    float: left;
    width: 355px; }

  #FooterContent {
    width: auto; }

  #FooterWidth {
    width: 768px; }

  /*LEFT*/
  #FooterLayout_left #FooterSectionOne {
    width: 300px; }

  #FooterLayout_left #FooterSectionTwo {
    width: 460px; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 300px; }

  #FooterLayout_right #FooterSectionTwo {
    width: 460px; } }
/* CSS Document */
@media screen and (max-width: 782px) {
  #Header_Container {
    display: none; }

  #Header_Width {
    width: 100%; }

  #captionWrapper {
    width: 600px; }

  #MainMenu {
    width: 100%; }

  #slideControls UL {
    width: 600px; }

  .HomeContentWidth {
    width: 600px; }

  #HomeCallouts UL LI, #HomeCallouts iframe {
    width: 500px; }

  #HomeCallouts iframe {
    height: 281px; }

  #HomeCallouts UL LI {
    display: block;
    margin: 0 auto;
    margin-top: 10px; }

  #HomeCallouts UL LI H2 {
    font-size: 18px; }

  #MainMenu UL LI A {
    padding-left: 15px;
    padding-right: 15px; }

  #dropdownNavLinks {
    display: none; }

  /* Interior */
  .InteriorContentWidth {
    width: 600px;
    padding: 0 20px; }

  /* Homeslideshow */
  #HomeSlideshow {
    height: 270px; }

  .narrow #slideshow {
    width: 600px; }

  .rslides li {
    height: 270px; }

  #FooterWidth {
    width: 600px; }

  /*LEFT*/
  #FooterLayout_left #FooterSectionOne {
    width: 300px; }

  #FooterLayout_left #FooterSectionTwo {
    width: 300px; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 300px; }

  #FooterLayout_right #FooterSectionTwo {
    width: 300px; }

  /* Interior Pages */
  #ContentContainer {
    /*width:600px;*/ }

  /*
      .ContentLeft {
  	float: left;
  	width: 250px;}
  
  .ContentRight {
  	width: 350px;
  	float: right;}
  */
  .ContentLeft {
    display: none; }

  .ContentRight {
    width: 600px;
    float: none; }

  #MenuSideHead {
    width: 200px; }

  div#Sub_Page_Listing_Right {
    float: left;
    width: 245px; } }
/* CSS Document */
/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media screen and (max-width: 614px) {
  #Header_Width {
    width: 100%; }

  #Header_Logo IMG {
    width: 450px;
    height: auto; }

  #captionWrapper {
    width: 100%;
    float: left; }

  #navMicrositeMenu {
    display: none; }

  .caption {
    position: relative !important;
    width: 100%;
    height: 200px;
    width: 100%;
    margin: 0 auto;
    top: 0px;
    bottom: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }

  #HomeSlideshow {
    height: 420px; }

  #slideControls UL {
    width: 100%; }

  .narrow #slideshow {
    width: 100%; }

  #slideshow .rslides li a {
    width: 100%;
    height: 220px; }

  #MainMenu {
    width: 100%; }

  .HomeContentWidth {
    width: 100%; }

  #HomeContentSection
  #HomeCallouts UL LI, #HomeCallouts iframe {
    width: 450px; }

  #HomeCallouts iframe {
    height: 253px; }

  #HomeCallouts UL LI {
    display: block;
    margin-top: 10px; }

  #HomeCallouts UL LI H2 {
    font-size: 18px; }

  #navLinksContainer {
    display: none; }

  #dropdownNavLinks {
    display: block;
    padding-top: 10px; }

  /* Interior */
  .InteriorContentWidth {
    width: 100%; }

  /* Homeslideshow */
  .rslides li {
    height: 370px; }

  #FooterWidth {
    width: 100%; }

  /*LEFT*/
  #FooterLayout_left #FooterSectionOne {
    float: none;
    width: 90%; }

  #FooterLayout_left #FooterSectionTwo {
    float: none;
    width: 90%; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    width: 240px; }

  #FooterLayout_right #FooterSectionTwo {
    width: 240px; }

  /* Interior Pages */
  #ContentContainer {
    /*width:$screen-xs-content-width;*/ }

  .ContentLeft {
    display: none; }

  .ContentRight {
    width: 100%;
    float: none; }

  div#Sub_Page_Listing_Right {
    float: left;
    width: 375px; } }
/* CSS Document */
/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media screen and (max-width: 494px) {
  #Header_Width {
    width: 100%; }

  #Header_Logo IMG {
    width: 300px;
    height: auto; }

  #slideControls UL {
    width: 100%; }

  #MainMenu {
    width: 100%; }

  .HomeContentWidth {
    width: 100%; }

  #HomeCallouts UL LI, #HomeCallouts iframe {
    width: 230px; }

  #HomeCallouts UL LI {
    display: block;
    margin-top: 10px;
    height: 450px; }

  #HomeCallouts UL LI H2 {
    font-size: 18px; }

  #navLinksContainer {
    display: none; }

  #dropdownNavLinks {
    display: block;
    padding-top: 10px; }

  /* Interior */
  .InteriorContentWidth {
    width: 100%; }

  /* Homeslideshow */
  #HomeSlideshow {
    height: 330px; }

  .narrow #slideshow {
    width: 100%; }

  .caption {
    width: 100%;
    width: 300px;
    margin: 0 auto;
    bottom: 0;
    padding: 10px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }

  .rslides li {
    height: 280px; }

  #FooterWidth {
    width: 100%; }

  /*LEFT
  
  #FooterLayout_left #FooterSectionOne {
  	float: none;
  	width: $screen-ms-content-width;
  }
  
  #FooterLayout_left #FooterSectionTwo {
  	float: none;
  	width: $screen-ms-content-width;
  }
  */
  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    float: none;
    width: 100%; }

  #FooterLayout_right #FooterSectionTwo {
    float: none;
    width: 100%; }

  /* Interior Pages */
  #ContentContainer {
    /*width:$screen-ms-content-width;*/ }

  .ContentLeft {
    display: none; }

  .ContentRight {
    width: 100%;
    float: none; }

  div#Sub_Page_Listing_Right {
    float: left;
    width: 215px; } }
/* CSS Document */
/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media screen and (max-width: 350px) {
  #Header_Width {
    width: 100%; }

  #Header_Logo IMG {
    width: 300px;
    height: auto; }

  #slideControls UL {
    width: 100%; }

  #MainMenu {
    width: 100%; }

  #HomeContentWidth {
    width: 100%; }

  #HomeCallouts UL LI {
    display: block;
    margin-top: 10px;
    height: 450px; }

  #HomeCallouts UL LI H2 {
    font-size: 18px; }

  #navLinksContainer {
    display: none; }

  #dropdownNavLinks {
    display: block;
    padding-top: 10px; }

  /* Interior */
  .InteriorContentWidth {
    width: 100%; }

  /* Homeslideshow */
  #HomeSlideshow {
    height: 330px; }

  .narrow #slideshow {
    width: 100%; }

  .caption {
    width: 100%;
    width: 300px;
    margin: 0 auto;
    bottom: 0;
    padding: 10px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }

  .rslides li {
    height: 280px; }

  #FooterWidth {
    width: 100%; }

  /*LEFT*/
  #FooterLayout_left #FooterSectionOne {
    float: none;
    width: 100%; }

  #FooterLayout_left #FooterSectionTwo {
    float: none;
    width: 100%; }

  /*RIGHT*/
  #FooterLayout_right #FooterSectionOne {
    float: none;
    width: 100%; }

  #FooterLayout_right #FooterSectionTwo {
    float: none;
    width: 100%; }

  /* Interior Pages */
  #ContentContainer {
    /*width:$screen-ms-content-width;*/ }

  .ContentLeft {
    display: none; }

  .ContentRight {
    width: 100%;
    float: none; }

  div#Sub_Page_Listing_Right {
    float: left;
    width: 215px; } }
