/* app css stylesheet */

@font-face {
  font-family: 'TradeGotBolConTweRegular';
  src: url('./fonts/tradegotbolcontwe-webfont.eot');
  src: url('./fonts/tradegotbolcontwe-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/tradegotbolcontwe-webfont.woff') format('woff'), url('./fonts/tradegotbolcontwe-webfont.ttf') format('truetype'), url('./fonts/tradegotbolcontwe-webfont.svg#TradeGotBolConTweRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

label {
  cursor: pointer;
}

.navbar {
  font-family: 'Roboto', Arial, Verdana, sans-serif !important;
  background-image: url('images/navbar-background.jpg');
  background-repeat: repeat-x;
  border: none;
  margin-bottom: 0;
}

li.navi-divider-text{
  cursor: default; 
  opacity: .8;
  padding: 10px 12px;
}

.navbar-header{
  margin: 2rem auto;
}

.nav.navbar-nav.pull-right .dropdown-menu {
  border: none !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.nav.navbar-nav.pull-right .dropdown-menu li a {
  padding: 5px;
}

@media (min-width: 768px) {
  .navbar>.container {
    padding-right: 0;
  }
  .navbar .navbar-collapse {
    padding-right: 0;
  }
}

.navbar-brand {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding-left: 0;
  }
}

.navbar-nav {
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*.navbar-nav>li:last-of-type>a {*/
/*  padding-right: 0;*/
/*}*/

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #9cc6ef;
}

.navbar-search {
  clear: both;
  overflow: hidden;
  border-radius: 1em;
  font-size: 0;
  padding-bottom: 15px;
  font-family: 'Roboto', Arial, Verdana, sans-serif !important;
}

@media (min-width: 768px) {
  .navbar-search {
    padding-bottom: 0;
  }
}

.navbar-search input {
  padding-left: 10px;
  font-size: 14px;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border: none;
  outline: none;
  -moz-box-shadow: inset 0 10px 15px -10px #000;
  -webkit-box-shadow: inset 0 10px 15px -10px #000;
  box-shadow: inset 0 10px 15px -10px #000;
}

.navbar-search input::-webkit-input-placeholder {
  color: #cfcfcf;
}

.navbar-search input::-moz-placeholder {
  color: #cfcfcf;
}

.navbar-search input:-ms-input-placeholder {
  color: #cfcfcf;
}

.navbar-search input:-moz-placeholder {
  color: #cfcfcf;
}

@media (min-width: 768px) {
  .navbar-search input {
    width: 250px;
  }
}

.navbar-search button {
  padding: 1px 6px 1px 3px;
  font-size: 14px;
  color: #999;
  border: none;
  border-left: 1px solid #999;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  outline: none;
  background-color: #fcfdfc;
  background: -webkit-linear-gradient(#fcfdfc, #c5c6c5);
  background: -o-linear-gradient(#fcfdfc, #c5c6c5);
  background: -moz-linear-gradient(#fcfdfc, #c5c6c5);
  background: linear-gradient(#fcfdfc, #c5c6c5);
}

.menu {
  padding: 0;
}

.menu .container {
  /*display: flex;
    flex: 0 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;*/
  padding: 10px;
}

.menu-item {
  /* flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;*/
  text-align: center;
  text-transform: uppercase;
  font-size: 16px !important;
  /*border-right: 1px solid #2770a8;*/
  /*border-right: 1px solid #203b7a;*/
  display: inline-block;
}

.menu-item:first-of-type {
  /*border-left: 1px solid #2770a8;*/
}

/*.menu-item a {*/
/*  display: block;*/
/*  font-size: 0.9em;*/
/*  color: #24408E !important;*/
/*  font-weight: normal;*/
/*  !*text-decoration: underline;*!*/
/*}*/

/*.menu-item span {*/
/*  display: block;*/
/*  font-size: 0.9em;*/
/*  color: #24408E;*/
/*  font-weight: normal;*/
/*  text-decoration: underline;*/
/*  cursor: pointer;*/
/*}*/

.menu-item a {
  padding: 5px 15px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #00458a !important;
  font-weight: normal;
  text-decoration: none;
}

.menu-item span {
  padding: 5px 15px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #00458a !important;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

.nav.navbar-nav.pull-right {
  padding: 10px !important;
}

nav .nav.navbar-nav.pull-right {
  color: #406dff !important;
}

nav .nav.navbar-nav.pull-right a {
  color: #406dff !important;
}

.menu-item:hover>a {
  color: #477BB7;
}

.menu-item:hover>span {
  color: #477BB7;
}

.menu .menu-item:hover>a {
  background-color: #fff;
}

.menu .menu-item:hover>span {
  background-color: #fff;
}

.menu-item.dropdown ul.dropdown-menu {
  padding: 0;
  margin: -1px;
  text-transform: none;
  border-color: #17629a;
  border-radius: 0;
  /*background: url('images/menu-gradient.png') 0 100% repeat-x #fff;*/
  background-color: #24408E;
  color: white;
}

.menu-item.dropdown>ul.dropdown-menu {
  border-top: none;
}

.menu-item.dropdown:hover>ul.dropdown-menu {
  display: block;
}

.menu-item.dropdown ul.dropdown-menu>li>a {
  /*color: #477BB7;*/
  /*color: #24408E;*/
  font-weight: normal;
  /*font-size: 11px;*/
  font-size: 1em;
  padding: 3px;
}

.menu-item.dropdown ul.dropdown-menu>li>a:hover {
  background: #ddd;
  
}

.homepage-button {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: #3350b9;
  font-size: 46px;
  color: #fff;
  display: inline-block;
}


#content {
  padding: 30px;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}

.whishadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}

#content h1:first-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  #sidebar {
    padding-right: 0;
    padding-left: 10px;
  }
}

#sidebar .panel {
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(192, 209, 223, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(192, 209, 223, 1);
  box-shadow: 2px 2px 5px 0px rgba(192, 209, 223, 1);
}

#sidebar .panel .panel-body {
  padding: 15px 10px;
}

#sidebar .panel h2 {
  margin-top: 0;
}

#sidebar .panel img {
  width: 100%;
}

#sidebar .panel .btn {
  margin: 20px 0 5px 0;
}

.shadowed {
  -webkit-box-shadow: 2px 2px 15px 0px rgb(187, 187, 187);
  -moz-box-shadow: 2px 2px 15px 0px rgb(187, 187, 187);
  box-shadow: 2px 2px 15px 0px rgb(187, 187, 187);
}

.ui-select-toggle {
    width: 100% !important;
}

.homepage-core {
  /*color: #fff;*/
  color: #fff;
  background-color: #070d18;
  background-image: url('images/homepage_bg-new-orig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 5%;
  padding: 15px 40px;
}

@media (min-width: 768px) {
  .homepage-core {
    padding: 60px 120px;
  }
}

.homepage-core a {
  /*color: #fff;*/
  color: #24408E;
  text-decoration: none;
}

.homepage-core a.homepage-core-active img {
  -webkit-box-shadow: 0 0 50px -10px #fff;
  -moz-box-shadow: 0 0 50px -10px #fff;
  box-shadow: 0 0 50px -10px #fff;
}

.homepage-core a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.homepage-core h1 {
  font-size: 4em;
  font-weight: normal;
  margin: 5rem 9rem;
}

.homepage-core h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  /*margin-bottom: 50px;*/
}

.homepage-core h3 {
  font-size: 18px;
}

.homepage-core-text {
  color: #00458a;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.2em;
  color: #3350b9;
  font-weight: 300;
  font-weight: 700;
  padding: 30px 50px;
  margin-top: 40px;
  position: relative;
  /*min-height: 230px;*/
    min-height: 165px;
    /*width: 600px;*/
}

.homepage-core-text h2 {
  font-size: 22px;
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  color: #24408E;
}

.homepage-core-text p {
  font-weight: 300;
  line-height: 26px;
  font-size: 18px;
}

.homepage-core-text .btn {
  margin-top: 30px;
  text-transform: none;
  color: white;
  background: #24408E;
}

.homepage-core-text .btn:hover {
  color: #24408E;
  background: transparent;
  border: 1px solid #24408E;
}

.homepage-faces-box {
  background-color: #F8F9FE;
  padding: 40px;
}

.homepage-faces-box h2, .homepage-instmembers h2, .homepage-featured-box h2, .homepage-blog-box h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.homepage-faces {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}

.homepage-faces .person {
  opacity: 0.8;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 99px;
  width: 9%;
  flex-grow: 1;
  text-align: center;
}

.homepage-faces .person:hover {
  opacity: 1;
}

.homepage-faces-box .rec-members {
  margin-top: 40px;
}

.homepage-featured-box {
  padding: 40px;
}

.homepage-featured-box h3 {
  padding-bottom: 20px;
}

.homepage-sections {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.homepage-section-header {
  color: white;
  background-color: #24408E;
}

.homepage-section-header h2{
  color: white;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 0;
}

.big-featured {
  text-align: center;
  padding-bottom: 20px;
}

.big-featured img {
  width: 90%;
  height: auto;
  margin: 5px auto;
}

.big-featured p {
  text-align: center;
}

.big-featured p a {
  display: block;
  font-weight: 600 !important;
}

.small-featured {
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  text-align: left;
}

.small-featured .featured-photo {
  float: left;
  padding-right: 10px;
}

.small-featured .p {
  text-align: left;
  line-height: 22px;
}

.small-featured .p a {
  padding-bottom: 10px;
}

.big-conference{text-align: center; padding-bottom: 20px;}
.big-conference img{width: 90%; height: auto; margin: 5px auto;}
.big-conference p{text-align: center;}
.big-conference p a{display: block; font-weight: 600 !important;}
/*.small-conferences .conference{width: 100%; margin: 10px 0; display: inline-block; text-align: left;}*/
/*.small-conferences .conference .conference-photo{float: left; padding-right: 10px;}*/
/*.small-conferences .conference .p{text-align: left; line-height: 22px;}*/
/*.small-conferences .conference .p a{padding-bottom: 10px;}*/
.conference {width: 100%; margin: 10px 0; display: inline-block; text-align: left;}
.conference .conference-photo{float: left; padding-right: 10px;}
.conference p{text-align: left; line-height: 22px;}
.conference p a{padding-bottom: 10px;}

.homepage-instmembers {
  background-color: #fff;
  padding: 40px;
}

.instmembers-box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-start;
}

.instmember {
  flex-grow: 1;
  margin: 10px;
  border-radius: 8px;
  color: #fff;
  padding: 10px;
}

.instmember1 {
  background-color: #F2C57C;
}

.instmember2 {
  background-color: #EF6F6C;
}

.instmember3 {
  background-color: #74226C;
}

.instmember4 {
  background-color: #816E94;
}

.instmember5 {
  background-color: #426A5A;
}

.instmember6 {
  background-color: #DDAE7E;
}

.instmember .person .photo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.instmember .person a {
  color: #fff;
  font-weight: 600 !important;
}

.homepage-blog-box {
  background-color: #EEF3F6;
  padding: 40px;
}

.homepage-blog-box table {
  background-color: #EEF3F6;
}

@media (min-width: 768px) {
  .homepage-core-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 22px solid transparent;
  }
  .homepage-core-text:after {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    left: 50%;
    bottom: 100%;
    margin-left: -22px;
  }
  .homepage-core-text-research:after {
    left: 16%;
      /*left: 30%;*/
  }
  .homepage-core-text-community:after {
    left: 50%;
  }
  .homepage-core-text-recognition:after {
    left: 84%;
  }
  .homepage-core-text-innovation:after {
    left: 84%;
  }
}

.homepage-partners {
    text-align: center;
    font-family: 'Roboto', Arial, Verdana, sans-serif !important;
    font-size: 1px;
    /*font-weight: 100;*/
    margin-top: 30px;
}


.header-media-and-account {
  background-color: #24408E;
}

.header-partners {
    text-align: center;
    font-family: 'Roboto', Arial, Verdana, sans-serif !important;
    font-size: 1.2em;
    /*font-weight: 100;*/
  color: white;
}

.header-partners > .partner-text {
  vertical-align: middle;
}

.header-partners > .partner-logo {
  height: 45px;
  vertical-align: middle;
}

.header-media-and-account .header-social {
  font-size: 1.8em;
  margin-right: 2rem;
}

.header-social > a {
  color: white;
}

.header-social > a > i {
    margin: 1rem 0.5rem;
}

.header-media-and-account .header-account {
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  /*font-weight: bold;*/
  display: inline;
  float: right;
}

.header-account > a {
  color: white;
  margin: 0 0.5rem;
}

.header-eai-logo {
  max-width: 190px !important;
  margin-left: 8rem;
}

.research-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 334px;
  margin-right: -30px;
  margin-left: -30px;
  color: #fff;
}

@media (min-width: 768px) {
  .research-section {
    padding: 40px;
  }
}

.research-section:first-of-type {
  margin-top: 50px;
}

.research-section:last-of-type {
  margin-bottom: -30px;
}

.research-section h4 {
  margin-bottom: 5px;
}

.research-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.research-section .btn {
  margin-top: 20px;
}

.community-table tr {
  border: none;
}

.community-table td {
  border: 1px solid #fff !important;
}

.sponsorship-sponsors {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sponsorship-sponsors h1 {
  margin-bottom: 30px;
}

.sponsorship-sponsors .col-sm-4 {
  margin-bottom: 20px;
}

.menu {
  list-style: none;
  /*border-bottom: 0.1em solid black;*/
  /*margin-bottom: 2em;*/
  /*padding: 0 0 0.5em;*/
}

/*.menu:before {*/
/*  content: "[";*/
/*}*/

/*.menu:after {*/
/*  content: "]";*/
/*}*/

.menu>li {
  display: inline;
}

.menu>li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu>li:nth-child(1):before {
  content: "";
  padding: 0;
}

a {
  cursor: pointer;
}

.dropdown-menu {
  background-color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>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-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.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;
}


.btn-primary {
  border: none;
  font-weight: bold;
  /*text-transform: uppercase;*/
  white-space: normal;
}

@media (min-width: 768px) {
  .btn-primary {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.btn-primary label {
  margin: 0;
}

.btn-primary input[type="checkbox"]:checked {
  color: #fff;
  background-color: #0062c4;
  border-color: #005dba;
}

.btn-primary:hover input[type="checkbox"]:checked {
  color: #fff;
  background-color: #0050a0;
  border-color: #003c78;
}

.btn-spaceless {
  padding-right: 12px;
  padding-left: 12px;
}

.bg-dark {
  background-color: #95c8ef;
}

.summits-container {
  padding: 30px 30px 0 30px;
  margin: 0 -30px;
}

.summits-container .col-sm-6 {
  padding-bottom: 30px;
}

.summits-container .panel {
  padding: 30px;
  margin: 0;
  height: 100%;
  -webkit-box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
  -moz-box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
  box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
}

.summits-container .panel img {
  margin-bottom: 20px;
}

.summits-container .panel p {
  margin: 0;
  font-size: 0.8em;
}

.summits-container .panel .btn {
  margin-top: 15px;
}

.community-tools {
  padding: 30px 45px;
  margin: 0 -30px -30px -30px;
}

.community-tools h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.community-tools .col-sm-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.community-tools .panel {
  height: 100%;
  margin: 0;
  -webkit-box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
  -moz-box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
  box-shadow: 2px 2px 15px 0px rgb(97, 142, 169);
}

.community-tools .panel-body {
  padding: 10px;
  font-size: 0.9em;
}

.community-tools .panel-body img {
  height: 39px;
  margin-bottom: 15px;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagination>li>a, .pagination>li>span {
  background-color: transparent;
  border: none;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: transparent;
  border: none;
  color: #102f4e;
  text-decoration: underline;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  background-color: transparent;
  border: none;
}

.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}

.nav-tabs>li>a {
  font-family: 'Roboto', Arial, Verdana, sans-serif !important;
  text-transform: uppercase;
  color: #333;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background: #e2eaf1;
  border-color: transparent;
}

.nav-tabs>li>a:hover {
  background: #d5e1eb;
  border-color: transparent;
}

.nav-tabs>li.activated>a {
  background: #3350B9;
  border-color: transparent;
  color: #fff;
}

.nav-tabs>li.activated>a:hover {
  background: #3350B9;
  border-color: transparent;
}

.ui-select-container input[type=search] {
  max-width: 100%;
}

@media (min-width: 768px) {
  .form-inline .ui-select-container {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

.eai-featured {
  background-color: white;
}

.eai-select {
  padding: 10px 15px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}

.eai-select-block {
  width: 100%;
  display: block;
}

.table-double-rows {
  line-height: 2em;
}

hr.hr-dark {
  border-color: #1b5593;
}

.user-profile-header .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 2px solid #007cf7;
}

.user-profile-header .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #007cf7;
}

.glyphicon.glyphicon-ok {
  font-size: 75px;
}

.form-error-message {
  margin: 3px 0 0px;
  color: #dc3545;
  font-size: 13px;
}

.terms {
  color: white;
  text-decoration: underline;
}

.terms:hover {
  color: #a4aecc !important;
}

.terms:visited {
  color: white;
}

/* ------------------------------- */

.footer {
  min-height: 165px;
  padding-top: 25px;
  color: #fff;
  font-family: 'Roboto', Arial, Verdana, sans-serif !important;
  font-size: 13px;
  background-color: #24408E;
  background-repeat: repeat-x;
  background-size: contain;
}

.footer-copyrightbox {
  text-align: center;
}

.footer-copyrightbox img {
  margin: 10px auto;
}

.footer-copyright {
  padding-top: 20px;
}

.footer-links a {
  padding: 0 6px;
  color: #fff;
  text-transform: uppercase;
}

.footer-follow ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 50px;
}

.footer-logo {
  margin: 10px auto;
  max-width: 150px;
  height: auto;
}


.footer-section {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}

.footer-section > .footer-section-title {
  font-size: 1.1em;
  margin-bottom: 1.5rem;
}

.footer-section > .footer-section-list {
  list-style-type: none;
  font-size: 1em;
  padding: 0 1.5rem;
}

.footer-section-list > li {
  margin-bottom: 13px;
  margin-left: 0px;
}

.footer-section-list > li > a,
.footer-section-list > li > a:active,
.footer-section-list > li > a:focus,
.footer-section-title > a,
.footer-section-title > a:active,
.footer-section-title > a:focus {
  color: white;
  text-decoration: none;
}

.footer-section-list > li > a:hover,
.footer-section-title > a:hover {
  text-decoration: underline;
}

.footer-section .logo-link {
    color: white;
    font-size: 2.5em;
    margin-right: 2.5rem;
}

/* ------------------------------- */

/* Navigation */
.login-info-dropdown {
  margin-top: 0.8rem !important;
  background-color: #000066;
  text-decoration: none !important;
}

.login-info-dropdown:hover {
  color: #24408E !important;
}

.login-info-dropdown > span {
  color: white !important;
  padding: 0.3rem 1rem;
  text-decoration: none !important;
  font-size: 1.05em;
}


.login-info-dropdown:hover > span {
  color: #24408E !important;
  /*padding: 0.2rem 1rem;*/
}

@media (max-width:768px) {
  .login-info-dropdown {
      margin-top: -0.2rem !important;
  }
  
  .main-menu {
      margin-top: 10rem !important;
  }
}

.login-menu .menu-item.dropdown ul.dropdown-menu {
  padding: 0;
  margin: -1px;
  text-transform: none;
  border-color: #17629a;
  border-radius: 0;
  /*background: url('images/menu-gradient.png') 0 100% repeat-x #fff;*/
  background-color: white;
}

.login-menu .menu-item.dropdown ul.dropdown-menu>li>a {
  padding: 10px 12px;
  color: #24408E !important;
}

.main-menu {
  margin-top: 3.5rem;
  margin-right: 4rem;
}

.main-menu > .menu-item > a,
.main-menu > .menu-item > span {
  font-size: 1em;
}

.main-menu .menu-item.dropdown ul.dropdown-menu>li>a:hover {
  background-color: #eee !important;
  color: #24408E !important;
}

.main-menu .menu-item:hover>a,
.main-menu .menu-item:hover>span {
  background-color: #24408E !important;
  color: white !important;
}