@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400,700";
@import "https://fonts.googleapis.com/css?family=Muli:200,300,400,400i,800,900";
/* Mega Menu Testing */
/* for reponsive videos */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Muli", sans-serif;
  background-color: #d1f0fd;
  background-image: url(/_images/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  letter-spacing: -0.5px;
  font-size: 1rem;
  background-size: 128% auto;
  background-position: 0px -257px;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 2.4rem;
}

h4 {
  font-style: italic;
  font-size: 1.2rem;
}

p {
  font-size: 1.02rem;
  line-height: 24px;
  margin: 5px;
}
p .highlight {
  font-size: 1.4rem;
  font-style: italic;
  color: #c7380f;
}
p .highlight2 {
  color: #c7380f;
  font-style: italic;
  font-weight: 800;
}

a {
  color: #0071f0;
}
a img.imgborder {
  border: 5px solid #efefef;
}
a img.imgborder:hover {
  border: 5px solid #29aae1;
}

blockquote {
  margin: 15px 0px 15px 30px;
  border-left: 5px solid #29aae1;
  background-color: #e7f2fb;
  padding: 5px;
}

.logodiv {
  text-align: center;
}

.logo {
  padding: 5px;
  min-width: 140px;
  height: auto;
  margin: 0px 0px 10px 0px;
}

.navbar {
  padding: 0px;
  margin: 0px -30px 10px -30px;
}
.navbar .navrow {
  width: 100%;
  text-align: center;
}
.navbar .navbar-toggler {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.navbar .navbar-nav {
  line-height: 40px;
  margin: auto;
}
.navbar .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar .navbar-nav .nav-item {
  padding: 0.1rem 0.4rem;
}
.navbar .navbar-nav .nav-item a {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: -0.9px;
  font-weight: 800;
}
.navbar .navbar-nav .nav-item a:hover {
  color: #f1704b;
}
.navbar .navbar-nav .nav-item a.dropdown-item {
  color: #262262;
}
.navbar .navbar-nav .nav-item > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c7380f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-nav .nav-item > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-item .dropdown-item:hover {
  background-color: #bbdaf4;
}
.navbar .btn-outline-success {
  color: #1f1d53;
  border-color: #8cd9fa;
}
.navbar .btn-outline-success:hover {
  background-color: #1f1d53;
  color: #fff;
}

#navbarSupportedContent {
  padding: 0px;
  background-color: #262262;
  border-radius: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.tagline {
  padding: 10px 0px 0px 0px;
  font-weight: 800;
  font-style: italic;
  font-size: 1.7rem;
  color: #1f1d53;
  line-height: 38px;
}

figure[class^=tint] {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0px;
}
figure[class^=tint]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
figure[class^=tint]:hover:before {
  background: none;
}

.tint1:before {
  background: rgba(31, 29, 83, 0.6);
}

.tint2:before {
  background: rgba(241, 89, 42, 0.7);
}

.tint3:before {
  background: rgba(237, 28, 36, 0.7);
}

.maincontent {
  padding: 0px 0px;
}

.sidebar-search {
  background-color: #e7f2fb;
  margin-bottom: 15px;
  padding: 5px;
  line-height: 28px;
}
.sidebar-search .btn {
  border: 1px solid #262262;
  color: #262262;
  padding: 5px;
}
.sidebar-search .btn:hover {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.sidebar-search-box {
  display: inline-block;
  width: 65%;
}

.sidebar-search-submit {
  display: inline-block;
  width: 35%;
  text-align: right;
}

.headline {
  background-color: #fff;
  border: 5px solid #c7380f;
}

.headline--left {
  background-color: #c7380f;
  color: #fff;
  background-image: url("/_images/gear-transparent.png");
  text-shadow: 1px 1px 1px #333;
}
.headline--left h1 {
  font-weight: 800;
}

.headline2 {
  background-color: #fff;
  border: 5px solid #29aae1;
  margin: 0px 0px 15px 0px;
}

.headline2--right {
  background-color: #29aae1;
  color: #fff;
  background-image: url("/_images/gear-transparent-blue.png");
}
.headline2--right a {
  color: #0d786f;
  background-color: #e9f3f3;
  border-bottom: 3px solid #0d786f;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.headline2--right a:hover {
  background-color: #fff;
}
.headline2--right h5 {
  font-family: "Muli", serif;
  font-size: 1.8rem;
  line-height: 48px;
  padding: 15px;
  text-shadow: 1px 1px 1px #333;
  font-weight: 400;
}

.carousel {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  border: 15px solid #e7f2fb;
  margin-bottom: 20px;
}
.carousel:hover {
  box-shadow: 0px 0px 5px #333;
}

.carousel-item .carousel-caption h5 {
  font-size: 3.4rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

#contact {
  background-color: #1f1d53;
  margin: 0px -30px 0px -30px;
  clear: both;
}
#contact a {
  color: #12769b;
  font-weight: 900;
}

.alert {
  border-radius: 0px;
}

.alert-success {
  padding: 15px 40px;
  color: #fff;
  background-color: transparent;
  border: 0px;
}
.alert-success h3 {
  text-align: center;
  font-size: 2.5rem;
}
.alert-success p {
  font-size: 1.1rem;
}

.alert-general {
  background-color: #fdeaee;
  border: 0px solid #d51153;
  box-shadow: 0px 0px 3px #d51153;
  padding: 15px;
  font-size: 2rem;
  margin: 15px 0px;
  border-radius: 10px;
}

div[class^=actiongroup] {
  border: 0px solid #fff;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: "Roboto Slab", serif;
  padding: 0px;
}

.sidebar--title {
  background-color: #fff;
  font-size: 2rem;
  padding: 10px;
  margin: 15px 0px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.sidebar--title p {
  position: relative;
  font-size: 1.25rem;
  margin: 5px 5px 15px 5px;
}

#row--actiongroup {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
#row--actiongroup .action-icon {
  width: 45px;
  height: auto;
  padding: 0px;
  margin-right: 5px;
  float: left;
}
#row--actiongroup a {
  color: #fff;
  padding: 0px;
  line-height: 45px;
  text-align: left;
  font-weight: 900;
}
#row--actiongroup .btn {
  border: 0px;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  width: 100%;
  border-radius: 0px;
}
#row--actiongroup .btn:hover {
  background-color: #fff;
  box-shadow: 10px 0px 0px #c7380f;
}
#row--actiongroup .actiongroup1 {
  background-color: #fff;
  font-size: 2rem;
  padding: 10px;
  margin: 15px 0px 0px 0px;
}
#row--actiongroup .actiongroup1 p {
  position: relative;
  font-size: 1.5rem;
}
#row--actiongroup .actiongroup1 .fas {
  color: #ddd;
  position: absolute;
  font-size: 10rem;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#row--actiongroup .actiongrouptop {
  font-size: 1.3rem;
  position: relative;
}
#row--actiongroup .actiongrouptop a {
  color: #fff;
  position: relative;
}
#row--actiongroup .actiongrouptop a:hover {
  color: #a2daf1;
}
#row--actiongroup .actiongrouptop .action-icon {
  background-color: #a2daf1;
  width: 40px;
}
#row--actiongroup .actiongrouptop .btn {
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
  background-color: #1f1d53;
  text-shadow: 1px 1px 2px #333;
  margin-bottom: 3px;
  border-radius: 10px;
  border: 0px;
  border-bottom: 3px solid #11102d;
  padding: 15px;
  position: relative;
  background-image: url("/_images/gear-transparent-blue.png");
  background-size: 200% auto;
}
#row--actiongroup .actiongrouptop .btn:hover {
  box-shadow: 1px 1px 3px #333;
  border-bottom: 3px solid white;
}
#row--actiongroup .actiongrouptop .fas {
  color: #2d2a79;
  position: absolute;
  font-size: 15rem;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#row--actiongroup .actiongroup2 {
  background-color: #f4ecf5;
}
#row--actiongroup .actiongroup2 a {
  color: #92278f;
}
#row--actiongroup .actiongroup2 .action-icon {
  background-color: #92278f;
}
#row--actiongroup .actiongroup3 {
  background-color: #e7f2fb;
}
#row--actiongroup .actiongroup3 a {
  color: #12769b;
}
#row--actiongroup .actiongroup3 .action-icon {
  background-color: #12769b;
}
#row--actiongroup .actiongroup4 {
  background-color: #fff9db;
}
#row--actiongroup .actiongroup4 a {
  color: #a06203;
}
#row--actiongroup .actiongroup4 .action-icon {
  background-color: #a06203;
}
#row--actiongroup .actiongroup5 {
  background-color: #feede1;
}
#row--actiongroup .actiongroup5 a {
  color: #c7380f;
}
#row--actiongroup .actiongroup5 .action-icon {
  background-color: #c7380f;
}
#row--actiongroup .actiongroup6 {
  background-color: #e7f2fb;
}
#row--actiongroup .actiongroup6 a {
  color: #12769b;
}
#row--actiongroup .actiongroup6 .action-icon {
  background-color: #12769b;
}
#row--actiongroup .actiongroup7 {
  background-color: #fdeaee;
}
#row--actiongroup .actiongroup7 a {
  color: #d51153;
  line-height: 22px;
}
#row--actiongroup .actiongroup7 .action-icon {
  background-color: #d51153;
}
#row--actiongroup .actiongroup8 {
  background-color: #e9f3f3;
}
#row--actiongroup .actiongroup8 a {
  color: #0d786f;
}
#row--actiongroup .actiongroup8 .action-icon {
  background-color: #0d786f;
}
#row--actiongroup .actiongroup9 {
  background-color: #f4ecf5;
}
#row--actiongroup .actiongroup9 a {
  color: #92278f;
}
#row--actiongroup .actiongroup9 .action-icon {
  background-color: #92278f;
}
#row--actiongroup .actiongroup10 {
  background-color: #e9f3f3;
}
#row--actiongroup .actiongroup10 a {
  color: #0d786f;
}
#row--actiongroup .actiongroup10 .action-icon {
  background-color: #0d786f;
}
#row--actiongroup .actiongroup11 {
  background-color: #e9f3f3;
}
#row--actiongroup .actiongroup11 a {
  color: #0d786f;
}
#row--actiongroup .actiongroup11 .action-icon {
  background-color: #0d786f;
}
#row--actiongroup .actiongroup12 {
  background-color: #fdeaee;
}
#row--actiongroup .actiongroup12 a {
  color: #d51153;
}
#row--actiongroup .actiongroup12 .action-icon {
  background-color: #d51153;
}
#row--actiongroup .actiongroupwork-heading {
  background-color: #fff;
  padding: 10px;
  margin: 15px 0px 0px 0px;
}
#row--actiongroup .actiongroupwork-heading p {
  position: relative;
  font-size: 1.5rem;
}
#row--actiongroup .actiongroupwork-heading .fas {
  color: #ddd;
  position: absolute;
  font-size: 10rem;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#row--actiongroup .actiongroupwork {
  font-size: 1.3rem;
  position: relative;
}
#row--actiongroup .actiongroupwork a {
  color: #1f1d53;
  position: relative;
}
#row--actiongroup .actiongroupwork .action-icon {
  background-color: #a2daf1;
  width: 40px;
}
#row--actiongroup .actiongroupwork .btn {
  font-weight: 900;
  width: 100%;
  text-align: left;
  background-color: #e7f2fb;
  border: 0px;
  padding: 0px;
  position: relative;
}
#row--actiongroup .actiongroupwork .btn:hover {
  background-color: #fff;
}
#row--actiongroup .actiongroupwork .btn .fas {
  margin-right: 10px;
  background-color: #1f1d53;
  width: 45px;
  height: 46px;
  padding: 8px;
  font-size: 1.6rem;
  color: #fff;
}

#help {
  margin: 0px -30px;
  background-color: #fff;
  background-image: url("/_images/gear-transparent-lightblue.png");
}

.connectheader {
  padding: 15px;
  background-color: #1a8cbd;
  color: #fff;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  text-align: center;
}
.connectheader p {
  line-height: 50px;
  margin: 0px;
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 0px;
  font-style: italic;
}
.connectheader .fas {
  color: #1e9dd3;
  position: absolute;
  font-size: 10rem;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.connectitem {
  padding: 50px 30px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
  text-align: center;
}
.connectitem a {
  font-size: 1.2rem;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  background-color: #1f1d53;
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  padding: 20px;
}
.connectitem a:hover {
  background-color: #11102d;
}

h1[class^=pagetitle] {
  border: 5px solid #fff;
  font-weight: 200;
  font-size: 2.4rem;
  padding: 5px 5px 5px 0px;
  margin-bottom: 10px;
  font-family: "Muli", sans-serif;
}

.pagetitle2 {
  color: #92278f;
}

.pagetitle3 {
  color: #12769b;
}

.pagetitle4 {
  color: #6e4302;
}

.pagetitle5 {
  color: #c7380f;
}

.pagetitle6 {
  color: #12769b;
}

.pagetitle7 {
  color: #d51153;
}

.pagetitle8 {
  color: #0d786f;
}

.pagetitle9 {
  color: #92278f;
}

.pagetitle10 {
  color: #0d786f;
}

.pagetitle11 {
  color: #0d786f;
}

.pagetitle12 {
  color: #d51153;
}

.pagetitle13 {
  color: #262262;
}

#frontlower {
  padding: 0px;
  margin: 15px -30px 0px -30px;
  background-color: #fff;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.4);
}
#frontlower h4 {
  color: #1f1d53;
  font-size: 3.1rem;
  font-weight: 800;
}
#frontlower p {
  font-size: 2.2rem;
  padding: 10px 0px;
  line-height: 44px;
  font-weight: 300;
}
#frontlower .leftside {
  padding: 0px;
}
#frontlower .rightside {
  padding: 15px;
  background-image: url("/_images/gear-transparent-lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#frontlower2 {
  background-color: #c7380f;
  margin: 0px -30px 0px -30px;
}
#frontlower2 h4 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 15px;
}
#frontlower2 p {
  color: #fff;
  font-size: 1.4rem;
  padding: 15px;
  line-height: 30px;
  font-weight: 300;
}
#frontlower2 p a {
  color: #1f1d53;
}
#frontlower2 .leftside {
  padding: 15px;
  background-image: url("/_images/gear-transparent-orange.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#frontlower2 .imagefill {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 15px;
}
#frontlower2 .imagefill:hover .overlay {
  opacity: 0;
}
#frontlower2 .imagefill:hover .overlay2 {
  opacity: 1;
}
#frontlower2 .overlay {
  font-family: "Roboto Slab", serif;
  position: absolute;
  font-size: 1.3rem;
  text-decoration: underline;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  padding: 20px;
  text-align: center;
}
#frontlower2 .overlay2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  color: #1f1d53;
  transition: 0.5s ease;
  opacity: 0;
  padding-top: 0px;
  text-align: center;
  font-weight: 600;
}
#frontlower2 .overlay2 .fas {
  font-size: 3rem;
  padding-top: 5px;
  text-shadow: 1px 1px 1px #fff;
}

#frontnoalert {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  background-color: #fff;
  border: 5px solid #e7f2fb;
}
#frontnoalert h4 {
  color: #1f1d53;
  font-size: 2rem;
  font-weight: 800;
}
#frontnoalert p {
  font-size: 1.5rem;
  padding: 10px 0px;
  line-height: 34px;
  font-weight: 300;
}
#frontnoalert .leftside {
  padding: 0px;
}
#frontnoalert .rightside {
  padding: 15px;
  background-image: url("/_images/gear-transparent-lightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.front--bottom {
  padding: 15px;
  background-color: #e7f2fb;
}

.img-play {
  width: 96px;
  height: auto;
}

#social_icons {
  padding-top: 12px;
}

#footer {
  min-height: 120px;
  padding: 5px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: 0px 0px 3px #aaa;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  background-color: #bbdaf4;
  text-align: center;
}
#footer img {
  max-height: 175px;
}
#footer h3 {
  font-size: 1.4rem;
}

.whitebacking {
  background-color: #fff;
  border: 5px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}

.secondary .maincontent {
  padding: 5px 0px 0px 15px;
}
.secondary #contact {
  margin: 0px -30px 0px -45px;
}

#search_results {
  width: 100%;
  overflow: scroll;
  height: 1800px;
  padding: 10px;
  border: 0px;
}

.searchpage-search {
  width: 100%;
  margin: auto;
  background-color: #8cd9fa;
  padding: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: -10px;
  border-bottom: 2px solid #1d84b5;
}
.searchpage-search .navbar-form {
  float: none;
  margin-top: 5px;
  background-color: transparent;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0px;
  margin-right: 15px;
  box-shadow: none;
}
.searchpage-search .form-control {
  width: 90%;
}
.searchpage-search .search {
  width: 100%;
}

img[src="/_images/_code/icons/pdf.gif"] {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -5px;
}

.video-container {
  background-color: #fff;
  margin-bottom: 0px;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.bordered {
  border: 5px solid #feede1;
}

.sidebar--join {
  text-align: center;
  padding: 5px 15px 15px 15px;
  font-family: "Roboto Slab", serif;
}
.sidebar--join .fas {
  color: #fff;
  font-size: 4rem;
  padding: 5px;
}
.sidebar--join a {
  font-size: 1.5rem;
  font-weight: 900;
  display: inline-block;
  background-color: #fff;
  border-radius: 0px;
}
.sidebar--join a:hover {
  text-decoration: underline;
}

.sidebar--join--joingroup2 {
  background-color: #92278f;
  padding: 0px;
}
.sidebar--join--joingroup2 a {
  color: #92278f;
}
.sidebar--join--joingroup2 a:hover {
  background-color: #92278f;
  color: #f4ecf5;
}

.sidebar--join--joingroup3 {
  background-color: #12769b;
  padding: 0px;
}
.sidebar--join--joingroup3 a {
  color: #12769b;
}
.sidebar--join--joingroup3 a:hover {
  background-color: #12769b;
  color: #e7f2fb;
}

.sidebar--join--joingroup4 {
  background-color: #a06203;
  padding: 0px;
}
.sidebar--join--joingroup4 a {
  color: #a06203;
}
.sidebar--join--joingroup4 a:hover {
  background-color: #a06203;
  color: #fff9db;
}

.sidebar--join--joingroup5 {
  background-color: #c7380f;
  padding: 0px;
}
.sidebar--join--joingroup5 a {
  color: #c7380f;
}
.sidebar--join--joingroup5 a:hover {
  background-color: #c7380f;
  color: #feede1;
}

.sidebar--join--joingroup6 {
  background-color: #12769b;
  padding: 0px;
}
.sidebar--join--joingroup6 a {
  color: #12769b;
}
.sidebar--join--joingroup6 a:hover {
  background-color: #12769b;
  color: #e7f2fb;
}

.sidebar--join--joingroup7 {
  background-color: #d51153;
  padding: 0px;
}
.sidebar--join--joingroup7 a {
  color: #d51153;
}
.sidebar--join--joingroup7 a:hover {
  background-color: #d51153;
  color: #fdeaee;
}

.sidebar--join--joingroup9 {
  background-color: #92278f;
  padding: 0px;
}
.sidebar--join--joingroup9 a {
  color: #92278f;
}
.sidebar--join--joingroup9 a:hover {
  background-color: #92278f;
  color: #f4ecf5;
}

.sidebar--join--joingroup11 {
  background-color: #0d786f;
  padding: 0px;
}
.sidebar--join--joingroup11 a {
  color: #0d786f;
}
.sidebar--join--joingroup11 a:hover {
  background-color: #0d786f;
  color: #e9f3f3;
}

.sidebar--join--joingroup12 {
  background-color: #d51153;
  padding: 0px;
}
.sidebar--join--joingroup12 a {
  color: #d51153;
}
.sidebar--join--joingroup12 a:hover {
  background-color: #d51153;
  color: #fdeaee;
}

.sidebar--join--joingroup13 {
  background-color: #262262;
  padding: 0px;
}
.sidebar--join--joingroup13 a {
  color: #262262;
  width: 100%;
}
.sidebar--join--joingroup13 a:hover {
  background-color: #262262;
  color: #e7f2fb;
}

.sidebar--join--icon {
  width: 75px;
  margin: auto;
}

#trauma-tabs li {
  width: 25%;
  color: #fff;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
#trauma-tabs li a {
  background-color: #e9f3f3;
  color: #084a44;
  min-height: 66px;
  line-height: 25px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#trauma-tabs li a:hover {
  background-color: #c8e1e1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#trauma-tabs li a.active {
  background-color: #0d786f;
  color: #e9f3f3;
}

#engage-tabs li {
  width: 33.3%;
  color: #fff;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
}
#engage-tabs li a {
  background-color: #e7f2fb;
  color: #17153c;
  min-height: auto;
  line-height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#engage-tabs li a:hover {
  background-color: #bbdaf4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#engage-tabs li a.active {
  background-color: #262262;
  color: #e7f2fb;
}

.engage-box {
  text-align: center;
}
.engage-box a {
  border: 5px solid #efefef;
  display: block;
  margin: 5px;
  padding: 5px;
}
.engage-box a:hover {
  border: 5px solid #262262;
  background-color: #fdeaee;
}

div[class^=mission] {
  border-radius: 5px;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  font-style: italic;
  margin: 15px 5px 20px 5px;
  text-shadow: 1px 1px 1px #fff;
}

div[class^=mission] --highlight {
  color: #010505;
}

.mission2 {
  border: 1px solid #6a1c68;
  background-color: #f4ecf5;
  color: #6a1c68;
}

.mission3 {
  border: 1px solid #0d536d;
  background-color: #e7f2fb;
  color: #0d536d;
}

.mission4 {
  border: 1px solid #6e4302;
  background-color: #fff9db;
  color: #6e4302;
}

.mission5 {
  border: 1px solid #982b0b;
  background-color: #feede1;
  color: #982b0b;
}

.mission6 {
  border: 1px solid #0d536d;
  background-color: #e7f2fb;
  color: #0d536d;
}

.mission7 {
  border: 1px solid #a60d41;
  background-color: #fdeaee;
  color: #a60d41;
}

.mission9 {
  border: 1px solid #6a1c68;
  background-color: #f4ecf5;
  color: #6a1c68;
}

.mission11 {
  border: 1px solid #c8e1e1;
  background-color: #e9f3f3;
  color: #084a44;
}

.mission12 {
  border: 1px solid #a60d41;
  background-color: #fdeaee;
  color: #a60d41;
}

.mission13 {
  border: 1px solid #17153c;
  background-color: #e7f2fb;
  color: #17153c;
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  background-image: url("/_images/gear-transparent-lightblue.png");
  background-size: 100% auto;
}
.megamenu a {
  display: inline-block;
  width: 100%;
  padding: 0px 5px 0px 0px;
  line-height: 28px;
}
.megamenu .action-icon {
  width: 42px;
  background-color: #1f1d53;
  padding: 2px;
}
.megamenu .fas {
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 1.46rem;
  background-color: #1f1d53;
  padding: 8px 6px;
  color: #fff;
  margin-right: 5px;
}

.megamenu-heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #262262;
}

.historic {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px;
}
.historic h2 {
  margin-top: 25px;
  font-weight: 700;
}
.historic ul {
  list-style-type: none;
  padding-left: 5px;
}
.historic ul ul {
  padding-left: 40px;
}
.historic .fas {
  width: 40px;
  font-size: 1.5rem;
}
.historic .fab {
  width: 40px;
  font-size: 1.5rem;
  color: #ff0000;
}

.boldtext {
  font-weight: 900;
}

.responsive-video {
  position: relative;
  padding-bottom: 60.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.responsive-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.colorbuttons {
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin: 35px -5px;
  font-size: 1.125rem;
  font-weight: 700;
}
.colorbuttons div {
  width: calc(20% - 5px);
  display: inline-block;
}
.colorbuttons a {
  display: block;
  color: #fff;
  padding: 25px 10px;
}
.colorbuttons a:hover {
  text-decoration: none;
  background-color: #262262;
  color: #fff;
}
.colorbuttons i {
  display: block;
  font-size: 2rem;
}

.colorbuttons-override {
  display: flex;
  align-content: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.colorbuttons-override div {
  width: 16%;
  margin: 2px;
}
.colorbuttons-override a {
  height: 100%;
}

.colorbuttons--blue {
  background-color: #5b9bd5;
}

.colorbuttons--green {
  background-color: #70ad47;
}

.colorbuttons--yellow {
  background-color: #ffc000;
}

.colorbuttons--gray {
  background-color: #a5a5a5;
}

.colorbuttons--orange {
  background-color: #ed7d31;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    margin-bottom: 10px;
  }
  .navbar .navbar-nav .nav-item a {
    font-size: 1.2rem;
  }
  .connectitem {
    padding: 15px;
  }
}
@media (max-width: 1160px) {
  .navbar .navbar-nav .nav-item {
    padding: 0.1rem 0.3rem;
  }
  .navbar .navbar-nav .nav-item a {
    font-size: 1rem;
  }
}
@media (max-width: 1018px) {
  .navbar .navbar-nav .nav-item a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 800px) {
  .carousel-item .carousel-caption {
    bottom: 0px;
  }
  .carousel-item .carousel-caption h5 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .carousel-item .carousel-caption h5 {
    font-size: 1.4rem;
  }
  .carousel-item .carousel-caption p {
    display: none;
  }
  .colorbuttons div {
    width: calc(100% - 5px);
  }
  .colorbuttons-override div {
    min-width: 95%;
  }
}
@media (max-width: 1440px) {
  #row--actiongroup .actiongroup6 a {
    line-height: 22px;
  }
}
@media (max-width: 979px) {
  .connectitem {
    border: 0px solid #fff;
  }
}
@media (max-width: 1250px) {
  .btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 680px) {
  #frontnoalert p {
    font-size: 1.1rem;
    line-height: 24px;
  }
}
@media (max-width: 790px) {
  .img-play {
    width: 64px;
  }
}
@media (max-width: 1100px) {
  .colorbuttons div {
    width: calc(33% - 5px);
  }
  .colorbuttons-override div {
    min-width: 30%;
  }
}