h1{
    font-size: calc(14.6px + (100vw * 0.0104));
}

h4, h5{
    font-size: 16px;
}

@media screen and (min-width: 520px) {
  h4, h5 {
 font-size: calc(14px + (24 - 12) * ((100vw - 300px) / (1600 - 300)));
  }
}

@media screen and (min-width: 1280px) {
  h1 {
      font-size: 28px;
  }

  h4, h5 {
    font-size: 22px;
  }
}

/*
h5{
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1600 - 300)));
}

body {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}
*/
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}


div.modal-header {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

a.linkedin, a.google
{
    color:#fff;
}

.social-left{
    padding: 0.5rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.social-right{
    padding: 0.5rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    width:180px;
}

.linkedin .social-left
{
    background-color:#0077b5;
}

.linkedin .social-right
{
    background-color:#066093;
}

.google .social-left
{
    background-color:#f05b44;
}

.google .social-right
{
    background-color:#ea4335
}

.selection span.select2-selection, span.select2-selection__rendered{
line-height:1.5!important;
height:30px;
}

.errorlist
{
color: #dc3545;
}

.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #ff7a1d;
  border-color: #fff;
}

.rich-text {
    color: #54595f;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

a{
    color :#ff7a1d;
}

.rich-text p a{
    color :#ff7a1d;
}

.ticks .rich-text  ul {
  margin-left:1em;
  list-style: none; /* Remove default bullets */
  color: #00136b;
}

.ticks .rich-text  ul li::before {
  content: "\f00c ";
  font-family: 'Font Awesome 5 Free';
  color: orange;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;

}

.pre-cross, .pre-tick {
    padding-left: 40px;
    margin: 16px;
}

.pre-tick::before{
  content: "\f00c ";
  font-family: 'Font Awesome 5 Free';
  color: #ff7a1d;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}

.pre-cross::before{
  content: "\f00d "; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  color: #ff7a1d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
}

.rich-text li{
  margin-bottom: 8px;
}

.richtext-image.right{
 float: right;
 margin: 0 0 20px 20px;
}
.richtext-image.left{
 float: left;
 margin: 0 20px 20px 0;
}

.blue-header, .rich-text h3, .rich-text h4{
color: #00136b;
width: 100%;
font-weight: bold;
border-bottom: 2px solid #00136b;
}


blockquote {
    margin: 20px 0 20px 20px;
    padding: 0 0 0 20px;
    border-left: 5px solid #dedee5;
    font-style: italic;
}

.menu-container{
border-top: 2px solid #001268;
border-bottom: 2px solid #001268;
}

.navbar-nav .nav-item a{
color: #656565;
padding: 12px;
}

.navbar-nav .nav-item a:hover{
color: #fff;
}

.badge-invc{
    color: #fff;
    background-color: #001369;
    font-size: 110%;
}

.navbar-nav li:hover{
    background-color: #ff7a1d;
}

.btn-outline-blue{
    color: #001369;
    background-color: transparent;
    background-image: none;
    border-color: #001369;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container{
max-width:1260px;
}


svg{
    width: 100%;
    height: 20px;
    transform: rotateY(180deg);
    fill:white;
}

.nav-tabs .nav-link{
color: #ff7a1d;
font-weight:bold;
}


.tab-content {
min-height: 200px;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-tint{
    padding:30px;
    background-color: rgba(0,19, 107,0.74)
}

.pointer a.active:after
 {
  position:absolute;
  bottom: -30px;
  right: 50%;
  content : '';
  margin-right: -15px;
  width: 20px;
  border: 15px solid transparent;
  border-top-color: #00136b ;
}

.pointer.tab-content{
    border-radius: 0 0 .25rem .25rem;
    background: #fdfdfd;
    line-height: 25px;
    padding: 20px 25px 30px 25px;
    border-style:  solid;
    border-width: 2px;
    border-color: #00136b;
}

ul.nav-tabs.pointer{
    border-radius: .25rem .25rem 0 0;
    border-style:  solid;
    border-width:  2px 2px 0 2px;
    border-color: #00136b;
}

ul.nav-tabs.pointer li.nav-item a{
  border: none;
  padding: 18px 25px;
}

ul.nav-tabs.pointer li.nav-item .active,
ul.nav-tabs.pointer li.nav-item a:hover,
ul.nav-tabs.pointer li.nav-item .nav-link:focus
{
    border: none;
    background: #00136b;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.white-link:link, .white-link:visited{
    color: #fff;
}
