/* new source page styling*/

body {
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.smi-nav {
    padding-left: 14px;
    position: relative;
    top: 40px;
    right: 10px;
    float: right;
}

#smi-top {
    width: 100%;
    max-width: 400px;
}

#what-image {
    padding-left: 70px;
}

#for-image {
    margin-left: -66px;
}

#header-img.img-bg {
    height: 320px;
/*    border-top: 4px solid #16224e;*/
    background-attachment: fixed;
/*    background-size: 190%;*/
           background-position: 0px 50px;
    background-repeat: repeat-x;
    background-color:#2c6494;
    border-bottom: 1px solid rgba(0, 25, 80, 0.53);
}
.img-bg {
    height: 320px;
/*    border-bottom: 4px solid #104070;*/
    background-attachment: fixed;
/*    background-size: 190%;*/
           background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color:#2c6494;
    
}

body.medium #large-headertitle,
body.light #large-headertitle{
    padding-top: 0px;
}
#large-headertitle {
    margin: 0;
    font-size: 42px;
    padding-top: 0px;
}

#small-headertitle {
    font-size: 32px;
}

.section1-mobile {
    display: none;
}

.section2-mobile {
    display: none;
}
div#pc-gif.col-xs-6.col-sm-4{
    padding-left: 1px!important;
    padding-right: 1px!important;
}
.section2 div.col-xs-6.col-sm-4{   padding-left: 1px!important;
    padding-right: 1px!important;}
#view-package {
    border: 2px solid #001950;
    color: #001950;
    font-weight: 500;
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8.3px;
    transition: background .3s linear;
}

#view-package:hover {
    border-color: #0b4499;
    background-color: #0b4499;
    color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .23)
}

#sm-trial {
    color: white;
    background: #001950;
    border: none;
    border-radius: 2px;
    transition: background .2s linear;
    font-weight: 600;
}

#sm-trial:hover {
    background: #2E76B5;
    color: white;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, .26);
}

.table1 {
    width: 100%;
    display: table;
    padding-left: 170px;
}

.table2 {
    width: 100%;
    display: table;
    padding-left: 170px;
}

#view-all {
    min-width: 60px;
    color: white;
    background-color: #2E76B5;
    border-radius: 4px;
}

#view-all:hover {
    color: white;
    background-color: #001950;
    transition: 0.5s linear;
}

#view-all span {
    cursor: pointer;
    display: block;
    position: relative;
    font-weight: 700;
}

#view-all span:after {
    font-size: 2.6em;
    position: absolute;
    opacity: 0;
    top: -20px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    color: #001950;
}

#view-all:hover span {}

#view-all:hover span:after {
    opacity: 1;
}

#mobile-value {
    display: none;
}

.table1-mobile {
    display: none;
}

.table2-mobile {
    display: none;
}

.style1 {
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.style1:before {
    border-top: 3px solid #001950;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    z-index: -1;
}

.style1 span {
    background: #fff;
    padding: 0 10px;
}

.style2 {
    margin-top: 30px;
    position: relative;
    text-align: left;
    z-index: 1;
}

.style2:before {
    border-top: 3px solid #001950;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.style2 span {
    background: #fff;
    padding: 0 10px;
}


/*
.style3 {

    margin-top: 30px;
    position: relative;
    text-align: center;

    z-index: 1;
}

.style3:before {
    border-top: 3px solid #0D4F8B;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

.style3 span { background: #fff; padding: 0 10px; }*/

.style4 {
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.style4:before {
    border-top: 3px solid #001950;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 92%;
    z-index: -1;
}

.style4 span {
    background: #fff;
    padding: 0 30px;
}

.style5 {
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.style5:before {
    border-top: 3px solid #001950;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.style5 span {
    background: #fff;
    padding: 0 10px;
}

h2.style6{
        font-size: 2.4rem;
    color: #001950;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
h2.style6::after {
 width: 100%;
    display: block;
    margin: auto;
    height: 6px;
    margin: 10px auto;
    content: '';
    text-align: center;
    border-radius: 4px;
    background: #ccc;
}

.section4 {
    background: #001950;
    position: relative;
    z-index: 1;
}

.section4:after {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
    z-index: -1;
}

.section4:before {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    margin-bottom: 180px;
    transform: skew(0, -2.0deg);
    transform-origin: 100%;
    z-index: -1;
}

.medical-intro .micro-box {
    color: white;
    background-color: #001950;
    /* width: 270px; */
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 60px;
}

.micro-box h5 {
    font-size: 100%;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.micro-links p,
.micro-list p {
    list-style: none;
    text-align: left;
    line-height: 20px;
    border-radius: 3px;
    font-weight: 700;
    padding: 5px;
    margin: auto;
    transition: .2s linear;
    color: #2f79b9;
}

@media only screen and (max-width: 767px) {
    .micro-links p,
    .micro-list p {
        line-height: 140%;
    }
    .medical-intro {
        font-size: 130% !important;
    }
    .micro-links {
        margin: 0px 10px;
    }
    #view-all span {
        margin-bottom: 0;
        font-size: 130% !important;
        color: #fff;
    }
}

.micro-list i {
    padding-bottom: 4px;
}

.micro-list p {
    color: #001950;
}

.micro-links p:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
    background: #001950;
    color: #fff;
}

.micro-links a {
    transition: .2s linear;
}

.micro-links p:hover >a {
    color: #fff;
}

a {
    text-decoration: none !important;
}

.micro-links span,
.micro-list span {
    font-weight: 700;
    text-align: center !important;
    line-height: 1.2em;
    color: #001950;
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
    display: table;
}

.drkborder {
    border: 2px solid #26386a;
    border-radius: 2px;
    overflow: hidden;
}


/*.micro-links{
    padding: 0px 10px;
}*/

.micro-links i,
micro-list i {
    line-height: inherit;
    padding-bottom: 3px;
}

.section1-btns {
    margin-bottom: 0;
    float: none;
    width: 100%;
    margin-top: 40px;
    color: #fff;
}

.section1-btns #view-all {
    width: 70px;
    margin: auto;
    display: table-cell;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.sourceheader {
    width: 100%;
    margin: auto;
    z-index: 4;
    padding-top: 50px;
    justify-content: center;
    background: #fff;
    padding-bottom: 10px;
}

.sourceheader img {
    min-width: 240px;
}

.sourceheader li {
    list-style: none;
    vertical-align: top;
    z-index: 4;
}

.sourceheader-login {
    z-index: 4000;
    width: 100%;
    display: inline;
    vertical-align: bottom;
    margin: auto;
    /* border-top: 1px solid #fff; */
}

.sourceheader li btn {
    text-align: left;
}


/*
.login-nav {
    width: 300px;
    color: #001950;
    z-index: 4;
    border: 3px solid #9fabad;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
}

.login-nav a {
    background: #001950;
    border: 2px solid #001950;
}

.login-nav a:hover {
    background: #14679b;
    border: 2px solid #14679b;
}*/

.section2-title {
    border-color: #BAE7F8;
    color: #001950;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1em;
}

.section2-title.drk {
    background-color: #26567f;
    color: #fff;
}

.section2-title.light {
    background-color: #BAE7F8;
    color: #001950;
}

.section2 row>div {
    font-size: 1.1em !important;
}

.login-nav button {
    border: none;
    background: #fff;
    border: 2px solid #273869;
    color: #001950 !important;
}

.login-nav button:hover {
    color: #fff !important;
}

.sourceheader-login p {
    color: #ffffff;
    font-size: 1.2em;
}

.sourceheader btn {
    margin-top: 20px;
}

.login {
    display: inline-block;
    z-index: 4;
    width: auto;
    text-align: center;
    border: 3px solid #001950;
    color: #fff;
    background: #001950;
    border-radius: 2px;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    transition: .2s linear;
    margin-top: 0px;
}

.login:hover {
    background: #2E76B5;
    border: 3px solid #2E76B5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2)
}

.login:focus {
    background: #16224e;
    outline: none;
    border: 3px solid #16224e;
}

.logic:visited {
    background: #337ab7;
}

.modal-dialog {
    margin: auto;
    margin-top: 20px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
    margin: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 980px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
    .login-nav {
        margin-top: 20px;
    }
    .inner {
        padding-top: 110px;
        
    }
    body.medium .inner{
        padding-top: 0px;
    }
    .source>.inner{
        padding-top: 0%;
    }
    #large-headertitle {
        font-size:2.3rem !important;
        line-height: 100% !important;
        overflow: hidden;
    }
    .section2-title {
        font-size: 130% !Important;
    }
    .sourceheader {
        padding-top: 40px;
        padding-bottom: 0;
        width: 80%;
    }
    .modal-body {
        max-height: none;
    }
    .modal-dialog {
        margin: auto;
        margin-top: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .section2-title {
        margin-top: -6px !important;
    }
    .inner {
        padding-top: 10%;
    }
    body.medium .inner{
        padding-top: 20px;
    }
    .topic_page_header header{
        margin-top: 0;
    }
    body.medium #large-headertitle{
        padding-top: 0;
    }
    .source>.inner{
        padding-top: 0%;
    }
}


/*
.modal {
  text-align: center;
  padding: 0!important;
}

.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;
}
*/

.freetrial {
    color: white;
    background: url('../../images/sitebanners/header-img2.png');
    background color: #0D4F8B;
}


/*.form-control {
    border: 0;
    border-bottom:;
}*/

.no-border {
    border: 0;
    border-bottom: 2px solid #001950;
    box-shadow: none;
}

.img-responsive i {
    z-index: 2;
    display: block;
}

.foot {
    background: none;
    background-color: #0D4F8B;
}

.source-wrapper {
    /*color:#0a59a3;*/
    color: #337AB7;
}

#modal-trybtn {
    width: 100%;
    background: #001950;
    border: none;
}

#modal-trybtn:hover {
    background: #0b4499;
}

.source-bullet {
    position: relative;
}

.source-bullet:before {
    position: absolute;
    display: block;
    content: '\2022';
    text-indent: -999999px;
    left: -1.1em !important;
    width: 1.2em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-image: url('images/source/bullet.png');
    background-size: 16px;
    background-position: 0 0.3em !important;
    font-size: 100%;
}

.source-bullet1 {
    position: relative;
}

.source-bullet1:before {
    position: absolute;
    display: block;
    content: '\2022';
    text-indent: -999999px;
    right: -1.0em;
    width: 1.2em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-image: url('images/source/bullet.png');
    background-size: 16px;
    background-position: 0 0.3em !important;
    font-size: 100%;
}


/* material design. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-72 {
    font-size: 72px;
}

.material-icons.md-96 {
    font-size: 96px;
}


/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}


/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

@media (min-width:780px){
.customers>.container>.row {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}
section.customers div{
    vertical-align: middle;
    }}
/*
.source-wrapper h1, h2, h3, h4, h5, p, div, span, li{
    font-family: 'Helvetica',  sans-serif, !important;
  }*/

.value-image i {
    background: #26567f;
    border-radius: 100%;
    padding: 10px;
    margin: 6px;
    color: transparent;
    font-weight: 300;
    -webkit-text-stroke: 2px #fff;
}

.ipad-valueimage i {
    background: #26567f;
    border-radius: 100%;
    padding: 10px;
    margin: 6px;
    margin-bottom: 26px;
    color: transparent;
    font-weight: 300;
    -webkit-text-stroke: 2px #fff;
}

.micro-box {
    color: white;
    background-color: #001950;
    /*width:270px; */
    height: 50px;
    border-radius: 4px;
    margin-bottom: 15px;
}


/*divider*/

.divide hr {
    width: 0px;
    height: 24px;
    color: #001950;
    background-color: #fff;
    border: 3px solid #001950;
    display: inline-table;
    margin: 1.4px;
    margin-top: -11px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    z-index: 2;
}

.divide {
    display: flex;
    justify-content: center;
    background-color: #16264b !important;
    margin: 41px 00px 0px 0px;
    height: 3px;
    width: 92%;
}

@media screen and (min-width: 480px) {
    .divide {
        width: 100%;
    }
}

.divide > .padding {
    background: #fff;
    height: 10px;
    width: 72px;
    margin-top: -1px;
    z-index: 0;
}


/*GIFs*/

.gif-1 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
    /*position the [div] on the center*/
}


/*this is the hover event trigger*/

.gif-1:hover {
    cursor: pointer;
    background: url('../../images/gif/Search.gif');
}

.gif-2 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
}

.gif-2:hover {
    cursor: pointer;
    background: url('../../images/gif/GetAnswers.gif');
}

.gif-3 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
    /*position the [div] on the center*/
}


/*this is the hover event trigger*/

.gif-3:hover {
    cursor: pointer;
    background: url('../../images/gif/FoundationalTraining.gif');
}

.gif-4 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
    /*position the [div] on the center*/
}


/*this is the hover event trigger*/

.gif-4:hover {
    cursor: pointer;
    background: url('../../images/gif/AccessEverywhere.gif');
}

.gif-5 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
    /*position the [div] on the center*/
}


/*this is the hover event trigger*/

.gif-5:hover {
    cursor: pointer;
    background: url('../../images/gif/ReduceTrainingCosts.gif');
}

.gif-6 {
    height: 280px;
    width: 400px;
    background: url('../../images/learnonipad.png');
    margin: auto;
    /*position the [div] on the center*/
}


/*this is the hover event trigger*/

.gif-6:hover {
    cursor: pointer;
    background: url('../../images/gif/Build.gif');
}

#value1 {
    /*width:350px;*/
    background-color: #337AB7;
    color: white;
    border-radius: 6px;
/*
    min-width: 100px;
    max-width: 450px;
*/
    line-height: 25px;
    padding: 20px 0px 10px 0px;
}

#value2 {
    /*width:350px;*/
    background-color: white;
    color: #001950;
    border-radius: 6px;
/*    max-width: 450px;*/
    line-height: 15px;
    padding: 20px 0px 10px 0px;
}
@media (max-width:1079px){
    #value1{
    width:100%;
        min-width: 200px;
     max-width: 600px;
    background-color: #337AB7;
    color: white;
    border-radius: 6px;
    margin: auto;
    margin-top: 10px;
    line-height: 25px;
    padding: 20px 0px 10px 0px;
    display: inline-block;
    text-align: center;
    float: none;
}

#value2 {
   width:100%;
    max-width: 600px;
    min-width: 200px;
    background-color: #fff;
    color: white;
    border-radius: 6px;
    margin: auto;
    margin-top: 10px;
    line-height: 25px;
    padding: 20px 0px 10px 0px;
    display: inline-block;
    text-align: center;
    float: none;
}
    #value2 b{
        color:#001950;
    }
}
#value-pic {
    width: 350px;
}

#value1-1 {
    background-color: #7AA9DD;
    color: white;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}

#value2-1 {
    background-color: white;
    color: #0000A0;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

#value-line1 {
    border: 2px solid rgb(35, 82, 123);
    margin-top: 60px;
    margin-bottom: 38px;
    max-width: 50px;
}

#value-line2 {
    border: 2px solid rgba(255, 255, 255, 0.58);
    margin-top: 75px;
    margin-bottom: 38px;
    max-width: 50px;
}

.section6-description {
    color: #00184F;
    font-size: .9em;
    padding-top: 1px;
}

#mobile-bullet {
    display: none;
}

.section2-ipad {
    display: none;
}

.ipad-valueimage {
    display: none;
}
.smi-source-header {
	margin: auto;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .navbar-toggle {
        float: right;
    }
    h2{
         line-height: 2.063rem;

    }
    .smi-nav {
        top: 10px;
        display: inline-table;
        margin: auto;
    }
    .section2-ipad {
        display: none;
    }
    .ipad-valueimage {
        display: none;
    }
    #pc-gif {
        display: none;
    }
    #mobile-bullet {
        display: inline;
    }
    #pc-bullet {
        display: none;
    }
    .section2 {
        display: none;
    }
    .section2-mobile {
        display: inline;
    }
    .section1 {
        display: none;
    }
    .section1-mobile {
        display: inline;
    }
    .img-bg {
            margin-top: 30px;
           max-height: 330px;
    background-attachment: fixed;
    background-size: cover;
            background-position: 0px 0px;;
        }
    #header-img.img-bg {
          margin-top: 30px;
           max-height: 280px;
    background-attachment: fixed;
    background-size: cover;
        background-position: 0px 130px;
        }
}
    @media (max-width:1079px){
        .smi-source-header div.inner{
	padding-top: 0;
}
        #header-img.img-bg{
    background-position: -360px 70px;
        }
        body.medium #header-img.img-bg{
            margin-top: -20px;
        }
        .img-bg{
            margin-top: 0;
        }
          #large-headertitle {
        padding-top: 0px;
    }
    #large-headertitle {
        font-size: 2.746rem;
        line-height: normal;
        padding-top: 50px;
    }
    #small-headertitle {
        font-size: 18px;
        line-height: 30px;
    }
    #value-line1 {
        display: none;
    }
    #value-line2 {
        display: none;
    }
    .table1 {
        display: none;
        padding-left: 0;
    }
    .table1-mobile {
        display: block;
    }
    .table2 {
        display: none;
        padding-left: 0;
    }
    .table2-mobile {
        display: inline;
    }
    #mobile-value {
        display: inline;
    }
    #pc-valueimage {
        display: none;
    }
    .medical-intro {
        padding: 0;
        margin: 0;
    }
    .img-responsive {
        width: 100%;
    }
    section.customers .img-responsive{
        width:70%;
    }
    .drkborder {
        border-left: none;
        border-radius: 0px;
        border-right: none;
        border-width: 3px;
    }
}


/* ipad fixes for SMi Source */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .cd-nav-trigger {
        display: none;
    }
    .smi-nav {
        top: 10px;
    }
    .navbar-toggle {
        float: right;
    }
    #pc-valueimage {
        display: none;
    }
    .ipad-valueimage {
        display: none;
        justify-content: space-between;
    }
    .table1 {
        padding-left: 50px;
        align-content: center;
    }
    .table2 {
        padding-left: 50px;
        align-content: center;
    }
    .row {
        margin: auto !important;
    }
    .section6 {
        line-height: 25px;
    }
    .section2-ipad {
        display: inline;
    }
    .section2 {
        display: none;
    }
}

#centerview .img-responsive a:hover {
    opacity: .8;
}

@media only screen and (min-width: 980px) and (max-width: 1025px) {
    .logo {
        width: 250px;
    }
    #what-image {
        padding-left: 0px;
    }
    #for-image {
        /* padding-left:30px; */
    }
    .table1 {
        padding-left: 100px;
        align-content: center;
    }
    .table2 {
        padding-left: 100px;
        align-content: center;
    }
}

@media only screen and (max-width: 591px) {
    .style2:before {
        border: none;
    }
}


/*.source-bullet:before{

  color:red;
  border: 10px solid black;

}*/


/* end of new source styling */


/* smaller logo */

@media only screen and (max-width: 479px) {
    .logo {
        width: 150px;
        float: left;
    }
}

#cd-nav ul {
    /* mobile first */
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 40px;
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    background: white;
    visibility: hidden;
    /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
    overflow: hidden;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}

#cd-nav ul li {
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cd-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
}

#cd-nav ul.is-visible li:nth-child(1) {
    /* list items animation */
    -webkit-animation: cd-slide-in 0.2s;
    -moz-animation: cd-slide-in 0.2s;
    animation: cd-slide-in 0.2s;
}

#cd-nav ul.is-visible li:nth-child(2) {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}

#cd-nav ul.is-visible li:nth-child(3) {
    -webkit-animation: cd-slide-in 0.4s;
    -moz-animation: cd-slide-in 0.4s;
    animation: cd-slide-in 0.4s;
}

#cd-nav ul.is-visible li:nth-child(4) {
    -webkit-animation: cd-slide-in 0.5s;
    -moz-animation: cd-slide-in 0.5s;
    animation: cd-slide-in 0.5s;
}

#cd-nav ul.is-visible li:nth-child(5) {
    -webkit-animation: cd-slide-in 0.6s;
    -moz-animation: cd-slide-in 0.6s;
    animation: cd-slide-in 0.6s;
}

#cd-nav li a {
    display: block;
    padding: 1.6em;
    border-bottom: 1px solid #eff2f6;
}

#cd-nav li:last-child a {
    border-bottom: none;
}

.companyLeft {
    margin: auto;
    width: 50%;
}

@media only screen and (min-width: 1170px) {
    #cd-nav ul {
        /* the navigation moves to the top */
        position: absolute;
        width: auto;
        max-width: none;
        bottom: auto;
        top: 36px;
        background: transparent;
        visibility: visible;
        box-shadow: none;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    #cd-nav li {
        display: inline-block;
    }
    #cd-nav li a {
        opacity: 1;
        padding: .4em;
        margin-left: 1.6em;
        border-bottom: none;
    }
    #cd-nav li a:hover {
        color: #00bd9b;
    }
    #cd-nav.is-fixed ul {
        /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
        position: fixed;
        width: 90%;
        max-width: 400px;
        bottom: 20px;
        top: auto;
        background: white;
        visibility: hidden;
        box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    #cd-nav.is-fixed ul li {
        display: block;
    }
    #cd-nav.is-fixed ul li a {
        padding: 1.6em;
        margin-left: 0;
        border-bottom: 1px solid #eff2f6;
    }
    #cd-nav ul.has-transitions {
        /* this class is used to bring back transitions when the navigation moves at the bottom right */
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
        transition: transform 0.3s, visibility 0s 0.3s;
    }
    #cd-nav ul.is-visible {
        /* this class is used to bring back the navigation animation - as on touch devices */
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
        transition: transform 0.3s, visibility 0s 0s;
    }
    #cd-nav ul.is-hidden {
        /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .companyLeft {
        position: absolute;
        left: 0px;
    }
    .companyCenter {
        margin: auto;
        width: 50%;
    }
    .companyRight {
        position: absolute;
        right: 0px;
    }
}

.cd-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 0.25em;
    box-shadow: 0 0 2px rgba(232, 74, 100, 0.4);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}

.cd-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #e84a64;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
}

.cd-nav-trigger span::before {
    top: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.cd-nav-trigger span::after {
    bottom: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.cd-nav-trigger.menu-is-open {
    box-shadow: none;
}

.cd-nav-trigger.menu-is-open span {
    background: rgba(232, 74, 100, 0);
}

.cd-nav-trigger.menu-is-open span::before,
.cd-nav-trigger.menu-is-open span::after {
    background: #e84a64;
}

.cd-nav-trigger.menu-is-open span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-nav-trigger.menu-is-open span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        /* the the menu triger is hidden by default on desktop devices */
        visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
        transition: transform 0.3s, visibility 0s 0.3s;
    }
    .is-fixed .cd-nav-trigger {
        visibility: visible;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-animation: cd-bounce-in 0.3s linear;
        -moz-animation: cd-bounce-in 0.3s linear;
        animation: cd-bounce-in 0.3s linear;
    }
}

#cd-gallery-items li {
    margin-bottom: 1.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.25em;
}

#cd-gallery-items li img {
    width: 100%;
    display: block;
    border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1170px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(3n) {
        margin-right: 0;
    }
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translateX(100px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        -moz-transform: scale(0);
    }
    60% {
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.alignmid{
vertical-align: middle;
margin: auto;}
#customers img{
    max-width: 60px;
}
 section.customers img.img-responsive {
	       max-width:50%;
}
.featured-block {
    margin: auto;
	padding: 20px;
    border-top: 2px solid #001950;
    max-width: 900px;
    border-bottom: 2px solid #001950;
    margin-bottom: 80px;
    text-align: justify;
}
.featured-block span{
    border-bottom: 2px solid #65b7ff;
}
.featured-block h1{
    line-height: 3rem;
}
@media (max-width:1079px){
    .featured-block h1{
        line-height: 2.4rem;
        font-size: 1.7rem;
        text-align: center;
    }
    .featured-block{
        padding: 0;
    }
     .featured-grid div.gray{
    height: 100%;
    padding: 10px 0px;
    }
    div.txt{
        font-size: 1.4rem;
    }
    .featured-grid {
	display: block;
}
}
.featured-grid .gray{
    transition: .3s ease-in-out;
}
.featured-grid .img{
        margin: auto;
        border-radius: 100%;
        margin-top: 10px;
        background: #001950;
    width: 64px;
    height: 64px;
}
td a{
        font-weight: 400;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    text-align: center;
        color:#fff;

}
td a:hover{
    color: #0D4F8B;
    transition: .2s linear;
}
table.videogrid {
	max-width: 1380px;
 background: #1997d3;
}
table.videogrid td.active,
table.videogrid td{
/*    border-bottom: 3px solid #23527b;*/
}
.videogrid>div>div{
    height: 380px;
    margin: 20px auto;
}
@media (min-width:1080px){
table.videogrid td.active{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    .thumbnail{
    height: 400px;
}
    
}
table.videogrid td{
    border-right: none;
}

@media (max-width:960px){
    .thumbnail{
    }
tbody tr td{
        width: 100%;
    display: block;
}
    .videogrid .col-md-3{
        padding-left: 0;
        padding-right: 0;
    }
    td a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
        margin: auto;
    padding-top: 10px;
    }
    .thumbnail{
        display: block;
        text-align: center;
        margin: auto;
        width:280px;
    }
}
.caption>div>h4{
 line-height: 22px;
}
.thumbnail .caption{
    padding:.03rem;
    line-height: 100%;
}

.smisource-header img{
    background: #fff;
padding: 20px 0px 0px 0px;
}
.smisource-header hr{
    border-top: 3px solid #001950;
    height: 35px;
    margin-top: -52px;
    margin-right: 10px;
    margin-left: 10px;
}

/* source specific */
@media only screen and (max-width: 767px){
    body.smi .img-bg{
     margin-bottom: 70px;
    }
    body.smi .smisource-header{
        margin-top: 20px;
    }
   body.smi  .centered img{
        width:70%;
    }
    body.smi #header-img.img-bg{
        margin-top: 0px;
    }
    .ipad-valueimage{
        display:none
    }
}
div.table1 p{
    color:#fff
}div.table1-mobile p{
    color:#fff
}
@media (min-width: 1079px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.homepage-footer li{
    line-height: 6;
}
}