/* Kevin - Setting MuseoSans font on all elements in content of pages*/
.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*='rf-'].rf-widget * {
    font-family: MuseoSans-300, Helvetica, Arial, sans-serif;
}
/*Font overrides on specific items should be added to bottom of shared or workflow / widget css fields*/

/* setting custom classes for webfonts */
.MuseoSans-100 *{
  font-family: MuseoSans-100, Helvetica, Arial, sans-serif !important;
}/* Kevin - Setting MuseoSans font on all elements in content of pages*/
.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*='rf-'].rf-widget * {
    font-family: MuseoSans-300, Helvetica, Arial, sans-serif;
}
/*Font overrides on specific items should be added to bottom of shared or workflow / widget css fields*/

/* setting custom classes for webfonts */
.MuseoSans-100 *{
  font-family: MuseoSans-100, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-100Italic *{
   font-family: MuseoSans-100Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-300 *{
  font-family: MuseoSans-300, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-300Italic *{
   font-family: MuseoSans-300Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-500 *{
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-500Italic *{
   font-family: MuseoSans-500Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-700 *{
  font-family: MuseoSans-700, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-700Italic *{
   font-family: MuseoSans-700Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-900 *{
  font-family: MuseoSans-900, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-900Italic *{
   font-family: MuseoSans-900Italic, Helvetica, Arial, sans-serif !important;
}
/* end Custom classes for webfonts */


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.fp-title {
    display: none;
}


p.fp-countdown {
    font-family: MuseoSans-900 !important; 
    font-size: 24px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.fp-inner p {
    font-family: MuseoSans-900 !important; 
    font-size: 24px !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

/* Marcus' Header Nav Fix Starts */

.topnav-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.burger-menu {
  display: none;
  /*margin-top: 30px;*/
}

.burger-menu > div {
  height: 3px;
  margin-bottom: 5px;
  width: 25px;
  /*border: 1px solid white;*/
  background: white;
}

.header-navigation > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding-left: 0;
  z-index: 100;
  margin: 0px;
}

.header-navigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0;
  float: none;
}

.header-navigation ul li a:hover {
  text-decoration: none;
}
.header-navigation ul li.dropdown-trigger a:hover {
    text-decoration: underline;
  }

.header-navigation > ul li {
  list-style-type: none;
  padding-left: 0;
  line-height: 1!important;
  padding: 20px;
}

.header-navigation ul li:hover {
    background:#000000;
  }

.dropdown-content {
  background-color: #000000;
  padding: 16px;
  /*margin-top: 0 !important;*/
  margin-top: 20px;
  margin-left: -20px;
  /*width: 100%;*/
}

.dropdown-content {
  position: absolute;
  display: none;
}

.dropdown-trigger:hover > a {
  text-decoration: none;
}

.dropdown-trigger:hover .dropdown-content {
  display: flex;
  min-width: 150px;
  flex-direction: column;
  /*border-radius: 4px;*/
}

.dropdown-content li {
  margin: 0px 0;
}

@media only screen and (max-width : 1000px) {
  
  .burger-menu {
    display: block;
    /*position: relative;*/
  }
  
  .header-navigation > ul,
  .header-navigation .dropdown-content {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.35);
  }
  
  .header-navigation {
    height: 25px;
    width: 25px;
    position: absolute;
    /*right: 10px;*/
    left: 10px;
  }
  
  .header-navigation > ul {
    display: none;
    position: relative;
    background-color: #313541;
    padding: 16px;
  }
  
  .header-navigation:hover > ul {
    min-width: 200px;
    position: absolute;
    /*right: 0;*/
    display: block;
  }
  
  .header-navigation > ul > li {
    padding: 16px 0;
  }
  
  .header-navigation
  .dropdown-trigger
  .dropdown-content {
    min-width: 200px;
    /*right: 50%;*/
    left: 50%;
  }
}

@media only screen and (max-width : 1080px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
}

/* Marcus' Header Nav Fix Ends */
  
/*Dillon Start - taken from Summit 21*/
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    margin-top: 85px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

  .logo-container {
  width: 100%;
  background-color: black;
  height: 60px;
}


  
.logo-container img {
  margin: 13px;
  max-width: 500px;
}

.topnav-right {
  float: right;
}


.dropdown-content a {
    float: none;
    color: #2168CA;
    text-decoration:none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000;
  /*color: #BFFF00;*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar {
  overflow: hidden;
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  background-color: #313541 !important;
  color: #fff;
  width: 100%;
  height: 90px;
  line-height: 56px;
  z-index: 1;
  margin-bottom: 15px;
}

.navbar a {
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  margin-left: 15px;
  font-weight: 500;
  float: left;
  font-size: .875rem;
  color: white!important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar {
    overflow: hidden;
    /*font-family: museo-sans,Helvetica,sans-serif;*/
    background-color: #313541;
    color: #fff;
    width: 100%;
    height: 90px;
    line-height: 56px;
    z-index: 1;
    margin-bottom: 15px;
}

.dropdown {
  float: left;
  color: #fff;
  margin-top: -15px;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  margin-left: 15px;
  font-weight: 500;
  float: left;
  font-size: .875rem;
  color: white!important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-left: 10px;
}

/*
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #313541;
  color: #BFFF00;
}
*/

.dropdown-content a {
    float: none;
    color: #2168CA;
    text-decoration: none;
    display: block;
    text-align: left;
}

.subnav-items {
  float: right;
}

nav {
  margin-top: 0;
}


nav ul {
  margin-right: 50px;
  display: flex;
  list-style: none;
}

nav ul li a {
  margin-left: 15px;
  font-weight: 700;
  color: white!important;
  text-decoration: none;
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

nav li {
    color: #fff;
    display: block;
    float: left;
    padding: 15px;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
nav li a {
  color: #fff;
}


nav li:focus-within a {
  outline: none;
}

nav ul li ul {
    background: orange;
    visibility: hidden;
  opacity: 0;
  min-width: 5rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}


nav ul li ul li {
    clear: both;
  width: 100%;
}

.subnav {
  position: relative;
  background-color: #004067;
  color: #fff;
  width: 100%;
  height: 90px;
  line-height: 56px;
  z-index: 1;
}

/*Dillon End*/
  
/*Footer Start*/

footer {
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/*
footer > div:first-of-type {
  max-width: 700px;
}
*/
footer .rsac-footer-text{
    max-width: 700px;
}

footer > div:last-of-type img {
  width: 300px;
}

.rsac-footer-nav a {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
  color: black;
}

.rsac-footer-nav p {
  margin-top: 16px;
}

/*End Footer*/
  
 
/*Shared Pages*/
.page-builder-display-reset {
    /*background-color: #f9f9f9;*/
}
  
 /*Broadcast Alley Video Embed US 21*/
  
.broadcast-alley-auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.broadcast-alley-auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.broadcast-alley-auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fp-inner {
	font-family: MuseoSans-900;
	font-size: 24px;
}

.MuseoSans-100Italic *{
   font-family: MuseoSans-100Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-300 *{
  font-family: MuseoSans-300, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-300Italic *{
   font-family: MuseoSans-300Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-500 *{
  font-family: MuseoSans-500, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-500Italic *{
   font-family: MuseoSans-500Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-700 *{
  font-family: MuseoSans-700, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-700Italic *{
   font-family: MuseoSans-700Italic, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-900 *{
  font-family: MuseoSans-900, Helvetica, Arial, sans-serif !important;
}
.MuseoSans-900Italic *{
   font-family: MuseoSans-900Italic, Helvetica, Arial, sans-serif !important;
}
/* end Custom classes for webfonts */


html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.fp-title {
    display: none;
}


p.fp-countdown {
    font-family: MuseoSans-900 !important; 
    font-size: 24px !important;
    font-weight: bold !important;
    color: #222 !important;
}

.fp-inner p {
    font-family: MuseoSans-900 !important; 
    font-size: 24px !important;
    font-weight: bold !important;
    color: #222 !important;
}

/* Marcus' Header Nav Fix Starts */

.topnav-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.burger-menu {
  display: none;
}

.burger-menu > div {
  height: 3px;
  margin-bottom: 5px;
  width: 25px;
  /*border: 1px solid white;*/
  background: white;
}

.header-navigation > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  padding-left: 0;
  z-index: 100;
  margin: 0px;
}

.header-navigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0;
  float: none;
}

.header-navigation ul li a:hover {
  text-decoration: none;
}
.header-navigation ul li.dropdown-trigger a:hover {
    text-decoration: underline;
  }

.header-navigation > ul li {
  list-style-type: none;
  padding-left: 0;
  line-height: 1!important;
  padding: 20px;
}

.header-navigation ul li:hover {
    background:#000000;
  }

.dropdown-content {
  background-color: #000000;
  padding: 16px;
  margin-top: 0 !important;
  /*width: 100%;*/
}

.dropdown-content {
  position: absolute;
  display: none;
}

.dropdown-trigger:hover > a {
  text-decoration: none;
}

.dropdown-trigger:hover .dropdown-content {
  display: flex;
  min-width: 150px;
  flex-direction: column;
  /*border-radius: 4px;*/
}

.dropdown-content li {
  margin: 0px 0;
}

@media only screen and (max-width : 1000px) {
  
  .burger-menu {
    display: block;
    /*position: relative;*/
  }
  
  .header-navigation > ul,
  .header-navigation .dropdown-content {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.35);
  }
  
  .header-navigation {
    height: 25px;
    width: 25px;
    position: absolute;
    /*right: 10px;*/
    left: 10px;
  }
  
  .header-navigation > ul {
    display: none;
    position: relative;
    background-color: #313541;
    padding: 16px;
  }
  
  .header-navigation:hover > ul {
    min-width: 200px;
    position: absolute;
    /*right: 0;*/
    display: block;
  }
  
  .header-navigation > ul > li {
    padding: 16px 0;
  }
  
  .header-navigation
  .dropdown-trigger
  .dropdown-content {
    min-width: 200px;
    /*right: 50%;*/
    left: 50%;
  }
}

@media only screen and (max-width : 1080px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
}

/* Marcus' Header Nav Fix Ends */
  
/*Dillon Start - taken from Summit 21*/
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    margin-top: 85px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

  .logo-container {
  width: 100%;
  background-color: black;
  height: 60px;
}


  
.logo-container img {
  margin: 13px;
  max-width: 500px;
}

.topnav-right {
  float: right;
}


.dropdown-content a {
    float: none;
    color: #2168CA;
    text-decoration:none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000;
  /*color: #BFFF00;*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar {
  overflow: hidden;
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  background-color: #313541 !important;
  color: #fff;
  width: 100%;
  height: 90px;
  line-height: 56px;
  z-index: 1;
  margin-bottom: 15px;
}

.navbar a {
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  margin-left: 15px;
  font-weight: 500;
  float: left;
  font-size: .875rem;
  color: white!important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar {
    overflow: hidden;
    /*font-family: museo-sans,Helvetica,sans-serif;*/
    background-color: #313541;
    color: #fff;
    width: 100%;
    height: 90px;
    line-height: 56px;
    z-index: 1;
    margin-bottom: 15px;
}

.dropdown {
  float: left;
  color: #fff;
  margin-top: -15px;
  display: block;
  text-decoration: none;
  transition-duration: 0.5s;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  /*font-family: museo-sans,Helvetica,sans-serif;*/
  margin-left: 15px;
  font-weight: 500;
  float: left;
  font-size: .875rem;
  color: white!important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-left: 10px;
}

/*
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #313541;
  color: #BFFF00;
}
*/

.dropdown-content a {
    float: none;
    color: #2168CA;
    text-decoration: none;
    display: block;
    text-align: left;
}

.subnav-items {
  float: right;
}

nav {
  margin-top: 0;
}


nav ul {
  margin-right: 50px;
  display: flex;
  list-style: none;
}

nav ul li a {
  margin-left: 15px;
  font-weight: 700;
  color: white!important;
  text-decoration: none;
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

nav li {
    color: #fff;
    display: block;
    float: left;
    padding: 15px;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
nav li a {
  color: #fff;
}


nav li:focus-within a {
  outline: none;
}

nav ul li ul {
    background: orange;
    visibility: hidden;
  opacity: 0;
  min-width: 5rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}


nav ul li ul li {
    clear: both;
  width: 100%;
}

.subnav {
  position: relative;
  background-color: #004067;
  color: #fff;
  width: 100%;
  height: 90px;
  line-height: 56px;
  z-index: 1;
}

/*Dillon End*/
  
/*Footer Start*/

footer {
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/*
footer > div:first-of-type {
  max-width: 700px;
}
*/
footer .rsac-footer-text{
    max-width: 700px;
}

footer > div:last-of-type img {
  width: 300px;
}

.rsac-footer-nav a {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
  color: black;
}

.rsac-footer-nav p {
  margin-top: 16px;
}

/*End Footer*/
  
 
/*Shared Pages*/
.page-builder-display-reset {
    /*background-color: #f9f9f9;*/
}
  
 /*Broadcast Alley Video Embed US 21*/
  
.broadcast-alley-auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.broadcast-alley-auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.broadcast-alley-auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fp-inner {
	font-family: MuseoSans-900;
	font-size: 24px;
}

