html{font-family: 'Source Sans Pro', sans-serif;}

body{
  font-family: 'Source Sans Pro', sans-serif;
  height: auto;
  color: #443C64;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

#nav > .container {
  padding: 0;
}
 .nav>li>a  {
  padding: 30px 10px 25px;
}
.headerLogos {
  z-index: 2;
  margin-top: 15px;
  margin-bottom: -35px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 50px;
  color: #45AAF2

}
.headerLogos .goto {
  display: inline-block;
  position: relative;
  top: 12px;
}
.headerLogos .logo {
  display: inline-block;
  height: 55px;
  max-width: 200px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #504c76;
}
.headerLogos .logo.network img {
  height: 50px;
}
.headerLogos .logo.protect img {
  position: relative;
  top: 7px;
  height: 45px;
}
.headerLogos .logo.youTube img {
  max-height: 55px;
}
.headerLogo {
  margin-top: -20px;
}

#site-navbar {
  padding: 0;
  background-color: #443C64
}
nav .nav-link {
  padding: 30px 10px 25px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
}
nav .nav-link:hover {
  color: #45AAF2;
  background-color: white;
}

.nodisc{list-style: none; padding:0px;}


.hfeed listing{list-style: none; }

#signupform{
	background-color: #443C64;
	font-size: 14pt;
	font-weight:600;
	color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
#signupform a {
  color: #fff;
}

.footerwhitelink {
font-size: 16px;
line-height: 24px;
padding-top:10px;
list-style-type: none;
padding: 0px;
margin: 0px;
display: list-item;
text-align: left;
color: white;
list-style: none;
}

.footerwhitelink:hover {
   color:#428bca
}
.footerwhitelink:active {
   color:#E87D1D

}


#small-search {
	position: relative;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	border: none;
	border-radius: 0px;
		margin-bottom: 10px;

}

#small-search-input {
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: white;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 14px;
	color: #E87D1D;
	border: none;
	border-radius: 0px;
	margin-bottom: 10px;
}


.small-icon-search {
	color: #fff;
	background: #E87D1D;
	z-index: 90;
	font-size: 16px;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

#navheaderbar{
	margin-right:0px;
	padding-right: 0px;
}
#nav{
background-color: #443C64;
margin: 0px  !important;	
border:none !important;
border-radius:0px !important;

}

#topheader{
  height: 120px;
  background-color: #443C64;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
  overflow: hidden;
  
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
  outline: none;
  border-radius: 0;
	background: white;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 14px;
	color: #E87D1D;
}

.sb-search-input::-webkit-input-placeholder {
	color: #E87D1D;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #E87D1D;
}

.sb-search-input:-ms-input-placeholder {
	color: #E87D1D;
}

.sb-icon-search,
.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #E87D1D;
	z-index: 90;
	font-size: 16px;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* .sb-icon-search:before {
	content: "\e000";
} */

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #45AAF2;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


hr{
	border-bottom: 1px solid  #E87D1D;
}
#topNavToggle,#topNavToggle:focus {
  border-radius: 0;
  padding: 6px 10px;
  border: 1px solid white;
  color: white;
  outline: none;
}
#topNavToggle:hover {
  background-color: #45AAF2;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0px;
    border-radius: 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  top: 98%;
  width: max-content;
  padding: 0;
  border-radius: 0;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.3;
  padding: 6px 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}
.dropdown-menu .dropdown-item:hover {
  background: #f5f5f5;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 15px;
}
.breadcrumb .breadcrumb-item a {
  color: #428bca;
}
.breadcrumb .breadcrumb-item.active {
  color: #E87D1D;
}
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #443C64;
  margin-right: 0px;
  /* display: inline; */
  font-size: 39px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  color: #443C64;
  margin-left: 0px;
  margin-right: 0px;
}
h3 {
  font-size: 20pt;
  line-height: 24pt;
  font-weight: 600;
  color: #443C64;
  margin-left: 0px;
  margin-right: 0px;
}
h4 {
  font-size: 18pt;
  font-weight: 600;
  color: #443C64;
  margin-left: 0px;
  margin-right: 0px;
}
h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #443C64;
  margin-left: 0px;
  margin-right: 0px;
}
#content blockquote:first-of-type {
  color: #443C64;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
}
.readmore {
  margin-top: 10px;
  padding-bottom: 30px;
  text-decoration: none;
  font-size: 13pt;
  font-weight: 600;
  vertical-align: bottom;
  color: #45AAF2;
}
.readmore img {
  margin-right: 10px;
}
#site-main {
  font-size: 16px;
}
#site-main a {
  color: #428bca;
}
#site-main a:hover {
  color: #E87D1D;
}
#site-main img {
  max-width: 100%!important;
  height: auto;
}
#site-main time {
  color: #45AAF2;
}
#site-main blockquote {
  padding-left: 15px;
  padding-right: 45px;
  margin: 30px 0px 30px 0px;
  font-size: 14pt;
  font-style: italic;
  font-weight: 600;
  color: #E87D1D;
  border-left: 5px solid #eee;
}
#site-footer {
  color: white;
  background-color: #443C64;
}
#site-footer .logo.youTube img {
  max-height: 40px;
}
#site-footer ul {
  list-style: none;
  padding-left: 0;
}
#site-footer a {
  color: white;
}
#site-footer a:hover {
  color: #E87D1D;
}
#site-footer .legal {
  color: #CCCCCC
}
#site-footer .legal a {
  color: #428bca;
}
.dateline {
  font-size: 12pt;
  font-weight: 400;
  color: #45AAF2;
  list-style: none !important;
}
#leadimagemap {
  background-color: #02213B;
  margin-bottom: 0px !important;
  padding: 0px;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#calloutbox {
  display: inline-table;
  background-color: #45AAF2;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.orange-link, .white-link {
  display: inline-block;
  min-height: 60px;
  min-width: 255px;
  line-height: 60px;
  margin-top: 10px;
  padding: 10px 15px;
  background: #E87D1D;
  color: #FFF;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.orange-link:hover, .white-link:hover {
  background: #443C64;
  border: none;
  text-decoration: none;
}
.white-link:hover {
  color: #fff;
}
.white-link {
  background: #fff;
  color: #E87D1D;
}
#signupform-container {
  background-color: #443C64;
  padding-bottom: 20px;
}
#inputEmail {
  margin-top: 10px;
  height: 34px;
  border: none !important;
  border-radius: 0px !important;
  width: 100%;
  display: inline-block;
  font-size: 13pt;
  font-weight: 400;
}
.submit-link {
  background: #E87D1D;
  height: 34px;
  font-size: 12pt;
  font-weight: 600;
  padding: 5px 15px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
}
.submit-link:hover {
  background: #45AAF2;
  border: none;
  text-decoration: none;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.thumbnail h4 {
  min-height: 85px;
}
.thumbnail>img, .thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.thumbnail .caption h5 {
  min-height: 65px;
}
.memberlinkbreak {
  border-bottom: 1px solid #c1c1c1;
  margin-top: 5px;
}
ul.regionBtns {
  list-style: none;
  padding-left: 0;
}
ul.regionBtns li {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 10px;
    background: #45AAF2;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    text-align: left;
    font-size: 12pt;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.regionBtns li a {
  color: #FFF!important;
  text-decoration: none!important;
}
ul.regionBtns li:hover {
  background-color: #E87D1D;
}
.event-headline {
  font-size: 21pt;
  line-height: 32px;
  font-weight: 600;
  color: #443C64;
  margin-top: 5px;
  margin-bottom: 10px;
}
.blue-link {
  margin-top: 10px;
  padding: 10px 15px;
  background: #45AAF2;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  text-align: left;
  font-size: 13pt;
  font-weight: 600;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-link:hover {
  background: #E87D1D;
  border: none;
  text-decoration: none;
}
.page-numbers {
  margin-right: 10px;
}
#sidebar .blockLink {
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 5px;
  padding: 5px 25px;
  color: #fff;
}
#sidebar .blockLink.blue {
  background-color: #45AAF2;
}
#sidebar .blockLink.blue:hover, #sidebar .blockLink.purple:hover {
  background-color: #E87D1D;
}
#sidebar .blockLink.purple {
  background-color: #443c65;
}
#sidebar .blockLink img {
  max-width: 150px!important;
}
#sidebar .widget_recent_entries h2.h4 {
  display: block;
  height: 54px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:14px;
  padding-bottom: 10px;
  padding-right: 25px;
  background-color: #E87D1D;
  text-align: right;
}
#sidebar .widget_recent_entries ul {
  list-style:none;
  padding-left: 0;
  background-color: #fceee1;
}
#sidebar .widget_recent_entries ul li {
  padding: 10px 15px;
}
#sidebar .widget_recent_entries ul li a {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  color: #443C64;
  margin-left: 0px;
  margin-right: 0px;
}
#sidebar .widget_recent_entries .post-date {
  display: block;
  color: #45AAF2;
}

.wpcf7 label {
  width: 100%;
  font-weight: bold;
}
.wpcf7 input[type=checkbox] {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1200px) {
  #site-navbar {
    padding: 30px 0 0px;
  }
  nav .nav-link {
    padding: 15px 10px;
  }
  .navbar-nav .dropdown-menu {
    border: medium none;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }
  .dropdown-menu,.dropdown-menu li {
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #428bca;
  }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    left: 0;

  }
  .dropdown.menu-item-has-children>.dropdown-menu .dropdown-item {
    color: #E87D1D;
  }
}

@media screen and (max-width: 767px) {
  
  #site-navbar {
    padding: 15px 10px 0 ;
  }
  #topNavToggle {
    margin-top: -15px;
  }
  
}