﻿html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #0b427b;
  font-family: 'interface' !important;
}
html {
  overflow-y: scroll;
}
.clear {
  clear: both;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  word-wrap: break-word;
}
/*****************************/
/*#region Global Classes */
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.vacant-md-div,
.vacant-sm-div {
  display: none;
}
.not-active {
  pointer-events: none;
  cursor: default;
}
.red {
  color: #F02961;
}
.transition_effect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left_col {
  float: left;
}
.right_col {
  float: right;
}
.hidden_container {
  display: none;
}
/*****************************/
/*#region Images*/
.img-logo {
  margin-bottom: 30px !important;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.img-centered-full-width {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.img-block {
  margin-bottom: 30px;
}
.black_and_white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*#endregion */
/*****************************/
/*#region Texts*/
.title_blackbold_md {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.title_blackbold_lg {
  font-weight: 900;
  font-size: 19px;
  text-align: center;
}
.text_regular_grey {
  text-align: center;
  font-size: 14px;
  color: #454a4d;
}
.page_text .text_regular_grey,
.page_text .title_blackbold_lg,
.page_text .title_blackbold_md {
  margin-bottom: 15px;
}
.page_heading_lg {
  color: #0f58a4;
  text-align: center !important;
  margin-bottom: 30px;
}
/*#endregion */
/*****************************/
/*Form button are included in the Forms Section*/
/*#region Global Buttons */
.event_cats .btn-back {
  float: right;
  max-width: 120px;
}
/*#endregion */
/*****************************/
/*#region Modals, Alert Panels & Errors */
.field-validation-error {
  color: #f81c1c !important;
  font-family: "interface" !important;
}
.field-error-hidden-container {
  display: none;
}
.alert {
  text-align: center !important;
  font-family: "interface" !important;
}
.modal {
  text-align: center;
  padding: 0!important;
  overflow-y: hidden;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-title h4 {
  color: #231f20 !important;
  font-family: "interface" !important;
  font-size: 16px;
}
.modal_title {
  margin-bottom: 30px;
  display: block;
}
.modal-header p {
  color: #231f20 !important;
  font-family: "interface" !important;
  font-size: 14px;
}
.under_construction_txt {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #0b427b;
  text-align: center !important;
  padding-top: 30px;
}
/*#endregion */
/*****************************/
/*Here we find form inputs that are reusable in the entire website*/
/*#region Global Form Inputs */
.frm_container {
  margin-bottom: 30px;
}
.frm_container .btn-blue {
  margin-top: 20px;
}
.frm_title {
  font-size: 15px;
  font-family: 'interface';
  color: #0f58a4;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.form_label {
  font-size: 15px;
  font-family: 'interface';
  color: #0f58a4;
}
.box {
  font-size: 15px;
  font-family: 'interface';
  border: 1px solid #ececec;
  color: #858c93;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: none;
  padding-left: 10px;
  border-radius: 8px;
  outline: none;
}
.box:focus {
  outline: none !important;
  border: 1px solid #0f58a4;
  box-shadow: 0.4px 0.4px 0.4px 0.4px #0f58a4;
}
.box::-webkit-input-placeholder {
  color: #858c93 !important;
}
.box:-moz-placeholder {
  /* Firefox 18- */
  color: #858c93 !important;
}
.box::-moz-placeholder {
  /* Firefox 19+ */
  color: #858c93 !important;
}
.box:-ms-input-placeholder {
  color: #858c93 !important;
}
.textarea {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: 100%;
  min-height: 170px;
  font-size: 15px;
  color: #666666;
  resize: none;
}
.textarea:focus {
  outline: none !important;
  border: 1px solid #0f58a4;
  box-shadow: 0.4px 0.4px 0.4px 0.4px #0f58a4;
}
/*#region Newsletter Form */
.subscribe_to_newsletter_title {
  background-color: #ffffff;
}
.subscribe_to_newsletter_title .title_blackbold_lg {
  color: #0f58a4;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  border-top: 2px solid #0f58a4;
  padding-bottom: 40px;
}
.newsletter_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbed1f;
}
.newsletterBox {
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #f0e058;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  color: #7d8c96;
  font-size: 15px;
  width: 100% !important;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.newsletterBox:focus {
  outline: none !important;
  border: 1px solid #0f58a4;
  box-shadow: 0.4px 0.4px 0.4px 0.4px #0f58a4;
}
.newsletterBox::-webkit-input-placeholder {
  color: #7d8c96 !important;
}
.newsletterBox:-moz-placeholder {
  /* Firefox 18- */
  color: #7d8c96 !important;
}
.newsletterBox::-moz-placeholder {
  /* Firefox 19+ */
  color: #7d8c96 !important;
}
.newsletterBox:-ms-input-placeholder {
  color: #7d8c96 !important;
}
.btn-blue-border {
  background-color: transparent;
  color: #0f58a4;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  height: 60px;
  line-height: 47px;
  transition: background-color 0.4s ease;
  display: inline-block;
  border: 1px solid #0f58a4;
  width: 100%;
}
.btn-blue-border:focus,
.btn-blue-border:hover {
  background-color: #0f58a4;
  color: #f0e058;
}
/*#endregion */
/*#endregion */
/*****************************/
/*#region Back To Top */
.backToTopContainer {
  padding-bottom: 24px;
  padding-top: 1px;
  margin-top: 30px;
}
.backToTop {
  margin-left: auto;
  margin-right: auto;
  width: 125px;
}
.backToTop a {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-family: 'interface';
}
.backToTop a:hover {
  opacity: 0.7;
  color: #333333;
  text-decoration: underline;
}
.backToTop_icon {
  float: left;
  background-image: url(images/backtoTopIcon.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 36px;
  display: block;
  margin-bottom: 5px;
}
.backToTop_icon:hover {
  opacity: 0.7;
}
/*#endregion */
/*****************************/
/*#region Header */
.yellow_top_layer {
  height: 3px;
  width: 100%;
  background-color: #fbed1f;
  display: block;
}
.yellow_container_sm {
  height: 10px;
  width: 100%;
  background-color: #fbed1f;
  display: block;
}
.white_top_container {
  background-color: #ffffff;
}
.header_container {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px solid #0f58a4;
}
.top_langs {
  margin-top: 20px;
}
.top_langs a {
  color: #7d8c96;
  font-size: 12px;
  font-family: "interface", sans-serif;
  display: block;
  float: left;
  margin-right: 5px;
}
.top_langs a:hover {
  color: #0b427b;
}
.lang_seperator {
  float: left;
  margin-right: 5px;
  color: #7d8c96;
  font-size: 12px;
  font-family: "interface", sans-serif;
}
.top_langs a.selected {
  font-weight: bold;
  font-size: 12px;
  color: #0f58a4;
}
.navbar-toggle .icon-bar {
  background-color: #0b427b;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: #fbed1f;
}
.navbar-toggle {
  border-color: #0b427b;
  margin-top: 0px;
  margin-right: 0px;
}
.device_friendly_menu_wrapper {
  display: block;
}
.device_friendly_menu_wrapper .main_menu ul li a {
  font-family: "interface", sans-serif;
}
.device_friendly_menu_wrapper .main_menu .dropdown-menu > li > a,
.device_friendly_menu_wrapper .main_menu .dropdown-menu > li > a {
  color: #0f58a4;
  text-align: center;
}
.device_friendly_menu_wrapper .main_menu .dropdown-menu > li > a:focus,
.device_friendly_menu_wrapper .main_menu .dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0f58a4;
}
.device_friendly_menu_wrapper .main_menu .nav > li > a {
  text-align: center;
  color: #7d8c96;
  font-weight: bold;
  padding: 10px 15px;
}
.device_friendly_menu_wrapper .main_menu .nav > li > a:focus,
.device_friendly_menu_wrapper .main_menu .nav > li > a:hover {
  text-decoration: none;
  background-color: #0f58a4;
  color: #fbed1f;
}
.right_aligned_btns {
  float: right;
  display: none;
  margin-top: 10px;
}
.members_area_btns_sm {
  display: none;
}
.members_area_btns_sm a {
  color: #0f58a4;
}
.members_area_btns_sm .dropdown-menu .btn {
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
}
.members_area_btns_sm .dropdown-menu .btn:hover,
.members_area_btns_sm .dropdown-menu .btn:focus {
  background-color: #fbed1f;
}
.members_area_btns_sm .dropdown-menu {
  padding: 0;
  margin: 0;
}
.members_area_btns_xl {
  display: none;
}
.btn-sign-in {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #7d8c96;
  background-image: url(images/signInIcon.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 30px;
  float: left;
  margin-right: 5px;
}
.btn-sign-in:hover,
.btn-sign-in:focus {
  color: #0f58a4;
  text-decoration: none;
}
.btn-register {
  display: block;
  font-size: 11px;
  font-weight: bold;
  float: left;
  background-color: #0f58a4;
  color: #fbed1f;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-register:hover,
.btn-register:focus {
  background-color: #fbed1f;
  color: #0f58a4;
  text-decoration: none;
}
.btn-renewal {
  display: block;
  font-size: 11px;
  font-weight: bold;
  float: left;
  background-color: #fbed1f;
  color: #0f58a4;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-renewal:hover,
.btn-renewal:focus {
  background-color: #0f58a4;
  color: #fbed1f;
  text-decoration: none;
}
/*#endregion */
/*****************************/
/*#region Main Menu */
.grey_menu_container {
  background-color: #f3f3f2;
  display: none;
}
.menu_container {
  width: 100%;
}
.hidden_menu_container {
  background-color: #0f58a4;
  padding-top: 30px;
  display: none;
  width: 97.5%;
  z-index: 100;
  position: absolute;
}
.close_menu_wrapper {
  background-color: #fbed1f;
  padding: 10px;
}
.hidden_menu_container .hidden_menu {
  padding: 0;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 30px;
}
.hidden_menu_container .hidden_menu li {
  list-style: none;
  float: none;
}
.hidden_menu_container .hidden_menu li a {
  font-size: 18px;
  color: #f3f3f2;
}
.hidden_menu_container .hidden_menu li a:hover {
  color: #fbed1f;
}
.hidden_menu_container .hidden_menu li.selected a {
  color: #fbed1f;
  font-weight: bold;
}
.btn-close-menu {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #0f58a4;
  padding-left: 0px;
  /*background-image:url(images/closeMenuIcon.png);
    background-position:center left;
    background-repeat:no-repeat;*/
  float: left;
  display: flex;
}
.btn-close-menu span {
  font-size: 25px;
  display: inline-block;
  margin-top: -2px;
}
.btn-close-menu:hover,
.btn-close-menu:focus {
  color: #f81c1c;
  /*background-image:url(images/closeMenuIconHover.png);*/
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
  display: block;
  float: left;
  text-align: center;
  width: 14.28%;
}
.menu li a {
  color: #7d8c96;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu li:hover,
.menu li:hover a,
.menu li.selected:hover,
.menu li.selected a:hover,
.menu li:focus,
.menu li:focus a,
.menu li.selected:focus,
.menu li.selected a:focus,
.menu li.selected,
.menu li.selected a {
  background-color: #0f58a4;
  color: #ffffff;
}
.blue_hor_line {
  width: 100%;
  background-color: #0f58a4;
  height: 2px;
  display: block;
}
.btn-open-menu {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #0f58a4;
  padding-left: 45px;
  background-image: url(images/menuIcon.png);
  background-position: center left;
  background-repeat: no-repeat;
  float: left;
}
.btn-open-menu:hover,
.btn-open-menu:focus {
  color: #0b427b;
}
/*#endregion */
/*****************************/
/*#region Footer */
.footer {
  background-color: #0f58a4;
  padding-top: 30px;
}
.yellow_hor_line {
  display: block;
  background-color: #fbed1f;
  height: 2px;
  width: 100%;
  margin-bottom: 30px;
}
.footer_menu {
  margin-bottom: 30px;
}
.footer_menu_title {
  font-size: 14px;
  font-weight: bold;
  font-family: "interface", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.footer_menu ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.footer_menu ul li {
  list-style: none;
  display: block;
  float: none;
}
.footer_menu ul li a {
  color: #f3f3f2;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "interface", sans-serif;
  font-size: 13px;
}
.footer_menu ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer_menu ul li.sel a {
  color: #fbed1f;
}
.footer_secondary_menu {
  width: 204px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.footer_decor {
  background-image: url(images/footer_secondary_menu_decor.png);
  background-position: center center;
  background-repeat: repeat-y;
  height: 17px;
  width: 2px;
}
.footer_secondary_menu ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.footer_secondary_menu ul li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 5px;
}
.footer_secondary_menu ul li a {
  color: #f3f3f2;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "interface", sans-serif;
  font-size: 12px;
}
.footer_secondary_menu ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer_secondary_menu ul li.sel a {
  color: #7d8c96;
}
.footer_bottom {
  background-color: #0b427b;
  padding-top: 15px;
  padding-bottom: 60px;
}
.social_icons_footer {
  /*width:141px;*/
  width: 94px;
  margin-left: auto;
  margin-right: auto;
}
.social_icons_footer a.s_twitter,
a.s_facebook,
a.s_instagram,
a.s_linkedIn {
  background-image: url(images/socialMediaIcons.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 27px;
  widtH: 147px;
  display: block;
  text-decoration: none;
  float: left;
  margin: 0px 10px;
  margin-bottom: 15px;
}
.social_icons_footer a.s_facebook {
  background-position: 0px 0px;
  widtH: 27px;
}
.social_icons_footer a:hover.s_facebook {
  widtH: 27px;
  opacity: 0.8;
}
.social_icons_footer a.s_twitter {
  background-position: -40px 0px;
  widtH: 27px;
}
.social_icons_footer a:hover.s_twitter {
  widtH: 27px;
  opacity: 0.8;
}
.social_icons_footer a.s_instagram {
  background-position: -81px 0px;
  widtH: 27px;
}
.social_icons_footer a:hover.s_instagram {
  widtH: 27px;
  opacity: 0.8;
}
.social_icons_footer a.s_linkedIn {
  background-position: -121px 0px;
  widtH: 27px;
}
.social_icons_footer a:hover.s_linkedIn {
  widtH: 27px;
  opacity: 0.8;
}
.copyright {
  text-align: center;
  color: #ffffff;
  font-family: "interface", sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
}
.developed {
  float: none;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: #ffffff;
  font-family: "interface", sans-serif;
  font-size: 12px;
}
.developed a {
  color: #ffffff;
  font-family: 'proxima nova';
  font-size: 12px;
}
.developed a:hover {
  color: #fbed1f;
  text-decoration: none;
}
/*#endregion */
/*****************************/
/*#region Sliders */
.carousel-fade .carousel-inner .item {
  transition: opacity 3s ease;
}
/*#homeSlider .carousel-inner > .item 
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}*/
.side_carousel .carousel-inner {
  background-color: #ffffff;
}
.side_carousel .carousel-indicators {
  bottom: 5px;
}
.side_carousel .carousel-indicators li {
  background-color: #0f58a4;
  border: 1px solid #0f58a4;
}
.side_carousel .carousel-indicators li.active {
  background-color: #fbed1f;
  border: 1px solid #fbed1f;
}
#homeSlider .carousel-control,
#resourcesSlider .carousel-control,
.side_carousel .carousel-control {
  width: 8%;
}
#homeSlider .item,
#homeSlider .active.left,
#homeSlider .active.right,
#resourcesSlider .item,
#resourcesSlider .active.left,
#resourcesSlider .active.right,
.side_carousel .item,
.side_carousel .active.left,
.side_carousel .active.right {
  opacity: 0;
}
#homeSlider .active,
#homeSlider .next.left,
#homeSlider .prev.right,
#resourcesSlider .active,
#resourcesSlider .next.left,
#resourcesSlider .prev.right,
.side_carousel .active,
.side_carousel .next.left,
.side_carousel .prev.right {
  opacity: 1;
}
#homeSlider .next,
#homeSlider .prev,
#homeSlider .active.left,
#homeSlider .active.right,
#resourcesSlider .next,
#resourcesSlider .prev,
#resourcesSlider .active.left,
#resourcesSlider .active.right,
.side_carousel .next,
.side_carousel .prev,
.side_carousel .active.left,
.side_carousel .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#homeSlider .carousel-control,
#resourcesSlider .carousel-control,
.side_carousel .carousel-control {
  z-index: 2;
}
#homeSlider .carousel-indicators,
#resourcesSlider .carousel-indicators {
  display: none;
  bottom: 5px;
  width: 20%;
  margin-left: -15%;
}
#homeSlider .item a,
#resourcesSlider .item a,
.side_carousel .item a {
  display: block;
  height: 100%;
  width: 100%;
}
/*#homeSlider .item img 
{
    transition:filter 0.4s ease;
}

#homeSlider .item img:hover
{
    -webkit-filter: grayscale(70%); 
    filter: grayscale(70%);
}*/
/*#endregion */
/*****************************/
/*#endregion */
/*****************************/
/*#region Home Page */
.main_content {
  background-color: #f3f3f2;
  padding-bottom: 30px;
}
.home_container .members_white_container {
  background-color: #f3f3f2;
}
#sponsorsGroupCarousel .carousel-indicators li {
  background-color: #0f58a4;
  border: 1px solid #fbed1f;
}
#sponsorsGroupCarousel .carousel-indicators .active {
  background-color: #fbed1f;
}
.commercial_banner a {
  display: block;
  height: 100%;
  width: 100%;
}
.commercial_banner img {
  transition: filter 0.4s ease;
}
.commercial_banner img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
#sponsorSlider a {
  display: block;
  height: 100%;
  width: 100%;
}
#sponsorSlider img {
  transition: filter 0.4s ease;
}
#sponsorSlider img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.yellow_container {
  background-color: #fbed1f;
  padding: 10px;
}
.white_container {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}
.btn-search {
  background-color: transparent;
  color: #0f58a4;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  transition: background-color 0.4s ease;
}
.btn-search:hover {
  background-color: #0f58a4;
  color: #fbed1f;
  text-decoration: none;
}
.search-yellow-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 203px;
  padding-top: 20px;
}
.searchBox {
  font-size: 14px;
  font-family: 'interface';
  color: #7d8c96;
  display: inline-block;
  width: 79%;
  background-color: #ffffff;
  border: none;
  padding-left: 10px;
  outline: none;
}
.searchBox:focus {
  outline: none !important;
  border: 1px solid #0f58a4;
  box-shadow: 0.4px 0.4px 0.4px 0.4px #0f58a4;
}
/*#region Social Media Icons */
.top_social {
  width: 188px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top_social_txt {
  color: #7b7f59;
  font-size: 13px;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  display: none;
}
.top_social a.s_twitter,
a.s_facebook,
a.s_instagram,
a.s_linkedIn {
  background-image: url(images/socialMediaIcons.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 27px;
  widtH: 147px;
  display: block;
  text-decoration: none;
  float: left;
  margin: 0px 10px;
}
.top_social a.s_facebook {
  background-position: 0px 0px;
  widtH: 27px;
}
.top_social a:hover.s_facebook {
  widtH: 27px;
  opacity: 0.8;
}
.top_social a.s_twitter {
  background-position: -40px 0px;
  widtH: 27px;
}
.top_social a:hover.s_twitter {
  widtH: 27px;
  opacity: 0.8;
}
.top_social a.s_instagram {
  background-position: -81px 0px;
  widtH: 27px;
}
.top_social a:hover.s_instagram {
  widtH: 27px;
  opacity: 0.8;
}
.top_social a.s_linkedIn {
  background-position: -121px 0px;
  widtH: 27px;
}
.top_social a:hover.s_linkedIn {
  widtH: 27px;
  opacity: 0.8;
}
/*#endregion */
.welcome_txt {
  font-size: 14px;
  text-align: center;
  color: #0f58a4;
  border-bottom: 1px solid #0f58a4;
  padding-bottom: 15px;
  padding-top: 15px;
}
.welcome_logo {
  margin-top: 15px;
}
.highlighted_home_box {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.highlighted_home_box .yellow_hor_line {
  margin-bottom: 20px;
  height: 3px;
}
.highlighted_home_box img {
  transition: filter 0.4s ease;
}
.highlighted_home_box img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.highlighted_home_box .carousel-inner .item {
  height: 295px;
}
.carou-tbl {
  display: table;
  width: 100%;
  height: 295px;
}
.carou-tbl .carou-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.highlighted_home_box .carousel-inner .item img {
  max-width: 90%;
}
/********************************************/
.home_box_title {
  margin-bottom: 20px;
  color: #0f58a4;
  display: block;
  transition: color 0.4s ease;
  padding-left: 15px;
  padding-right: 15px;
}
.home_box_title:hover {
  color: #000000;
}
.highlighted_home_box .text_regular_grey {
  padding: 0px 10px 10px 10px;
}
.sponsors_widget {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 2px solid #0f58a4;
  border-bottom: 2px solid #0f58a4;
  margin-bottom: 30px;
}
.sponsors_widget .title_blackbold_lg {
  margin-bottom: 40px;
  color: #0f58a4;
  text-align: center;
}
.sponsors_widget .home-sponsor {
  background-color: #fff;
}
.sponsors_widget .home-sponsor .sponsor-tbl {
  display: table;
  width: 100%;
}
.sponsors_widget .home-sponsor .sponsor-tbl .sponsor-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.sponsors_widget .home-sponsor .sponsor-tbl .sponsor-cell img {
  max-width: 90%;
}
.activity_fields_section .title_blackbold_lg {
  margin-bottom: 40px;
  color: #0f58a4;
  text-align: center;
}
.activity_fields_section {
  padding-top: 30px;
  padding-bottom: 30px;
  /*border-top:2px solid #0f58a4;
    border-bottom:2px solid #0f58a4;*/
  margin-bottom: 50px;
  color: #0f58a4;
  text-align: center;
  font-size: 15px;
  background-color: #ffffff;
}
.activity_fields_section p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.support_section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  color: #FBB161;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
.support_section p a,
.support_section a,
.support_section a p {
  color: #FBB161;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.home_images_section {
  margin-bottom: 30px;
}
.home_images_section img {
  transition: filter 0.4s ease;
}
.home_images_section img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.sponsors_title {
  text-align: center !important;
  margin-bottom: 30px;
  color: #0f58a4;
}
#testimonialsSlider .carousel-inner {
  margin-bottom: 50px;
}
#testimonialsSlider .carousel-indicators {
  position: relative;
}
#testimonialsSlider .carousel-indicators .active {
  background-color: #0f58a4;
  border-color: #0f58a4;
}
#testimonialsSlider .carousel-indicators li {
  background-color: #b1bac0;
  border-color: #b1bac0;
}
.testimonial {
  text-align: center;
  color: #0f58a4;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}
.signature_name {
  font-weight: bold;
}
.signature {
  color: #7d8c96;
  font-size: 13px;
  text-align: center;
}
.img-testimonial {
  margin-bottom: 20px;
  border-radius: 50%;
}
/*#endregion */
/*****************************/
/*#region Inner Pages */
/*#region About */
.members_white_container {
  background-color: #ffffff;
  padding-top: 50px;
}
.explore_title {
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  color: #7d8c96;
}
.page_heading {
  color: #0f58a4;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.page_heading span {
  font-size: 60%;
  display: inline-block;
  margin-left: 5px;
}
.welcome_note {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #0f58a4;
}
.about_col {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bcbec0;
}
.about_col .text_regular_grey {
  font-size: 14px;
}
.welcome_note .text_regular_grey {
  font-size: 14px;
  margin-bottom: 0px;
  font-style: italic;
}
.welcome_signature .signature {
  margin-bottom: 30px;
}
.highlighted_text {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0f58a4;
  border-top: 2px solid #0f58a4;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  text-align: center;
  color: #0f58a4;
  font-weight: 300;
}
/*#endregion */
/*****************************/
/*#region Board Members */
.board_group {
  margin-bottom: 30px;
}
.member_panel {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #0f58a4;
}
.member_panel .text_regular_grey {
  font-size: 14px;
}
.member_panel .signature {
  margin-bottom: 20px;
  font-style: italic;
}
.member_panel .signature_name {
  font-style: normal;
}
/*#endregion */
/*****************************/
/*#region Sponsors */
.sponsor_label {
  padding: 7px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  clear: both;
}
.sponsor .sponsor_label,
.sponsor-lg .sponsor_label {
  margin-bottom: 20px;
}
.platinum_label {
  color: #5c6c79;
  background-color: #e5e8ea;
}
.gold_label {
  background-color: #deba45;
}
.silver_label {
  background-color: #bcbec0;
}
.bronze_label {
  background-color: #cd7f32;
}
.neutral_label {
  background-color: #6f9bc8;
}
.platinum_sponsors {
  border-top: 2px solid #0f58a4;
  border-bottom: 2px solid #0f58a4;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.sponsor_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #3f464b;
  margin-top: 20px;
}
.sponsor_description {
  color: #5e6971;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}
.sponsors_group {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d3d4;
}
.sponsor-lg,
.sponsor {
  margin-bottom: 30px;
  text-align: center;
}
.sponsor_cell {
  display: table;
  width: 100%;
}
.sponsorInner {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}
.sponsor .sponsor_img,
.sponsor-lg .sponsor_img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: table-cell;
  vertical-align: middle;
}
.sponsor .sponsor_img img,
.sponsor-lg .sponsor_img img {
  max-width: 90%;
}
.sponsor_img img {
  transition: filter 0.4s ease;
}
.sponsor_img img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.btn-read-more {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  transition: background-color 0.4s ease;
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 8px;
}
.btn-read-more:hover {
  background-color: #0b427b;
  color: #ffffff;
}
/*#endregion */
/*****************************/
/*#region Membership */
.page_text .text_regular_grey {
  font-size: 14px;
}
.membership_right_title {
  margin-bottom: 15px;
}
.lang_options {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.lang_option {
  display: inline-block;
  color: #0f58a4;
  margin-right: 10px;
}
.lang_option:hover {
  color: #0b427b;
}
.download_itm a {
  border-bottom: 1px solid #bcbec0;
  display: block;
  width: 100%;
  height: 100%;
  color: #0f58a4;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  background-color: #ffffff;
}
.download_itm a:hover {
  background-color: #0f58a4;
  color: #fbed1f;
  text-decoration: none;
}
/*#endregion */
/*****************************/
/*#region Events */
.grey_highlight_container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f3f2;
}
.grey_highlight_container .event {
  margin-bottom: 0px;
}
.event {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.event img {
  transition: filter 0.4s ease;
}
.event img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.event_index_info {
  padding: 10px;
}
.event_title {
  margin-bottom: 20px;
  color: #0f58a4;
  display: block;
  transition: color 0.4s ease;
  font-size: 15px;
}
.event_title:hover {
  color: #000000;
}
.share_icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.event_date,
.event_location {
  color: #6f9bc8;
  font-size: 14px;
  text-align: center;
  display: block;
}
.event_date {
  margin-bottom: 5px;
}
.event_location {
  margin-bottom: 20px;
}
.event_btns {
  margin-top: 30px;
}
.event_btns .btn-blue {
  margin-bottom: 5px;
}
.btn-blue {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  color: #7d8c96;
  float: left;
  background-color: #0f58a4;
  color: #fbed1f;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #fbed1f;
  color: #0f58a4;
  text-decoration: none;
}
.btn-yellow {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  float: left;
  background-color: #fbed1f;
  color: #0f58a4;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #0f58a4;
  color: #fbed1f;
  text-decoration: none;
}
.view_event_cat {
  font-size: 15px;
  color: #808285;
  padding-top: 10px;
  float: right;
  display: block;
  margin-right: 10px;
}
.event_cats {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-event-cat-left {
  margin-bottom: 5px;
}
.btn-event-cat {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  float: left;
  background-color: #ffffff;
  color: #a7a9ac;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-event-cat:hover {
  background-color: #fbed1f;
  color: #0f58a4;
  text-decoration: none;
}
.btn-event-cat-selected,
.btn-event-cat:focus {
  background-color: #0f58a4;
  color: #ffffff;
}
.events_container {
  display: none;
}
.event_filters {
  border-bottom: 1px solid #bcbec0;
  margin-bottom: 30px;
}
.event_filters a {
  display: block;
  float: left;
  margin-right: 20px;
  color: #bcbec0;
  font-weight: 300;
  font-size: 36px;
}
.event_filters a.open_year {
  color: #0f58a4;
  font-weight: bold;
  border-bottom: 2px solid #0f58a4;
}
/*#endregion */
/*****************************/
/*#region Event Page */
.video_container {
  width: 100%;
  height: 100%;
  background-color: #231f20;
}
.video_container video {
  width: 100%;
}
.img-commercial {
  margin-bottom: 30px;
}
.event_title_lg {
  font-weight: 800;
  color: #0f58a4;
  text-align: center;
  font-size: 20px;
}
.grey_container {
  background-color: #f3f3f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.event_counter {
  margin-bottom: 30px;
}
.event_welcome {
  padding: 10px;
  border-bottom: 2px solid #eb6e1f;
  border-top: 2px solid #eb6e1f;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.event_welcome_title {
  font-weight: 800;
  color: #0b427b;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.event_override_logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 90;
  top: 50%;
  margin-top: -89.5px;
  max-height: 179px;
  width: auto;
}
.speaker {
  margin-bottom: 30px;
  min-height: 285px;
}
.speakers_title {
  margin-bottom: 30px;
}
.speaker .signature_name {
  color: #58595b;
  font-size: 15px;
  text-align: center;
}
.speaker .signature {
  font-size: 15px;
}
.speaker a img {
  transition: filter 0.4s ease;
}
.speaker a img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.speaker a {
  display: block;
  width: 100%;
  height: 100%;
}
.events_white_container {
  margin-bottom: 0px;
}
.countdown {
  color: #eb6e1f;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.days_hours_minutes {
  text-align: center;
  font-size: 15px;
  color: #231f20;
  margin-top: 5px;
  font-weight: normal;
}
.btn-orange {
  background-color: #eb6e1f;
  color: #ffffff;
  margin-top: 20px;
  transition: background-color 0.4s ease;
  font-weight: bold;
  font-size: 13px;
  padding: 20px;
  display: block;
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #cc6625;
  color: #ffffff;
}
.btn-program {
  margin-bottom: 30px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 20px;
  float: none;
}
.btn-program-wrapper {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
.btn-program-wrapper .dropdown-menu {
  width: 100%;
  text-align: center !important;
}
.btn-program-wrapper .dropdown-menu > li > a {
  color: #0b427b;
  font-size: 15px;
}
.btn_note {
  color: #7d8c96;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: -20px;
}
/*#endregion */
/*****************************/
/*#region News */
.news_container {
  display: none;
}
.news_external_container {
  display: none;
}
.news_filters {
  border-bottom: 1px solid #bcbec0;
  margin-bottom: 30px;
}
.news_filters a {
  display: block;
  float: left;
  margin-right: 20px;
  color: #bcbec0;
  font-weight: 300;
  font-size: 36px;
}
.news_filters a.open_year {
  color: #0f58a4;
  font-weight: bold;
  border-bottom: 2px solid #0f58a4;
}
/*#endregion */
/*****************************/
/*#region Article */
.article {
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.date_row {
  margin-bottom: 30px;
}
.article_date {
  font-size: 15px;
  color: #6f99c6;
  text-align: center;
}
.news_article_title {
  text-align: center;
  font-weight: 800;
  color: #0f58a4;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: normal;
}
.news_article_title span {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  font-weight: normal;
  color: #7d8c96;
}
.news_article {
  font-size: 15px;
  margin-bottom: 20px;
}
.tags {
  margin-top: 30px;
}
.tag {
  padding: 7px;
  float: left;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  color: #7d8c96;
  border: 1px solid #7d8c96;
  text-align: center;
  display: block;
  transition: background-color 0.4s ease;
  margin-bottom: 10px;
  margin-right: 10px;
}
.tag:hover {
  color: #0f58a4;
  border: 1px solid #0f58a4;
  background-color: #fbed1f;
}
.headlines_title {
  text-align: center;
  padding: 10px;
  background-color: #0f58a4;
  margin-bottom: 20px;
  color: #fbed1f;
  font-weight: bold;
}
.headline {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  transition: background-color 0.4s ease;
}
.headline:hover {
  background-color: #fbed1f;
}
.headline .article_date {
  margin-bottom: 20px;
}
.headline .news_article_title {
  font-size: 16px;
}
/*#endregion */
/*****************************/
/*#region Newsletters */
.newsletters_wrapper {
  display: none;
}
.iframe_wrapper {
  width: 95%;
  margin: 0px auto;
  height: 100%;
}
.newsletter_box {
  background-color: #0f58a4;
}
.newsletter_box .home_box_title {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
.newsletters .newsletter_box .locked_resource {
  border-top: 1px solid #d52c2c;
  background-color: #0f58a4;
  color: #ffffff;
}
.newsletters .newsletter_box .locked_resource span {
  color: #ffffff;
}
/*#endregion */
/*****************************/
/*#region Useful Links */
.link {
  padding: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #0b427b;
  color: #7d8c96;
  display: block;
  height: 100%;
  width: 100%;
  transition: background-color 0.4s ease;
}
.link:hover {
  background-color: #0b427b;
  color: #fbed1f;
  text-decoration: none;
}
/*#endregion */
/*****************************/
/*#region Contact */
.contact_details_wrapper {
  background-color: #0f58a4;
  padding: 10px;
  margin-bottom: 30px;
}
.contact_person {
  margin-bottom: 30px;
}
.contact_person .signature {
  text-align: center;
}
.contact_person .img-testimonial {
  max-width: 100px;
}
.contact_info_row {
  color: #fbed1f;
  font-size: 15px;
}
.contact_info_row span {
  display: inline-block;
  margin-right: 4px;
}
.contact_info_row:first-of-type {
  margin-bottom: 20px;
}
/*#endregion */
/*****************************/
/*#region Resources */
.resources_container {
  padding-top: 30px;
}
.markeplace_container {
  background-color: #fbed1f;
  padding: 10px;
}
.markeplace_container .btn-blue:hover {
  background-color: #0b427b;
  color: #fbed1f;
}
.marketplace_txt {
  color: #0f58a4;
  font-family: "interface", sans-serif;
  text-align: center;
  font-size: 15px;
  padding: 10px;
}
.orange_note {
  color: #00549F;
  font-weight: bold;
  font-style: italic;
  font-family: "interface", sans-serif;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*#endregion */
/*****************************/
/*#region Resources Inner */
.resources_inner_container {
  margin-top: 30px;
}
.resources_header .event_date,
.resources_header .event_location {
  margin-top: 10px;
  margin-right: 0px;
}
.resources_header .share_icon {
  margin-top: 12px;
}
.resources_header .btn-blue {
  margin-top: 2px;
}
.resources_inner_container .news_article_title {
  margin-bottom: 30px;
}
.resources_img {
  margin-bottom: 30px;
}
.resources_img img {
  transition: filter 0.4s ease;
}
.resources_img img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.video {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7d8c96;
}
.video_title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.nav-tabs {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #bcbec0;
}
.nav-tabs > li > a {
  color: #939598;
  font-weight: bold;
  font-size: 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #fbed1f;
  color: #0f58a4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #0f58a4;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #0f58a4;
}
.btn-white {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  color: #7d8c96;
  float: left;
  background-color: #ffffff;
  color: #0f58a4;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #0f58a4;
  color: #ffffff;
  text-decoration: none;
}
.tab-content {
  margin-top: 30px;
}
.press_release {
  padding-bottom: 30px;
  border-bottom: 1px solid #7d8c96;
}
.press_release .text_regular_grey {
  font-size: 14px;
}
.press_release .title_blackbold_md {
  color: #0f58a4;
  margin-bottom: 20px;
}
/*#endregion */
/*****************************/
/*#region Login & Members Area*/
.login_title {
  text-align: center !important;
}
.login_frm_container .box {
  height: 40px;
}
.login_frm_container .form_label {
  font-size: 16px;
}
.login_frm_container .btn-blue {
  margin-top: 30px;
}
#changePassContainer {
  display: none;
  padding-top: 8px;
}
fieldset {
  margin-bottom: 30px;
}
.edit_label {
  font-size: 15px;
  color: #7d8c96;
  font-weight: bold;
}
legend {
  font-size: 22px;
  color: #0b427b;
}
.update_container {
  background-color: #ffffff;
  padding: 15px;
}
fieldset a {
  font-size: 15px;
  color: #0f58a4;
}
fieldset a:hover,
fieldset a:focus {
  font-size: 15px;
  color: #0b427b;
}
#btnUpdateMember {
  margin-top: 20px;
}
.right_aligned_btns .dropdown {
  margin-top: 10px;
}
#changePassContainer input {
  border: 1px solid #7d8c96;
}
.right_aligned_btns .dropdown-menu > li > a {
  color: #0b427b;
}
.locked_resource {
  color: #d52c2c;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  /*float:right;*/
}
.locked_resource span {
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.highlighted_home_box .locked_resource {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #cbced1;
  background-color: #ffffff;
  color: #d52c2c;
}
.forgot_pass_txt .text_regular_grey {
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
}
/*#endregion */
/*****************************/
/*#region Search */
.search_wrapper .title_blackbold_lg {
  text-align: center;
}
.result_row .title_blackbold_lg {
  font-weight: normal;
  color: #0f58a4;
  text-align: center;
  margin-top: 0px;
}
/*#endregion */
/*#endregion */
/*****************************/
/*************************MEDIA QUERRIES********************************/
@media (min-width: 400px) {
  .header_logo {
    width: auto;
  }
  .navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
  }
  .search-yellow-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  .searchBox {
    width: 88%;
  }
}
/*************************************************************/
@media (min-width: 600px) {
  .img-logo {
    max-width: 250px;
  }
  .searchBox {
    width: 86%;
  }
  .newsletterBox {
    width: 75% !important;
  }
  .btn-blue-border {
    width: 20%;
    margin-left: 10px;
  }
  #homeSlider .carousel-indicators,
  #resourcesSlider .carousel-indicators {
    display: block;
  }
  .frm_container .btn-blue {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .result_row .searchBox {
    width: 92%;
  }
  .footer_bottom {
    padding-bottom: 10px;
  }
}
/*************************************************************/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /*****************************/
  .vacant-sm-div {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  /*****************************/
  /*#region Header & Main Menu*/
  .header_logo img {
    display: block;
    margin: 0 auto;
  }
  .device_friendly_menu_wrapper {
    display: none;
  }
  .right_aligned_btns {
    display: block;
  }
  .members_area_btns_sm {
    display: block;
  }
  .grey_menu_container {
    display: block;
  }
  .nav > li.navigation {
    display: block;
  }
  .navbar-brand {
    padding-left: 15px;
  }
  /*#endregion */
  /*****************************/
  /*#region Footer */
  .social_icons_footer {
    margin-bottom: 0px;
  }
  .copyright {
    padding-top: 5px;
    margin-bottom: 0px;
    text-align: left;
  }
  .developed {
    padding-top: 5px;
    width: auto;
    margin-bottom: 0px;
    float: right;
    margin-top: 0px;
  }
  /*#endregion */
  /*****************************/
  /*#region Texts */
  .highlighted_home_box .text_regular_grey {
    padding: 0px 15px 15px 15px;
  }
  /*#endregion */
  /*****************************/
  /*#region Home Page */
  .searchBox {
    min-width: 250px;
  }
  .search-yellow-wrapper {
    padding-top: 0px;
  }
  .top_social_txt {
    display: block;
  }
  .top_social {
    margin-top: 5px;
    width: auto;
    float: right;
    margin-bottom: 0px;
  }
  .title_blackbold_lg {
    font-size: 20px;
  }
  /*#endregion */
  /*****************************/
  .highlighted_text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    text-align: center;
  }
  .event_index_info {
    padding: 15px;
  }
  .event_title {
    font-size: 16px;
    text-align: left;
  }
  .share_icon {
    float: right;
    margin-bottom: 0px;
  }
  .event_date,
  .event_location {
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
  }
  .event_description {
    text-align: left;
  }
  .event_btns .btn-blue {
    margin-bottom: 0px;
  }
  .btn-event-cat-left {
    margin-bottom: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .btn-event-cat-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .contact_details_wrapper {
    padding: 15px;
  }
  .marketplace_txt {
    text-align: left;
  }
  .event_title_lg {
    font-size: 22px;
  }
  .event_welcome {
    padding: 15px;
  }
  .countdown {
    font-size: 30px;
  }
  .links_heading {
    text-align: left;
  }
  .article {
    padding: 15px;
  }
  .article_date {
    text-align: left;
  }
  .iframe_wrapper {
    width: 80%;
  }
  .contact_person .signature {
    padding-top: 20px;
  }
  .welcome_signature .signature {
    padding-top: 75px;
    margin-bottom: 0px;
  }
}
/************************************************************/
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .img-logo {
    float: right;
    margin-bottom: 0px !important;
    padding-top: 20px;
  }
  .about_col {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .col-with-top-padding {
    padding-top: 30px;
  }
  .vacant-md-div {
    display: block;
  }
  .hide-sm {
    display: block;
  }
  .close_menu_wrapper,
  .white_container {
    padding: 20px;
  }
  .hidden_menu_container .hidden_menu {
    padding-left: 20px;
  }
  .footer_menu_title,
  .footer_menu ul li a {
    text-align: left;
  }
  .btn-sign-in,
  .btn-renewal {
    margin-right: 7px;
  }
  .welcome_txt {
    font-size: 15px;
    text-align: left;
    border-bottom: none;
    border-right: 1px solid #0f58a4;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 15px;
  }
  .welcome_logo {
    margin-top: 0px;
  }
  .title_blackbold_md,
  .title_blackbold_lg,
  .text_regular_grey {
    text-align: left;
  }
  .title_blackbold_lg {
    font-size: 22px;
  }
  .highlighted_home_box .text_regular_grey {
    padding: 0px 20px 20px 20px;
  }
  .home_box_title {
    text-align: center;
  }
  .testimonial {
    text-align: left;
    font-size: 16px;
  }
  .signature {
    font-size: 14px;
    text-align: left;
  }
  .explore_title {
    font-size: 16px;
    text-align: left;
  }
  /*.welcome_note .text_regular_grey,*/
  .page_text .text_regular_grey {
    font-size: 15px;
  }
  .welcome_signature .signature {
    /*padding-top:50px;*/
    padding-top: 25px;
  }
  .highlighted_text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    text-align: left;
  }
  .event_index_info {
    padding: 20px;
  }
  .event_title {
    font-size: 18px;
  }
  .event_description {
    font-size: 14px;
  }
  .event_date,
  .event_location {
    font-size: 15px;
  }
  .frm_container .btn-blue {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .login_frm_container .btn-blue {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .resources_container {
    padding-top: 40px;
  }
  .markeplace_container {
    padding: 15px;
  }
  .marketplace_txt {
    font-size: 16px;
  }
  .event_title_lg {
    font-size: 24px;
  }
  .grey_container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .event_welcome {
    padding: 20px;
  }
  .event_welcome .signature {
    padding-top: 30px;
  }
  .event_welcome_title {
    text-align: left;
    font-size: 18px;
  }
  .event_welcome .text_regular_grey {
    max-width: 80%;
    font-size: 14px;
  }
  .events_white_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .countdown {
    font-size: 40px;
  }
  .days_hours_minutes {
    font-size: 16px;
  }
  .sponsor_label {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
  }
  .sponsor_name {
    font-size: 17px;
    text-align: left;
    margin-top: 0px;
  }
  .sponsor_description {
    text-align: left;
    font-size: 14px;
  }
  .btn-read-more {
    float: left;
    width: auto;
  }
  .news_article_title {
    font-size: 28px;
    text-align: left;
  }
  .article {
    padding: 20px;
  }
  .headlines_title {
    text-align: left;
    padding: 15px;
  }
  .headline {
    padding: 15px;
  }
  .video_title {
    text-align: left;
    font-size: 16px;
  }
  .iframe_wrapper {
    width: 70%;
  }
  .img-commercial {
    margin-bottom: 50px;
  }
  .btn_note {
    margin-top: -30px;
  }
}
/************************************************************/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .close_menu_wrapper {
    padding: 30px;
  }
  .members_area_btns_sm {
    display: none;
  }
  .members_area_btns_xl {
    display: block;
  }
  .hidden_menu_container .hidden_menu {
    padding-left: 30px;
  }
  .white_container {
    padding: 30px;
  }
  .yellow_container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .title_blackbold_lg {
    font-size: 25px;
    line-height: 25px;
  }
  .testimonial {
    font-size: 17px;
  }
  .signature {
    font-size: 15px;
  }
  .about_col .text_regular_grey {
    font-size: 15px;
  }
  .highlighted_text {
    font-size: 30px;
  }
  .grey_highlight_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .event_photo .yellow_hor_line {
    margin-bottom: 0px;
  }
  .event_index_info {
    padding: 30px;
  }
  .event_title {
    font-size: 20px;
  }
  .btn-program {
    margin-bottom: 50px;
    max-width: 330px;
    font-size: 20px;
  }
  .btn-program-wrapper {
    max-width: 330px;
  }
  .contact_details_wrapper {
    padding: 20px;
  }
  .markeplace_container {
    padding: 20px;
  }
  .marketplace_txt {
    font-size: 17px;
  }
  .board_group {
    margin-bottom: 50px;
  }
  .event_title_lg {
    font-size: 26px;
  }
  .grey_container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .event_counter {
    margin-bottom: 50px;
  }
  .event_welcome {
    padding: 30px;
    margin-bottom: 50px;
  }
  .event_welcome_title {
    font-size: 20px;
  }
  .speakers_title {
    margin-bottom: 50px;
  }
  .countdown {
    font-size: 50px;
  }
  .days_hours_minutes {
    font-size: 18px;
  }
  .countdown_wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .speaker img {
    max-width: 70%;
  }
  .speaker .signature {
    text-align: center;
  }
  .btn-orange {
    font-size: 20px;
  }
  .sponsor_name {
    font-size: 19px;
  }
  .sponsor_description {
    font-size: 15px;
  }
  .news_article_title {
    font-size: 32px;
  }
  .article {
    padding: 30px;
  }
  .tab-content {
    margin-top: 50px;
  }
  .iframe_wrapper {
    width: 70%;
  }
  .resources_container .highlighted_home_box .text_regular_grey {
    font-size: 16px;
  }
  .group_title {
    font-size: 20px;
  }
}
/************************************************************/
@media (min-width: 1700px) {
  .grey_highlight_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .highlighted_home_box .text_regular_grey {
    padding-left: 35px;
    font-size: 15px;
  }
  .testimonial {
    font-size: 19px;
  }
  .highlighted_text {
    font-size: 35px;
    line-height: 40px;
  }
  .event_btns {
    margin-top: 35px;
  }
  .resources_container {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .markeplace_container {
    padding: 30px;
  }
  .marketplace_txt {
    font-size: 18px;
  }
  .event_title_lg {
    font-size: 28px;
  }
  .events_white_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .countdown {
    font-size: 70px;
  }
  .days_hours_minutes {
    font-size: 20px;
  }
  .countdown_wrapper {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .news_article_title {
    font-size: 36px;
  }
  .iframe_wrapper {
    width: 70%;
  }
  .group_title {
    font-size: 21px;
  }
}
.event-btns {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.event-btns .event-btn {
  margin: 0 10px;
  display: flex;
  margin-bottom: 20px;
}
.event-btns .event-btn a.btn-program {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 20px;
}
.video-category .category-title {
  margin-bottom: 20px;
  color: #0f58a4;
  text-align: left;
  border-bottom: 3px solid #0f58a4;
  padding-bottom: 3px;
  font-size: 40px;
  font-weight: bold;
}
.video-category .video-thumbs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.video-category .video-thumbs .video-item {
  width: 100%;
  padding: 10px;
}
@media (min-width: 576px) {
  .video-category .video-thumbs .video-item {
    width: 50%;
  }
}
.video-category .video-thumbs .video-item .vid_title {
  color: #0f58a4;
  font-size: 24px;
  font-weight: bold;
  padding-top: 7px;
}
.video-category .video-thumbs .video-item .vid_speaker {
  padding-top: 4px;
  color: #030303;
  font-size: 16px;
  font-weight: bold;
}
.video-category .video-thumbs .video-item .vid_role {
  padding-top: 0px;
  color: #030303;
  font-size: 14px;
}
.download-title {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0f58a4;
  text-align: left;
  border-bottom: 3px solid #0f58a4;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}