/*
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px; 
  --breakpoint-lg: 992px; 
  --breakpoint-xl: 1200px;
*/

body {
 font-variant-numeric: lining-nums; 
 -webkit-font-feature-settings: "lnum" 1;  
 -moz-font-feature-settings: "lnum" 1;
 -ms-font-feature-settings: "lnum" 1;
 font-feature-settings: "lnum" 1;
}


h2 {
    color: #23378b;
}


a:link, a:visited {
    color: #23378b;
    text-decoration: none;
}

a:hover, a:active {
    color: #ccc;
    text-decoration: underline;
}

.mainTitle {
    color: #23378b;  /*022d72*/
    font-family: 'rawline', sans-serif;   /*Raleway*/   
    margin-bottom:20px;
}

.mainTitleBullets
{
  color: #23378b;
  font-family: 'rawline', sans-serif;   /*Raleway*/ 
  margin-left:20px;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

sub {
  font-size: 50%;
}

.form-rounded {
  border-radius: 0;
}


.card-header {
  height: auto;
  background-color: #23378b; /* For browsers that do not support gradients */
  background-image: linear-gradient(-90deg, #23378b, #23378b, #889ed1, #23378b, #23378b); /* #c4dcf4 */
  text-align:center;
  color: white;    
} 

.card {
    background-color:#ffffff; 
    border: 1px solid #23378b;
} 



/** CONTENT LAYOUT*********************************/

.contentContainer {
  width:100%;
  /*background-color: gainsboro; */
  margin: 0 auto;    
}
.contentLeft {
    width:50%;
    float:left;
    background-color: aquamarine;
    border: 1px solid red;
}
.contentRight {
    width:50%;
    float:right;
    background-color: orange;
    border: 1px solid blue;
}


.headerstrip {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(/images/title_header_images/General_1.png) no-repeat center center fixed;    
  /*background: url(/images/v2/globe.jpg) no-repeat center center fixed;   */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

/** FOOTER LAYOUT*********************************/


.whiteLink {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    color:#fff;   
}

a.whiteLink:link, a.whiteLink:visited {
    color: #fff;
    text-decoration: underline;
}

a.whiteLink:hover, a.whiteLink:active {
    color: #fff;
    text-decoration: none;
}





.footerText {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    color:#fff;
    font-size: 12px;    
}

a.footerText:link, a.footerText:visited {
    color: #fff;
}

a.footerText:hover, a.footerText:active {
    color: #fff;
    text-decoration: underline;
}





.footerText2 {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    color:#fff;
    font-size: 14px;    
}

a.footerText2:link, a.footerText2:visited {
    color: #fff;
}

a.footerText2:hover, a.footerText2:active {
    color: #fff;    
}


.footerText3 {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    color:#fff;
    font-size: 18px;    
}

a.footerText3:link, a.footerText3:visited {
    color: #fff;
}

a.footerText3:hover, a.footerText3:active {
    color: #fff;    
}


/*a.footerText:link { color:#FFF; text-decoration:none; font-weight:normal; }
a.footerText:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.footerText:hover { color: lightgrey; text-decoration:underline; font-weight:normal; }
a.footerText:active { color: #FFF; text-decoration:none; font-weight:normal; }
*/


.footerLeft{
    float:left;
    padding-left:10px;
}
.footerRight{
    float:right;
    padding-right:10px;
}

.footerCenter{
    float:center;
    text-align:center;
}

/******************************************************
   BUTTONS
******************************************************/

.btn {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    padding: 14px 24px;
    border: 0 none;
    /*
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;*/
}
 

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #23378b;/**/
    color: #ffffff;
    font-size: 12px;
    border-radius:0;
    border: 1px solid #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #022d72; 
    color: #ffffff;
    border: 1px solid #fff;
    /*opacity: 0.7;
    filter: alpha(opacity=70);   */ 
}
 
.btn-primary:active, .btn-primary.active {
    background: #23378b; 
    box-shadow: none;
}



.btn-secondary {
    background: #022d72;
    color: #ffffff;
    font-size: 12px;
    border-radius:0;
    border: 1px solid #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.btn-secondary:link, .btn-secondary:visited {
    color: #fff;
}
 
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #23378b;
    color: #fff;
    border: 1px solid #fff;    
}
 
.btn-secondary:active, .btn-secondary.active {
    background: #23378b; 
    box-shadow: none;
}


.btn-tertiary {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    padding: 14px 24px;
    border: 0 none;
    /*
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;*/
}

.btn-tertiary {
    background: #23378b;/**/
    color: #fff;
    font-size: 12px;
    border-radius:0;
    border: 1px solid #23378b;
}


.btn-tertiary:link, .btn-tertiary:visited {
    color: #23378b;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary.active, .open > .dropdown-toggle.btn-tertiary {
    background: #fff; 
    color: #23378b;
    border: 1px solid #23378b;
    /*opacity: 0.7;
    filter: alpha(opacity=70);   */ 
}
 
.btn-tertiary:active, .btn-tertiary.active {
    background: white; 
    box-shadow: none;
}




.btn-mainContent {
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
    padding: 14px 24px;
    border: 0 none;
    /*
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;*/
}

.btn-mainContent {
    background: #23378b;/**/
    color: #fff;
    font-size: 12px;
    border-radius:0;
    border: 1px solid #23378b;
}


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

.btn-mainContent:hover, .btn-mainContent:focus, .btn-mainContent:active, .btn-mainContent.active, .open > .dropdown-toggle.btn-mainContent {
    background: #fff; 
    color: #23378b;
    border: 1px solid #23378b;
    /*opacity: 0.7;
    filter: alpha(opacity=70);   */ 
}
 
.btn-mainContent:active, .btn-mainContent.active {
    background: white; 
    box-shadow: none;
}

/******************************************************
  END BUTTONS
******************************************************/



.DividerStatement {
        color:#fff; 
        /*background-color: #f0f;*/
        font-family: 'rawline', sans-serif;   /*Raleway*/ 
        font-size: 40px;
        /*border: 2px 0px 2px 0px solid #ff0; */ 
        padding-top: 10px;
        padding-bottom: 0px;
        }   

.DividerSub {
        color:#f0f; 
        font-family: 'rawline', sans-serif;   /*Raleway*/ 
        /*font-size: 80px;
        padding-top: 10px;
        padding-bottom: 0px;
        border: 1px solid #ff0; */
        } 



/* ### homepage carousel ############## */

.carouselcontainer { 
    margin:20px 0 20px 0;
    /*background-color:#f0f;*/
}
#mixedSlider {
  position: relative;
}

#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;  /*33.3333%*/
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}





/* ### logo carousel ############## */

* {box-sizing: border-box;}
.mySlides {display: none;}
/*img {vertical-align: middle;}*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: hidden; /*inline-block*/
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/******************************************************
  tab menu
******************************************************/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}





/******************************************************
 navbar
******************************************************/

/*
@media (min-width: 992px){
    .navbar li {
        background-color: aqua;
    }
}
*/

        .nav-item {padding: 0 2px 0 2px;}
        .nav-item a {
            color: #23378b !important;
        }
        .nav-item a:hover {
            color: #ccc !important;
        }
        .nav-link {font-size: 0.8em; font-weight: 600;}
        .nav-link:hover {font-size: 0.8em}
        
        .bg-company-red {
          background-color: white;
        }
        
        .navbar {
          min-height: 80px;
        }

        .navbar-brand {
          padding: 0 15px;
          height: 80px;
          line-height: 80px;
        }

        .navbar-toggle {
          /* (80px - button height 34px) / 2 = 23px */
          margin-top: 23px;
          padding: 9px 10px !important;
        }

        @media (min-width: 768px ) {   /* */
          .navbar-nav > li > a {
            /* (80px - line-height of 27px) / 2 = 26.5px */
            padding-top: 26.5px;
            padding-bottom: 26.5px;
            line-height: 27px;
          }
        }

/*drop down styles*/

    /*
    
    margin-bottom:20px;
    */

    .dropdown-menu {
        margin-top: -10px;
       /* 
        background-color: #6c45ad; 
        border: 10px;*/
        /*margin-top: -20px;*/
    }

    .dropdown-item {
        /*background-color: #f03fe5;*/
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 0.8em;
        font-weight: 600;
        font-family: 'rawline', sans-serif;   /*Raleway*/ 
        text-align: right;
    }


a.dropdown-item:hover {
    background-color: #23378b;
}



/*
.nav-link{display:block;padding:.5rem 1rem}
.nav-link:focus,
.nav-link:hover{text-decoration:none}
.nav-link.disabled{color:#6c757d}
.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}
*/

/* #### CONTACT PAGE ################################ */

label {
    color: #23378b;
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
}

.form-control {
    color: #23378b;
    font-family: 'rawline', sans-serif;   /*Raleway*/ 
}


.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.text-muted {
    font-size:0.8em;
    font-weight:800;
    color: #23378b;
    font-family: 'rawline', sans-serif;   /*Raleway*/
}

/* #### FONT AWESOME ################################ */

.fa-phone, .fa-at {
  color: #23378b;
}

.fa-angle-left, .fa-angle-right, .fa-angle-double-down, .fa-chevron-circle-down, .fa-arrow-alt-circle-down {
  color: white;
}

#scrollOverlay {
    position:absolute;
    float:center;
    width:100px;
    min-height:50px;
    /*background-color:#f0f;*/
    z-index:300000;
    bottom:0px;
    right:45%;
}


/* #### TABLE ################################ */

#series {
  font-family: 'rawline', sans-serif;   /*Raleway*/ 
  border-collapse: collapse;
  width: 100%;
    border-left: 0;
    border-radius: 4px;
    border-spacing: 0px;
}

#series td, #series th {
  border: 1px solid #23378b;   
  padding: 8px;
  text-align: center;
}

#series tr:nth-child(odd){background-color: #c4dcf4;}

#series tr:hover {background-color: #ccc;}

#series th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #23378b;    
  color: white;
}


/* ### SHARING BUTTONS #################################################################### */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}
